{
  "versions": [
    {
      "version": "mt_2026_01_01_magnetar",
      "displayVersion": "2026-01-01",
      "isCurrent": true
    },
    {
      "version": "mt_2026_04_01_consumer",
      "displayVersion": "2026-04-01-consumer",
      "isCurrent": false
    },
    {
      "version": "mt_2025_01_01_dashboard",
      "displayVersion": "2025-01-01-dashboard",
      "isCurrent": false
    }
  ],
  "endpoints": [
    {
      "id": "endpoint_1",
      "controllerId": "controller_0",
      "path": {
        "path": "/instance",
        "sdkPath": "instance.get"
      },
      "allPaths": [
        {
          "path": "/instance",
          "sdkPath": "instance.get"
        },
        {
          "path": "/instances/:instanceId/instance",
          "sdkPath": "management.instance.instance.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/instance",
          "sdkPath": "dashboard.instance.instance.get"
        }
      ],
      "method": "get",
      "name": "Get instance details",
      "description": "Retrieves metadata and configuration details for a specific instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_2"
    },
    {
      "id": "endpoint_4",
      "controllerId": "controller_3",
      "path": {
        "path": "instances/:instanceId",
        "sdkPath": "instances.get"
      },
      "allPaths": [
        {
          "path": "instances/:instanceId",
          "sdkPath": "instances.get"
        }
      ],
      "method": "get",
      "name": "Get instance details",
      "description": "Retrieves metadata and configuration details for a specific instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_5"
    },
    {
      "id": "endpoint_6",
      "controllerId": "controller_3",
      "path": {
        "path": "instances",
        "sdkPath": "instances.list"
      },
      "allPaths": [
        {
          "path": "instances",
          "sdkPath": "instances.list"
        }
      ],
      "method": "get",
      "name": "List instances",
      "description": "Lists all instances within the organization that the authenticated actor has access to.",
      "hideInDocs": true,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_7"
    },
    {
      "id": "endpoint_9",
      "controllerId": "controller_8",
      "path": {
        "path": "token",
        "sdkPath": "token.get"
      },
      "allPaths": [
        {
          "path": "token",
          "sdkPath": "token.get"
        }
      ],
      "method": "get",
      "name": "Get token details",
      "description": "Retrieves metadata and configuration details for a specific token.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_10"
    },
    {
      "id": "endpoint_12",
      "controllerId": "controller_11",
      "path": {
        "path": "/test-helpers/consumer-oauth-authorizations",
        "sdkPath": "testHelpers.consumerOAuth.authorizations.create"
      },
      "allPaths": [
        {
          "path": "/test-helpers/consumer-oauth-authorizations",
          "sdkPath": "testHelpers.consumerOAuth.authorizations.create"
        }
      ],
      "method": "post",
      "name": "Create consumer OAuth test authorization",
      "description": "Creates a single-use test authorization token for a consumer OAuth authorize URL.",
      "hideInDocs": true,
      "confidential": false,
      "bodyId": "type_13",
      "queryId": null,
      "outputId": "type_14"
    },
    {
      "id": "endpoint_16",
      "controllerId": "controller_15",
      "path": {
        "path": "/publishers",
        "sdkPath": "publishers.list"
      },
      "allPaths": [
        {
          "path": "/publishers",
          "sdkPath": "publishers.list"
        },
        {
          "path": "/instances/:instanceId/publishers",
          "sdkPath": "management.instance.publishers.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/publishers",
          "sdkPath": "dashboard.instance.publishers.list"
        }
      ],
      "method": "get",
      "name": "List publishers",
      "description": "Returns a paginated list of publishers.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_17",
      "outputId": "type_18"
    },
    {
      "id": "endpoint_19",
      "controllerId": "controller_15",
      "path": {
        "path": "/publishers/:publisherId",
        "sdkPath": "publishers.get"
      },
      "allPaths": [
        {
          "path": "/publishers/:publisherId",
          "sdkPath": "publishers.get"
        },
        {
          "path": "/instances/:instanceId/publishers/:publisherId",
          "sdkPath": "management.instance.publishers.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/publishers/:publisherId",
          "sdkPath": "dashboard.instance.publishers.get"
        }
      ],
      "method": "get",
      "name": "Get publisher",
      "description": "Retrieves a specific publisher by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_20"
    },
    {
      "id": "endpoint_22",
      "controllerId": "controller_21",
      "path": {
        "path": "/providers",
        "sdkPath": "providers.list"
      },
      "allPaths": [
        {
          "path": "/providers",
          "sdkPath": "providers.list"
        },
        {
          "path": "/instances/:instanceId/providers",
          "sdkPath": "management.instance.providers.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/providers",
          "sdkPath": "dashboard.instance.providers.list"
        }
      ],
      "method": "get",
      "name": "List providers",
      "description": "Returns a paginated list of providers.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_23",
      "outputId": "type_24"
    },
    {
      "id": "endpoint_25",
      "controllerId": "controller_21",
      "path": {
        "path": "/providers/:providerId",
        "sdkPath": "providers.get"
      },
      "allPaths": [
        {
          "path": "/providers/:providerId",
          "sdkPath": "providers.get"
        },
        {
          "path": "/instances/:instanceId/providers/:providerId",
          "sdkPath": "management.instance.providers.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/providers/:providerId",
          "sdkPath": "dashboard.instance.providers.get"
        }
      ],
      "method": "get",
      "name": "Get provider",
      "description": "Retrieves a specific provider by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_26"
    },
    {
      "id": "endpoint_28",
      "controllerId": "controller_27",
      "path": {
        "path": "/provider-categories",
        "sdkPath": "providerCategories.list"
      },
      "allPaths": [
        {
          "path": "/provider-categories",
          "sdkPath": "providerCategories.list"
        },
        {
          "path": "/instances/:instanceId/provider-categories",
          "sdkPath": "management.instance.providerCategories.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-categories",
          "sdkPath": "dashboard.instance.providerCategories.list"
        }
      ],
      "method": "get",
      "name": "List provider categories",
      "description": "Returns a paginated list of provider categories.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_29",
      "outputId": "type_30"
    },
    {
      "id": "endpoint_31",
      "controllerId": "controller_27",
      "path": {
        "path": "/provider-categories/:providerCategoryId",
        "sdkPath": "providerCategories.get"
      },
      "allPaths": [
        {
          "path": "/provider-categories/:providerCategoryId",
          "sdkPath": "providerCategories.get"
        },
        {
          "path": "/instances/:instanceId/provider-categories/:providerCategoryId",
          "sdkPath": "management.instance.providerCategories.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-categories/:providerCategoryId",
          "sdkPath": "dashboard.instance.providerCategories.get"
        }
      ],
      "method": "get",
      "name": "Get provider category",
      "description": "Retrieves a specific provider category by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_32"
    },
    {
      "id": "endpoint_34",
      "controllerId": "controller_33",
      "path": {
        "path": "/provider-collections",
        "sdkPath": "providerCollections.list"
      },
      "allPaths": [
        {
          "path": "/provider-collections",
          "sdkPath": "providerCollections.list"
        },
        {
          "path": "/instances/:instanceId/provider-collections",
          "sdkPath": "management.instance.providerCollections.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-collections",
          "sdkPath": "dashboard.instance.providerCollections.list"
        }
      ],
      "method": "get",
      "name": "List provider collections",
      "description": "Returns a paginated list of provider collections.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_35",
      "outputId": "type_36"
    },
    {
      "id": "endpoint_37",
      "controllerId": "controller_33",
      "path": {
        "path": "/provider-collections/:providerCollectionId",
        "sdkPath": "providerCollections.get"
      },
      "allPaths": [
        {
          "path": "/provider-collections/:providerCollectionId",
          "sdkPath": "providerCollections.get"
        },
        {
          "path": "/instances/:instanceId/provider-collections/:providerCollectionId",
          "sdkPath": "management.instance.providerCollections.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-collections/:providerCollectionId",
          "sdkPath": "dashboard.instance.providerCollections.get"
        }
      ],
      "method": "get",
      "name": "Get provider collection",
      "description": "Retrieves a specific provider collection by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_38"
    },
    {
      "id": "endpoint_40",
      "controllerId": "controller_39",
      "path": {
        "path": "/provider-groups",
        "sdkPath": "providerGroups.list"
      },
      "allPaths": [
        {
          "path": "/provider-groups",
          "sdkPath": "providerGroups.list"
        },
        {
          "path": "/instances/:instanceId/provider-groups",
          "sdkPath": "management.instance.providerGroups.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-groups",
          "sdkPath": "dashboard.instance.providerGroups.list"
        }
      ],
      "method": "get",
      "name": "List provider groups",
      "description": "Returns a paginated list of provider groups.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_41",
      "outputId": "type_42"
    },
    {
      "id": "endpoint_43",
      "controllerId": "controller_39",
      "path": {
        "path": "/provider-groups/:providerGroupId",
        "sdkPath": "providerGroups.get"
      },
      "allPaths": [
        {
          "path": "/provider-groups/:providerGroupId",
          "sdkPath": "providerGroups.get"
        },
        {
          "path": "/instances/:instanceId/provider-groups/:providerGroupId",
          "sdkPath": "management.instance.providerGroups.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-groups/:providerGroupId",
          "sdkPath": "dashboard.instance.providerGroups.get"
        }
      ],
      "method": "get",
      "name": "Get provider group",
      "description": "Retrieves a specific provider group by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_44"
    },
    {
      "id": "endpoint_45",
      "controllerId": "controller_39",
      "path": {
        "path": "/provider-groups",
        "sdkPath": "providerGroups.create"
      },
      "allPaths": [
        {
          "path": "/provider-groups",
          "sdkPath": "providerGroups.create"
        },
        {
          "path": "/instances/:instanceId/provider-groups",
          "sdkPath": "management.instance.providerGroups.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-groups",
          "sdkPath": "dashboard.instance.providerGroups.create"
        }
      ],
      "method": "post",
      "name": "Create provider group",
      "description": "Creates a new custom provider group.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_46",
      "queryId": null,
      "outputId": "type_47"
    },
    {
      "id": "endpoint_48",
      "controllerId": "controller_39",
      "path": {
        "path": "/provider-groups/:providerGroupId",
        "sdkPath": "providerGroups.update"
      },
      "allPaths": [
        {
          "path": "/provider-groups/:providerGroupId",
          "sdkPath": "providerGroups.update"
        },
        {
          "path": "/instances/:instanceId/provider-groups/:providerGroupId",
          "sdkPath": "management.instance.providerGroups.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-groups/:providerGroupId",
          "sdkPath": "dashboard.instance.providerGroups.update"
        }
      ],
      "method": "patch",
      "name": "Update provider group",
      "description": "Updates an existing provider group.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_49",
      "queryId": null,
      "outputId": "type_50"
    },
    {
      "id": "endpoint_51",
      "controllerId": "controller_39",
      "path": {
        "path": "/provider-groups/:providerGroupId/listings",
        "sdkPath": "providerGroups.addListing"
      },
      "allPaths": [
        {
          "path": "/provider-groups/:providerGroupId/listings",
          "sdkPath": "providerGroups.addListing"
        },
        {
          "path": "/instances/:instanceId/provider-groups/:providerGroupId/listings",
          "sdkPath": "management.instance.providerGroups.addListing"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-groups/:providerGroupId/listings",
          "sdkPath": "dashboard.instance.providerGroups.addListing"
        }
      ],
      "method": "post",
      "name": "Add listing to group",
      "description": "Adds a provider listing to a group.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_52",
      "queryId": null,
      "outputId": "type_53"
    },
    {
      "id": "endpoint_54",
      "controllerId": "controller_39",
      "path": {
        "path": "/provider-groups/:providerGroupId/listings/:providerListingId",
        "sdkPath": "providerGroups.removeListing"
      },
      "allPaths": [
        {
          "path": "/provider-groups/:providerGroupId/listings/:providerListingId",
          "sdkPath": "providerGroups.removeListing"
        },
        {
          "path": "/instances/:instanceId/provider-groups/:providerGroupId/listings/:providerListingId",
          "sdkPath": "management.instance.providerGroups.removeListing"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-groups/:providerGroupId/listings/:providerListingId",
          "sdkPath": "dashboard.instance.providerGroups.removeListing"
        }
      ],
      "method": "delete",
      "name": "Remove listing from group",
      "description": "Removes a provider listing from a group.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_55"
    },
    {
      "id": "endpoint_57",
      "controllerId": "controller_56",
      "path": {
        "path": "/provider-listings",
        "sdkPath": "providerListings.list"
      },
      "allPaths": [
        {
          "path": "/provider-listings",
          "sdkPath": "providerListings.list"
        },
        {
          "path": "/instances/:instanceId/provider-listings",
          "sdkPath": "management.instance.providerListings.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-listings",
          "sdkPath": "dashboard.instance.providerListings.list"
        }
      ],
      "method": "get",
      "name": "List provider listings",
      "description": "Returns a paginated list of provider listings.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_58",
      "outputId": "type_59"
    },
    {
      "id": "endpoint_60",
      "controllerId": "controller_56",
      "path": {
        "path": "/provider-listings/:providerListingId",
        "sdkPath": "providerListings.get"
      },
      "allPaths": [
        {
          "path": "/provider-listings/:providerListingId",
          "sdkPath": "providerListings.get"
        },
        {
          "path": "/instances/:instanceId/provider-listings/:providerListingId",
          "sdkPath": "management.instance.providerListings.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-listings/:providerListingId",
          "sdkPath": "dashboard.instance.providerListings.get"
        }
      ],
      "method": "get",
      "name": "Get provider listing",
      "description": "Retrieves a specific provider listing by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_61"
    },
    {
      "id": "endpoint_63",
      "controllerId": "controller_62",
      "path": {
        "path": "/provider-versions",
        "sdkPath": "providers.versions.list"
      },
      "allPaths": [
        {
          "path": "/provider-versions",
          "sdkPath": "providers.versions.list"
        },
        {
          "path": "/instances/:instanceId/provider-versions",
          "sdkPath": "management.instance.providers.versions.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-versions",
          "sdkPath": "dashboard.instance.providers.versions.list"
        }
      ],
      "method": "get",
      "name": "List provider versions",
      "description": "Returns a paginated list of provider versions.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_64",
      "outputId": "type_65"
    },
    {
      "id": "endpoint_66",
      "controllerId": "controller_62",
      "path": {
        "path": "/provider-versions/:providerVersionId",
        "sdkPath": "providers.versions.get"
      },
      "allPaths": [
        {
          "path": "/provider-versions/:providerVersionId",
          "sdkPath": "providers.versions.get"
        },
        {
          "path": "/instances/:instanceId/provider-versions/:providerVersionId",
          "sdkPath": "management.instance.providers.versions.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-versions/:providerVersionId",
          "sdkPath": "dashboard.instance.providers.versions.get"
        }
      ],
      "method": "get",
      "name": "Get provider version",
      "description": "Retrieves a specific provider version by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_67"
    },
    {
      "id": "endpoint_69",
      "controllerId": "controller_68",
      "path": {
        "path": "/provider-specifications",
        "sdkPath": "providers.specifications.list"
      },
      "allPaths": [
        {
          "path": "/provider-specifications",
          "sdkPath": "providers.specifications.list"
        },
        {
          "path": "/instances/:instanceId/provider-specifications",
          "sdkPath": "management.instance.providers.specifications.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-specifications",
          "sdkPath": "dashboard.instance.providers.specifications.list"
        }
      ],
      "method": "get",
      "name": "List provider specifications",
      "description": "Returns a paginated list of provider specifications.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_70",
      "outputId": "type_71"
    },
    {
      "id": "endpoint_72",
      "controllerId": "controller_68",
      "path": {
        "path": "/provider-specifications/:providerSpecificationId",
        "sdkPath": "providers.specifications.get"
      },
      "allPaths": [
        {
          "path": "/provider-specifications/:providerSpecificationId",
          "sdkPath": "providers.specifications.get"
        },
        {
          "path": "/instances/:instanceId/provider-specifications/:providerSpecificationId",
          "sdkPath": "management.instance.providers.specifications.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-specifications/:providerSpecificationId",
          "sdkPath": "dashboard.instance.providers.specifications.get"
        }
      ],
      "method": "get",
      "name": "Get provider specification",
      "description": "Retrieves a specific provider specification by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_73"
    },
    {
      "id": "endpoint_75",
      "controllerId": "controller_74",
      "path": {
        "path": "/provider-specification-change-notifications",
        "sdkPath": "providerSpecificationChangeNotifications.list"
      },
      "allPaths": [
        {
          "path": "/provider-specification-change-notifications",
          "sdkPath": "providerSpecificationChangeNotifications.list"
        },
        {
          "path": "/instances/:instanceId/provider-specification-change-notifications",
          "sdkPath": "management.instance.providerSpecificationChangeNotifications.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-specification-change-notifications",
          "sdkPath": "dashboard.instance.providerSpecificationChangeNotifications.list"
        }
      ],
      "method": "get",
      "name": "List provider specification change notifications",
      "description": "Returns a paginated list of provider specification change notifications for this instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_76",
      "outputId": "type_77"
    },
    {
      "id": "endpoint_78",
      "controllerId": "controller_74",
      "path": {
        "path": "/provider-specification-change-notifications/:notificationId",
        "sdkPath": "providerSpecificationChangeNotifications.get"
      },
      "allPaths": [
        {
          "path": "/provider-specification-change-notifications/:notificationId",
          "sdkPath": "providerSpecificationChangeNotifications.get"
        },
        {
          "path": "/instances/:instanceId/provider-specification-change-notifications/:notificationId",
          "sdkPath": "management.instance.providerSpecificationChangeNotifications.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-specification-change-notifications/:notificationId",
          "sdkPath": "dashboard.instance.providerSpecificationChangeNotifications.get"
        }
      ],
      "method": "get",
      "name": "Get provider specification change notification",
      "description": "Retrieves a provider specification change notification by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_79"
    },
    {
      "id": "endpoint_81",
      "controllerId": "controller_80",
      "path": {
        "path": "/provider-triggers",
        "sdkPath": "providers.triggers.list"
      },
      "allPaths": [
        {
          "path": "/provider-triggers",
          "sdkPath": "providers.triggers.list"
        },
        {
          "path": "/instances/:instanceId/provider-triggers",
          "sdkPath": "management.instance.providers.triggers.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-triggers",
          "sdkPath": "dashboard.instance.providers.triggers.list"
        }
      ],
      "method": "get",
      "name": "List provider triggers",
      "description": "Returns a paginated list of provider triggers for a specific provider version.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_82",
      "outputId": "type_83"
    },
    {
      "id": "endpoint_84",
      "controllerId": "controller_80",
      "path": {
        "path": "/provider-triggers/:providerTriggerId",
        "sdkPath": "providers.triggers.get"
      },
      "allPaths": [
        {
          "path": "/provider-triggers/:providerTriggerId",
          "sdkPath": "providers.triggers.get"
        },
        {
          "path": "/instances/:instanceId/provider-triggers/:providerTriggerId",
          "sdkPath": "management.instance.providers.triggers.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-triggers/:providerTriggerId",
          "sdkPath": "dashboard.instance.providers.triggers.get"
        }
      ],
      "method": "get",
      "name": "Get provider trigger",
      "description": "Retrieves a specific provider trigger by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_85"
    },
    {
      "id": "endpoint_87",
      "controllerId": "controller_86",
      "path": {
        "path": "/provider-tools",
        "sdkPath": "providers.tools.list"
      },
      "allPaths": [
        {
          "path": "/provider-tools",
          "sdkPath": "providers.tools.list"
        },
        {
          "path": "/instances/:instanceId/provider-tools",
          "sdkPath": "management.instance.providers.tools.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-tools",
          "sdkPath": "dashboard.instance.providers.tools.list"
        }
      ],
      "method": "get",
      "name": "List provider tools",
      "description": "Returns a paginated list of provider tools. By default returns tools from the latest version. Use optional filters to get tools for a specific version.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_88",
      "outputId": "type_89"
    },
    {
      "id": "endpoint_90",
      "controllerId": "controller_86",
      "path": {
        "path": "/provider-tools/:providerToolId",
        "sdkPath": "providers.tools.get"
      },
      "allPaths": [
        {
          "path": "/provider-tools/:providerToolId",
          "sdkPath": "providers.tools.get"
        },
        {
          "path": "/instances/:instanceId/provider-tools/:providerToolId",
          "sdkPath": "management.instance.providers.tools.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-tools/:providerToolId",
          "sdkPath": "dashboard.instance.providers.tools.get"
        }
      ],
      "method": "get",
      "name": "Get provider tool",
      "description": "Retrieves a specific provider tool by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_91"
    },
    {
      "id": "endpoint_93",
      "controllerId": "controller_92",
      "path": {
        "path": "/provider-auth-methods",
        "sdkPath": "providers.authMethods.list"
      },
      "allPaths": [
        {
          "path": "/provider-auth-methods",
          "sdkPath": "providers.authMethods.list"
        },
        {
          "path": "/instances/:instanceId/provider-auth-methods",
          "sdkPath": "management.instance.providers.authMethods.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-auth-methods",
          "sdkPath": "dashboard.instance.providers.authMethods.list"
        }
      ],
      "method": "get",
      "name": "List provider auth methods",
      "description": "Returns a paginated list of provider auth methods.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_94",
      "outputId": "type_95"
    },
    {
      "id": "endpoint_96",
      "controllerId": "controller_92",
      "path": {
        "path": "/provider-auth-methods/:providerAuthMethodId",
        "sdkPath": "providers.authMethods.get"
      },
      "allPaths": [
        {
          "path": "/provider-auth-methods/:providerAuthMethodId",
          "sdkPath": "providers.authMethods.get"
        },
        {
          "path": "/instances/:instanceId/provider-auth-methods/:providerAuthMethodId",
          "sdkPath": "management.instance.providers.authMethods.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-auth-methods/:providerAuthMethodId",
          "sdkPath": "dashboard.instance.providers.authMethods.get"
        }
      ],
      "method": "get",
      "name": "Get provider auth method",
      "description": "Retrieves a specific provider auth method by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_97"
    },
    {
      "id": "endpoint_99",
      "controllerId": "controller_98",
      "path": {
        "path": "/agents",
        "sdkPath": "agents.list"
      },
      "allPaths": [
        {
          "path": "/agents",
          "sdkPath": "agents.list"
        },
        {
          "path": "/instances/:instanceId/agents",
          "sdkPath": "management.instance.agents.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/agents",
          "sdkPath": "dashboard.instance.agents.list"
        }
      ],
      "method": "get",
      "name": "List agents",
      "description": "Returns a paginated list of agents for the instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_100",
      "outputId": "type_101"
    },
    {
      "id": "endpoint_102",
      "controllerId": "controller_98",
      "path": {
        "path": "/agents/:agentId",
        "sdkPath": "agents.get"
      },
      "allPaths": [
        {
          "path": "/agents/:agentId",
          "sdkPath": "agents.get"
        },
        {
          "path": "/instances/:instanceId/agents/:agentId",
          "sdkPath": "management.instance.agents.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/agents/:agentId",
          "sdkPath": "dashboard.instance.agents.get"
        }
      ],
      "method": "get",
      "name": "Get agent",
      "description": "Retrieves a specific agent by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_103"
    },
    {
      "id": "endpoint_104",
      "controllerId": "controller_98",
      "path": {
        "path": "/agents/:agentId/instances",
        "sdkPath": "agents.instances.list"
      },
      "allPaths": [
        {
          "path": "/agents/:agentId/instances",
          "sdkPath": "agents.instances.list"
        },
        {
          "path": "/instances/:instanceId/agents/:agentId/instances",
          "sdkPath": "management.instance.agents.instances.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/agents/:agentId/instances",
          "sdkPath": "dashboard.instance.agents.instances.list"
        }
      ],
      "method": "get",
      "name": "List agent instances",
      "description": "Returns a paginated list of instances for an agent.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_105",
      "outputId": "type_106"
    },
    {
      "id": "endpoint_107",
      "controllerId": "controller_98",
      "path": {
        "path": "/agents/:agentId/instances/:agentInstanceId",
        "sdkPath": "agents.instances.get"
      },
      "allPaths": [
        {
          "path": "/agents/:agentId/instances/:agentInstanceId",
          "sdkPath": "agents.instances.get"
        },
        {
          "path": "/instances/:instanceId/agents/:agentId/instances/:agentInstanceId",
          "sdkPath": "management.instance.agents.instances.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/agents/:agentId/instances/:agentInstanceId",
          "sdkPath": "dashboard.instance.agents.instances.get"
        }
      ],
      "method": "get",
      "name": "Get agent instance",
      "description": "Retrieves a specific agent instance by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_108"
    },
    {
      "id": "endpoint_110",
      "controllerId": "controller_109",
      "path": {
        "path": "/identities",
        "sdkPath": "identities.list"
      },
      "allPaths": [
        {
          "path": "/identities",
          "sdkPath": "identities.list"
        },
        {
          "path": "/instances/:instanceId/identities",
          "sdkPath": "management.instance.identities.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/identities",
          "sdkPath": "dashboard.instance.identities.list"
        }
      ],
      "method": "get",
      "name": "List identities",
      "description": "Returns a paginated list of identities for the instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_111",
      "outputId": "type_112"
    },
    {
      "id": "endpoint_113",
      "controllerId": "controller_109",
      "path": {
        "path": "/identities/:identityId",
        "sdkPath": "identities.get"
      },
      "allPaths": [
        {
          "path": "/identities/:identityId",
          "sdkPath": "identities.get"
        },
        {
          "path": "/instances/:instanceId/identities/:identityId",
          "sdkPath": "management.instance.identities.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/identities/:identityId",
          "sdkPath": "dashboard.instance.identities.get"
        }
      ],
      "method": "get",
      "name": "Get identity",
      "description": "Retrieves a specific identity by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_114"
    },
    {
      "id": "endpoint_115",
      "controllerId": "controller_109",
      "path": {
        "path": "/identities",
        "sdkPath": "identities.create"
      },
      "allPaths": [
        {
          "path": "/identities",
          "sdkPath": "identities.create"
        },
        {
          "path": "/instances/:instanceId/identities",
          "sdkPath": "management.instance.identities.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/identities",
          "sdkPath": "dashboard.instance.identities.create"
        }
      ],
      "method": "post",
      "name": "Create identity",
      "description": "Creates a new identity owned by an existing identity actor.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_116",
      "queryId": null,
      "outputId": "type_117"
    },
    {
      "id": "endpoint_118",
      "controllerId": "controller_109",
      "path": {
        "path": "/identities/:identityId",
        "sdkPath": "identities.update"
      },
      "allPaths": [
        {
          "path": "/identities/:identityId",
          "sdkPath": "identities.update"
        },
        {
          "path": "/instances/:instanceId/identities/:identityId",
          "sdkPath": "management.instance.identities.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/identities/:identityId",
          "sdkPath": "dashboard.instance.identities.update"
        }
      ],
      "method": "patch",
      "name": "Update identity",
      "description": "Updates mutable fields on an existing identity.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_119",
      "queryId": null,
      "outputId": "type_120"
    },
    {
      "id": "endpoint_121",
      "controllerId": "controller_109",
      "path": {
        "path": "/identities/:identityId",
        "sdkPath": "identities.delete"
      },
      "allPaths": [
        {
          "path": "/identities/:identityId",
          "sdkPath": "identities.delete"
        },
        {
          "path": "/instances/:instanceId/identities/:identityId",
          "sdkPath": "management.instance.identities.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/identities/:identityId",
          "sdkPath": "dashboard.instance.identities.delete"
        }
      ],
      "method": "delete",
      "name": "Delete identity",
      "description": "Archives an identity.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_122"
    },
    {
      "id": "endpoint_124",
      "controllerId": "controller_123",
      "path": {
        "path": "/identity-actors",
        "sdkPath": "identityActors.list"
      },
      "allPaths": [
        {
          "path": "/identity-actors",
          "sdkPath": "identityActors.list"
        },
        {
          "path": "/instances/:instanceId/identity-actors",
          "sdkPath": "management.instance.identityActors.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/identity-actors",
          "sdkPath": "dashboard.instance.identityActors.list"
        }
      ],
      "method": "get",
      "name": "List identity actors",
      "description": "Returns a paginated list of identity actors for the instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_125",
      "outputId": "type_126"
    },
    {
      "id": "endpoint_127",
      "controllerId": "controller_123",
      "path": {
        "path": "/identity-actors/:identityActorId",
        "sdkPath": "identityActors.get"
      },
      "allPaths": [
        {
          "path": "/identity-actors/:identityActorId",
          "sdkPath": "identityActors.get"
        },
        {
          "path": "/instances/:instanceId/identity-actors/:identityActorId",
          "sdkPath": "management.instance.identityActors.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/identity-actors/:identityActorId",
          "sdkPath": "dashboard.instance.identityActors.get"
        }
      ],
      "method": "get",
      "name": "Get identity actor",
      "description": "Retrieves a specific identity actor by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_128"
    },
    {
      "id": "endpoint_129",
      "controllerId": "controller_123",
      "path": {
        "path": "/identity-actors",
        "sdkPath": "identityActors.create"
      },
      "allPaths": [
        {
          "path": "/identity-actors",
          "sdkPath": "identityActors.create"
        },
        {
          "path": "/instances/:instanceId/identity-actors",
          "sdkPath": "management.instance.identityActors.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/identity-actors",
          "sdkPath": "dashboard.instance.identityActors.create"
        }
      ],
      "method": "post",
      "name": "Create identity actor",
      "description": "Creates a new identity actor.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_130",
      "queryId": null,
      "outputId": "type_131"
    },
    {
      "id": "endpoint_132",
      "controllerId": "controller_123",
      "path": {
        "path": "/identity-actors/:identityActorId",
        "sdkPath": "identityActors.update"
      },
      "allPaths": [
        {
          "path": "/identity-actors/:identityActorId",
          "sdkPath": "identityActors.update"
        },
        {
          "path": "/instances/:instanceId/identity-actors/:identityActorId",
          "sdkPath": "management.instance.identityActors.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/identity-actors/:identityActorId",
          "sdkPath": "dashboard.instance.identityActors.update"
        }
      ],
      "method": "patch",
      "name": "Update identity actor",
      "description": "Updates mutable fields on an existing identity actor.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_133",
      "queryId": null,
      "outputId": "type_134"
    },
    {
      "id": "endpoint_135",
      "controllerId": "controller_123",
      "path": {
        "path": "/identity-actors/:identityActorId",
        "sdkPath": "identityActors.delete"
      },
      "allPaths": [
        {
          "path": "/identity-actors/:identityActorId",
          "sdkPath": "identityActors.delete"
        },
        {
          "path": "/instances/:instanceId/identity-actors/:identityActorId",
          "sdkPath": "management.instance.identityActors.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/identity-actors/:identityActorId",
          "sdkPath": "dashboard.instance.identityActors.delete"
        }
      ],
      "method": "delete",
      "name": "Delete identity actor",
      "description": "Archives an identity actor.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_136"
    },
    {
      "id": "endpoint_138",
      "controllerId": "controller_137",
      "path": {
        "path": "/identity-credentials",
        "sdkPath": "identities.credentials.list"
      },
      "allPaths": [
        {
          "path": "/identity-credentials",
          "sdkPath": "identities.credentials.list"
        },
        {
          "path": "/instances/:instanceId/identity-credentials",
          "sdkPath": "management.instance.identities.credentials.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/identity-credentials",
          "sdkPath": "dashboard.instance.identities.credentials.list"
        }
      ],
      "method": "get",
      "name": "List identity credentials",
      "description": "Returns a paginated list of identity credentials for the instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_139",
      "outputId": "type_140"
    },
    {
      "id": "endpoint_141",
      "controllerId": "controller_137",
      "path": {
        "path": "/identity-credentials/:identityCredentialId",
        "sdkPath": "identities.credentials.get"
      },
      "allPaths": [
        {
          "path": "/identity-credentials/:identityCredentialId",
          "sdkPath": "identities.credentials.get"
        },
        {
          "path": "/instances/:instanceId/identity-credentials/:identityCredentialId",
          "sdkPath": "management.instance.identities.credentials.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/identity-credentials/:identityCredentialId",
          "sdkPath": "dashboard.instance.identities.credentials.get"
        }
      ],
      "method": "get",
      "name": "Get identity credential",
      "description": "Retrieves a specific identity credential by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_142"
    },
    {
      "id": "endpoint_143",
      "controllerId": "controller_137",
      "path": {
        "path": "/identity-credentials",
        "sdkPath": "identities.credentials.create"
      },
      "allPaths": [
        {
          "path": "/identity-credentials",
          "sdkPath": "identities.credentials.create"
        },
        {
          "path": "/instances/:instanceId/identity-credentials",
          "sdkPath": "management.instance.identities.credentials.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/identity-credentials",
          "sdkPath": "dashboard.instance.identities.credentials.create"
        }
      ],
      "method": "post",
      "name": "Create identity credential",
      "description": "Creates a new credential and attaches it to an identity.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_144",
      "queryId": null,
      "outputId": "type_145"
    },
    {
      "id": "endpoint_146",
      "controllerId": "controller_137",
      "path": {
        "path": "/identity-credentials/:identityCredentialId",
        "sdkPath": "identities.credentials.update"
      },
      "allPaths": [
        {
          "path": "/identity-credentials/:identityCredentialId",
          "sdkPath": "identities.credentials.update"
        },
        {
          "path": "/instances/:instanceId/identity-credentials/:identityCredentialId",
          "sdkPath": "management.instance.identities.credentials.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/identity-credentials/:identityCredentialId",
          "sdkPath": "dashboard.instance.identities.credentials.update"
        }
      ],
      "method": "patch",
      "name": "Update identity credential",
      "description": "Updates the delegation config attached to an identity credential.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_147",
      "queryId": null,
      "outputId": "type_148"
    },
    {
      "id": "endpoint_149",
      "controllerId": "controller_137",
      "path": {
        "path": "/identity-credentials/:identityCredentialId",
        "sdkPath": "identities.credentials.delete"
      },
      "allPaths": [
        {
          "path": "/identity-credentials/:identityCredentialId",
          "sdkPath": "identities.credentials.delete"
        },
        {
          "path": "/instances/:instanceId/identity-credentials/:identityCredentialId",
          "sdkPath": "management.instance.identities.credentials.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/identity-credentials/:identityCredentialId",
          "sdkPath": "dashboard.instance.identities.credentials.delete"
        }
      ],
      "method": "delete",
      "name": "Delete identity credential",
      "description": "Archives an identity credential.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_150"
    },
    {
      "id": "endpoint_152",
      "controllerId": "controller_151",
      "path": {
        "path": "/identity-delegations",
        "sdkPath": "identities.delegations.list"
      },
      "allPaths": [
        {
          "path": "/identity-delegations",
          "sdkPath": "identities.delegations.list"
        },
        {
          "path": "/instances/:instanceId/identity-delegations",
          "sdkPath": "management.instance.identities.delegations.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/identity-delegations",
          "sdkPath": "dashboard.instance.identities.delegations.list"
        }
      ],
      "method": "get",
      "name": "List identity delegations",
      "description": "Returns a paginated list of identity delegations for the instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_153",
      "outputId": "type_154"
    },
    {
      "id": "endpoint_155",
      "controllerId": "controller_151",
      "path": {
        "path": "/identity-delegations/:identityDelegationId",
        "sdkPath": "identities.delegations.get"
      },
      "allPaths": [
        {
          "path": "/identity-delegations/:identityDelegationId",
          "sdkPath": "identities.delegations.get"
        },
        {
          "path": "/instances/:instanceId/identity-delegations/:identityDelegationId",
          "sdkPath": "management.instance.identities.delegations.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/identity-delegations/:identityDelegationId",
          "sdkPath": "dashboard.instance.identities.delegations.get"
        }
      ],
      "method": "get",
      "name": "Get identity delegation",
      "description": "Retrieves a specific identity delegation by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_156"
    },
    {
      "id": "endpoint_157",
      "controllerId": "controller_151",
      "path": {
        "path": "/identity-delegations",
        "sdkPath": "identities.delegations.create"
      },
      "allPaths": [
        {
          "path": "/identity-delegations",
          "sdkPath": "identities.delegations.create"
        },
        {
          "path": "/instances/:instanceId/identity-delegations",
          "sdkPath": "management.instance.identities.delegations.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/identity-delegations",
          "sdkPath": "dashboard.instance.identities.delegations.create"
        }
      ],
      "method": "post",
      "name": "Create identity delegation",
      "description": "Creates a new identity delegation.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_158",
      "queryId": null,
      "outputId": "type_159"
    },
    {
      "id": "endpoint_160",
      "controllerId": "controller_151",
      "path": {
        "path": "/identity-delegations/:identityDelegationId/revoke",
        "sdkPath": "identities.delegations.revoke"
      },
      "allPaths": [
        {
          "path": "/identity-delegations/:identityDelegationId/revoke",
          "sdkPath": "identities.delegations.revoke"
        },
        {
          "path": "/instances/:instanceId/identity-delegations/:identityDelegationId/revoke",
          "sdkPath": "management.instance.identities.delegations.revoke"
        },
        {
          "path": "/dashboard/instances/:instanceId/identity-delegations/:identityDelegationId/revoke",
          "sdkPath": "dashboard.instance.identities.delegations.revoke"
        }
      ],
      "method": "post",
      "name": "Revoke identity delegation",
      "description": "Revokes an existing identity delegation.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_161"
    },
    {
      "id": "endpoint_163",
      "controllerId": "controller_162",
      "path": {
        "path": "/identity-delegation-configs",
        "sdkPath": "identities.delegationConfigs.list"
      },
      "allPaths": [
        {
          "path": "/identity-delegation-configs",
          "sdkPath": "identities.delegationConfigs.list"
        },
        {
          "path": "/instances/:instanceId/identity-delegation-configs",
          "sdkPath": "management.instance.identities.delegationConfigs.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/identity-delegation-configs",
          "sdkPath": "dashboard.instance.identities.delegationConfigs.list"
        }
      ],
      "method": "get",
      "name": "List identity delegation configs",
      "description": "Returns a paginated list of identity delegation configs.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_164",
      "outputId": "type_165"
    },
    {
      "id": "endpoint_166",
      "controllerId": "controller_162",
      "path": {
        "path": "/identity-delegation-configs/:identityDelegationConfigId",
        "sdkPath": "identities.delegationConfigs.get"
      },
      "allPaths": [
        {
          "path": "/identity-delegation-configs/:identityDelegationConfigId",
          "sdkPath": "identities.delegationConfigs.get"
        },
        {
          "path": "/instances/:instanceId/identity-delegation-configs/:identityDelegationConfigId",
          "sdkPath": "management.instance.identities.delegationConfigs.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/identity-delegation-configs/:identityDelegationConfigId",
          "sdkPath": "dashboard.instance.identities.delegationConfigs.get"
        }
      ],
      "method": "get",
      "name": "Get identity delegation config",
      "description": "Retrieves a specific identity delegation config by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_167"
    },
    {
      "id": "endpoint_168",
      "controllerId": "controller_162",
      "path": {
        "path": "/identity-delegation-configs",
        "sdkPath": "identities.delegationConfigs.create"
      },
      "allPaths": [
        {
          "path": "/identity-delegation-configs",
          "sdkPath": "identities.delegationConfigs.create"
        },
        {
          "path": "/instances/:instanceId/identity-delegation-configs",
          "sdkPath": "management.instance.identities.delegationConfigs.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/identity-delegation-configs",
          "sdkPath": "dashboard.instance.identities.delegationConfigs.create"
        }
      ],
      "method": "post",
      "name": "Create identity delegation config",
      "description": "Creates a new identity delegation config.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_169",
      "queryId": null,
      "outputId": "type_170"
    },
    {
      "id": "endpoint_171",
      "controllerId": "controller_162",
      "path": {
        "path": "/identity-delegation-configs/:identityDelegationConfigId",
        "sdkPath": "identities.delegationConfigs.update"
      },
      "allPaths": [
        {
          "path": "/identity-delegation-configs/:identityDelegationConfigId",
          "sdkPath": "identities.delegationConfigs.update"
        },
        {
          "path": "/instances/:instanceId/identity-delegation-configs/:identityDelegationConfigId",
          "sdkPath": "management.instance.identities.delegationConfigs.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/identity-delegation-configs/:identityDelegationConfigId",
          "sdkPath": "dashboard.instance.identities.delegationConfigs.update"
        }
      ],
      "method": "patch",
      "name": "Update identity delegation config",
      "description": "Updates mutable fields on an existing identity delegation config.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_172",
      "queryId": null,
      "outputId": "type_173"
    },
    {
      "id": "endpoint_174",
      "controllerId": "controller_162",
      "path": {
        "path": "/identity-delegation-configs/:identityDelegationConfigId",
        "sdkPath": "identities.delegationConfigs.delete"
      },
      "allPaths": [
        {
          "path": "/identity-delegation-configs/:identityDelegationConfigId",
          "sdkPath": "identities.delegationConfigs.delete"
        },
        {
          "path": "/instances/:instanceId/identity-delegation-configs/:identityDelegationConfigId",
          "sdkPath": "management.instance.identities.delegationConfigs.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/identity-delegation-configs/:identityDelegationConfigId",
          "sdkPath": "dashboard.instance.identities.delegationConfigs.delete"
        }
      ],
      "method": "delete",
      "name": "Delete identity delegation config",
      "description": "Archives an identity delegation config.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_175"
    },
    {
      "id": "endpoint_177",
      "controllerId": "controller_176",
      "path": {
        "path": "/identity-delegation-requests",
        "sdkPath": "identities.delegationRequests.list"
      },
      "allPaths": [
        {
          "path": "/identity-delegation-requests",
          "sdkPath": "identities.delegationRequests.list"
        },
        {
          "path": "/instances/:instanceId/identity-delegation-requests",
          "sdkPath": "management.instance.identities.delegationRequests.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/identity-delegation-requests",
          "sdkPath": "dashboard.instance.identities.delegationRequests.list"
        }
      ],
      "method": "get",
      "name": "List identity delegation requests",
      "description": "Returns a paginated list of identity delegation requests.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_178",
      "outputId": "type_179"
    },
    {
      "id": "endpoint_180",
      "controllerId": "controller_176",
      "path": {
        "path": "/identity-delegation-requests/:identityDelegationRequestId",
        "sdkPath": "identities.delegationRequests.get"
      },
      "allPaths": [
        {
          "path": "/identity-delegation-requests/:identityDelegationRequestId",
          "sdkPath": "identities.delegationRequests.get"
        },
        {
          "path": "/instances/:instanceId/identity-delegation-requests/:identityDelegationRequestId",
          "sdkPath": "management.instance.identities.delegationRequests.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/identity-delegation-requests/:identityDelegationRequestId",
          "sdkPath": "dashboard.instance.identities.delegationRequests.get"
        }
      ],
      "method": "get",
      "name": "Get identity delegation request",
      "description": "Retrieves a specific identity delegation request by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_181",
      "outputId": "type_182"
    },
    {
      "id": "endpoint_183",
      "controllerId": "controller_176",
      "path": {
        "path": "/identity-delegation-requests",
        "sdkPath": "identities.delegationRequests.create"
      },
      "allPaths": [
        {
          "path": "/identity-delegation-requests",
          "sdkPath": "identities.delegationRequests.create"
        },
        {
          "path": "/instances/:instanceId/identity-delegation-requests",
          "sdkPath": "management.instance.identities.delegationRequests.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/identity-delegation-requests",
          "sdkPath": "dashboard.instance.identities.delegationRequests.create"
        }
      ],
      "method": "post",
      "name": "Create identity delegation request",
      "description": "Creates a new identity delegation request.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_184",
      "queryId": null,
      "outputId": "type_185"
    },
    {
      "id": "endpoint_186",
      "controllerId": "controller_176",
      "path": {
        "path": "/identity-delegation-requests/:identityDelegationRequestId/approve",
        "sdkPath": "identities.delegationRequests.approve"
      },
      "allPaths": [
        {
          "path": "/identity-delegation-requests/:identityDelegationRequestId/approve",
          "sdkPath": "identities.delegationRequests.approve"
        },
        {
          "path": "/instances/:instanceId/identity-delegation-requests/:identityDelegationRequestId/approve",
          "sdkPath": "management.instance.identities.delegationRequests.approve"
        },
        {
          "path": "/dashboard/instances/:instanceId/identity-delegation-requests/:identityDelegationRequestId/approve",
          "sdkPath": "dashboard.instance.identities.delegationRequests.approve"
        }
      ],
      "method": "post",
      "name": "Approve identity delegation request",
      "description": "Approves an existing identity delegation request.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_187",
      "outputId": "type_188"
    },
    {
      "id": "endpoint_189",
      "controllerId": "controller_176",
      "path": {
        "path": "/identity-delegation-requests/:identityDelegationRequestId/deny",
        "sdkPath": "identities.delegationRequests.deny"
      },
      "allPaths": [
        {
          "path": "/identity-delegation-requests/:identityDelegationRequestId/deny",
          "sdkPath": "identities.delegationRequests.deny"
        },
        {
          "path": "/instances/:instanceId/identity-delegation-requests/:identityDelegationRequestId/deny",
          "sdkPath": "management.instance.identities.delegationRequests.deny"
        },
        {
          "path": "/dashboard/instances/:instanceId/identity-delegation-requests/:identityDelegationRequestId/deny",
          "sdkPath": "dashboard.instance.identities.delegationRequests.deny"
        }
      ],
      "method": "post",
      "name": "Deny identity delegation request",
      "description": "Denies an existing identity delegation request.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_190",
      "outputId": "type_191"
    },
    {
      "id": "endpoint_193",
      "controllerId": "controller_192",
      "path": {
        "path": "/provider-deployments",
        "sdkPath": "providerDeployments.list"
      },
      "allPaths": [
        {
          "path": "/provider-deployments",
          "sdkPath": "providerDeployments.list"
        },
        {
          "path": "/instances/:instanceId/provider-deployments",
          "sdkPath": "management.instance.providerDeployments.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-deployments",
          "sdkPath": "dashboard.instance.providerDeployments.list"
        }
      ],
      "method": "get",
      "name": "List provider deployments",
      "description": "Returns a paginated list of provider deployments.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_194",
      "outputId": "type_195"
    },
    {
      "id": "endpoint_196",
      "controllerId": "controller_192",
      "path": {
        "path": "/provider-deployments/:providerDeploymentId",
        "sdkPath": "providerDeployments.get"
      },
      "allPaths": [
        {
          "path": "/provider-deployments/:providerDeploymentId",
          "sdkPath": "providerDeployments.get"
        },
        {
          "path": "/instances/:instanceId/provider-deployments/:providerDeploymentId",
          "sdkPath": "management.instance.providerDeployments.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-deployments/:providerDeploymentId",
          "sdkPath": "dashboard.instance.providerDeployments.get"
        }
      ],
      "method": "get",
      "name": "Get provider deployment",
      "description": "Retrieves a specific provider deployment by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_197"
    },
    {
      "id": "endpoint_198",
      "controllerId": "controller_192",
      "path": {
        "path": "/provider-deployments",
        "sdkPath": "providerDeployments.create"
      },
      "allPaths": [
        {
          "path": "/provider-deployments",
          "sdkPath": "providerDeployments.create"
        },
        {
          "path": "/instances/:instanceId/provider-deployments",
          "sdkPath": "management.instance.providerDeployments.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-deployments",
          "sdkPath": "dashboard.instance.providerDeployments.create"
        }
      ],
      "method": "post",
      "name": "Create provider deployment",
      "description": "Creates a new provider deployment.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_199",
      "queryId": null,
      "outputId": "type_200"
    },
    {
      "id": "endpoint_201",
      "controllerId": "controller_192",
      "path": {
        "path": "/provider-deployments/:providerDeploymentId",
        "sdkPath": "providerDeployments.update"
      },
      "allPaths": [
        {
          "path": "/provider-deployments/:providerDeploymentId",
          "sdkPath": "providerDeployments.update"
        },
        {
          "path": "/instances/:instanceId/provider-deployments/:providerDeploymentId",
          "sdkPath": "management.instance.providerDeployments.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-deployments/:providerDeploymentId",
          "sdkPath": "dashboard.instance.providerDeployments.update"
        }
      ],
      "method": "patch",
      "name": "Update provider deployment",
      "description": "Updates a specific provider deployment.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_202",
      "queryId": null,
      "outputId": "type_203"
    },
    {
      "id": "endpoint_204",
      "controllerId": "controller_192",
      "path": {
        "path": "/provider-deployments/:providerDeploymentId",
        "sdkPath": "providerDeployments.delete"
      },
      "allPaths": [
        {
          "path": "/provider-deployments/:providerDeploymentId",
          "sdkPath": "providerDeployments.delete"
        },
        {
          "path": "/instances/:instanceId/provider-deployments/:providerDeploymentId",
          "sdkPath": "management.instance.providerDeployments.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-deployments/:providerDeploymentId",
          "sdkPath": "dashboard.instance.providerDeployments.delete"
        }
      ],
      "method": "delete",
      "name": "Delete provider deployment",
      "description": "Permanently deletes a provider deployment.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_205"
    },
    {
      "id": "endpoint_207",
      "controllerId": "controller_206",
      "path": {
        "path": "/provider-configs",
        "sdkPath": "providerDeployments.configs.list"
      },
      "allPaths": [
        {
          "path": "/provider-configs",
          "sdkPath": "providerDeployments.configs.list"
        },
        {
          "path": "/instances/:instanceId/provider-configs",
          "sdkPath": "management.instance.providerDeployments.configs.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-configs",
          "sdkPath": "dashboard.instance.providerDeployments.configs.list"
        }
      ],
      "method": "get",
      "name": "List provider configs",
      "description": "Returns a paginated list of provider configs.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_208",
      "outputId": "type_209"
    },
    {
      "id": "endpoint_210",
      "controllerId": "controller_206",
      "path": {
        "path": "/provider-configs/:providerConfigId",
        "sdkPath": "providerDeployments.configs.get"
      },
      "allPaths": [
        {
          "path": "/provider-configs/:providerConfigId",
          "sdkPath": "providerDeployments.configs.get"
        },
        {
          "path": "/instances/:instanceId/provider-configs/:providerConfigId",
          "sdkPath": "management.instance.providerDeployments.configs.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-configs/:providerConfigId",
          "sdkPath": "dashboard.instance.providerDeployments.configs.get"
        }
      ],
      "method": "get",
      "name": "Get provider config",
      "description": "Retrieves a specific provider config by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_211"
    },
    {
      "id": "endpoint_212",
      "controllerId": "controller_206",
      "path": {
        "path": "/provider-configs",
        "sdkPath": "providerDeployments.configs.create"
      },
      "allPaths": [
        {
          "path": "/provider-configs",
          "sdkPath": "providerDeployments.configs.create"
        },
        {
          "path": "/instances/:instanceId/provider-configs",
          "sdkPath": "management.instance.providerDeployments.configs.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-configs",
          "sdkPath": "dashboard.instance.providerDeployments.configs.create"
        }
      ],
      "method": "post",
      "name": "Create provider config",
      "description": "Creates a new provider config.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": "type_213",
      "queryId": null,
      "outputId": "type_214"
    },
    {
      "id": "endpoint_215",
      "controllerId": "controller_206",
      "path": {
        "path": "/provider-configs/:providerConfigId",
        "sdkPath": "providerDeployments.configs.update"
      },
      "allPaths": [
        {
          "path": "/provider-configs/:providerConfigId",
          "sdkPath": "providerDeployments.configs.update"
        },
        {
          "path": "/instances/:instanceId/provider-configs/:providerConfigId",
          "sdkPath": "management.instance.providerDeployments.configs.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-configs/:providerConfigId",
          "sdkPath": "dashboard.instance.providerDeployments.configs.update"
        }
      ],
      "method": "patch",
      "name": "Update provider config",
      "description": "Updates a specific provider config.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_216",
      "queryId": null,
      "outputId": "type_217"
    },
    {
      "id": "endpoint_218",
      "controllerId": "controller_206",
      "path": {
        "path": "/provider-configs/:providerConfigId",
        "sdkPath": "providerDeployments.configs.delete"
      },
      "allPaths": [
        {
          "path": "/provider-configs/:providerConfigId",
          "sdkPath": "providerDeployments.configs.delete"
        },
        {
          "path": "/instances/:instanceId/provider-configs/:providerConfigId",
          "sdkPath": "management.instance.providerDeployments.configs.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-configs/:providerConfigId",
          "sdkPath": "dashboard.instance.providerDeployments.configs.delete"
        }
      ],
      "method": "delete",
      "name": "Delete provider config",
      "description": "Permanently deletes a provider config.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_219"
    },
    {
      "id": "endpoint_220",
      "controllerId": "controller_206",
      "path": {
        "path": "/provider-config-schema",
        "sdkPath": "providerDeployments.configs.getConfigSchema"
      },
      "allPaths": [
        {
          "path": "/provider-config-schema",
          "sdkPath": "providerDeployments.configs.getConfigSchema"
        },
        {
          "path": "/instances/:instanceId/provider-config-schema",
          "sdkPath": "management.instance.providerDeployments.configs.getConfigSchema"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-config-schema",
          "sdkPath": "dashboard.instance.providerDeployments.configs.getConfigSchema"
        }
      ],
      "method": "get",
      "name": "Get config schema",
      "description": "Retrieves the JSON Schema for configuration of this provider deployment.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_221",
      "outputId": "type_222"
    },
    {
      "id": "endpoint_224",
      "controllerId": "controller_223",
      "path": {
        "path": "/provider-config-vaults",
        "sdkPath": "providerDeployments.configVaults.list"
      },
      "allPaths": [
        {
          "path": "/provider-config-vaults",
          "sdkPath": "providerDeployments.configVaults.list"
        },
        {
          "path": "/instances/:instanceId/provider-config-vaults",
          "sdkPath": "management.instance.providerDeployments.configVaults.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-config-vaults",
          "sdkPath": "dashboard.instance.providerDeployments.configVaults.list"
        }
      ],
      "method": "get",
      "name": "List provider config vaults",
      "description": "Returns a paginated list of provider config vaults.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_225",
      "outputId": "type_226"
    },
    {
      "id": "endpoint_227",
      "controllerId": "controller_223",
      "path": {
        "path": "/provider-config-vaults/:providerConfigVaultId",
        "sdkPath": "providerDeployments.configVaults.get"
      },
      "allPaths": [
        {
          "path": "/provider-config-vaults/:providerConfigVaultId",
          "sdkPath": "providerDeployments.configVaults.get"
        },
        {
          "path": "/instances/:instanceId/provider-config-vaults/:providerConfigVaultId",
          "sdkPath": "management.instance.providerDeployments.configVaults.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-config-vaults/:providerConfigVaultId",
          "sdkPath": "dashboard.instance.providerDeployments.configVaults.get"
        }
      ],
      "method": "get",
      "name": "Get provider config vault",
      "description": "Retrieves a specific provider config vault by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_228"
    },
    {
      "id": "endpoint_229",
      "controllerId": "controller_223",
      "path": {
        "path": "/provider-config-vaults",
        "sdkPath": "providerDeployments.configVaults.create"
      },
      "allPaths": [
        {
          "path": "/provider-config-vaults",
          "sdkPath": "providerDeployments.configVaults.create"
        },
        {
          "path": "/instances/:instanceId/provider-config-vaults",
          "sdkPath": "management.instance.providerDeployments.configVaults.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-config-vaults",
          "sdkPath": "dashboard.instance.providerDeployments.configVaults.create"
        }
      ],
      "method": "post",
      "name": "Create provider config vault",
      "description": "Creates a new provider config vault.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": "type_230",
      "queryId": null,
      "outputId": "type_231"
    },
    {
      "id": "endpoint_232",
      "controllerId": "controller_223",
      "path": {
        "path": "/provider-config-vaults/:providerConfigVaultId",
        "sdkPath": "providerDeployments.configVaults.update"
      },
      "allPaths": [
        {
          "path": "/provider-config-vaults/:providerConfigVaultId",
          "sdkPath": "providerDeployments.configVaults.update"
        },
        {
          "path": "/instances/:instanceId/provider-config-vaults/:providerConfigVaultId",
          "sdkPath": "management.instance.providerDeployments.configVaults.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-config-vaults/:providerConfigVaultId",
          "sdkPath": "dashboard.instance.providerDeployments.configVaults.update"
        }
      ],
      "method": "patch",
      "name": "Update provider config vault",
      "description": "Updates a specific provider config vault.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_233",
      "queryId": null,
      "outputId": "type_234"
    },
    {
      "id": "endpoint_235",
      "controllerId": "controller_223",
      "path": {
        "path": "/provider-config-vaults/:providerConfigVaultId",
        "sdkPath": "providerDeployments.configVaults.delete"
      },
      "allPaths": [
        {
          "path": "/provider-config-vaults/:providerConfigVaultId",
          "sdkPath": "providerDeployments.configVaults.delete"
        },
        {
          "path": "/instances/:instanceId/provider-config-vaults/:providerConfigVaultId",
          "sdkPath": "management.instance.providerDeployments.configVaults.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-config-vaults/:providerConfigVaultId",
          "sdkPath": "dashboard.instance.providerDeployments.configVaults.delete"
        }
      ],
      "method": "delete",
      "name": "Delete provider config vault",
      "description": "Permanently deletes a provider config vault.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_236"
    },
    {
      "id": "endpoint_238",
      "controllerId": "controller_237",
      "path": {
        "path": "/provider-auth-configs",
        "sdkPath": "providerDeployments.authConfigs.list"
      },
      "allPaths": [
        {
          "path": "/provider-auth-configs",
          "sdkPath": "providerDeployments.authConfigs.list"
        },
        {
          "path": "/instances/:instanceId/provider-auth-configs",
          "sdkPath": "management.instance.providerDeployments.authConfigs.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-auth-configs",
          "sdkPath": "dashboard.instance.providerDeployments.authConfigs.list"
        }
      ],
      "method": "get",
      "name": "List provider auth configs",
      "description": "Returns a paginated list of provider auth configs.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_239",
      "outputId": "type_240"
    },
    {
      "id": "endpoint_241",
      "controllerId": "controller_237",
      "path": {
        "path": "/provider-auth-configs/:providerAuthConfigId",
        "sdkPath": "providerDeployments.authConfigs.get"
      },
      "allPaths": [
        {
          "path": "/provider-auth-configs/:providerAuthConfigId",
          "sdkPath": "providerDeployments.authConfigs.get"
        },
        {
          "path": "/instances/:instanceId/provider-auth-configs/:providerAuthConfigId",
          "sdkPath": "management.instance.providerDeployments.authConfigs.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-auth-configs/:providerAuthConfigId",
          "sdkPath": "dashboard.instance.providerDeployments.authConfigs.get"
        }
      ],
      "method": "get",
      "name": "Get provider auth config",
      "description": "Retrieves a specific provider auth config by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_242"
    },
    {
      "id": "endpoint_243",
      "controllerId": "controller_237",
      "path": {
        "path": "/provider-auth-configs",
        "sdkPath": "providerDeployments.authConfigs.create"
      },
      "allPaths": [
        {
          "path": "/provider-auth-configs",
          "sdkPath": "providerDeployments.authConfigs.create"
        },
        {
          "path": "/instances/:instanceId/provider-auth-configs",
          "sdkPath": "management.instance.providerDeployments.authConfigs.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-auth-configs",
          "sdkPath": "dashboard.instance.providerDeployments.authConfigs.create"
        }
      ],
      "method": "post",
      "name": "Create provider auth config",
      "description": "Creates a new provider auth config.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": "type_244",
      "queryId": null,
      "outputId": "type_245"
    },
    {
      "id": "endpoint_246",
      "controllerId": "controller_237",
      "path": {
        "path": "/provider-auth-configs/:providerAuthConfigId",
        "sdkPath": "providerDeployments.authConfigs.update"
      },
      "allPaths": [
        {
          "path": "/provider-auth-configs/:providerAuthConfigId",
          "sdkPath": "providerDeployments.authConfigs.update"
        },
        {
          "path": "/instances/:instanceId/provider-auth-configs/:providerAuthConfigId",
          "sdkPath": "management.instance.providerDeployments.authConfigs.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-auth-configs/:providerAuthConfigId",
          "sdkPath": "dashboard.instance.providerDeployments.authConfigs.update"
        }
      ],
      "method": "patch",
      "name": "Update provider auth config",
      "description": "Updates a specific provider auth config.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_247",
      "queryId": null,
      "outputId": "type_248"
    },
    {
      "id": "endpoint_249",
      "controllerId": "controller_237",
      "path": {
        "path": "/provider-auth-configs/:providerAuthConfigId",
        "sdkPath": "providerDeployments.authConfigs.delete"
      },
      "allPaths": [
        {
          "path": "/provider-auth-configs/:providerAuthConfigId",
          "sdkPath": "providerDeployments.authConfigs.delete"
        },
        {
          "path": "/instances/:instanceId/provider-auth-configs/:providerAuthConfigId",
          "sdkPath": "management.instance.providerDeployments.authConfigs.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-auth-configs/:providerAuthConfigId",
          "sdkPath": "dashboard.instance.providerDeployments.authConfigs.delete"
        }
      ],
      "method": "delete",
      "name": "Delete provider auth config",
      "description": "Permanently deletes a provider auth config.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_250"
    },
    {
      "id": "endpoint_252",
      "controllerId": "controller_251",
      "path": {
        "path": "/provider-auth-credentials",
        "sdkPath": "providerDeployments.authCredentials.list"
      },
      "allPaths": [
        {
          "path": "/provider-auth-credentials",
          "sdkPath": "providerDeployments.authCredentials.list"
        },
        {
          "path": "/instances/:instanceId/provider-auth-credentials",
          "sdkPath": "management.instance.providerDeployments.authCredentials.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-auth-credentials",
          "sdkPath": "dashboard.instance.providerDeployments.authCredentials.list"
        }
      ],
      "method": "get",
      "name": "List provider auth credentials",
      "description": "Returns a paginated list of provider auth credentials.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_253",
      "outputId": "type_254"
    },
    {
      "id": "endpoint_255",
      "controllerId": "controller_251",
      "path": {
        "path": "/provider-auth-credentials/:providerAuthCredentialsId",
        "sdkPath": "providerDeployments.authCredentials.get"
      },
      "allPaths": [
        {
          "path": "/provider-auth-credentials/:providerAuthCredentialsId",
          "sdkPath": "providerDeployments.authCredentials.get"
        },
        {
          "path": "/instances/:instanceId/provider-auth-credentials/:providerAuthCredentialsId",
          "sdkPath": "management.instance.providerDeployments.authCredentials.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-auth-credentials/:providerAuthCredentialsId",
          "sdkPath": "dashboard.instance.providerDeployments.authCredentials.get"
        }
      ],
      "method": "get",
      "name": "Get provider auth credentials",
      "description": "Retrieves specific provider auth credentials by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_256"
    },
    {
      "id": "endpoint_257",
      "controllerId": "controller_251",
      "path": {
        "path": "/provider-auth-credentials",
        "sdkPath": "providerDeployments.authCredentials.create"
      },
      "allPaths": [
        {
          "path": "/provider-auth-credentials",
          "sdkPath": "providerDeployments.authCredentials.create"
        },
        {
          "path": "/instances/:instanceId/provider-auth-credentials",
          "sdkPath": "management.instance.providerDeployments.authCredentials.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-auth-credentials",
          "sdkPath": "dashboard.instance.providerDeployments.authCredentials.create"
        }
      ],
      "method": "post",
      "name": "Create provider auth credentials",
      "description": "Creates new provider auth credentials.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": "type_258",
      "queryId": null,
      "outputId": "type_259"
    },
    {
      "id": "endpoint_260",
      "controllerId": "controller_251",
      "path": {
        "path": "/provider-auth-credentials/:providerAuthCredentialsId",
        "sdkPath": "providerDeployments.authCredentials.update"
      },
      "allPaths": [
        {
          "path": "/provider-auth-credentials/:providerAuthCredentialsId",
          "sdkPath": "providerDeployments.authCredentials.update"
        },
        {
          "path": "/instances/:instanceId/provider-auth-credentials/:providerAuthCredentialsId",
          "sdkPath": "management.instance.providerDeployments.authCredentials.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-auth-credentials/:providerAuthCredentialsId",
          "sdkPath": "dashboard.instance.providerDeployments.authCredentials.update"
        }
      ],
      "method": "patch",
      "name": "Update provider auth credentials",
      "description": "Updates specific provider auth credentials.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": "type_261",
      "queryId": null,
      "outputId": "type_262"
    },
    {
      "id": "endpoint_263",
      "controllerId": "controller_251",
      "path": {
        "path": "/provider-auth-credentials/:providerAuthCredentialsId",
        "sdkPath": "providerDeployments.authCredentials.delete"
      },
      "allPaths": [
        {
          "path": "/provider-auth-credentials/:providerAuthCredentialsId",
          "sdkPath": "providerDeployments.authCredentials.delete"
        },
        {
          "path": "/instances/:instanceId/provider-auth-credentials/:providerAuthCredentialsId",
          "sdkPath": "management.instance.providerDeployments.authCredentials.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-auth-credentials/:providerAuthCredentialsId",
          "sdkPath": "dashboard.instance.providerDeployments.authCredentials.delete"
        }
      ],
      "method": "delete",
      "name": "Delete provider auth credentials",
      "description": "Permanently deletes provider auth credentials.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_264"
    },
    {
      "id": "endpoint_266",
      "controllerId": "controller_265",
      "path": {
        "path": "/provider-setup-sessions",
        "sdkPath": "providerDeployments.setupSessions.list"
      },
      "allPaths": [
        {
          "path": "/provider-setup-sessions",
          "sdkPath": "providerDeployments.setupSessions.list"
        },
        {
          "path": "/instances/:instanceId/provider-setup-sessions",
          "sdkPath": "management.instance.providerDeployments.setupSessions.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-setup-sessions",
          "sdkPath": "dashboard.instance.providerDeployments.setupSessions.list"
        }
      ],
      "method": "get",
      "name": "List provider setup sessions",
      "description": "Returns a paginated list of provider setup sessions.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_267",
      "outputId": "type_268"
    },
    {
      "id": "endpoint_269",
      "controllerId": "controller_265",
      "path": {
        "path": "/provider-setup-sessions/:providerSetupSessionId",
        "sdkPath": "providerDeployments.setupSessions.get"
      },
      "allPaths": [
        {
          "path": "/provider-setup-sessions/:providerSetupSessionId",
          "sdkPath": "providerDeployments.setupSessions.get"
        },
        {
          "path": "/instances/:instanceId/provider-setup-sessions/:providerSetupSessionId",
          "sdkPath": "management.instance.providerDeployments.setupSessions.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-setup-sessions/:providerSetupSessionId",
          "sdkPath": "dashboard.instance.providerDeployments.setupSessions.get"
        }
      ],
      "method": "get",
      "name": "Get provider setup session",
      "description": "Retrieves a specific provider setup session by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_270"
    },
    {
      "id": "endpoint_271",
      "controllerId": "controller_265",
      "path": {
        "path": "/provider-setup-sessions",
        "sdkPath": "providerDeployments.setupSessions.create"
      },
      "allPaths": [
        {
          "path": "/provider-setup-sessions",
          "sdkPath": "providerDeployments.setupSessions.create"
        },
        {
          "path": "/instances/:instanceId/provider-setup-sessions",
          "sdkPath": "management.instance.providerDeployments.setupSessions.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-setup-sessions",
          "sdkPath": "dashboard.instance.providerDeployments.setupSessions.create"
        }
      ],
      "method": "post",
      "name": "Create provider setup session",
      "description": "Creates a new provider setup session for OAuth authentication.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_272",
      "queryId": null,
      "outputId": "type_273"
    },
    {
      "id": "endpoint_274",
      "controllerId": "controller_265",
      "path": {
        "path": "/provider-setup-sessions/:providerSetupSessionId",
        "sdkPath": "providerDeployments.setupSessions.update"
      },
      "allPaths": [
        {
          "path": "/provider-setup-sessions/:providerSetupSessionId",
          "sdkPath": "providerDeployments.setupSessions.update"
        },
        {
          "path": "/instances/:instanceId/provider-setup-sessions/:providerSetupSessionId",
          "sdkPath": "management.instance.providerDeployments.setupSessions.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-setup-sessions/:providerSetupSessionId",
          "sdkPath": "dashboard.instance.providerDeployments.setupSessions.update"
        }
      ],
      "method": "patch",
      "name": "Update provider setup session",
      "description": "Updates a specific provider setup session.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_275",
      "queryId": null,
      "outputId": "type_276"
    },
    {
      "id": "endpoint_277",
      "controllerId": "controller_265",
      "path": {
        "path": "/provider-setup-sessions/:providerSetupSessionId",
        "sdkPath": "providerDeployments.setupSessions.delete"
      },
      "allPaths": [
        {
          "path": "/provider-setup-sessions/:providerSetupSessionId",
          "sdkPath": "providerDeployments.setupSessions.delete"
        },
        {
          "path": "/instances/:instanceId/provider-setup-sessions/:providerSetupSessionId",
          "sdkPath": "management.instance.providerDeployments.setupSessions.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-setup-sessions/:providerSetupSessionId",
          "sdkPath": "dashboard.instance.providerDeployments.setupSessions.delete"
        }
      ],
      "method": "delete",
      "name": "Delete provider setup session",
      "description": "Deletes a provider setup session.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_278"
    },
    {
      "id": "endpoint_280",
      "controllerId": "controller_279",
      "path": {
        "path": "/provider-auth-config-imports",
        "sdkPath": "providerDeployments.authConfigs.imports.list"
      },
      "allPaths": [
        {
          "path": "/provider-auth-config-imports",
          "sdkPath": "providerDeployments.authConfigs.imports.list"
        },
        {
          "path": "/instances/:instanceId/provider-auth-config-imports",
          "sdkPath": "management.instance.providerDeployments.authConfigs.imports.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-auth-config-imports",
          "sdkPath": "dashboard.instance.providerDeployments.authConfigs.imports.list"
        }
      ],
      "method": "get",
      "name": "List provider auth imports",
      "description": "Returns a paginated list of provider auth imports.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_281",
      "outputId": "type_282"
    },
    {
      "id": "endpoint_283",
      "controllerId": "controller_279",
      "path": {
        "path": "/provider-auth-config-imports/:providerAuthImportId",
        "sdkPath": "providerDeployments.authConfigs.imports.get"
      },
      "allPaths": [
        {
          "path": "/provider-auth-config-imports/:providerAuthImportId",
          "sdkPath": "providerDeployments.authConfigs.imports.get"
        },
        {
          "path": "/instances/:instanceId/provider-auth-config-imports/:providerAuthImportId",
          "sdkPath": "management.instance.providerDeployments.authConfigs.imports.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-auth-config-imports/:providerAuthImportId",
          "sdkPath": "dashboard.instance.providerDeployments.authConfigs.imports.get"
        }
      ],
      "method": "get",
      "name": "Get provider auth import",
      "description": "Retrieves a specific provider auth import by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_284"
    },
    {
      "id": "endpoint_285",
      "controllerId": "controller_279",
      "path": {
        "path": "/provider-auth-config-imports",
        "sdkPath": "providerDeployments.authConfigs.imports.create"
      },
      "allPaths": [
        {
          "path": "/provider-auth-config-imports",
          "sdkPath": "providerDeployments.authConfigs.imports.create"
        },
        {
          "path": "/instances/:instanceId/provider-auth-config-imports",
          "sdkPath": "management.instance.providerDeployments.authConfigs.imports.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-auth-config-imports",
          "sdkPath": "dashboard.instance.providerDeployments.authConfigs.imports.create"
        }
      ],
      "method": "post",
      "name": "Create provider auth import",
      "description": "Imports authentication credentials for a provider.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": "type_286",
      "queryId": null,
      "outputId": "type_287"
    },
    {
      "id": "endpoint_288",
      "controllerId": "controller_279",
      "path": {
        "path": "/provider-auth-config-imports/schema",
        "sdkPath": "providerDeployments.authConfigs.imports.getSchema"
      },
      "allPaths": [
        {
          "path": "/provider-auth-config-imports/schema",
          "sdkPath": "providerDeployments.authConfigs.imports.getSchema"
        },
        {
          "path": "/instances/:instanceId/provider-auth-config-imports/schema",
          "sdkPath": "management.instance.providerDeployments.authConfigs.imports.getSchema"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-auth-config-imports/schema",
          "sdkPath": "dashboard.instance.providerDeployments.authConfigs.imports.getSchema"
        }
      ],
      "method": "get",
      "name": "Get auth import schema",
      "description": "Retrieves the JSON Schema for importing authentication credentials.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_289",
      "outputId": "type_290"
    },
    {
      "id": "endpoint_292",
      "controllerId": "controller_291",
      "path": {
        "path": "/provider-auth-config-exports",
        "sdkPath": "providerDeployments.authConfigs.exports.list"
      },
      "allPaths": [
        {
          "path": "/provider-auth-config-exports",
          "sdkPath": "providerDeployments.authConfigs.exports.list"
        },
        {
          "path": "/instances/:instanceId/provider-auth-config-exports",
          "sdkPath": "management.instance.providerDeployments.authConfigs.exports.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-auth-config-exports",
          "sdkPath": "dashboard.instance.providerDeployments.authConfigs.exports.list"
        }
      ],
      "method": "get",
      "name": "List provider auth exports",
      "description": "Returns a paginated list of provider auth exports.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_293",
      "outputId": "type_294"
    },
    {
      "id": "endpoint_295",
      "controllerId": "controller_291",
      "path": {
        "path": "/provider-auth-config-exports/:providerAuthExportId",
        "sdkPath": "providerDeployments.authConfigs.exports.get"
      },
      "allPaths": [
        {
          "path": "/provider-auth-config-exports/:providerAuthExportId",
          "sdkPath": "providerDeployments.authConfigs.exports.get"
        },
        {
          "path": "/instances/:instanceId/provider-auth-config-exports/:providerAuthExportId",
          "sdkPath": "management.instance.providerDeployments.authConfigs.exports.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-auth-config-exports/:providerAuthExportId",
          "sdkPath": "dashboard.instance.providerDeployments.authConfigs.exports.get"
        }
      ],
      "method": "get",
      "name": "Get provider auth export",
      "description": "Retrieves a specific provider auth export by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_296"
    },
    {
      "id": "endpoint_297",
      "controllerId": "controller_291",
      "path": {
        "path": "/provider-auth-config-exports",
        "sdkPath": "providerDeployments.authConfigs.exports.create"
      },
      "allPaths": [
        {
          "path": "/provider-auth-config-exports",
          "sdkPath": "providerDeployments.authConfigs.exports.create"
        },
        {
          "path": "/instances/:instanceId/provider-auth-config-exports",
          "sdkPath": "management.instance.providerDeployments.authConfigs.exports.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-auth-config-exports",
          "sdkPath": "dashboard.instance.providerDeployments.authConfigs.exports.create"
        }
      ],
      "method": "post",
      "name": "Create provider auth export",
      "description": "Exports authentication credentials from a provider.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": "type_298",
      "queryId": null,
      "outputId": "type_299"
    },
    {
      "id": "endpoint_301",
      "controllerId": "controller_300",
      "path": {
        "path": "/integrations",
        "sdkPath": "integrations.list"
      },
      "allPaths": [
        {
          "path": "/integrations",
          "sdkPath": "integrations.list"
        },
        {
          "path": "/instances/:instanceId/integrations",
          "sdkPath": "management.instance.integrations.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/integrations",
          "sdkPath": "dashboard.instance.integrations.list"
        }
      ],
      "method": "get",
      "name": "List integrations",
      "description": "Returns a paginated list of integrations.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_302",
      "outputId": "type_303"
    },
    {
      "id": "endpoint_304",
      "controllerId": "controller_300",
      "path": {
        "path": "/integrations/:integrationId",
        "sdkPath": "integrations.get"
      },
      "allPaths": [
        {
          "path": "/integrations/:integrationId",
          "sdkPath": "integrations.get"
        },
        {
          "path": "/instances/:instanceId/integrations/:integrationId",
          "sdkPath": "management.instance.integrations.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/integrations/:integrationId",
          "sdkPath": "dashboard.instance.integrations.get"
        }
      ],
      "method": "get",
      "name": "Get integration",
      "description": "Retrieves a specific integration.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_305"
    },
    {
      "id": "endpoint_306",
      "controllerId": "controller_300",
      "path": {
        "path": "/integrations",
        "sdkPath": "integrations.create"
      },
      "allPaths": [
        {
          "path": "/integrations",
          "sdkPath": "integrations.create"
        },
        {
          "path": "/instances/:instanceId/integrations",
          "sdkPath": "management.instance.integrations.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/integrations",
          "sdkPath": "dashboard.instance.integrations.create"
        }
      ],
      "method": "post",
      "name": "Create integration",
      "description": "Creates a new integration.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_307",
      "queryId": null,
      "outputId": "type_308"
    },
    {
      "id": "endpoint_309",
      "controllerId": "controller_300",
      "path": {
        "path": "/integrations/:integrationId",
        "sdkPath": "integrations.update"
      },
      "allPaths": [
        {
          "path": "/integrations/:integrationId",
          "sdkPath": "integrations.update"
        },
        {
          "path": "/instances/:instanceId/integrations/:integrationId",
          "sdkPath": "management.instance.integrations.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/integrations/:integrationId",
          "sdkPath": "dashboard.instance.integrations.update"
        }
      ],
      "method": "patch",
      "name": "Update integration",
      "description": "Updates a specific integration.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_310",
      "queryId": null,
      "outputId": "type_311"
    },
    {
      "id": "endpoint_312",
      "controllerId": "controller_300",
      "path": {
        "path": "/integrations/:integrationId",
        "sdkPath": "integrations.delete"
      },
      "allPaths": [
        {
          "path": "/integrations/:integrationId",
          "sdkPath": "integrations.delete"
        },
        {
          "path": "/instances/:instanceId/integrations/:integrationId",
          "sdkPath": "management.instance.integrations.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/integrations/:integrationId",
          "sdkPath": "dashboard.instance.integrations.delete"
        }
      ],
      "method": "delete",
      "name": "Delete integration",
      "description": "Archives a specific integration.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_313"
    },
    {
      "id": "endpoint_315",
      "controllerId": "controller_314",
      "path": {
        "path": "/integration-providers",
        "sdkPath": "integrations.providers.list"
      },
      "allPaths": [
        {
          "path": "/integration-providers",
          "sdkPath": "integrations.providers.list"
        },
        {
          "path": "/instances/:instanceId/integration-providers",
          "sdkPath": "management.instance.integrations.providers.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-providers",
          "sdkPath": "dashboard.instance.integrations.providers.list"
        }
      ],
      "method": "get",
      "name": "List integration providers",
      "description": "Returns a paginated list of integration providers.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_316",
      "outputId": "type_317"
    },
    {
      "id": "endpoint_318",
      "controllerId": "controller_314",
      "path": {
        "path": "/integration-providers/:integrationProviderId",
        "sdkPath": "integrations.providers.get"
      },
      "allPaths": [
        {
          "path": "/integration-providers/:integrationProviderId",
          "sdkPath": "integrations.providers.get"
        },
        {
          "path": "/instances/:instanceId/integration-providers/:integrationProviderId",
          "sdkPath": "management.instance.integrations.providers.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-providers/:integrationProviderId",
          "sdkPath": "dashboard.instance.integrations.providers.get"
        }
      ],
      "method": "get",
      "name": "Get integration provider",
      "description": "Retrieves a specific integration provider.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_319"
    },
    {
      "id": "endpoint_320",
      "controllerId": "controller_314",
      "path": {
        "path": "/integration-providers",
        "sdkPath": "integrations.providers.create"
      },
      "allPaths": [
        {
          "path": "/integration-providers",
          "sdkPath": "integrations.providers.create"
        },
        {
          "path": "/instances/:instanceId/integration-providers",
          "sdkPath": "management.instance.integrations.providers.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-providers",
          "sdkPath": "dashboard.instance.integrations.providers.create"
        }
      ],
      "method": "post",
      "name": "Create integration provider",
      "description": "Creates a new integration provider.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_321",
      "queryId": null,
      "outputId": "type_322"
    },
    {
      "id": "endpoint_323",
      "controllerId": "controller_314",
      "path": {
        "path": "/integration-providers/:integrationProviderId",
        "sdkPath": "integrations.providers.update"
      },
      "allPaths": [
        {
          "path": "/integration-providers/:integrationProviderId",
          "sdkPath": "integrations.providers.update"
        },
        {
          "path": "/instances/:instanceId/integration-providers/:integrationProviderId",
          "sdkPath": "management.instance.integrations.providers.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-providers/:integrationProviderId",
          "sdkPath": "dashboard.instance.integrations.providers.update"
        }
      ],
      "method": "patch",
      "name": "Update integration provider",
      "description": "Updates a specific integration provider.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_324",
      "queryId": null,
      "outputId": "type_325"
    },
    {
      "id": "endpoint_326",
      "controllerId": "controller_314",
      "path": {
        "path": "/integration-providers/:integrationProviderId",
        "sdkPath": "integrations.providers.delete"
      },
      "allPaths": [
        {
          "path": "/integration-providers/:integrationProviderId",
          "sdkPath": "integrations.providers.delete"
        },
        {
          "path": "/instances/:instanceId/integration-providers/:integrationProviderId",
          "sdkPath": "management.instance.integrations.providers.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-providers/:integrationProviderId",
          "sdkPath": "dashboard.instance.integrations.providers.delete"
        }
      ],
      "method": "delete",
      "name": "Delete integration provider",
      "description": "Archives a specific integration provider.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_327"
    },
    {
      "id": "endpoint_329",
      "controllerId": "controller_328",
      "path": {
        "path": "/integration-setup-sessions",
        "sdkPath": "integrations.setupSessions.list"
      },
      "allPaths": [
        {
          "path": "/integration-setup-sessions",
          "sdkPath": "integrations.setupSessions.list"
        },
        {
          "path": "/instances/:instanceId/integration-setup-sessions",
          "sdkPath": "management.instance.integrations.setupSessions.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-setup-sessions",
          "sdkPath": "dashboard.instance.integrations.setupSessions.list"
        }
      ],
      "method": "get",
      "name": "List integration setup sessions",
      "description": "Returns a paginated list of integration setup sessions.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_330",
      "outputId": "type_331"
    },
    {
      "id": "endpoint_332",
      "controllerId": "controller_328",
      "path": {
        "path": "/integration-setup-sessions/:integrationSetupSessionId",
        "sdkPath": "integrations.setupSessions.get"
      },
      "allPaths": [
        {
          "path": "/integration-setup-sessions/:integrationSetupSessionId",
          "sdkPath": "integrations.setupSessions.get"
        },
        {
          "path": "/instances/:instanceId/integration-setup-sessions/:integrationSetupSessionId",
          "sdkPath": "management.instance.integrations.setupSessions.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-setup-sessions/:integrationSetupSessionId",
          "sdkPath": "dashboard.instance.integrations.setupSessions.get"
        }
      ],
      "method": "get",
      "name": "Get integration setup session",
      "description": "Retrieves a specific integration setup session.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_333"
    },
    {
      "id": "endpoint_334",
      "controllerId": "controller_328",
      "path": {
        "path": "/integration-setup-sessions",
        "sdkPath": "integrations.setupSessions.create"
      },
      "allPaths": [
        {
          "path": "/integration-setup-sessions",
          "sdkPath": "integrations.setupSessions.create"
        },
        {
          "path": "/instances/:instanceId/integration-setup-sessions",
          "sdkPath": "management.instance.integrations.setupSessions.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-setup-sessions",
          "sdkPath": "dashboard.instance.integrations.setupSessions.create"
        }
      ],
      "method": "post",
      "name": "Create integration setup session",
      "description": "Creates a new integration setup session and draft integration instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_335",
      "queryId": null,
      "outputId": "type_336"
    },
    {
      "id": "endpoint_338",
      "controllerId": "controller_337",
      "path": {
        "path": "/integration-instances",
        "sdkPath": "integrations.instances.list"
      },
      "allPaths": [
        {
          "path": "/integration-instances",
          "sdkPath": "integrations.instances.list"
        },
        {
          "path": "/instances/:instanceId/integration-instances",
          "sdkPath": "management.instance.integrations.instances.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-instances",
          "sdkPath": "dashboard.instance.integrations.instances.list"
        }
      ],
      "method": "get",
      "name": "List integration instances",
      "description": "Returns a paginated list of integration instances.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_339",
      "outputId": "type_340"
    },
    {
      "id": "endpoint_341",
      "controllerId": "controller_337",
      "path": {
        "path": "/integration-instances/:integrationInstanceId",
        "sdkPath": "integrations.instances.get"
      },
      "allPaths": [
        {
          "path": "/integration-instances/:integrationInstanceId",
          "sdkPath": "integrations.instances.get"
        },
        {
          "path": "/instances/:instanceId/integration-instances/:integrationInstanceId",
          "sdkPath": "management.instance.integrations.instances.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-instances/:integrationInstanceId",
          "sdkPath": "dashboard.instance.integrations.instances.get"
        }
      ],
      "method": "get",
      "name": "Get integration instance",
      "description": "Retrieves a specific integration instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_342"
    },
    {
      "id": "endpoint_343",
      "controllerId": "controller_337",
      "path": {
        "path": "/integration-instances/:integrationInstanceId/session-template",
        "sdkPath": "integrations.instances.createSessionTemplate"
      },
      "allPaths": [
        {
          "path": "/integration-instances/:integrationInstanceId/session-template",
          "sdkPath": "integrations.instances.createSessionTemplate"
        },
        {
          "path": "/instances/:instanceId/integration-instances/:integrationInstanceId/session-template",
          "sdkPath": "management.instance.integrations.instances.createSessionTemplate"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-instances/:integrationInstanceId/session-template",
          "sdkPath": "dashboard.instance.integrations.instances.createSessionTemplate"
        }
      ],
      "method": "post",
      "name": "Create integration instance session template",
      "description": "Creates or updates the shared session template for a specific integration instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_344",
      "queryId": null,
      "outputId": "type_345"
    },
    {
      "id": "endpoint_346",
      "controllerId": "controller_337",
      "path": {
        "path": "/integration-instances/:integrationInstanceId/session",
        "sdkPath": "integrations.instances.createSession"
      },
      "allPaths": [
        {
          "path": "/integration-instances/:integrationInstanceId/session",
          "sdkPath": "integrations.instances.createSession"
        },
        {
          "path": "/instances/:instanceId/integration-instances/:integrationInstanceId/session",
          "sdkPath": "management.instance.integrations.instances.createSession"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-instances/:integrationInstanceId/session",
          "sdkPath": "dashboard.instance.integrations.instances.createSession"
        }
      ],
      "method": "post",
      "name": "Create integration instance session",
      "description": "Creates a session from the shared session template of a specific integration instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_347",
      "queryId": null,
      "outputId": "type_348"
    },
    {
      "id": "endpoint_349",
      "controllerId": "controller_337",
      "path": {
        "path": "/integration-instances",
        "sdkPath": "integrations.instances.create"
      },
      "allPaths": [
        {
          "path": "/integration-instances",
          "sdkPath": "integrations.instances.create"
        },
        {
          "path": "/instances/:instanceId/integration-instances",
          "sdkPath": "management.instance.integrations.instances.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-instances",
          "sdkPath": "dashboard.instance.integrations.instances.create"
        }
      ],
      "method": "post",
      "name": "Create integration instance",
      "description": "Creates a new integration instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_350",
      "queryId": null,
      "outputId": "type_351"
    },
    {
      "id": "endpoint_352",
      "controllerId": "controller_337",
      "path": {
        "path": "/integration-instances/:integrationInstanceId",
        "sdkPath": "integrations.instances.update"
      },
      "allPaths": [
        {
          "path": "/integration-instances/:integrationInstanceId",
          "sdkPath": "integrations.instances.update"
        },
        {
          "path": "/instances/:instanceId/integration-instances/:integrationInstanceId",
          "sdkPath": "management.instance.integrations.instances.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-instances/:integrationInstanceId",
          "sdkPath": "dashboard.instance.integrations.instances.update"
        }
      ],
      "method": "patch",
      "name": "Update integration instance",
      "description": "Updates a specific integration instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_353",
      "queryId": null,
      "outputId": "type_354"
    },
    {
      "id": "endpoint_355",
      "controllerId": "controller_337",
      "path": {
        "path": "/integration-instances/:integrationInstanceId",
        "sdkPath": "integrations.instances.delete"
      },
      "allPaths": [
        {
          "path": "/integration-instances/:integrationInstanceId",
          "sdkPath": "integrations.instances.delete"
        },
        {
          "path": "/instances/:instanceId/integration-instances/:integrationInstanceId",
          "sdkPath": "management.instance.integrations.instances.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-instances/:integrationInstanceId",
          "sdkPath": "dashboard.instance.integrations.instances.delete"
        }
      ],
      "method": "delete",
      "name": "Delete integration instance",
      "description": "Archives a specific integration instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_356"
    },
    {
      "id": "endpoint_358",
      "controllerId": "controller_357",
      "path": {
        "path": "/integration-instance-providers",
        "sdkPath": "integrations.instances.providers.list"
      },
      "allPaths": [
        {
          "path": "/integration-instance-providers",
          "sdkPath": "integrations.instances.providers.list"
        },
        {
          "path": "/instances/:instanceId/integration-instance-providers",
          "sdkPath": "management.instance.integrations.instances.providers.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-instance-providers",
          "sdkPath": "dashboard.instance.integrations.instances.providers.list"
        }
      ],
      "method": "get",
      "name": "List integration instance providers",
      "description": "Returns a paginated list of integration instance providers.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_359",
      "outputId": "type_360"
    },
    {
      "id": "endpoint_361",
      "controllerId": "controller_357",
      "path": {
        "path": "/integration-instance-providers/:integrationInstanceProviderId",
        "sdkPath": "integrations.instances.providers.get"
      },
      "allPaths": [
        {
          "path": "/integration-instance-providers/:integrationInstanceProviderId",
          "sdkPath": "integrations.instances.providers.get"
        },
        {
          "path": "/instances/:instanceId/integration-instance-providers/:integrationInstanceProviderId",
          "sdkPath": "management.instance.integrations.instances.providers.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-instance-providers/:integrationInstanceProviderId",
          "sdkPath": "dashboard.instance.integrations.instances.providers.get"
        }
      ],
      "method": "get",
      "name": "Get integration instance provider",
      "description": "Retrieves a specific integration instance provider.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_362"
    },
    {
      "id": "endpoint_363",
      "controllerId": "controller_357",
      "path": {
        "path": "/integration-instances/:integrationInstanceId/providers/:providerId",
        "sdkPath": "integrations.instances.providers.set"
      },
      "allPaths": [
        {
          "path": "/integration-instances/:integrationInstanceId/providers/:providerId",
          "sdkPath": "integrations.instances.providers.set"
        },
        {
          "path": "/instances/:instanceId/integration-instances/:integrationInstanceId/providers/:providerId",
          "sdkPath": "management.instance.integrations.instances.providers.set"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-instances/:integrationInstanceId/providers/:providerId",
          "sdkPath": "dashboard.instance.integrations.instances.providers.set"
        }
      ],
      "method": "put",
      "name": "Set integration instance provider",
      "description": "Creates or updates the effective integration instance provider materialization.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_364",
      "queryId": null,
      "outputId": "type_365"
    },
    {
      "id": "endpoint_367",
      "controllerId": "controller_366",
      "path": {
        "path": "/integration-instance-groups",
        "sdkPath": "integrations.instanceGroups.list"
      },
      "allPaths": [
        {
          "path": "/integration-instance-groups",
          "sdkPath": "integrations.instanceGroups.list"
        },
        {
          "path": "/instances/:instanceId/integration-instance-groups",
          "sdkPath": "management.instance.integrations.instanceGroups.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-instance-groups",
          "sdkPath": "dashboard.instance.integrations.instanceGroups.list"
        }
      ],
      "method": "get",
      "name": "List integration instance groups",
      "description": "Returns a paginated list of integration instance groups.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_368",
      "outputId": "type_369"
    },
    {
      "id": "endpoint_370",
      "controllerId": "controller_366",
      "path": {
        "path": "/integration-instance-groups/:integrationInstanceGroupId",
        "sdkPath": "integrations.instanceGroups.get"
      },
      "allPaths": [
        {
          "path": "/integration-instance-groups/:integrationInstanceGroupId",
          "sdkPath": "integrations.instanceGroups.get"
        },
        {
          "path": "/instances/:instanceId/integration-instance-groups/:integrationInstanceGroupId",
          "sdkPath": "management.instance.integrations.instanceGroups.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-instance-groups/:integrationInstanceGroupId",
          "sdkPath": "dashboard.instance.integrations.instanceGroups.get"
        }
      ],
      "method": "get",
      "name": "Get integration instance group",
      "description": "Retrieves a specific integration instance group.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_371"
    },
    {
      "id": "endpoint_372",
      "controllerId": "controller_366",
      "path": {
        "path": "/integration-instance-groups/:integrationInstanceGroupId/session-template",
        "sdkPath": "integrations.instanceGroups.createSessionTemplate"
      },
      "allPaths": [
        {
          "path": "/integration-instance-groups/:integrationInstanceGroupId/session-template",
          "sdkPath": "integrations.instanceGroups.createSessionTemplate"
        },
        {
          "path": "/instances/:instanceId/integration-instance-groups/:integrationInstanceGroupId/session-template",
          "sdkPath": "management.instance.integrations.instanceGroups.createSessionTemplate"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-instance-groups/:integrationInstanceGroupId/session-template",
          "sdkPath": "dashboard.instance.integrations.instanceGroups.createSessionTemplate"
        }
      ],
      "method": "post",
      "name": "Create integration instance group session template",
      "description": "Creates or updates the shared session template for a specific integration instance group.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_373",
      "queryId": null,
      "outputId": "type_374"
    },
    {
      "id": "endpoint_375",
      "controllerId": "controller_366",
      "path": {
        "path": "/integration-instance-groups/:integrationInstanceGroupId/session",
        "sdkPath": "integrations.instanceGroups.createSession"
      },
      "allPaths": [
        {
          "path": "/integration-instance-groups/:integrationInstanceGroupId/session",
          "sdkPath": "integrations.instanceGroups.createSession"
        },
        {
          "path": "/instances/:instanceId/integration-instance-groups/:integrationInstanceGroupId/session",
          "sdkPath": "management.instance.integrations.instanceGroups.createSession"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-instance-groups/:integrationInstanceGroupId/session",
          "sdkPath": "dashboard.instance.integrations.instanceGroups.createSession"
        }
      ],
      "method": "post",
      "name": "Create integration instance group session",
      "description": "Creates a session from the shared session template of a specific integration instance group.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_376",
      "queryId": null,
      "outputId": "type_377"
    },
    {
      "id": "endpoint_378",
      "controllerId": "controller_366",
      "path": {
        "path": "/integration-instance-groups",
        "sdkPath": "integrations.instanceGroups.create"
      },
      "allPaths": [
        {
          "path": "/integration-instance-groups",
          "sdkPath": "integrations.instanceGroups.create"
        },
        {
          "path": "/instances/:instanceId/integration-instance-groups",
          "sdkPath": "management.instance.integrations.instanceGroups.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-instance-groups",
          "sdkPath": "dashboard.instance.integrations.instanceGroups.create"
        }
      ],
      "method": "post",
      "name": "Create integration instance group",
      "description": "Creates a new integration instance group.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_379",
      "queryId": null,
      "outputId": "type_380"
    },
    {
      "id": "endpoint_381",
      "controllerId": "controller_366",
      "path": {
        "path": "/integration-instance-groups/:integrationInstanceGroupId",
        "sdkPath": "integrations.instanceGroups.update"
      },
      "allPaths": [
        {
          "path": "/integration-instance-groups/:integrationInstanceGroupId",
          "sdkPath": "integrations.instanceGroups.update"
        },
        {
          "path": "/instances/:instanceId/integration-instance-groups/:integrationInstanceGroupId",
          "sdkPath": "management.instance.integrations.instanceGroups.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-instance-groups/:integrationInstanceGroupId",
          "sdkPath": "dashboard.instance.integrations.instanceGroups.update"
        }
      ],
      "method": "patch",
      "name": "Update integration instance group",
      "description": "Updates a specific integration instance group.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_382",
      "queryId": null,
      "outputId": "type_383"
    },
    {
      "id": "endpoint_384",
      "controllerId": "controller_366",
      "path": {
        "path": "/integration-instance-groups/:integrationInstanceGroupId",
        "sdkPath": "integrations.instanceGroups.delete"
      },
      "allPaths": [
        {
          "path": "/integration-instance-groups/:integrationInstanceGroupId",
          "sdkPath": "integrations.instanceGroups.delete"
        },
        {
          "path": "/instances/:instanceId/integration-instance-groups/:integrationInstanceGroupId",
          "sdkPath": "management.instance.integrations.instanceGroups.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-instance-groups/:integrationInstanceGroupId",
          "sdkPath": "dashboard.instance.integrations.instanceGroups.delete"
        }
      ],
      "method": "delete",
      "name": "Delete integration instance group",
      "description": "Archives a specific integration instance group.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_385"
    },
    {
      "id": "endpoint_387",
      "controllerId": "controller_386",
      "path": {
        "path": "/integration-instance-group-providers",
        "sdkPath": "integrations.instanceGroups.providers.list"
      },
      "allPaths": [
        {
          "path": "/integration-instance-group-providers",
          "sdkPath": "integrations.instanceGroups.providers.list"
        },
        {
          "path": "/instances/:instanceId/integration-instance-group-providers",
          "sdkPath": "management.instance.integrations.instanceGroups.providers.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-instance-group-providers",
          "sdkPath": "dashboard.instance.integrations.instanceGroups.providers.list"
        }
      ],
      "method": "get",
      "name": "List integration instance group providers",
      "description": "Returns a paginated list of integration instance group providers.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_388",
      "outputId": "type_389"
    },
    {
      "id": "endpoint_390",
      "controllerId": "controller_386",
      "path": {
        "path": "/integration-instance-group-providers/:integrationInstanceGroupProviderId",
        "sdkPath": "integrations.instanceGroups.providers.get"
      },
      "allPaths": [
        {
          "path": "/integration-instance-group-providers/:integrationInstanceGroupProviderId",
          "sdkPath": "integrations.instanceGroups.providers.get"
        },
        {
          "path": "/instances/:instanceId/integration-instance-group-providers/:integrationInstanceGroupProviderId",
          "sdkPath": "management.instance.integrations.instanceGroups.providers.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-instance-group-providers/:integrationInstanceGroupProviderId",
          "sdkPath": "dashboard.instance.integrations.instanceGroups.providers.get"
        }
      ],
      "method": "get",
      "name": "Get integration instance group provider",
      "description": "Retrieves a specific integration instance group provider.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_391"
    },
    {
      "id": "endpoint_392",
      "controllerId": "controller_386",
      "path": {
        "path": "/integration-instance-groups/:integrationInstanceGroupId/providers/:integrationInstanceProviderId",
        "sdkPath": "integrations.instanceGroups.providers.set"
      },
      "allPaths": [
        {
          "path": "/integration-instance-groups/:integrationInstanceGroupId/providers/:integrationInstanceProviderId",
          "sdkPath": "integrations.instanceGroups.providers.set"
        },
        {
          "path": "/instances/:instanceId/integration-instance-groups/:integrationInstanceGroupId/providers/:integrationInstanceProviderId",
          "sdkPath": "management.instance.integrations.instanceGroups.providers.set"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-instance-groups/:integrationInstanceGroupId/providers/:integrationInstanceProviderId",
          "sdkPath": "dashboard.instance.integrations.instanceGroups.providers.set"
        }
      ],
      "method": "put",
      "name": "Set integration instance group provider",
      "description": "Creates or updates the effective integration instance group provider materialization.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_393",
      "queryId": null,
      "outputId": "type_394"
    },
    {
      "id": "endpoint_395",
      "controllerId": "controller_386",
      "path": {
        "path": "/integration-instance-group-providers/:integrationInstanceGroupProviderId",
        "sdkPath": "integrations.instanceGroups.providers.delete"
      },
      "allPaths": [
        {
          "path": "/integration-instance-group-providers/:integrationInstanceGroupProviderId",
          "sdkPath": "integrations.instanceGroups.providers.delete"
        },
        {
          "path": "/instances/:instanceId/integration-instance-group-providers/:integrationInstanceGroupProviderId",
          "sdkPath": "management.instance.integrations.instanceGroups.providers.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/integration-instance-group-providers/:integrationInstanceGroupProviderId",
          "sdkPath": "dashboard.instance.integrations.instanceGroups.providers.delete"
        }
      ],
      "method": "delete",
      "name": "Delete integration instance group provider",
      "description": "Archives a specific integration instance group provider.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_396"
    },
    {
      "id": "endpoint_398",
      "controllerId": "controller_397",
      "path": {
        "path": "/callbacks",
        "sdkPath": "callbacks.list"
      },
      "allPaths": [
        {
          "path": "/callbacks",
          "sdkPath": "callbacks.list"
        },
        {
          "path": "/instances/:instanceId/callbacks",
          "sdkPath": "management.instance.callbacks.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/callbacks",
          "sdkPath": "dashboard.instance.callbacks.list"
        }
      ],
      "method": "get",
      "name": "List callbacks",
      "description": "Returns a paginated list of callbacks.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_399",
      "outputId": "type_400"
    },
    {
      "id": "endpoint_401",
      "controllerId": "controller_397",
      "path": {
        "path": "/callbacks/:callbackId",
        "sdkPath": "callbacks.get"
      },
      "allPaths": [
        {
          "path": "/callbacks/:callbackId",
          "sdkPath": "callbacks.get"
        },
        {
          "path": "/instances/:instanceId/callbacks/:callbackId",
          "sdkPath": "management.instance.callbacks.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/callbacks/:callbackId",
          "sdkPath": "dashboard.instance.callbacks.get"
        }
      ],
      "method": "get",
      "name": "Get callback",
      "description": "Retrieves a specific callback by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_402"
    },
    {
      "id": "endpoint_403",
      "controllerId": "controller_397",
      "path": {
        "path": "/callbacks",
        "sdkPath": "callbacks.create"
      },
      "allPaths": [
        {
          "path": "/callbacks",
          "sdkPath": "callbacks.create"
        },
        {
          "path": "/instances/:instanceId/callbacks",
          "sdkPath": "management.instance.callbacks.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/callbacks",
          "sdkPath": "dashboard.instance.callbacks.create"
        }
      ],
      "method": "post",
      "name": "Create callback",
      "description": "Creates a new callback definition.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_404",
      "queryId": null,
      "outputId": "type_405"
    },
    {
      "id": "endpoint_406",
      "controllerId": "controller_397",
      "path": {
        "path": "/callbacks/:callbackId",
        "sdkPath": "callbacks.update"
      },
      "allPaths": [
        {
          "path": "/callbacks/:callbackId",
          "sdkPath": "callbacks.update"
        },
        {
          "path": "/instances/:instanceId/callbacks/:callbackId",
          "sdkPath": "management.instance.callbacks.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/callbacks/:callbackId",
          "sdkPath": "dashboard.instance.callbacks.update"
        }
      ],
      "method": "patch",
      "name": "Update callback",
      "description": "Updates a callback definition.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_407",
      "queryId": null,
      "outputId": "type_408"
    },
    {
      "id": "endpoint_409",
      "controllerId": "controller_397",
      "path": {
        "path": "/callbacks/:callbackId",
        "sdkPath": "callbacks.delete"
      },
      "allPaths": [
        {
          "path": "/callbacks/:callbackId",
          "sdkPath": "callbacks.delete"
        },
        {
          "path": "/instances/:instanceId/callbacks/:callbackId",
          "sdkPath": "management.instance.callbacks.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/callbacks/:callbackId",
          "sdkPath": "dashboard.instance.callbacks.delete"
        }
      ],
      "method": "delete",
      "name": "Delete callback",
      "description": "Archives a callback definition.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_410"
    },
    {
      "id": "endpoint_412",
      "controllerId": "controller_411",
      "path": {
        "path": "/callback-destinations",
        "sdkPath": "callbacks.destinations.list"
      },
      "allPaths": [
        {
          "path": "/callback-destinations",
          "sdkPath": "callbacks.destinations.list"
        },
        {
          "path": "/instances/:instanceId/callback-destinations",
          "sdkPath": "management.instance.callbacks.destinations.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/callback-destinations",
          "sdkPath": "dashboard.instance.callbacks.destinations.list"
        }
      ],
      "method": "get",
      "name": "List callback destinations",
      "description": "Returns a paginated list of callback destinations.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": null,
      "queryId": "type_413",
      "outputId": "type_414"
    },
    {
      "id": "endpoint_415",
      "controllerId": "controller_411",
      "path": {
        "path": "/callback-destinations/:callbackDestinationId",
        "sdkPath": "callbacks.destinations.get"
      },
      "allPaths": [
        {
          "path": "/callback-destinations/:callbackDestinationId",
          "sdkPath": "callbacks.destinations.get"
        },
        {
          "path": "/instances/:instanceId/callback-destinations/:callbackDestinationId",
          "sdkPath": "management.instance.callbacks.destinations.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/callback-destinations/:callbackDestinationId",
          "sdkPath": "dashboard.instance.callbacks.destinations.get"
        }
      ],
      "method": "get",
      "name": "Get callback destination",
      "description": "Retrieves a specific callback destination.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_416"
    },
    {
      "id": "endpoint_417",
      "controllerId": "controller_411",
      "path": {
        "path": "/callback-destinations",
        "sdkPath": "callbacks.destinations.create"
      },
      "allPaths": [
        {
          "path": "/callback-destinations",
          "sdkPath": "callbacks.destinations.create"
        },
        {
          "path": "/instances/:instanceId/callback-destinations",
          "sdkPath": "management.instance.callbacks.destinations.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/callback-destinations",
          "sdkPath": "dashboard.instance.callbacks.destinations.create"
        }
      ],
      "method": "post",
      "name": "Create callback destination",
      "description": "Creates a new callback destination.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": "type_418",
      "queryId": null,
      "outputId": "type_419"
    },
    {
      "id": "endpoint_420",
      "controllerId": "controller_411",
      "path": {
        "path": "/callback-destinations/:callbackDestinationId",
        "sdkPath": "callbacks.destinations.update"
      },
      "allPaths": [
        {
          "path": "/callback-destinations/:callbackDestinationId",
          "sdkPath": "callbacks.destinations.update"
        },
        {
          "path": "/instances/:instanceId/callback-destinations/:callbackDestinationId",
          "sdkPath": "management.instance.callbacks.destinations.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/callback-destinations/:callbackDestinationId",
          "sdkPath": "dashboard.instance.callbacks.destinations.update"
        }
      ],
      "method": "patch",
      "name": "Update callback destination",
      "description": "Updates a callback destination.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": "type_421",
      "queryId": null,
      "outputId": "type_422"
    },
    {
      "id": "endpoint_423",
      "controllerId": "controller_411",
      "path": {
        "path": "/callback-destinations/:callbackDestinationId",
        "sdkPath": "callbacks.destinations.delete"
      },
      "allPaths": [
        {
          "path": "/callback-destinations/:callbackDestinationId",
          "sdkPath": "callbacks.destinations.delete"
        },
        {
          "path": "/instances/:instanceId/callback-destinations/:callbackDestinationId",
          "sdkPath": "management.instance.callbacks.destinations.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/callback-destinations/:callbackDestinationId",
          "sdkPath": "dashboard.instance.callbacks.destinations.delete"
        }
      ],
      "method": "delete",
      "name": "Delete callback destination",
      "description": "Archives a callback destination.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_424"
    },
    {
      "id": "endpoint_426",
      "controllerId": "controller_425",
      "path": {
        "path": "/callbacks/:callbackId/events",
        "sdkPath": "callbacks.events.list"
      },
      "allPaths": [
        {
          "path": "/callbacks/:callbackId/events",
          "sdkPath": "callbacks.events.list"
        },
        {
          "path": "/instances/:instanceId/callbacks/:callbackId/events",
          "sdkPath": "management.instance.callbacks.events.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/callbacks/:callbackId/events",
          "sdkPath": "dashboard.instance.callbacks.events.list"
        }
      ],
      "method": "get",
      "name": "List callback events",
      "description": "Returns a paginated list of callback events.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": null,
      "queryId": "type_427",
      "outputId": "type_428"
    },
    {
      "id": "endpoint_429",
      "controllerId": "controller_425",
      "path": {
        "path": "/callbacks/:callbackId/events/:callbackEventId",
        "sdkPath": "callbacks.events.get"
      },
      "allPaths": [
        {
          "path": "/callbacks/:callbackId/events/:callbackEventId",
          "sdkPath": "callbacks.events.get"
        },
        {
          "path": "/instances/:instanceId/callbacks/:callbackId/events/:callbackEventId",
          "sdkPath": "management.instance.callbacks.events.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/callbacks/:callbackId/events/:callbackEventId",
          "sdkPath": "dashboard.instance.callbacks.events.get"
        }
      ],
      "method": "get",
      "name": "Get callback event",
      "description": "Retrieves a specific callback event.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_430"
    },
    {
      "id": "endpoint_432",
      "controllerId": "controller_431",
      "path": {
        "path": "/callbacks/:callbackId/instances",
        "sdkPath": "callbacks.instances.list"
      },
      "allPaths": [
        {
          "path": "/callbacks/:callbackId/instances",
          "sdkPath": "callbacks.instances.list"
        },
        {
          "path": "/instances/:instanceId/callbacks/:callbackId/instances",
          "sdkPath": "management.instance.callbacks.instances.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/callbacks/:callbackId/instances",
          "sdkPath": "dashboard.instance.callbacks.instances.list"
        }
      ],
      "method": "get",
      "name": "List callback instances",
      "description": "Returns a paginated list of callback instances.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_433",
      "outputId": "type_434"
    },
    {
      "id": "endpoint_435",
      "controllerId": "controller_431",
      "path": {
        "path": "/callbacks/:callbackId/instances/:callbackInstanceId",
        "sdkPath": "callbacks.instances.get"
      },
      "allPaths": [
        {
          "path": "/callbacks/:callbackId/instances/:callbackInstanceId",
          "sdkPath": "callbacks.instances.get"
        },
        {
          "path": "/instances/:instanceId/callbacks/:callbackId/instances/:callbackInstanceId",
          "sdkPath": "management.instance.callbacks.instances.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/callbacks/:callbackId/instances/:callbackInstanceId",
          "sdkPath": "dashboard.instance.callbacks.instances.get"
        }
      ],
      "method": "get",
      "name": "Get callback instance",
      "description": "Retrieves a specific callback instance by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_436"
    },
    {
      "id": "endpoint_437",
      "controllerId": "controller_431",
      "path": {
        "path": "/callbacks/:callbackId/instances",
        "sdkPath": "callbacks.instances.create"
      },
      "allPaths": [
        {
          "path": "/callbacks/:callbackId/instances",
          "sdkPath": "callbacks.instances.create"
        },
        {
          "path": "/instances/:instanceId/callbacks/:callbackId/instances",
          "sdkPath": "management.instance.callbacks.instances.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/callbacks/:callbackId/instances",
          "sdkPath": "dashboard.instance.callbacks.instances.create"
        }
      ],
      "method": "post",
      "name": "Create callback instance",
      "description": "Attaches a callback to a config and optional auth config.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_438",
      "queryId": null,
      "outputId": "type_439"
    },
    {
      "id": "endpoint_440",
      "controllerId": "controller_431",
      "path": {
        "path": "/callbacks/:callbackId/instances/:callbackInstanceId",
        "sdkPath": "callbacks.instances.delete"
      },
      "allPaths": [
        {
          "path": "/callbacks/:callbackId/instances/:callbackInstanceId",
          "sdkPath": "callbacks.instances.delete"
        },
        {
          "path": "/instances/:instanceId/callbacks/:callbackId/instances/:callbackInstanceId",
          "sdkPath": "management.instance.callbacks.instances.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/callbacks/:callbackId/instances/:callbackInstanceId",
          "sdkPath": "dashboard.instance.callbacks.instances.delete"
        }
      ],
      "method": "delete",
      "name": "Delete callback instance",
      "description": "Detaches a callback instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_441"
    },
    {
      "id": "endpoint_443",
      "controllerId": "controller_442",
      "path": {
        "path": "/callbacks/:callbackId/notifications",
        "sdkPath": "callbacks.notifications.list"
      },
      "allPaths": [
        {
          "path": "/callbacks/:callbackId/notifications",
          "sdkPath": "callbacks.notifications.list"
        },
        {
          "path": "/instances/:instanceId/callbacks/:callbackId/notifications",
          "sdkPath": "management.instance.callbacks.notifications.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/callbacks/:callbackId/notifications",
          "sdkPath": "dashboard.instance.callbacks.notifications.list"
        }
      ],
      "method": "get",
      "name": "List callback notifications",
      "description": "Returns a paginated list of callback notifications.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": null,
      "queryId": "type_444",
      "outputId": "type_445"
    },
    {
      "id": "endpoint_446",
      "controllerId": "controller_442",
      "path": {
        "path": "/callbacks/:callbackId/notifications/:callbackNotificationId",
        "sdkPath": "callbacks.notifications.get"
      },
      "allPaths": [
        {
          "path": "/callbacks/:callbackId/notifications/:callbackNotificationId",
          "sdkPath": "callbacks.notifications.get"
        },
        {
          "path": "/instances/:instanceId/callbacks/:callbackId/notifications/:callbackNotificationId",
          "sdkPath": "management.instance.callbacks.notifications.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/callbacks/:callbackId/notifications/:callbackNotificationId",
          "sdkPath": "dashboard.instance.callbacks.notifications.get"
        }
      ],
      "method": "get",
      "name": "Get callback notification",
      "description": "Retrieves a specific callback notification.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_447"
    },
    {
      "id": "endpoint_449",
      "controllerId": "controller_448",
      "path": {
        "path": "/networks",
        "sdkPath": "networks.list"
      },
      "allPaths": [
        {
          "path": "/networks",
          "sdkPath": "networks.list"
        },
        {
          "path": "/instances/:instanceId/networks",
          "sdkPath": "management.instance.networks.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/networks",
          "sdkPath": "dashboard.instance.networks.list"
        }
      ],
      "method": "get",
      "name": "List networks",
      "description": "Returns a paginated list of networks.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_450",
      "outputId": "type_451"
    },
    {
      "id": "endpoint_452",
      "controllerId": "controller_448",
      "path": {
        "path": "/networks/:networkId",
        "sdkPath": "networks.get"
      },
      "allPaths": [
        {
          "path": "/networks/:networkId",
          "sdkPath": "networks.get"
        },
        {
          "path": "/instances/:instanceId/networks/:networkId",
          "sdkPath": "management.instance.networks.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/networks/:networkId",
          "sdkPath": "dashboard.instance.networks.get"
        }
      ],
      "method": "get",
      "name": "Get network",
      "description": "Retrieves a specific network by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_453"
    },
    {
      "id": "endpoint_454",
      "controllerId": "controller_448",
      "path": {
        "path": "/network-logs",
        "sdkPath": "networks.listNetworkLogs"
      },
      "allPaths": [
        {
          "path": "/network-logs",
          "sdkPath": "networks.listNetworkLogs"
        },
        {
          "path": "/instances/:instanceId/network-logs",
          "sdkPath": "management.instance.networks.listNetworkLogs"
        },
        {
          "path": "/dashboard/instances/:instanceId/network-logs",
          "sdkPath": "dashboard.instance.networks.listNetworkLogs"
        }
      ],
      "method": "get",
      "name": "List network logs",
      "description": "Returns ingress or egress network logs for enclaves in the instance environment.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_455",
      "outputId": "type_456"
    },
    {
      "id": "endpoint_458",
      "controllerId": "controller_457",
      "path": {
        "path": "/enclaves",
        "sdkPath": "enclaves.list"
      },
      "allPaths": [
        {
          "path": "/enclaves",
          "sdkPath": "enclaves.list"
        },
        {
          "path": "/instances/:instanceId/enclaves",
          "sdkPath": "management.instance.enclaves.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/enclaves",
          "sdkPath": "dashboard.instance.enclaves.list"
        }
      ],
      "method": "get",
      "name": "List enclaves",
      "description": "Returns a paginated list of enclaves.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_459",
      "outputId": "type_460"
    },
    {
      "id": "endpoint_461",
      "controllerId": "controller_457",
      "path": {
        "path": "/enclaves/:enclaveId",
        "sdkPath": "enclaves.get"
      },
      "allPaths": [
        {
          "path": "/enclaves/:enclaveId",
          "sdkPath": "enclaves.get"
        },
        {
          "path": "/instances/:instanceId/enclaves/:enclaveId",
          "sdkPath": "management.instance.enclaves.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/enclaves/:enclaveId",
          "sdkPath": "dashboard.instance.enclaves.get"
        }
      ],
      "method": "get",
      "name": "Get enclave",
      "description": "Retrieves a specific enclave by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_462"
    },
    {
      "id": "endpoint_464",
      "controllerId": "controller_463",
      "path": {
        "path": "/firewalls",
        "sdkPath": "firewalls.list"
      },
      "allPaths": [
        {
          "path": "/firewalls",
          "sdkPath": "firewalls.list"
        },
        {
          "path": "/instances/:instanceId/firewalls",
          "sdkPath": "management.instance.firewalls.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/firewalls",
          "sdkPath": "dashboard.instance.firewalls.list"
        }
      ],
      "method": "get",
      "name": "List firewalls",
      "description": "Returns a paginated list of firewalls.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_465",
      "outputId": "type_466"
    },
    {
      "id": "endpoint_467",
      "controllerId": "controller_463",
      "path": {
        "path": "/firewalls/:firewallId",
        "sdkPath": "firewalls.get"
      },
      "allPaths": [
        {
          "path": "/firewalls/:firewallId",
          "sdkPath": "firewalls.get"
        },
        {
          "path": "/instances/:instanceId/firewalls/:firewallId",
          "sdkPath": "management.instance.firewalls.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/firewalls/:firewallId",
          "sdkPath": "dashboard.instance.firewalls.get"
        }
      ],
      "method": "get",
      "name": "Get firewall",
      "description": "Retrieves a specific firewall by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_468"
    },
    {
      "id": "endpoint_469",
      "controllerId": "controller_463",
      "path": {
        "path": "/firewalls",
        "sdkPath": "firewalls.create"
      },
      "allPaths": [
        {
          "path": "/firewalls",
          "sdkPath": "firewalls.create"
        },
        {
          "path": "/instances/:instanceId/firewalls",
          "sdkPath": "management.instance.firewalls.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/firewalls",
          "sdkPath": "dashboard.instance.firewalls.create"
        }
      ],
      "method": "post",
      "name": "Create firewall",
      "description": "Creates a new firewall.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_470",
      "queryId": null,
      "outputId": "type_471"
    },
    {
      "id": "endpoint_472",
      "controllerId": "controller_463",
      "path": {
        "path": "/firewalls/:firewallId",
        "sdkPath": "firewalls.update"
      },
      "allPaths": [
        {
          "path": "/firewalls/:firewallId",
          "sdkPath": "firewalls.update"
        },
        {
          "path": "/instances/:instanceId/firewalls/:firewallId",
          "sdkPath": "management.instance.firewalls.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/firewalls/:firewallId",
          "sdkPath": "dashboard.instance.firewalls.update"
        }
      ],
      "method": "patch",
      "name": "Update firewall",
      "description": "Updates a firewall definition.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_473",
      "queryId": null,
      "outputId": "type_474"
    },
    {
      "id": "endpoint_475",
      "controllerId": "controller_463",
      "path": {
        "path": "/firewalls/:firewallId",
        "sdkPath": "firewalls.delete"
      },
      "allPaths": [
        {
          "path": "/firewalls/:firewallId",
          "sdkPath": "firewalls.delete"
        },
        {
          "path": "/instances/:instanceId/firewalls/:firewallId",
          "sdkPath": "management.instance.firewalls.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/firewalls/:firewallId",
          "sdkPath": "dashboard.instance.firewalls.delete"
        }
      ],
      "method": "delete",
      "name": "Delete firewall",
      "description": "Archives a firewall.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_476"
    },
    {
      "id": "endpoint_477",
      "controllerId": "controller_463",
      "path": {
        "path": "/firewalls/:firewallId/network-policies",
        "sdkPath": "firewalls.networkPolicies.attach"
      },
      "allPaths": [
        {
          "path": "/firewalls/:firewallId/network-policies",
          "sdkPath": "firewalls.networkPolicies.attach"
        },
        {
          "path": "/instances/:instanceId/firewalls/:firewallId/network-policies",
          "sdkPath": "management.instance.firewalls.networkPolicies.attach"
        },
        {
          "path": "/dashboard/instances/:instanceId/firewalls/:firewallId/network-policies",
          "sdkPath": "dashboard.instance.firewalls.networkPolicies.attach"
        }
      ],
      "method": "post",
      "name": "Attach network policy",
      "description": "Attaches a network policy to a firewall.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_478",
      "queryId": null,
      "outputId": "type_479"
    },
    {
      "id": "endpoint_480",
      "controllerId": "controller_463",
      "path": {
        "path": "/firewalls/:firewallId/network-policies/:networkPolicyId",
        "sdkPath": "firewalls.networkPolicies.detach"
      },
      "allPaths": [
        {
          "path": "/firewalls/:firewallId/network-policies/:networkPolicyId",
          "sdkPath": "firewalls.networkPolicies.detach"
        },
        {
          "path": "/instances/:instanceId/firewalls/:firewallId/network-policies/:networkPolicyId",
          "sdkPath": "management.instance.firewalls.networkPolicies.detach"
        },
        {
          "path": "/dashboard/instances/:instanceId/firewalls/:firewallId/network-policies/:networkPolicyId",
          "sdkPath": "dashboard.instance.firewalls.networkPolicies.detach"
        }
      ],
      "method": "delete",
      "name": "Detach network policy",
      "description": "Detaches a network policy from a firewall.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_481"
    },
    {
      "id": "endpoint_483",
      "controllerId": "controller_482",
      "path": {
        "path": "/firewall-bindings",
        "sdkPath": "firewallBindings.list"
      },
      "allPaths": [
        {
          "path": "/firewall-bindings",
          "sdkPath": "firewallBindings.list"
        },
        {
          "path": "/instances/:instanceId/firewall-bindings",
          "sdkPath": "management.instance.firewallBindings.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/firewall-bindings",
          "sdkPath": "dashboard.instance.firewallBindings.list"
        }
      ],
      "method": "get",
      "name": "List firewall bindings",
      "description": "Returns a paginated list of firewall bindings.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_484",
      "outputId": "type_485"
    },
    {
      "id": "endpoint_486",
      "controllerId": "controller_482",
      "path": {
        "path": "/firewall-bindings/:firewallBindingId",
        "sdkPath": "firewallBindings.get"
      },
      "allPaths": [
        {
          "path": "/firewall-bindings/:firewallBindingId",
          "sdkPath": "firewallBindings.get"
        },
        {
          "path": "/instances/:instanceId/firewall-bindings/:firewallBindingId",
          "sdkPath": "management.instance.firewallBindings.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/firewall-bindings/:firewallBindingId",
          "sdkPath": "dashboard.instance.firewallBindings.get"
        }
      ],
      "method": "get",
      "name": "Get firewall binding",
      "description": "Retrieves a specific firewall binding by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_487"
    },
    {
      "id": "endpoint_488",
      "controllerId": "controller_482",
      "path": {
        "path": "/firewall-bindings",
        "sdkPath": "firewallBindings.create"
      },
      "allPaths": [
        {
          "path": "/firewall-bindings",
          "sdkPath": "firewallBindings.create"
        },
        {
          "path": "/instances/:instanceId/firewall-bindings",
          "sdkPath": "management.instance.firewallBindings.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/firewall-bindings",
          "sdkPath": "dashboard.instance.firewallBindings.create"
        }
      ],
      "method": "post",
      "name": "Create firewall binding",
      "description": "Creates a binding that applies a firewall to a target.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_489",
      "queryId": null,
      "outputId": "type_490"
    },
    {
      "id": "endpoint_491",
      "controllerId": "controller_482",
      "path": {
        "path": "/firewall-bindings/:firewallBindingId",
        "sdkPath": "firewallBindings.delete"
      },
      "allPaths": [
        {
          "path": "/firewall-bindings/:firewallBindingId",
          "sdkPath": "firewallBindings.delete"
        },
        {
          "path": "/instances/:instanceId/firewall-bindings/:firewallBindingId",
          "sdkPath": "management.instance.firewallBindings.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/firewall-bindings/:firewallBindingId",
          "sdkPath": "dashboard.instance.firewallBindings.delete"
        }
      ],
      "method": "delete",
      "name": "Delete firewall binding",
      "description": "Deletes a firewall binding.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_492"
    },
    {
      "id": "endpoint_494",
      "controllerId": "controller_493",
      "path": {
        "path": "/network-policies",
        "sdkPath": "networkPolicies.list"
      },
      "allPaths": [
        {
          "path": "/network-policies",
          "sdkPath": "networkPolicies.list"
        },
        {
          "path": "/instances/:instanceId/network-policies",
          "sdkPath": "management.instance.networkPolicies.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/network-policies",
          "sdkPath": "dashboard.instance.networkPolicies.list"
        }
      ],
      "method": "get",
      "name": "List network policies",
      "description": "Returns a paginated list of network policies.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_495",
      "outputId": "type_496"
    },
    {
      "id": "endpoint_497",
      "controllerId": "controller_493",
      "path": {
        "path": "/network-policies/:networkPolicyId",
        "sdkPath": "networkPolicies.get"
      },
      "allPaths": [
        {
          "path": "/network-policies/:networkPolicyId",
          "sdkPath": "networkPolicies.get"
        },
        {
          "path": "/instances/:instanceId/network-policies/:networkPolicyId",
          "sdkPath": "management.instance.networkPolicies.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/network-policies/:networkPolicyId",
          "sdkPath": "dashboard.instance.networkPolicies.get"
        }
      ],
      "method": "get",
      "name": "Get network policy",
      "description": "Retrieves a specific network policy by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_498"
    },
    {
      "id": "endpoint_499",
      "controllerId": "controller_493",
      "path": {
        "path": "/network-policies",
        "sdkPath": "networkPolicies.create"
      },
      "allPaths": [
        {
          "path": "/network-policies",
          "sdkPath": "networkPolicies.create"
        },
        {
          "path": "/instances/:instanceId/network-policies",
          "sdkPath": "management.instance.networkPolicies.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/network-policies",
          "sdkPath": "dashboard.instance.networkPolicies.create"
        }
      ],
      "method": "post",
      "name": "Create network policy",
      "description": "Creates a new network policy.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_500",
      "queryId": null,
      "outputId": "type_501"
    },
    {
      "id": "endpoint_502",
      "controllerId": "controller_493",
      "path": {
        "path": "/network-policies/:networkPolicyId",
        "sdkPath": "networkPolicies.update"
      },
      "allPaths": [
        {
          "path": "/network-policies/:networkPolicyId",
          "sdkPath": "networkPolicies.update"
        },
        {
          "path": "/instances/:instanceId/network-policies/:networkPolicyId",
          "sdkPath": "management.instance.networkPolicies.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/network-policies/:networkPolicyId",
          "sdkPath": "dashboard.instance.networkPolicies.update"
        }
      ],
      "method": "patch",
      "name": "Update network policy",
      "description": "Updates a network policy definition.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_503",
      "queryId": null,
      "outputId": "type_504"
    },
    {
      "id": "endpoint_505",
      "controllerId": "controller_493",
      "path": {
        "path": "/network-policies/:networkPolicyId",
        "sdkPath": "networkPolicies.delete"
      },
      "allPaths": [
        {
          "path": "/network-policies/:networkPolicyId",
          "sdkPath": "networkPolicies.delete"
        },
        {
          "path": "/instances/:instanceId/network-policies/:networkPolicyId",
          "sdkPath": "management.instance.networkPolicies.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/network-policies/:networkPolicyId",
          "sdkPath": "dashboard.instance.networkPolicies.delete"
        }
      ],
      "method": "delete",
      "name": "Delete network policy",
      "description": "Archives a network policy.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_506"
    },
    {
      "id": "endpoint_507",
      "controllerId": "controller_493",
      "path": {
        "path": "/network-policies/:networkPolicyId/rules",
        "sdkPath": "networkPolicies.rules.create"
      },
      "allPaths": [
        {
          "path": "/network-policies/:networkPolicyId/rules",
          "sdkPath": "networkPolicies.rules.create"
        },
        {
          "path": "/instances/:instanceId/network-policies/:networkPolicyId/rules",
          "sdkPath": "management.instance.networkPolicies.rules.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/network-policies/:networkPolicyId/rules",
          "sdkPath": "dashboard.instance.networkPolicies.rules.create"
        }
      ],
      "method": "post",
      "name": "Create network policy rule",
      "description": "Adds a rule to a network policy.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_508",
      "queryId": null,
      "outputId": "type_509"
    },
    {
      "id": "endpoint_510",
      "controllerId": "controller_493",
      "path": {
        "path": "/network-policies/:networkPolicyId/rules/:ruleId",
        "sdkPath": "networkPolicies.rules.update"
      },
      "allPaths": [
        {
          "path": "/network-policies/:networkPolicyId/rules/:ruleId",
          "sdkPath": "networkPolicies.rules.update"
        },
        {
          "path": "/instances/:instanceId/network-policies/:networkPolicyId/rules/:ruleId",
          "sdkPath": "management.instance.networkPolicies.rules.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/network-policies/:networkPolicyId/rules/:ruleId",
          "sdkPath": "dashboard.instance.networkPolicies.rules.update"
        }
      ],
      "method": "patch",
      "name": "Update network policy rule",
      "description": "Updates a rule on a network policy.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_511",
      "queryId": null,
      "outputId": "type_512"
    },
    {
      "id": "endpoint_513",
      "controllerId": "controller_493",
      "path": {
        "path": "/network-policies/:networkPolicyId/rules/:ruleId",
        "sdkPath": "networkPolicies.rules.delete"
      },
      "allPaths": [
        {
          "path": "/network-policies/:networkPolicyId/rules/:ruleId",
          "sdkPath": "networkPolicies.rules.delete"
        },
        {
          "path": "/instances/:instanceId/network-policies/:networkPolicyId/rules/:ruleId",
          "sdkPath": "management.instance.networkPolicies.rules.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/network-policies/:networkPolicyId/rules/:ruleId",
          "sdkPath": "dashboard.instance.networkPolicies.rules.delete"
        }
      ],
      "method": "delete",
      "name": "Delete network policy rule",
      "description": "Removes a rule from a network policy.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_514"
    },
    {
      "id": "endpoint_516",
      "controllerId": "controller_515",
      "path": {
        "path": "/sessions",
        "sdkPath": "sessions.list"
      },
      "allPaths": [
        {
          "path": "/sessions",
          "sdkPath": "sessions.list"
        },
        {
          "path": "/instances/:instanceId/sessions",
          "sdkPath": "management.instance.sessions.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/sessions",
          "sdkPath": "dashboard.instance.sessions.list"
        }
      ],
      "method": "get",
      "name": "List sessions",
      "description": "Returns a paginated list of sessions.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_517",
      "outputId": "type_518"
    },
    {
      "id": "endpoint_519",
      "controllerId": "controller_515",
      "path": {
        "path": "/sessions/:sessionId",
        "sdkPath": "sessions.get"
      },
      "allPaths": [
        {
          "path": "/sessions/:sessionId",
          "sdkPath": "sessions.get"
        },
        {
          "path": "/instances/:instanceId/sessions/:sessionId",
          "sdkPath": "management.instance.sessions.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/sessions/:sessionId",
          "sdkPath": "dashboard.instance.sessions.get"
        }
      ],
      "method": "get",
      "name": "Get session",
      "description": "Retrieves a specific session by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_520"
    },
    {
      "id": "endpoint_521",
      "controllerId": "controller_515",
      "path": {
        "path": "/sessions",
        "sdkPath": "sessions.create"
      },
      "allPaths": [
        {
          "path": "/sessions",
          "sdkPath": "sessions.create"
        },
        {
          "path": "/instances/:instanceId/sessions",
          "sdkPath": "management.instance.sessions.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/sessions",
          "sdkPath": "dashboard.instance.sessions.create"
        }
      ],
      "method": "post",
      "name": "Create session",
      "description": "Creates a new session with provider deployments.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_522",
      "queryId": null,
      "outputId": "type_523"
    },
    {
      "id": "endpoint_524",
      "controllerId": "controller_515",
      "path": {
        "path": "/sessions/:sessionId",
        "sdkPath": "sessions.update"
      },
      "allPaths": [
        {
          "path": "/sessions/:sessionId",
          "sdkPath": "sessions.update"
        },
        {
          "path": "/instances/:instanceId/sessions/:sessionId",
          "sdkPath": "management.instance.sessions.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/sessions/:sessionId",
          "sdkPath": "dashboard.instance.sessions.update"
        }
      ],
      "method": "patch",
      "name": "Update session",
      "description": "Updates a session.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_525",
      "queryId": null,
      "outputId": "type_526"
    },
    {
      "id": "endpoint_527",
      "controllerId": "controller_515",
      "path": {
        "path": "/sessions/:sessionId",
        "sdkPath": "sessions.delete"
      },
      "allPaths": [
        {
          "path": "/sessions/:sessionId",
          "sdkPath": "sessions.delete"
        },
        {
          "path": "/instances/:instanceId/sessions/:sessionId",
          "sdkPath": "management.instance.sessions.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/sessions/:sessionId",
          "sdkPath": "dashboard.instance.sessions.delete"
        }
      ],
      "method": "delete",
      "name": "Delete session",
      "description": "Deletes a session.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_528"
    },
    {
      "id": "endpoint_530",
      "controllerId": "controller_529",
      "path": {
        "path": "/session-templates",
        "sdkPath": "sessionTemplates.list"
      },
      "allPaths": [
        {
          "path": "/session-templates",
          "sdkPath": "sessionTemplates.list"
        },
        {
          "path": "/instances/:instanceId/session-templates",
          "sdkPath": "management.instance.sessionTemplates.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-templates",
          "sdkPath": "dashboard.instance.sessionTemplates.list"
        }
      ],
      "method": "get",
      "name": "List session templates",
      "description": "Returns a paginated list of session templates.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_531",
      "outputId": "type_532"
    },
    {
      "id": "endpoint_533",
      "controllerId": "controller_529",
      "path": {
        "path": "/session-templates/:sessionTemplateId",
        "sdkPath": "sessionTemplates.get"
      },
      "allPaths": [
        {
          "path": "/session-templates/:sessionTemplateId",
          "sdkPath": "sessionTemplates.get"
        },
        {
          "path": "/instances/:instanceId/session-templates/:sessionTemplateId",
          "sdkPath": "management.instance.sessionTemplates.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-templates/:sessionTemplateId",
          "sdkPath": "dashboard.instance.sessionTemplates.get"
        }
      ],
      "method": "get",
      "name": "Get session template",
      "description": "Retrieves a specific session template by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_534"
    },
    {
      "id": "endpoint_535",
      "controllerId": "controller_529",
      "path": {
        "path": "/session-templates",
        "sdkPath": "sessionTemplates.create"
      },
      "allPaths": [
        {
          "path": "/session-templates",
          "sdkPath": "sessionTemplates.create"
        },
        {
          "path": "/instances/:instanceId/session-templates",
          "sdkPath": "management.instance.sessionTemplates.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-templates",
          "sdkPath": "dashboard.instance.sessionTemplates.create"
        }
      ],
      "method": "post",
      "name": "Create session template",
      "description": "Creates a new session template.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_536",
      "queryId": null,
      "outputId": "type_537"
    },
    {
      "id": "endpoint_538",
      "controllerId": "controller_529",
      "path": {
        "path": "/session-templates/:sessionTemplateId",
        "sdkPath": "sessionTemplates.update"
      },
      "allPaths": [
        {
          "path": "/session-templates/:sessionTemplateId",
          "sdkPath": "sessionTemplates.update"
        },
        {
          "path": "/instances/:instanceId/session-templates/:sessionTemplateId",
          "sdkPath": "management.instance.sessionTemplates.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-templates/:sessionTemplateId",
          "sdkPath": "dashboard.instance.sessionTemplates.update"
        }
      ],
      "method": "patch",
      "name": "Update session template",
      "description": "Updates a specific session template.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_539",
      "queryId": null,
      "outputId": "type_540"
    },
    {
      "id": "endpoint_541",
      "controllerId": "controller_529",
      "path": {
        "path": "/session-templates/:sessionTemplateId",
        "sdkPath": "sessionTemplates.delete"
      },
      "allPaths": [
        {
          "path": "/session-templates/:sessionTemplateId",
          "sdkPath": "sessionTemplates.delete"
        },
        {
          "path": "/instances/:instanceId/session-templates/:sessionTemplateId",
          "sdkPath": "management.instance.sessionTemplates.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-templates/:sessionTemplateId",
          "sdkPath": "dashboard.instance.sessionTemplates.delete"
        }
      ],
      "method": "delete",
      "name": "Delete session template",
      "description": "Deletes a specific session template.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_542"
    },
    {
      "id": "endpoint_543",
      "controllerId": "controller_529",
      "path": {
        "path": "/session-templates/:sessionTemplateId/tools",
        "sdkPath": "sessionTemplates.listTools"
      },
      "allPaths": [
        {
          "path": "/session-templates/:sessionTemplateId/tools",
          "sdkPath": "sessionTemplates.listTools"
        },
        {
          "path": "/instances/:instanceId/session-templates/:sessionTemplateId/tools",
          "sdkPath": "management.instance.sessionTemplates.listTools"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-templates/:sessionTemplateId/tools",
          "sdkPath": "dashboard.instance.sessionTemplates.listTools"
        }
      ],
      "method": "get",
      "name": "List session template tools",
      "description": "Returns the effective set of tools available through the providers in a session template, filtered by the tool filters of each provider, deployment, config, and auth config.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_544"
    },
    {
      "id": "endpoint_546",
      "controllerId": "controller_545",
      "path": {
        "path": "/session-template-providers",
        "sdkPath": "sessionTemplates.providers.list"
      },
      "allPaths": [
        {
          "path": "/session-template-providers",
          "sdkPath": "sessionTemplates.providers.list"
        },
        {
          "path": "/instances/:instanceId/session-template-providers",
          "sdkPath": "management.instance.sessionTemplates.providers.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-template-providers",
          "sdkPath": "dashboard.instance.sessionTemplates.providers.list"
        }
      ],
      "method": "get",
      "name": "List session template providers",
      "description": "Returns a paginated list of providers configured for a session template.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_547",
      "outputId": "type_548"
    },
    {
      "id": "endpoint_549",
      "controllerId": "controller_545",
      "path": {
        "path": "/session-template-providers/:sessionTemplateProviderId",
        "sdkPath": "sessionTemplates.providers.get"
      },
      "allPaths": [
        {
          "path": "/session-template-providers/:sessionTemplateProviderId",
          "sdkPath": "sessionTemplates.providers.get"
        },
        {
          "path": "/instances/:instanceId/session-template-providers/:sessionTemplateProviderId",
          "sdkPath": "management.instance.sessionTemplates.providers.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-template-providers/:sessionTemplateProviderId",
          "sdkPath": "dashboard.instance.sessionTemplates.providers.get"
        }
      ],
      "method": "get",
      "name": "Get session template provider",
      "description": "Retrieves a specific provider configuration from a session template.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_550"
    },
    {
      "id": "endpoint_551",
      "controllerId": "controller_545",
      "path": {
        "path": "/session-template-providers",
        "sdkPath": "sessionTemplates.providers.create"
      },
      "allPaths": [
        {
          "path": "/session-template-providers",
          "sdkPath": "sessionTemplates.providers.create"
        },
        {
          "path": "/instances/:instanceId/session-template-providers",
          "sdkPath": "management.instance.sessionTemplates.providers.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-template-providers",
          "sdkPath": "dashboard.instance.sessionTemplates.providers.create"
        }
      ],
      "method": "post",
      "name": "Create session template provider",
      "description": "Adds a new provider configuration to a session template.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_552",
      "queryId": null,
      "outputId": "type_553"
    },
    {
      "id": "endpoint_554",
      "controllerId": "controller_545",
      "path": {
        "path": "/session-template-providers/:sessionTemplateProviderId",
        "sdkPath": "sessionTemplates.providers.update"
      },
      "allPaths": [
        {
          "path": "/session-template-providers/:sessionTemplateProviderId",
          "sdkPath": "sessionTemplates.providers.update"
        },
        {
          "path": "/instances/:instanceId/session-template-providers/:sessionTemplateProviderId",
          "sdkPath": "management.instance.sessionTemplates.providers.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-template-providers/:sessionTemplateProviderId",
          "sdkPath": "dashboard.instance.sessionTemplates.providers.update"
        }
      ],
      "method": "patch",
      "name": "Update session template provider",
      "description": "Updates a provider configuration in a session template.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_555",
      "queryId": null,
      "outputId": "type_556"
    },
    {
      "id": "endpoint_557",
      "controllerId": "controller_545",
      "path": {
        "path": "/session-template-providers/:sessionTemplateProviderId",
        "sdkPath": "sessionTemplates.providers.delete"
      },
      "allPaths": [
        {
          "path": "/session-template-providers/:sessionTemplateProviderId",
          "sdkPath": "sessionTemplates.providers.delete"
        },
        {
          "path": "/instances/:instanceId/session-template-providers/:sessionTemplateProviderId",
          "sdkPath": "management.instance.sessionTemplates.providers.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-template-providers/:sessionTemplateProviderId",
          "sdkPath": "dashboard.instance.sessionTemplates.providers.delete"
        }
      ],
      "method": "delete",
      "name": "Delete session template provider",
      "description": "Removes a provider configuration from a session template.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_558"
    },
    {
      "id": "endpoint_560",
      "controllerId": "controller_559",
      "path": {
        "path": "/session-providers",
        "sdkPath": "sessions.providers.list"
      },
      "allPaths": [
        {
          "path": "/session-providers",
          "sdkPath": "sessions.providers.list"
        },
        {
          "path": "/instances/:instanceId/session-providers",
          "sdkPath": "management.instance.sessions.providers.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-providers",
          "sdkPath": "dashboard.instance.sessions.providers.list"
        }
      ],
      "method": "get",
      "name": "List session providers",
      "description": "Returns a paginated list of providers connected to a session.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_561",
      "outputId": "type_562"
    },
    {
      "id": "endpoint_563",
      "controllerId": "controller_559",
      "path": {
        "path": "/session-providers/:sessionProviderId",
        "sdkPath": "sessions.providers.get"
      },
      "allPaths": [
        {
          "path": "/session-providers/:sessionProviderId",
          "sdkPath": "sessions.providers.get"
        },
        {
          "path": "/instances/:instanceId/session-providers/:sessionProviderId",
          "sdkPath": "management.instance.sessions.providers.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-providers/:sessionProviderId",
          "sdkPath": "dashboard.instance.sessions.providers.get"
        }
      ],
      "method": "get",
      "name": "Get session provider",
      "description": "Retrieves a specific provider connected to a session.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_564"
    },
    {
      "id": "endpoint_565",
      "controllerId": "controller_559",
      "path": {
        "path": "/session-providers",
        "sdkPath": "sessions.providers.create"
      },
      "allPaths": [
        {
          "path": "/session-providers",
          "sdkPath": "sessions.providers.create"
        },
        {
          "path": "/instances/:instanceId/session-providers",
          "sdkPath": "management.instance.sessions.providers.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-providers",
          "sdkPath": "dashboard.instance.sessions.providers.create"
        }
      ],
      "method": "post",
      "name": "Create session provider",
      "description": "Adds a new provider to an active session.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_566",
      "queryId": null,
      "outputId": "type_567"
    },
    {
      "id": "endpoint_568",
      "controllerId": "controller_559",
      "path": {
        "path": "/session-providers/:sessionProviderId",
        "sdkPath": "sessions.providers.update"
      },
      "allPaths": [
        {
          "path": "/session-providers/:sessionProviderId",
          "sdkPath": "sessions.providers.update"
        },
        {
          "path": "/instances/:instanceId/session-providers/:sessionProviderId",
          "sdkPath": "management.instance.sessions.providers.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-providers/:sessionProviderId",
          "sdkPath": "dashboard.instance.sessions.providers.update"
        }
      ],
      "method": "patch",
      "name": "Update session provider",
      "description": "Updates a provider connected to a session.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_569",
      "queryId": null,
      "outputId": "type_570"
    },
    {
      "id": "endpoint_571",
      "controllerId": "controller_559",
      "path": {
        "path": "/session-providers/:sessionProviderId",
        "sdkPath": "sessions.providers.delete"
      },
      "allPaths": [
        {
          "path": "/session-providers/:sessionProviderId",
          "sdkPath": "sessions.providers.delete"
        },
        {
          "path": "/instances/:instanceId/session-providers/:sessionProviderId",
          "sdkPath": "management.instance.sessions.providers.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-providers/:sessionProviderId",
          "sdkPath": "dashboard.instance.sessions.providers.delete"
        }
      ],
      "method": "delete",
      "name": "Delete session provider",
      "description": "Removes a provider from a session.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_572"
    },
    {
      "id": "endpoint_574",
      "controllerId": "controller_573",
      "path": {
        "path": "/session-participants",
        "sdkPath": "sessions.participants.list"
      },
      "allPaths": [
        {
          "path": "/session-participants",
          "sdkPath": "sessions.participants.list"
        },
        {
          "path": "/instances/:instanceId/session-participants",
          "sdkPath": "management.instance.sessions.participants.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-participants",
          "sdkPath": "dashboard.instance.sessions.participants.list"
        }
      ],
      "method": "get",
      "name": "List session participants",
      "description": "Returns a paginated list of participants in a session.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_575",
      "outputId": "type_576"
    },
    {
      "id": "endpoint_577",
      "controllerId": "controller_573",
      "path": {
        "path": "/session-participants/:sessionParticipantId",
        "sdkPath": "sessions.participants.get"
      },
      "allPaths": [
        {
          "path": "/session-participants/:sessionParticipantId",
          "sdkPath": "sessions.participants.get"
        },
        {
          "path": "/instances/:instanceId/session-participants/:sessionParticipantId",
          "sdkPath": "management.instance.sessions.participants.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-participants/:sessionParticipantId",
          "sdkPath": "dashboard.instance.sessions.participants.get"
        }
      ],
      "method": "get",
      "name": "Get session participant",
      "description": "Retrieves a specific participant in a session.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_578"
    },
    {
      "id": "endpoint_580",
      "controllerId": "controller_579",
      "path": {
        "path": "/session-errors",
        "sdkPath": "sessions.errors.list"
      },
      "allPaths": [
        {
          "path": "/session-errors",
          "sdkPath": "sessions.errors.list"
        },
        {
          "path": "/instances/:instanceId/session-errors",
          "sdkPath": "management.instance.sessions.errors.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-errors",
          "sdkPath": "dashboard.instance.sessions.errors.list"
        }
      ],
      "method": "get",
      "name": "List all session errors",
      "description": "Returns a paginated list of errors across all sessions.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_581",
      "outputId": "type_582"
    },
    {
      "id": "endpoint_583",
      "controllerId": "controller_579",
      "path": {
        "path": "/session-errors/:sessionErrorId",
        "sdkPath": "sessions.errors.get"
      },
      "allPaths": [
        {
          "path": "/session-errors/:sessionErrorId",
          "sdkPath": "sessions.errors.get"
        },
        {
          "path": "/instances/:instanceId/session-errors/:sessionErrorId",
          "sdkPath": "management.instance.sessions.errors.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-errors/:sessionErrorId",
          "sdkPath": "dashboard.instance.sessions.errors.get"
        }
      ],
      "method": "get",
      "name": "Get session error",
      "description": "Retrieves a specific error that occurred in a session.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_584"
    },
    {
      "id": "endpoint_586",
      "controllerId": "controller_585",
      "path": {
        "path": "/session-error-groups",
        "sdkPath": "sessions.errorGroups.list"
      },
      "allPaths": [
        {
          "path": "/session-error-groups",
          "sdkPath": "sessions.errorGroups.list"
        },
        {
          "path": "/instances/:instanceId/session-error-groups",
          "sdkPath": "management.instance.sessions.errorGroups.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-error-groups",
          "sdkPath": "dashboard.instance.sessions.errorGroups.list"
        }
      ],
      "method": "get",
      "name": "List all session error groups",
      "description": "Returns a paginated list of error groups across all sessions.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_587",
      "outputId": "type_588"
    },
    {
      "id": "endpoint_589",
      "controllerId": "controller_585",
      "path": {
        "path": "/session-error-groups/:sessionErrorGroupId",
        "sdkPath": "sessions.errorGroups.get"
      },
      "allPaths": [
        {
          "path": "/session-error-groups/:sessionErrorGroupId",
          "sdkPath": "sessions.errorGroups.get"
        },
        {
          "path": "/instances/:instanceId/session-error-groups/:sessionErrorGroupId",
          "sdkPath": "management.instance.sessions.errorGroups.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-error-groups/:sessionErrorGroupId",
          "sdkPath": "dashboard.instance.sessions.errorGroups.get"
        }
      ],
      "method": "get",
      "name": "Get session error group",
      "description": "Retrieves a specific error group by ID across all sessions.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_590"
    },
    {
      "id": "endpoint_592",
      "controllerId": "controller_591",
      "path": {
        "path": "/provider-runs",
        "sdkPath": "providerRuns.list"
      },
      "allPaths": [
        {
          "path": "/provider-runs",
          "sdkPath": "providerRuns.list"
        },
        {
          "path": "/instances/:instanceId/provider-runs",
          "sdkPath": "management.instance.providerRuns.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-runs",
          "sdkPath": "dashboard.instance.providerRuns.list"
        }
      ],
      "method": "get",
      "name": "List all provider runs",
      "description": "Returns a paginated list of provider runs across all sessions.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_593",
      "outputId": "type_594"
    },
    {
      "id": "endpoint_595",
      "controllerId": "controller_591",
      "path": {
        "path": "/provider-runs/:providerRunId",
        "sdkPath": "providerRuns.get"
      },
      "allPaths": [
        {
          "path": "/provider-runs/:providerRunId",
          "sdkPath": "providerRuns.get"
        },
        {
          "path": "/instances/:instanceId/provider-runs/:providerRunId",
          "sdkPath": "management.instance.providerRuns.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-runs/:providerRunId",
          "sdkPath": "dashboard.instance.providerRuns.get"
        }
      ],
      "method": "get",
      "name": "Get provider run",
      "description": "Retrieves a specific provider run by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_596"
    },
    {
      "id": "endpoint_597",
      "controllerId": "controller_591",
      "path": {
        "path": "/provider-runs/:providerRunId/logs",
        "sdkPath": "providerRuns.getLogs"
      },
      "allPaths": [
        {
          "path": "/provider-runs/:providerRunId/logs",
          "sdkPath": "providerRuns.getLogs"
        },
        {
          "path": "/instances/:instanceId/provider-runs/:providerRunId/logs",
          "sdkPath": "management.instance.providerRuns.getLogs"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-runs/:providerRunId/logs",
          "sdkPath": "dashboard.instance.providerRuns.getLogs"
        }
      ],
      "method": "get",
      "name": "Get provider run logs",
      "description": "Retrieves the logs for a specific provider run.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_598"
    },
    {
      "id": "endpoint_600",
      "controllerId": "controller_599",
      "path": {
        "path": "/monitors",
        "sdkPath": "monitors.list"
      },
      "allPaths": [
        {
          "path": "/monitors",
          "sdkPath": "monitors.list"
        },
        {
          "path": "/instances/:instanceId/monitors",
          "sdkPath": "management.instance.monitors.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/monitors",
          "sdkPath": "dashboard.instance.monitors.list"
        }
      ],
      "method": "get",
      "name": "List monitors",
      "description": "Returns a paginated list of monitors for this instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_601",
      "outputId": "type_602"
    },
    {
      "id": "endpoint_603",
      "controllerId": "controller_599",
      "path": {
        "path": "/monitors/:monitorId",
        "sdkPath": "monitors.get"
      },
      "allPaths": [
        {
          "path": "/monitors/:monitorId",
          "sdkPath": "monitors.get"
        },
        {
          "path": "/instances/:instanceId/monitors/:monitorId",
          "sdkPath": "management.instance.monitors.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/monitors/:monitorId",
          "sdkPath": "dashboard.instance.monitors.get"
        }
      ],
      "method": "get",
      "name": "Get monitor",
      "description": "Retrieves a monitor by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_604"
    },
    {
      "id": "endpoint_606",
      "controllerId": "controller_605",
      "path": {
        "path": "/monitor-alerts",
        "sdkPath": "monitorAlerts.list"
      },
      "allPaths": [
        {
          "path": "/monitor-alerts",
          "sdkPath": "monitorAlerts.list"
        },
        {
          "path": "/instances/:instanceId/monitor-alerts",
          "sdkPath": "management.instance.monitorAlerts.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/monitor-alerts",
          "sdkPath": "dashboard.instance.monitorAlerts.list"
        }
      ],
      "method": "get",
      "name": "List monitor alerts",
      "description": "Returns a paginated list of monitor alerts for this instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_607",
      "outputId": "type_608"
    },
    {
      "id": "endpoint_609",
      "controllerId": "controller_605",
      "path": {
        "path": "/monitor-alerts/:monitorAlertId",
        "sdkPath": "monitorAlerts.get"
      },
      "allPaths": [
        {
          "path": "/monitor-alerts/:monitorAlertId",
          "sdkPath": "monitorAlerts.get"
        },
        {
          "path": "/instances/:instanceId/monitor-alerts/:monitorAlertId",
          "sdkPath": "management.instance.monitorAlerts.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/monitor-alerts/:monitorAlertId",
          "sdkPath": "dashboard.instance.monitorAlerts.get"
        }
      ],
      "method": "get",
      "name": "Get monitor alert",
      "description": "Retrieves a monitor alert by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_610"
    },
    {
      "id": "endpoint_611",
      "controllerId": "controller_605",
      "path": {
        "path": "/monitor-alerts/:monitorAlertId/viewed",
        "sdkPath": "monitorAlerts.viewed"
      },
      "allPaths": [
        {
          "path": "/monitor-alerts/:monitorAlertId/viewed",
          "sdkPath": "monitorAlerts.viewed"
        },
        {
          "path": "/instances/:instanceId/monitor-alerts/:monitorAlertId/viewed",
          "sdkPath": "management.instance.monitorAlerts.viewed"
        },
        {
          "path": "/dashboard/instances/:instanceId/monitor-alerts/:monitorAlertId/viewed",
          "sdkPath": "dashboard.instance.monitorAlerts.viewed"
        }
      ],
      "method": "post",
      "name": "Mark monitor alert viewed",
      "description": "Marks a monitor alert as viewed by the current actor.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_612"
    },
    {
      "id": "endpoint_613",
      "controllerId": "controller_605",
      "path": {
        "path": "/monitor-alerts/:monitorAlertId/resolve",
        "sdkPath": "monitorAlerts.resolve"
      },
      "allPaths": [
        {
          "path": "/monitor-alerts/:monitorAlertId/resolve",
          "sdkPath": "monitorAlerts.resolve"
        },
        {
          "path": "/instances/:instanceId/monitor-alerts/:monitorAlertId/resolve",
          "sdkPath": "management.instance.monitorAlerts.resolve"
        },
        {
          "path": "/dashboard/instances/:instanceId/monitor-alerts/:monitorAlertId/resolve",
          "sdkPath": "dashboard.instance.monitorAlerts.resolve"
        }
      ],
      "method": "post",
      "name": "Resolve monitor alert",
      "description": "Marks a monitor alert as resolved.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_614"
    },
    {
      "id": "endpoint_615",
      "controllerId": "controller_605",
      "path": {
        "path": "/monitor-alerts/:monitorAlertId/unresolve",
        "sdkPath": "monitorAlerts.unresolve"
      },
      "allPaths": [
        {
          "path": "/monitor-alerts/:monitorAlertId/unresolve",
          "sdkPath": "monitorAlerts.unresolve"
        },
        {
          "path": "/instances/:instanceId/monitor-alerts/:monitorAlertId/unresolve",
          "sdkPath": "management.instance.monitorAlerts.unresolve"
        },
        {
          "path": "/dashboard/instances/:instanceId/monitor-alerts/:monitorAlertId/unresolve",
          "sdkPath": "dashboard.instance.monitorAlerts.unresolve"
        }
      ],
      "method": "post",
      "name": "Unresolve monitor alert",
      "description": "Reopens a resolved monitor alert.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_616"
    },
    {
      "id": "endpoint_618",
      "controllerId": "controller_617",
      "path": {
        "path": "/protoguard-alerts",
        "sdkPath": "protoGuardAlerts.list"
      },
      "allPaths": [
        {
          "path": "/protoguard-alerts",
          "sdkPath": "protoGuardAlerts.list"
        },
        {
          "path": "/instances/:instanceId/protoguard-alerts",
          "sdkPath": "management.instance.protoGuardAlerts.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/protoguard-alerts",
          "sdkPath": "dashboard.instance.protoGuardAlerts.list"
        }
      ],
      "method": "get",
      "name": "List ProtoGuard alerts",
      "description": "Returns a paginated list of ProtoGuard alerts for this instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_619",
      "outputId": "type_620"
    },
    {
      "id": "endpoint_621",
      "controllerId": "controller_617",
      "path": {
        "path": "/protoguard-alerts/:protoGuardAlertId",
        "sdkPath": "protoGuardAlerts.get"
      },
      "allPaths": [
        {
          "path": "/protoguard-alerts/:protoGuardAlertId",
          "sdkPath": "protoGuardAlerts.get"
        },
        {
          "path": "/instances/:instanceId/protoguard-alerts/:protoGuardAlertId",
          "sdkPath": "management.instance.protoGuardAlerts.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/protoguard-alerts/:protoGuardAlertId",
          "sdkPath": "dashboard.instance.protoGuardAlerts.get"
        }
      ],
      "method": "get",
      "name": "Get ProtoGuard alert",
      "description": "Retrieves a ProtoGuard alert by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_622"
    },
    {
      "id": "endpoint_624",
      "controllerId": "controller_623",
      "path": {
        "path": "/protoguard-config",
        "sdkPath": "protoGuardConfig.get"
      },
      "allPaths": [
        {
          "path": "/protoguard-config",
          "sdkPath": "protoGuardConfig.get"
        },
        {
          "path": "/instances/:instanceId/protoguard-config",
          "sdkPath": "management.instance.protoGuardConfig.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/protoguard-config",
          "sdkPath": "dashboard.instance.protoGuardConfig.get"
        }
      ],
      "method": "get",
      "name": "Get ProtoGuard config",
      "description": "Retrieves ProtoGuard filter configuration for this instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_625"
    },
    {
      "id": "endpoint_626",
      "controllerId": "controller_623",
      "path": {
        "path": "/protoguard-config/filters/:filterId",
        "sdkPath": "protoGuardConfig.updateFilter"
      },
      "allPaths": [
        {
          "path": "/protoguard-config/filters/:filterId",
          "sdkPath": "protoGuardConfig.updateFilter"
        },
        {
          "path": "/instances/:instanceId/protoguard-config/filters/:filterId",
          "sdkPath": "management.instance.protoGuardConfig.updateFilter"
        },
        {
          "path": "/dashboard/instances/:instanceId/protoguard-config/filters/:filterId",
          "sdkPath": "dashboard.instance.protoGuardConfig.updateFilter"
        }
      ],
      "method": "post",
      "name": "Update ProtoGuard filter config",
      "description": "Updates ProtoGuard filter settings for this instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_627",
      "queryId": null,
      "outputId": "type_628"
    },
    {
      "id": "endpoint_629",
      "controllerId": "controller_623",
      "path": {
        "path": "/protoguard-config/alert-filter-count-threshold",
        "sdkPath": "protoGuardConfig.setAlertFilterCountThreshold"
      },
      "allPaths": [
        {
          "path": "/protoguard-config/alert-filter-count-threshold",
          "sdkPath": "protoGuardConfig.setAlertFilterCountThreshold"
        },
        {
          "path": "/instances/:instanceId/protoguard-config/alert-filter-count-threshold",
          "sdkPath": "management.instance.protoGuardConfig.setAlertFilterCountThreshold"
        },
        {
          "path": "/dashboard/instances/:instanceId/protoguard-config/alert-filter-count-threshold",
          "sdkPath": "dashboard.instance.protoGuardConfig.setAlertFilterCountThreshold"
        }
      ],
      "method": "post",
      "name": "Set ProtoGuard alert filter count threshold",
      "description": "Sets or clears the number of matching ProtoGuard filters required to create an alert.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_630",
      "queryId": null,
      "outputId": "type_631"
    },
    {
      "id": "endpoint_633",
      "controllerId": "controller_632",
      "path": {
        "path": "/session-messages",
        "sdkPath": "sessions.messages.list"
      },
      "allPaths": [
        {
          "path": "/session-messages",
          "sdkPath": "sessions.messages.list"
        },
        {
          "path": "/instances/:instanceId/session-messages",
          "sdkPath": "management.instance.sessions.messages.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-messages",
          "sdkPath": "dashboard.instance.sessions.messages.list"
        }
      ],
      "method": "get",
      "name": "List session messages",
      "description": "Returns a paginated list of messages for a session.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_634",
      "outputId": "type_635"
    },
    {
      "id": "endpoint_636",
      "controllerId": "controller_632",
      "path": {
        "path": "/session-messages/:sessionMessageId",
        "sdkPath": "sessions.messages.get"
      },
      "allPaths": [
        {
          "path": "/session-messages/:sessionMessageId",
          "sdkPath": "sessions.messages.get"
        },
        {
          "path": "/instances/:instanceId/session-messages/:sessionMessageId",
          "sdkPath": "management.instance.sessions.messages.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-messages/:sessionMessageId",
          "sdkPath": "dashboard.instance.sessions.messages.get"
        }
      ],
      "method": "get",
      "name": "Get session message",
      "description": "Retrieves a specific message from a session.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_637"
    },
    {
      "id": "endpoint_639",
      "controllerId": "controller_638",
      "path": {
        "path": "/session-connections",
        "sdkPath": "sessions.connections.list"
      },
      "allPaths": [
        {
          "path": "/session-connections",
          "sdkPath": "sessions.connections.list"
        },
        {
          "path": "/instances/:instanceId/session-connections",
          "sdkPath": "management.instance.sessions.connections.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-connections",
          "sdkPath": "dashboard.instance.sessions.connections.list"
        }
      ],
      "method": "get",
      "name": "List session connections",
      "description": "Returns a paginated list of connections for a session.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_640",
      "outputId": "type_641"
    },
    {
      "id": "endpoint_642",
      "controllerId": "controller_638",
      "path": {
        "path": "/session-connections/:sessionConnectionId",
        "sdkPath": "sessions.connections.get"
      },
      "allPaths": [
        {
          "path": "/session-connections/:sessionConnectionId",
          "sdkPath": "sessions.connections.get"
        },
        {
          "path": "/instances/:instanceId/session-connections/:sessionConnectionId",
          "sdkPath": "management.instance.sessions.connections.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-connections/:sessionConnectionId",
          "sdkPath": "dashboard.instance.sessions.connections.get"
        }
      ],
      "method": "get",
      "name": "Get session connection",
      "description": "Retrieves a specific connection from a session.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_643"
    },
    {
      "id": "endpoint_645",
      "controllerId": "controller_644",
      "path": {
        "path": "/session-events",
        "sdkPath": "sessions.events.list"
      },
      "allPaths": [
        {
          "path": "/session-events",
          "sdkPath": "sessions.events.list"
        },
        {
          "path": "/instances/:instanceId/session-events",
          "sdkPath": "management.instance.sessions.events.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-events",
          "sdkPath": "dashboard.instance.sessions.events.list"
        }
      ],
      "method": "get",
      "name": "List session events",
      "description": "Returns a paginated list of events for a session.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_646",
      "outputId": "type_647"
    },
    {
      "id": "endpoint_648",
      "controllerId": "controller_644",
      "path": {
        "path": "/session-events/:sessionEventId",
        "sdkPath": "sessions.events.get"
      },
      "allPaths": [
        {
          "path": "/session-events/:sessionEventId",
          "sdkPath": "sessions.events.get"
        },
        {
          "path": "/instances/:instanceId/session-events/:sessionEventId",
          "sdkPath": "management.instance.sessions.events.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/session-events/:sessionEventId",
          "sdkPath": "dashboard.instance.sessions.events.get"
        }
      ],
      "method": "get",
      "name": "Get session event",
      "description": "Retrieves a specific event from a session.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_649"
    },
    {
      "id": "endpoint_651",
      "controllerId": "controller_650",
      "path": {
        "path": "/tool-calls",
        "sdkPath": "toolCalls.list"
      },
      "allPaths": [
        {
          "path": "/tool-calls",
          "sdkPath": "toolCalls.list"
        },
        {
          "path": "/instances/:instanceId/tool-calls",
          "sdkPath": "management.instance.toolCalls.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/tool-calls",
          "sdkPath": "dashboard.instance.toolCalls.list"
        }
      ],
      "method": "get",
      "name": "List all tool calls",
      "description": "Returns a paginated list of tool calls across all sessions.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_652",
      "outputId": "type_653"
    },
    {
      "id": "endpoint_654",
      "controllerId": "controller_650",
      "path": {
        "path": "/tool-calls/:toolCallId",
        "sdkPath": "toolCalls.get"
      },
      "allPaths": [
        {
          "path": "/tool-calls/:toolCallId",
          "sdkPath": "toolCalls.get"
        },
        {
          "path": "/instances/:instanceId/tool-calls/:toolCallId",
          "sdkPath": "management.instance.toolCalls.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/tool-calls/:toolCallId",
          "sdkPath": "dashboard.instance.toolCalls.get"
        }
      ],
      "method": "get",
      "name": "Get tool call",
      "description": "Retrieves a specific tool call by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_655"
    },
    {
      "id": "endpoint_656",
      "controllerId": "controller_650",
      "path": {
        "path": "/tool-calls",
        "sdkPath": "toolCalls.create"
      },
      "allPaths": [
        {
          "path": "/tool-calls",
          "sdkPath": "toolCalls.create"
        },
        {
          "path": "/instances/:instanceId/tool-calls",
          "sdkPath": "management.instance.toolCalls.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/tool-calls",
          "sdkPath": "dashboard.instance.toolCalls.create"
        }
      ],
      "method": "post",
      "name": "Create tool call",
      "description": "Creates a new tool call in a session by invoking a specific tool.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_657",
      "queryId": null,
      "outputId": "type_658"
    },
    {
      "id": "endpoint_660",
      "controllerId": "controller_659",
      "path": {
        "path": "/magic-mcp-endpoints",
        "sdkPath": "magicMcpEndpoints.list"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-endpoints",
          "sdkPath": "magicMcpEndpoints.list"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-endpoints",
          "sdkPath": "management.instance.magicMcpEndpoints.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-endpoints",
          "sdkPath": "dashboard.instance.magicMcpEndpoints.list"
        }
      ],
      "method": "get",
      "name": "List magic MCP endpoints",
      "description": "Returns a paginated list of magic MCP endpoints.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_661",
      "outputId": "type_662"
    },
    {
      "id": "endpoint_663",
      "controllerId": "controller_659",
      "path": {
        "path": "/magic-mcp-endpoints/:magicMcpEndpointId",
        "sdkPath": "magicMcpEndpoints.get"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-endpoints/:magicMcpEndpointId",
          "sdkPath": "magicMcpEndpoints.get"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-endpoints/:magicMcpEndpointId",
          "sdkPath": "management.instance.magicMcpEndpoints.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-endpoints/:magicMcpEndpointId",
          "sdkPath": "dashboard.instance.magicMcpEndpoints.get"
        }
      ],
      "method": "get",
      "name": "Get magic MCP endpoint",
      "description": "Retrieves a specific magic MCP endpoint.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_664"
    },
    {
      "id": "endpoint_665",
      "controllerId": "controller_659",
      "path": {
        "path": "/magic-mcp-endpoints",
        "sdkPath": "magicMcpEndpoints.create"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-endpoints",
          "sdkPath": "magicMcpEndpoints.create"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-endpoints",
          "sdkPath": "management.instance.magicMcpEndpoints.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-endpoints",
          "sdkPath": "dashboard.instance.magicMcpEndpoints.create"
        }
      ],
      "method": "post",
      "name": "Create magic MCP endpoint",
      "description": "Creates a magic MCP endpoint.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_666",
      "queryId": null,
      "outputId": "type_667"
    },
    {
      "id": "endpoint_668",
      "controllerId": "controller_659",
      "path": {
        "path": "/magic-mcp-endpoints/:magicMcpEndpointId",
        "sdkPath": "magicMcpEndpoints.delete"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-endpoints/:magicMcpEndpointId",
          "sdkPath": "magicMcpEndpoints.delete"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-endpoints/:magicMcpEndpointId",
          "sdkPath": "management.instance.magicMcpEndpoints.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-endpoints/:magicMcpEndpointId",
          "sdkPath": "dashboard.instance.magicMcpEndpoints.delete"
        }
      ],
      "method": "delete",
      "name": "Delete magic MCP endpoint",
      "description": "Archives a magic MCP endpoint.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_669"
    },
    {
      "id": "endpoint_670",
      "controllerId": "controller_659",
      "path": {
        "path": "/magic-mcp-endpoints/:magicMcpEndpointId",
        "sdkPath": "magicMcpEndpoints.update"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-endpoints/:magicMcpEndpointId",
          "sdkPath": "magicMcpEndpoints.update"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-endpoints/:magicMcpEndpointId",
          "sdkPath": "management.instance.magicMcpEndpoints.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-endpoints/:magicMcpEndpointId",
          "sdkPath": "dashboard.instance.magicMcpEndpoints.update"
        }
      ],
      "method": "patch",
      "name": "Update magic MCP endpoint",
      "description": "Updates a magic MCP endpoint.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_671",
      "queryId": null,
      "outputId": "type_672"
    },
    {
      "id": "endpoint_673",
      "controllerId": "controller_659",
      "path": {
        "path": "/magic-mcp-endpoints/:magicMcpEndpointId/add-servers",
        "sdkPath": "magicMcpEndpoints.addServers"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-endpoints/:magicMcpEndpointId/add-servers",
          "sdkPath": "magicMcpEndpoints.addServers"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-endpoints/:magicMcpEndpointId/add-servers",
          "sdkPath": "management.instance.magicMcpEndpoints.addServers"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-endpoints/:magicMcpEndpointId/add-servers",
          "sdkPath": "dashboard.instance.magicMcpEndpoints.addServers"
        }
      ],
      "method": "post",
      "name": "Add servers to magic MCP endpoint",
      "description": "Adds magic MCP servers to a magic MCP endpoint.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_674",
      "queryId": null,
      "outputId": "type_675"
    },
    {
      "id": "endpoint_676",
      "controllerId": "controller_659",
      "path": {
        "path": "/magic-mcp-endpoints/:magicMcpEndpointId/remove-servers",
        "sdkPath": "magicMcpEndpoints.removeServers"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-endpoints/:magicMcpEndpointId/remove-servers",
          "sdkPath": "magicMcpEndpoints.removeServers"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-endpoints/:magicMcpEndpointId/remove-servers",
          "sdkPath": "management.instance.magicMcpEndpoints.removeServers"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-endpoints/:magicMcpEndpointId/remove-servers",
          "sdkPath": "dashboard.instance.magicMcpEndpoints.removeServers"
        }
      ],
      "method": "post",
      "name": "Remove servers from magic MCP endpoint",
      "description": "Removes magic MCP servers from a magic MCP endpoint.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_677",
      "queryId": null,
      "outputId": "type_678"
    },
    {
      "id": "endpoint_680",
      "controllerId": "controller_679",
      "path": {
        "path": "/magic-mcp-servers",
        "sdkPath": "magicMcpServers.list"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-servers",
          "sdkPath": "magicMcpServers.list"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-servers",
          "sdkPath": "management.instance.magicMcpServers.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-servers",
          "sdkPath": "dashboard.instance.magicMcpServers.list"
        }
      ],
      "method": "get",
      "name": "List magic MCP servers",
      "description": "Returns a paginated list of magic MCP servers.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_681",
      "outputId": "type_682"
    },
    {
      "id": "endpoint_683",
      "controllerId": "controller_679",
      "path": {
        "path": "/magic-mcp-servers/:magicMcpServerId",
        "sdkPath": "magicMcpServers.get"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-servers/:magicMcpServerId",
          "sdkPath": "magicMcpServers.get"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-servers/:magicMcpServerId",
          "sdkPath": "management.instance.magicMcpServers.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-servers/:magicMcpServerId",
          "sdkPath": "dashboard.instance.magicMcpServers.get"
        }
      ],
      "method": "get",
      "name": "Get magic MCP server",
      "description": "Retrieves a specific magic MCP server.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_684"
    },
    {
      "id": "endpoint_685",
      "controllerId": "controller_679",
      "path": {
        "path": "/magic-mcp-servers/:magicMcpServerId/tools",
        "sdkPath": "magicMcpServers.tools"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-servers/:magicMcpServerId/tools",
          "sdkPath": "magicMcpServers.tools"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-servers/:magicMcpServerId/tools",
          "sdkPath": "management.instance.magicMcpServers.tools"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-servers/:magicMcpServerId/tools",
          "sdkPath": "dashboard.instance.magicMcpServers.tools"
        }
      ],
      "method": "get",
      "name": "List magic MCP server tools",
      "description": "Returns the effective set of tools available through the providers backing a magic MCP server.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_686"
    },
    {
      "id": "endpoint_687",
      "controllerId": "controller_679",
      "path": {
        "path": "/magic-mcp-servers/:magicMcpServerId/providers",
        "sdkPath": "magicMcpServers.providers.list"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-servers/:magicMcpServerId/providers",
          "sdkPath": "magicMcpServers.providers.list"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-servers/:magicMcpServerId/providers",
          "sdkPath": "management.instance.magicMcpServers.providers.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-servers/:magicMcpServerId/providers",
          "sdkPath": "dashboard.instance.magicMcpServers.providers.list"
        }
      ],
      "method": "get",
      "name": "List magic MCP server providers",
      "description": "Returns the backing integration instance providers configured for a magic MCP server.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_688",
      "outputId": "type_689"
    },
    {
      "id": "endpoint_690",
      "controllerId": "controller_679",
      "path": {
        "path": "/magic-mcp-servers/:magicMcpServerId/providers",
        "sdkPath": "magicMcpServers.providers.create"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-servers/:magicMcpServerId/providers",
          "sdkPath": "magicMcpServers.providers.create"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-servers/:magicMcpServerId/providers",
          "sdkPath": "management.instance.magicMcpServers.providers.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-servers/:magicMcpServerId/providers",
          "sdkPath": "dashboard.instance.magicMcpServers.providers.create"
        }
      ],
      "method": "post",
      "name": "Create magic MCP server provider",
      "description": "Creates a configurable provider row for a magic MCP server.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_691",
      "queryId": null,
      "outputId": "type_692"
    },
    {
      "id": "endpoint_693",
      "controllerId": "controller_679",
      "path": {
        "path": "/magic-mcp-servers/:magicMcpServerId/providers/:magicMcpServerProviderId",
        "sdkPath": "magicMcpServers.providers.get"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-servers/:magicMcpServerId/providers/:magicMcpServerProviderId",
          "sdkPath": "magicMcpServers.providers.get"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-servers/:magicMcpServerId/providers/:magicMcpServerProviderId",
          "sdkPath": "management.instance.magicMcpServers.providers.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-servers/:magicMcpServerId/providers/:magicMcpServerProviderId",
          "sdkPath": "dashboard.instance.magicMcpServers.providers.get"
        }
      ],
      "method": "get",
      "name": "Get magic MCP server provider",
      "description": "Retrieves a specific backing integration instance provider for a magic MCP server.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_694"
    },
    {
      "id": "endpoint_695",
      "controllerId": "controller_679",
      "path": {
        "path": "/magic-mcp-servers/:magicMcpServerId/providers/:magicMcpServerProviderId",
        "sdkPath": "magicMcpServers.providers.update"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-servers/:magicMcpServerId/providers/:magicMcpServerProviderId",
          "sdkPath": "magicMcpServers.providers.update"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-servers/:magicMcpServerId/providers/:magicMcpServerProviderId",
          "sdkPath": "management.instance.magicMcpServers.providers.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-servers/:magicMcpServerId/providers/:magicMcpServerProviderId",
          "sdkPath": "dashboard.instance.magicMcpServers.providers.update"
        }
      ],
      "method": "patch",
      "name": "Update magic MCP server provider",
      "description": "Updates a backing integration provider and then sets the corresponding integration instance provider for a magic MCP server.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_696",
      "queryId": null,
      "outputId": "type_697"
    },
    {
      "id": "endpoint_698",
      "controllerId": "controller_679",
      "path": {
        "path": "/magic-mcp-servers/:magicMcpServerId/providers/:magicMcpServerProviderId",
        "sdkPath": "magicMcpServers.providers.delete"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-servers/:magicMcpServerId/providers/:magicMcpServerProviderId",
          "sdkPath": "magicMcpServers.providers.delete"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-servers/:magicMcpServerId/providers/:magicMcpServerProviderId",
          "sdkPath": "management.instance.magicMcpServers.providers.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-servers/:magicMcpServerId/providers/:magicMcpServerProviderId",
          "sdkPath": "dashboard.instance.magicMcpServers.providers.delete"
        }
      ],
      "method": "delete",
      "name": "Delete magic MCP server provider",
      "description": "Archives a backing integration instance provider from a magic MCP server and removes the shared integration provider when unused.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_699"
    },
    {
      "id": "endpoint_700",
      "controllerId": "controller_679",
      "path": {
        "path": "/magic-mcp-servers",
        "sdkPath": "magicMcpServers.create"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-servers",
          "sdkPath": "magicMcpServers.create"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-servers",
          "sdkPath": "management.instance.magicMcpServers.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-servers",
          "sdkPath": "dashboard.instance.magicMcpServers.create"
        }
      ],
      "method": "post",
      "name": "Create magic MCP server",
      "description": "Creates a magic MCP server with a new session template. A Subspace session is created automatically on first connection and then reused.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_701",
      "queryId": null,
      "outputId": "type_702"
    },
    {
      "id": "endpoint_703",
      "controllerId": "controller_679",
      "path": {
        "path": "/magic-mcp-servers/:magicMcpServerId",
        "sdkPath": "magicMcpServers.delete"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-servers/:magicMcpServerId",
          "sdkPath": "magicMcpServers.delete"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-servers/:magicMcpServerId",
          "sdkPath": "management.instance.magicMcpServers.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-servers/:magicMcpServerId",
          "sdkPath": "dashboard.instance.magicMcpServers.delete"
        }
      ],
      "method": "delete",
      "name": "Delete magic MCP server",
      "description": "Archives a magic MCP server.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_704"
    },
    {
      "id": "endpoint_705",
      "controllerId": "controller_679",
      "path": {
        "path": "/magic-mcp-servers/:magicMcpServerId",
        "sdkPath": "magicMcpServers.update"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-servers/:magicMcpServerId",
          "sdkPath": "magicMcpServers.update"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-servers/:magicMcpServerId",
          "sdkPath": "management.instance.magicMcpServers.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-servers/:magicMcpServerId",
          "sdkPath": "dashboard.instance.magicMcpServers.update"
        }
      ],
      "method": "patch",
      "name": "Update magic MCP server",
      "description": "Updates a magic MCP server.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_706",
      "queryId": null,
      "outputId": "type_707"
    },
    {
      "id": "endpoint_709",
      "controllerId": "controller_708",
      "path": {
        "path": "/magic-mcp-sessions",
        "sdkPath": "magicMcpSessions.list"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-sessions",
          "sdkPath": "magicMcpSessions.list"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-sessions",
          "sdkPath": "management.instance.magicMcpSessions.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-sessions",
          "sdkPath": "dashboard.instance.magicMcpSessions.list"
        }
      ],
      "method": "get",
      "name": "List magic MCP sessions",
      "description": "Returns a paginated list of magic MCP sessions.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_710",
      "outputId": "type_711"
    },
    {
      "id": "endpoint_712",
      "controllerId": "controller_708",
      "path": {
        "path": "/magic-mcp-sessions/:magicMcpSessionId",
        "sdkPath": "magicMcpSessions.get"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-sessions/:magicMcpSessionId",
          "sdkPath": "magicMcpSessions.get"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-sessions/:magicMcpSessionId",
          "sdkPath": "management.instance.magicMcpSessions.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-sessions/:magicMcpSessionId",
          "sdkPath": "dashboard.instance.magicMcpSessions.get"
        }
      ],
      "method": "get",
      "name": "Get magic MCP session",
      "description": "Retrieves a specific magic MCP session.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_713"
    },
    {
      "id": "endpoint_715",
      "controllerId": "controller_714",
      "path": {
        "path": "/magic-mcp-tokens",
        "sdkPath": "magicMcpTokens.list"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-tokens",
          "sdkPath": "magicMcpTokens.list"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-tokens",
          "sdkPath": "management.instance.magicMcpTokens.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-tokens",
          "sdkPath": "dashboard.instance.magicMcpTokens.list"
        }
      ],
      "method": "get",
      "name": "List magic MCP tokens",
      "description": "Returns a paginated list of magic MCP tokens.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": null,
      "queryId": "type_716",
      "outputId": "type_717"
    },
    {
      "id": "endpoint_718",
      "controllerId": "controller_714",
      "path": {
        "path": "/magic-mcp-tokens/:magicMcpTokenId",
        "sdkPath": "magicMcpTokens.get"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-tokens/:magicMcpTokenId",
          "sdkPath": "magicMcpTokens.get"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-tokens/:magicMcpTokenId",
          "sdkPath": "management.instance.magicMcpTokens.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-tokens/:magicMcpTokenId",
          "sdkPath": "dashboard.instance.magicMcpTokens.get"
        }
      ],
      "method": "get",
      "name": "Get magic MCP token",
      "description": "Retrieves a specific magic MCP token.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_719"
    },
    {
      "id": "endpoint_720",
      "controllerId": "controller_714",
      "path": {
        "path": "/magic-mcp-tokens",
        "sdkPath": "magicMcpTokens.create"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-tokens",
          "sdkPath": "magicMcpTokens.create"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-tokens",
          "sdkPath": "management.instance.magicMcpTokens.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-tokens",
          "sdkPath": "dashboard.instance.magicMcpTokens.create"
        }
      ],
      "method": "post",
      "name": "Create magic MCP token",
      "description": "Creates a new magic MCP token.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": "type_721",
      "queryId": null,
      "outputId": "type_722"
    },
    {
      "id": "endpoint_723",
      "controllerId": "controller_714",
      "path": {
        "path": "/magic-mcp-tokens/:magicMcpTokenId",
        "sdkPath": "magicMcpTokens.delete"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-tokens/:magicMcpTokenId",
          "sdkPath": "magicMcpTokens.delete"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-tokens/:magicMcpTokenId",
          "sdkPath": "management.instance.magicMcpTokens.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-tokens/:magicMcpTokenId",
          "sdkPath": "dashboard.instance.magicMcpTokens.delete"
        }
      ],
      "method": "delete",
      "name": "Delete magic MCP token",
      "description": "Deletes a magic MCP token.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_724"
    },
    {
      "id": "endpoint_725",
      "controllerId": "controller_714",
      "path": {
        "path": "/magic-mcp-tokens/:magicMcpTokenId",
        "sdkPath": "magicMcpTokens.update"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-tokens/:magicMcpTokenId",
          "sdkPath": "magicMcpTokens.update"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-tokens/:magicMcpTokenId",
          "sdkPath": "management.instance.magicMcpTokens.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-tokens/:magicMcpTokenId",
          "sdkPath": "dashboard.instance.magicMcpTokens.update"
        }
      ],
      "method": "patch",
      "name": "Update magic MCP token",
      "description": "Updates a magic MCP token.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_726",
      "queryId": null,
      "outputId": "type_727"
    },
    {
      "id": "endpoint_728",
      "controllerId": "controller_714",
      "path": {
        "path": "/magic-mcp-tokens/:magicMcpTokenId/add-groups",
        "sdkPath": "magicMcpTokens.addGroups"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-tokens/:magicMcpTokenId/add-groups",
          "sdkPath": "magicMcpTokens.addGroups"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-tokens/:magicMcpTokenId/add-groups",
          "sdkPath": "management.instance.magicMcpTokens.addGroups"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-tokens/:magicMcpTokenId/add-groups",
          "sdkPath": "dashboard.instance.magicMcpTokens.addGroups"
        }
      ],
      "method": "post",
      "name": "Add magic MCP groups to token",
      "description": "Adds groups to a magic MCP token.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_729",
      "queryId": null,
      "outputId": "type_730"
    },
    {
      "id": "endpoint_731",
      "controllerId": "controller_714",
      "path": {
        "path": "/magic-mcp-tokens/:magicMcpTokenId/remove-groups",
        "sdkPath": "magicMcpTokens.removeGroups"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-tokens/:magicMcpTokenId/remove-groups",
          "sdkPath": "magicMcpTokens.removeGroups"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-tokens/:magicMcpTokenId/remove-groups",
          "sdkPath": "management.instance.magicMcpTokens.removeGroups"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-tokens/:magicMcpTokenId/remove-groups",
          "sdkPath": "dashboard.instance.magicMcpTokens.removeGroups"
        }
      ],
      "method": "post",
      "name": "Remove magic MCP groups from token",
      "description": "Removes groups from a magic MCP token.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_732",
      "queryId": null,
      "outputId": "type_733"
    },
    {
      "id": "endpoint_735",
      "controllerId": "controller_734",
      "path": {
        "path": "/magic-mcp-groups",
        "sdkPath": "magicMcpGroups.list"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-groups",
          "sdkPath": "magicMcpGroups.list"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-groups",
          "sdkPath": "management.instance.magicMcpGroups.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-groups",
          "sdkPath": "dashboard.instance.magicMcpGroups.list"
        }
      ],
      "method": "get",
      "name": "List magic MCP groups",
      "description": "Returns a paginated list of magic MCP groups.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_736",
      "outputId": "type_737"
    },
    {
      "id": "endpoint_738",
      "controllerId": "controller_734",
      "path": {
        "path": "/magic-mcp-groups/:magicMcpGroupId",
        "sdkPath": "magicMcpGroups.get"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-groups/:magicMcpGroupId",
          "sdkPath": "magicMcpGroups.get"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-groups/:magicMcpGroupId",
          "sdkPath": "management.instance.magicMcpGroups.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-groups/:magicMcpGroupId",
          "sdkPath": "dashboard.instance.magicMcpGroups.get"
        }
      ],
      "method": "get",
      "name": "Get magic MCP group",
      "description": "Retrieves a specific magic MCP group.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_739"
    },
    {
      "id": "endpoint_740",
      "controllerId": "controller_734",
      "path": {
        "path": "/magic-mcp-groups",
        "sdkPath": "magicMcpGroups.create"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-groups",
          "sdkPath": "magicMcpGroups.create"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-groups",
          "sdkPath": "management.instance.magicMcpGroups.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-groups",
          "sdkPath": "dashboard.instance.magicMcpGroups.create"
        }
      ],
      "method": "post",
      "name": "Create magic MCP group",
      "description": "Creates a magic MCP group.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_741",
      "queryId": null,
      "outputId": "type_742"
    },
    {
      "id": "endpoint_743",
      "controllerId": "controller_734",
      "path": {
        "path": "/magic-mcp-groups/:magicMcpGroupId",
        "sdkPath": "magicMcpGroups.delete"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-groups/:magicMcpGroupId",
          "sdkPath": "magicMcpGroups.delete"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-groups/:magicMcpGroupId",
          "sdkPath": "management.instance.magicMcpGroups.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-groups/:magicMcpGroupId",
          "sdkPath": "dashboard.instance.magicMcpGroups.delete"
        }
      ],
      "method": "delete",
      "name": "Delete magic MCP group",
      "description": "Deletes a magic MCP group.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_744"
    },
    {
      "id": "endpoint_745",
      "controllerId": "controller_734",
      "path": {
        "path": "/magic-mcp-groups/:magicMcpGroupId",
        "sdkPath": "magicMcpGroups.update"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-groups/:magicMcpGroupId",
          "sdkPath": "magicMcpGroups.update"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-groups/:magicMcpGroupId",
          "sdkPath": "management.instance.magicMcpGroups.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-groups/:magicMcpGroupId",
          "sdkPath": "dashboard.instance.magicMcpGroups.update"
        }
      ],
      "method": "patch",
      "name": "Update magic MCP group",
      "description": "Updates a magic MCP group.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_746",
      "queryId": null,
      "outputId": "type_747"
    },
    {
      "id": "endpoint_748",
      "controllerId": "controller_734",
      "path": {
        "path": "/magic-mcp-groups/:magicMcpGroupId/add-servers",
        "sdkPath": "magicMcpGroups.addServers"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-groups/:magicMcpGroupId/add-servers",
          "sdkPath": "magicMcpGroups.addServers"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-groups/:magicMcpGroupId/add-servers",
          "sdkPath": "management.instance.magicMcpGroups.addServers"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-groups/:magicMcpGroupId/add-servers",
          "sdkPath": "dashboard.instance.magicMcpGroups.addServers"
        }
      ],
      "method": "post",
      "name": "Add servers to magic MCP group",
      "description": "Adds magic MCP servers to a group.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_749",
      "queryId": null,
      "outputId": "type_750"
    },
    {
      "id": "endpoint_751",
      "controllerId": "controller_734",
      "path": {
        "path": "/magic-mcp-groups/:magicMcpGroupId/remove-servers",
        "sdkPath": "magicMcpGroups.removeServers"
      },
      "allPaths": [
        {
          "path": "/magic-mcp-groups/:magicMcpGroupId/remove-servers",
          "sdkPath": "magicMcpGroups.removeServers"
        },
        {
          "path": "/instances/:instanceId/magic-mcp-groups/:magicMcpGroupId/remove-servers",
          "sdkPath": "management.instance.magicMcpGroups.removeServers"
        },
        {
          "path": "/dashboard/instances/:instanceId/magic-mcp-groups/:magicMcpGroupId/remove-servers",
          "sdkPath": "dashboard.instance.magicMcpGroups.removeServers"
        }
      ],
      "method": "post",
      "name": "Remove servers from magic MCP group",
      "description": "Removes magic MCP servers from a group.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_752",
      "queryId": null,
      "outputId": "type_753"
    },
    {
      "id": "endpoint_755",
      "controllerId": "controller_754",
      "path": {
        "path": "/custom-providers",
        "sdkPath": "customProviders.list"
      },
      "allPaths": [
        {
          "path": "/custom-providers",
          "sdkPath": "customProviders.list"
        },
        {
          "path": "/instances/:instanceId/custom-providers",
          "sdkPath": "management.instance.customProviders.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/custom-providers",
          "sdkPath": "dashboard.instance.customProviders.list"
        }
      ],
      "method": "get",
      "name": "List custom providers",
      "description": "Returns a paginated list of custom providers.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_756",
      "outputId": "type_757"
    },
    {
      "id": "endpoint_758",
      "controllerId": "controller_754",
      "path": {
        "path": "/custom-providers/:customProviderId",
        "sdkPath": "customProviders.get"
      },
      "allPaths": [
        {
          "path": "/custom-providers/:customProviderId",
          "sdkPath": "customProviders.get"
        },
        {
          "path": "/instances/:instanceId/custom-providers/:customProviderId",
          "sdkPath": "management.instance.customProviders.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/custom-providers/:customProviderId",
          "sdkPath": "dashboard.instance.customProviders.get"
        }
      ],
      "method": "get",
      "name": "Get custom provider",
      "description": "Retrieves a specific custom provider by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_759"
    },
    {
      "id": "endpoint_760",
      "controllerId": "controller_754",
      "path": {
        "path": "/custom-providers/:customProviderId/env",
        "sdkPath": "customProviders.getEnv"
      },
      "allPaths": [
        {
          "path": "/custom-providers/:customProviderId/env",
          "sdkPath": "customProviders.getEnv"
        },
        {
          "path": "/instances/:instanceId/custom-providers/:customProviderId/env",
          "sdkPath": "management.instance.customProviders.getEnv"
        },
        {
          "path": "/dashboard/instances/:instanceId/custom-providers/:customProviderId/env",
          "sdkPath": "dashboard.instance.customProviders.getEnv"
        }
      ],
      "method": "get",
      "name": "Get custom provider environment",
      "description": "Retrieves the environment variables for a specific custom provider by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_761"
    },
    {
      "id": "endpoint_762",
      "controllerId": "controller_754",
      "path": {
        "path": "/custom-providers",
        "sdkPath": "customProviders.create"
      },
      "allPaths": [
        {
          "path": "/custom-providers",
          "sdkPath": "customProviders.create"
        },
        {
          "path": "/instances/:instanceId/custom-providers",
          "sdkPath": "management.instance.customProviders.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/custom-providers",
          "sdkPath": "dashboard.instance.customProviders.create"
        }
      ],
      "method": "post",
      "name": "Create custom provider",
      "description": "Creates a new custom provider.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_763",
      "queryId": null,
      "outputId": "type_764"
    },
    {
      "id": "endpoint_765",
      "controllerId": "controller_754",
      "path": {
        "path": "/custom-providers/:customProviderId",
        "sdkPath": "customProviders.update"
      },
      "allPaths": [
        {
          "path": "/custom-providers/:customProviderId",
          "sdkPath": "customProviders.update"
        },
        {
          "path": "/instances/:instanceId/custom-providers/:customProviderId",
          "sdkPath": "management.instance.customProviders.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/custom-providers/:customProviderId",
          "sdkPath": "dashboard.instance.customProviders.update"
        }
      ],
      "method": "patch",
      "name": "Update custom provider",
      "description": "Updates a specific custom provider.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_766",
      "queryId": null,
      "outputId": "type_767"
    },
    {
      "id": "endpoint_768",
      "controllerId": "controller_754",
      "path": {
        "path": "/custom-providers/:customProviderId/archive",
        "sdkPath": "customProviders.archive"
      },
      "allPaths": [
        {
          "path": "/custom-providers/:customProviderId/archive",
          "sdkPath": "customProviders.archive"
        },
        {
          "path": "/instances/:instanceId/custom-providers/:customProviderId/archive",
          "sdkPath": "management.instance.customProviders.archive"
        },
        {
          "path": "/dashboard/instances/:instanceId/custom-providers/:customProviderId/archive",
          "sdkPath": "dashboard.instance.customProviders.archive"
        }
      ],
      "method": "post",
      "name": "Archive custom provider",
      "description": "Archives a specific custom provider and disables new connections to it.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_769"
    },
    {
      "id": "endpoint_771",
      "controllerId": "controller_770",
      "path": {
        "path": "/custom-provider-versions",
        "sdkPath": "customProviders.versions.list"
      },
      "allPaths": [
        {
          "path": "/custom-provider-versions",
          "sdkPath": "customProviders.versions.list"
        },
        {
          "path": "/instances/:instanceId/custom-provider-versions",
          "sdkPath": "management.instance.customProviders.versions.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/custom-provider-versions",
          "sdkPath": "dashboard.instance.customProviders.versions.list"
        }
      ],
      "method": "get",
      "name": "List custom provider versions",
      "description": "Returns a paginated list of versions for a custom provider.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_772",
      "outputId": "type_773"
    },
    {
      "id": "endpoint_774",
      "controllerId": "controller_770",
      "path": {
        "path": "/custom-provider-versions/:customProviderVersionId",
        "sdkPath": "customProviders.versions.get"
      },
      "allPaths": [
        {
          "path": "/custom-provider-versions/:customProviderVersionId",
          "sdkPath": "customProviders.versions.get"
        },
        {
          "path": "/instances/:instanceId/custom-provider-versions/:customProviderVersionId",
          "sdkPath": "management.instance.customProviders.versions.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/custom-provider-versions/:customProviderVersionId",
          "sdkPath": "dashboard.instance.customProviders.versions.get"
        }
      ],
      "method": "get",
      "name": "Get custom provider version",
      "description": "Retrieves a specific version of a custom provider.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_775"
    },
    {
      "id": "endpoint_776",
      "controllerId": "controller_770",
      "path": {
        "path": "/custom-provider-versions/:customProviderVersionId/env",
        "sdkPath": "customProviders.versions.getEnv"
      },
      "allPaths": [
        {
          "path": "/custom-provider-versions/:customProviderVersionId/env",
          "sdkPath": "customProviders.versions.getEnv"
        },
        {
          "path": "/instances/:instanceId/custom-provider-versions/:customProviderVersionId/env",
          "sdkPath": "management.instance.customProviders.versions.getEnv"
        },
        {
          "path": "/dashboard/instances/:instanceId/custom-provider-versions/:customProviderVersionId/env",
          "sdkPath": "dashboard.instance.customProviders.versions.getEnv"
        }
      ],
      "method": "get",
      "name": "Get custom provider version environment",
      "description": "Retrieves the environment variables for a specific version of a custom provider.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_777"
    },
    {
      "id": "endpoint_778",
      "controllerId": "controller_770",
      "path": {
        "path": "/custom-provider-versions",
        "sdkPath": "customProviders.versions.create"
      },
      "allPaths": [
        {
          "path": "/custom-provider-versions",
          "sdkPath": "customProviders.versions.create"
        },
        {
          "path": "/instances/:instanceId/custom-provider-versions",
          "sdkPath": "management.instance.customProviders.versions.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/custom-provider-versions",
          "sdkPath": "dashboard.instance.customProviders.versions.create"
        }
      ],
      "method": "post",
      "name": "Create custom provider version",
      "description": "Creates a new version for a custom provider.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_779",
      "queryId": null,
      "outputId": "type_780"
    },
    {
      "id": "endpoint_782",
      "controllerId": "controller_781",
      "path": {
        "path": "/custom-provider-deployments",
        "sdkPath": "customProviders.deployments.list"
      },
      "allPaths": [
        {
          "path": "/custom-provider-deployments",
          "sdkPath": "customProviders.deployments.list"
        },
        {
          "path": "/instances/:instanceId/custom-provider-deployments",
          "sdkPath": "management.instance.customProviders.deployments.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/custom-provider-deployments",
          "sdkPath": "dashboard.instance.customProviders.deployments.list"
        }
      ],
      "method": "get",
      "name": "List custom provider deployments",
      "description": "Returns a paginated list of deployments for a custom provider.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_783",
      "outputId": "type_784"
    },
    {
      "id": "endpoint_785",
      "controllerId": "controller_781",
      "path": {
        "path": "/custom-provider-deployments/:customProviderDeploymentId",
        "sdkPath": "customProviders.deployments.get"
      },
      "allPaths": [
        {
          "path": "/custom-provider-deployments/:customProviderDeploymentId",
          "sdkPath": "customProviders.deployments.get"
        },
        {
          "path": "/instances/:instanceId/custom-provider-deployments/:customProviderDeploymentId",
          "sdkPath": "management.instance.customProviders.deployments.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/custom-provider-deployments/:customProviderDeploymentId",
          "sdkPath": "dashboard.instance.customProviders.deployments.get"
        }
      ],
      "method": "get",
      "name": "Get custom provider deployment",
      "description": "Retrieves a specific deployment.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_786"
    },
    {
      "id": "endpoint_787",
      "controllerId": "controller_781",
      "path": {
        "path": "/custom-provider-deployments/:customProviderDeploymentId/logs",
        "sdkPath": "customProviders.deployments.getLogs"
      },
      "allPaths": [
        {
          "path": "/custom-provider-deployments/:customProviderDeploymentId/logs",
          "sdkPath": "customProviders.deployments.getLogs"
        },
        {
          "path": "/instances/:instanceId/custom-provider-deployments/:customProviderDeploymentId/logs",
          "sdkPath": "management.instance.customProviders.deployments.getLogs"
        },
        {
          "path": "/dashboard/instances/:instanceId/custom-provider-deployments/:customProviderDeploymentId/logs",
          "sdkPath": "dashboard.instance.customProviders.deployments.getLogs"
        }
      ],
      "method": "get",
      "name": "Get deployment logs",
      "description": "Retrieves the build and deployment logs for a deployment.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_788"
    },
    {
      "id": "endpoint_790",
      "controllerId": "controller_789",
      "path": {
        "path": "/custom-provider-commits",
        "sdkPath": "customProviders.commits.list"
      },
      "allPaths": [
        {
          "path": "/custom-provider-commits",
          "sdkPath": "customProviders.commits.list"
        },
        {
          "path": "/instances/:instanceId/custom-provider-commits",
          "sdkPath": "management.instance.customProviders.commits.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/custom-provider-commits",
          "sdkPath": "dashboard.instance.customProviders.commits.list"
        }
      ],
      "method": "get",
      "name": "List custom provider commits",
      "description": "Returns a paginated list of commits for a custom provider.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_791",
      "outputId": "type_792"
    },
    {
      "id": "endpoint_793",
      "controllerId": "controller_789",
      "path": {
        "path": "/custom-provider-commits/:customProviderCommitId",
        "sdkPath": "customProviders.commits.get"
      },
      "allPaths": [
        {
          "path": "/custom-provider-commits/:customProviderCommitId",
          "sdkPath": "customProviders.commits.get"
        },
        {
          "path": "/instances/:instanceId/custom-provider-commits/:customProviderCommitId",
          "sdkPath": "management.instance.customProviders.commits.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/custom-provider-commits/:customProviderCommitId",
          "sdkPath": "dashboard.instance.customProviders.commits.get"
        }
      ],
      "method": "get",
      "name": "Get custom provider commit",
      "description": "Retrieves a specific commit.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_794"
    },
    {
      "id": "endpoint_795",
      "controllerId": "controller_789",
      "path": {
        "path": "/custom-provider-commits",
        "sdkPath": "customProviders.commits.create"
      },
      "allPaths": [
        {
          "path": "/custom-provider-commits",
          "sdkPath": "customProviders.commits.create"
        },
        {
          "path": "/instances/:instanceId/custom-provider-commits",
          "sdkPath": "management.instance.customProviders.commits.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/custom-provider-commits",
          "sdkPath": "dashboard.instance.customProviders.commits.create"
        }
      ],
      "method": "post",
      "name": "Create custom provider commit",
      "description": "Creates a new commit to promote or rollback a version in an environment.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_796",
      "queryId": null,
      "outputId": "type_797"
    },
    {
      "id": "endpoint_799",
      "controllerId": "controller_798",
      "path": {
        "path": "/custom-provider-environments",
        "sdkPath": "customProviders.environments.list"
      },
      "allPaths": [
        {
          "path": "/custom-provider-environments",
          "sdkPath": "customProviders.environments.list"
        },
        {
          "path": "/instances/:instanceId/custom-provider-environments",
          "sdkPath": "management.instance.customProviders.environments.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/custom-provider-environments",
          "sdkPath": "dashboard.instance.customProviders.environments.list"
        }
      ],
      "method": "get",
      "name": "List custom provider environments",
      "description": "Returns a paginated list of environments for a custom provider.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_800",
      "outputId": "type_801"
    },
    {
      "id": "endpoint_802",
      "controllerId": "controller_798",
      "path": {
        "path": "/custom-provider-environments/:customProviderEnvironmentId",
        "sdkPath": "customProviders.environments.get"
      },
      "allPaths": [
        {
          "path": "/custom-provider-environments/:customProviderEnvironmentId",
          "sdkPath": "customProviders.environments.get"
        },
        {
          "path": "/instances/:instanceId/custom-provider-environments/:customProviderEnvironmentId",
          "sdkPath": "management.instance.customProviders.environments.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/custom-provider-environments/:customProviderEnvironmentId",
          "sdkPath": "dashboard.instance.customProviders.environments.get"
        }
      ],
      "method": "get",
      "name": "Get custom provider environment",
      "description": "Retrieves a specific environment.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_803"
    },
    {
      "id": "endpoint_805",
      "controllerId": "controller_804",
      "path": {
        "path": "/documents",
        "sdkPath": "documents.list"
      },
      "allPaths": [
        {
          "path": "/documents",
          "sdkPath": "documents.list"
        },
        {
          "path": "/instances/:instanceId/documents",
          "sdkPath": "management.instance.documents.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/documents",
          "sdkPath": "dashboard.instance.documents.list"
        }
      ],
      "method": "get",
      "name": "List documents",
      "description": "Returns a paginated list of documents owned by the instance.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": null,
      "queryId": "type_806",
      "outputId": "type_807"
    },
    {
      "id": "endpoint_808",
      "controllerId": "controller_804",
      "path": {
        "path": "/documents",
        "sdkPath": "documents.create"
      },
      "allPaths": [
        {
          "path": "/documents",
          "sdkPath": "documents.create"
        },
        {
          "path": "/instances/:instanceId/documents",
          "sdkPath": "management.instance.documents.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/documents",
          "sdkPath": "dashboard.instance.documents.create"
        }
      ],
      "method": "post",
      "name": "Create document",
      "description": "Creates a new document for the instance.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": "type_809",
      "queryId": null,
      "outputId": "type_810"
    },
    {
      "id": "endpoint_811",
      "controllerId": "controller_804",
      "path": {
        "path": "/documents/:documentId",
        "sdkPath": "documents.get"
      },
      "allPaths": [
        {
          "path": "/documents/:documentId",
          "sdkPath": "documents.get"
        },
        {
          "path": "/instances/:instanceId/documents/:documentId",
          "sdkPath": "management.instance.documents.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/documents/:documentId",
          "sdkPath": "dashboard.instance.documents.get"
        }
      ],
      "method": "get",
      "name": "Get document by ID",
      "description": "Retrieves a document by its ID.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_812"
    },
    {
      "id": "endpoint_813",
      "controllerId": "controller_804",
      "path": {
        "path": "/documents/:documentId/permissions",
        "sdkPath": "documents.permissions.get"
      },
      "allPaths": [
        {
          "path": "/documents/:documentId/permissions",
          "sdkPath": "documents.permissions.get"
        },
        {
          "path": "/instances/:instanceId/documents/:documentId/permissions",
          "sdkPath": "management.instance.documents.permissions.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/documents/:documentId/permissions",
          "sdkPath": "dashboard.instance.documents.permissions.get"
        }
      ],
      "method": "get",
      "name": "Get document permissions",
      "description": "Returns the effective Cargo permissions for the current actor on a specific document.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_814"
    },
    {
      "id": "endpoint_815",
      "controllerId": "controller_804",
      "path": {
        "path": "/documents/:documentId",
        "sdkPath": "documents.update"
      },
      "allPaths": [
        {
          "path": "/documents/:documentId",
          "sdkPath": "documents.update"
        },
        {
          "path": "/instances/:instanceId/documents/:documentId",
          "sdkPath": "management.instance.documents.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/documents/:documentId",
          "sdkPath": "dashboard.instance.documents.update"
        }
      ],
      "method": "patch",
      "name": "Update document by ID",
      "description": "Updates a specific document.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": "type_816",
      "queryId": null,
      "outputId": "type_817"
    },
    {
      "id": "endpoint_818",
      "controllerId": "controller_804",
      "path": {
        "path": "/documents/:documentId",
        "sdkPath": "documents.delete"
      },
      "allPaths": [
        {
          "path": "/documents/:documentId",
          "sdkPath": "documents.delete"
        },
        {
          "path": "/instances/:instanceId/documents/:documentId",
          "sdkPath": "management.instance.documents.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/documents/:documentId",
          "sdkPath": "dashboard.instance.documents.delete"
        }
      ],
      "method": "delete",
      "name": "Delete document by ID",
      "description": "Deletes a specific document.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_819"
    },
    {
      "id": "endpoint_820",
      "controllerId": "controller_804",
      "path": {
        "path": "/documents/:documentId/clone",
        "sdkPath": "documents.clone"
      },
      "allPaths": [
        {
          "path": "/documents/:documentId/clone",
          "sdkPath": "documents.clone"
        },
        {
          "path": "/instances/:instanceId/documents/:documentId/clone",
          "sdkPath": "management.instance.documents.clone"
        },
        {
          "path": "/dashboard/instances/:instanceId/documents/:documentId/clone",
          "sdkPath": "dashboard.instance.documents.clone"
        }
      ],
      "method": "post",
      "name": "Clone document by ID",
      "description": "Clones a specific document.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": "type_821",
      "queryId": null,
      "outputId": "type_822"
    },
    {
      "id": "endpoint_824",
      "controllerId": "controller_823",
      "path": {
        "path": "/documents/:documentId/versions",
        "sdkPath": "documents.versions.list"
      },
      "allPaths": [
        {
          "path": "/documents/:documentId/versions",
          "sdkPath": "documents.versions.list"
        },
        {
          "path": "/instances/:instanceId/documents/:documentId/versions",
          "sdkPath": "management.instance.documents.versions.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/documents/:documentId/versions",
          "sdkPath": "dashboard.instance.documents.versions.list"
        }
      ],
      "method": "get",
      "name": "List document versions",
      "description": "Returns a paginated list of versions for a specific document.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": null,
      "queryId": "type_825",
      "outputId": "type_826"
    },
    {
      "id": "endpoint_827",
      "controllerId": "controller_823",
      "path": {
        "path": "/documents/:documentId/versions/:documentVersionId",
        "sdkPath": "documents.versions.get"
      },
      "allPaths": [
        {
          "path": "/documents/:documentId/versions/:documentVersionId",
          "sdkPath": "documents.versions.get"
        },
        {
          "path": "/instances/:instanceId/documents/:documentId/versions/:documentVersionId",
          "sdkPath": "management.instance.documents.versions.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/documents/:documentId/versions/:documentVersionId",
          "sdkPath": "dashboard.instance.documents.versions.get"
        }
      ],
      "method": "get",
      "name": "Get document version by ID",
      "description": "Retrieves a specific document version by its ID.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_828"
    },
    {
      "id": "endpoint_830",
      "controllerId": "controller_829",
      "path": {
        "path": "/documents/:documentId/participants",
        "sdkPath": "documents.participants.list"
      },
      "allPaths": [
        {
          "path": "/documents/:documentId/participants",
          "sdkPath": "documents.participants.list"
        },
        {
          "path": "/instances/:instanceId/documents/:documentId/participants",
          "sdkPath": "management.instance.documents.participants.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/documents/:documentId/participants",
          "sdkPath": "dashboard.instance.documents.participants.list"
        }
      ],
      "method": "get",
      "name": "List document participants",
      "description": "Returns a paginated list of participants for a specific document.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_831",
      "outputId": "type_832"
    },
    {
      "id": "endpoint_833",
      "controllerId": "controller_829",
      "path": {
        "path": "/documents/:documentId/participants/:documentParticipantId",
        "sdkPath": "documents.participants.get"
      },
      "allPaths": [
        {
          "path": "/documents/:documentId/participants/:documentParticipantId",
          "sdkPath": "documents.participants.get"
        },
        {
          "path": "/instances/:instanceId/documents/:documentId/participants/:documentParticipantId",
          "sdkPath": "management.instance.documents.participants.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/documents/:documentId/participants/:documentParticipantId",
          "sdkPath": "dashboard.instance.documents.participants.get"
        }
      ],
      "method": "get",
      "name": "Get document participant by ID",
      "description": "Retrieves a specific document participant by its ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_834"
    },
    {
      "id": "endpoint_836",
      "controllerId": "controller_835",
      "path": {
        "path": "/stores",
        "sdkPath": "stores.list"
      },
      "allPaths": [
        {
          "path": "/stores",
          "sdkPath": "stores.list"
        },
        {
          "path": "/instances/:instanceId/stores",
          "sdkPath": "management.instance.stores.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/stores",
          "sdkPath": "dashboard.instance.stores.list"
        }
      ],
      "method": "get",
      "name": "List stores",
      "description": "Returns a paginated list of stores owned by the instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_837",
      "outputId": "type_838"
    },
    {
      "id": "endpoint_839",
      "controllerId": "controller_835",
      "path": {
        "path": "/stores",
        "sdkPath": "stores.create"
      },
      "allPaths": [
        {
          "path": "/stores",
          "sdkPath": "stores.create"
        },
        {
          "path": "/instances/:instanceId/stores",
          "sdkPath": "management.instance.stores.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/stores",
          "sdkPath": "dashboard.instance.stores.create"
        }
      ],
      "method": "post",
      "name": "Create store",
      "description": "Creates a new store for the instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_840",
      "queryId": null,
      "outputId": "type_841"
    },
    {
      "id": "endpoint_842",
      "controllerId": "controller_835",
      "path": {
        "path": "/stores/:storeId",
        "sdkPath": "stores.get"
      },
      "allPaths": [
        {
          "path": "/stores/:storeId",
          "sdkPath": "stores.get"
        },
        {
          "path": "/instances/:instanceId/stores/:storeId",
          "sdkPath": "management.instance.stores.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/stores/:storeId",
          "sdkPath": "dashboard.instance.stores.get"
        }
      ],
      "method": "get",
      "name": "Get store by ID",
      "description": "Retrieves a store by its ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_843"
    },
    {
      "id": "endpoint_844",
      "controllerId": "controller_835",
      "path": {
        "path": "/stores/:storeId/permissions",
        "sdkPath": "stores.permissions.get"
      },
      "allPaths": [
        {
          "path": "/stores/:storeId/permissions",
          "sdkPath": "stores.permissions.get"
        },
        {
          "path": "/instances/:instanceId/stores/:storeId/permissions",
          "sdkPath": "management.instance.stores.permissions.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/stores/:storeId/permissions",
          "sdkPath": "dashboard.instance.stores.permissions.get"
        }
      ],
      "method": "get",
      "name": "Get store permissions",
      "description": "Returns the effective Cargo permissions for the current actor on a specific store.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_845"
    },
    {
      "id": "endpoint_846",
      "controllerId": "controller_835",
      "path": {
        "path": "/stores/:storeId",
        "sdkPath": "stores.update"
      },
      "allPaths": [
        {
          "path": "/stores/:storeId",
          "sdkPath": "stores.update"
        },
        {
          "path": "/instances/:instanceId/stores/:storeId",
          "sdkPath": "management.instance.stores.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/stores/:storeId",
          "sdkPath": "dashboard.instance.stores.update"
        }
      ],
      "method": "patch",
      "name": "Update store by ID",
      "description": "Updates a specific store.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_847",
      "queryId": null,
      "outputId": "type_848"
    },
    {
      "id": "endpoint_849",
      "controllerId": "controller_835",
      "path": {
        "path": "/stores/:storeId",
        "sdkPath": "stores.delete"
      },
      "allPaths": [
        {
          "path": "/stores/:storeId",
          "sdkPath": "stores.delete"
        },
        {
          "path": "/instances/:instanceId/stores/:storeId",
          "sdkPath": "management.instance.stores.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/stores/:storeId",
          "sdkPath": "dashboard.instance.stores.delete"
        }
      ],
      "method": "delete",
      "name": "Delete store by ID",
      "description": "Deletes a specific store.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_850"
    },
    {
      "id": "endpoint_851",
      "controllerId": "controller_835",
      "path": {
        "path": "/stores/:storeId/items",
        "sdkPath": "stores.items.modify"
      },
      "allPaths": [
        {
          "path": "/stores/:storeId/items",
          "sdkPath": "stores.items.modify"
        },
        {
          "path": "/instances/:instanceId/stores/:storeId/items",
          "sdkPath": "management.instance.stores.items.modify"
        },
        {
          "path": "/dashboard/instances/:instanceId/stores/:storeId/items",
          "sdkPath": "dashboard.instance.stores.items.modify"
        }
      ],
      "method": "patch",
      "name": "Modify store items",
      "description": "Applies bulk item operations to a specific store.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_852",
      "queryId": null,
      "outputId": "type_853"
    },
    {
      "id": "endpoint_855",
      "controllerId": "controller_854",
      "path": {
        "path": "/stores/:storeId/items",
        "sdkPath": "stores.items.list"
      },
      "allPaths": [
        {
          "path": "/stores/:storeId/items",
          "sdkPath": "stores.items.list"
        },
        {
          "path": "/instances/:instanceId/stores/:storeId/items",
          "sdkPath": "management.instance.stores.items.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/stores/:storeId/items",
          "sdkPath": "dashboard.instance.stores.items.list"
        }
      ],
      "method": "get",
      "name": "List store items",
      "description": "Returns a paginated list of items for a specific store.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_856",
      "outputId": "type_857"
    },
    {
      "id": "endpoint_858",
      "controllerId": "controller_854",
      "path": {
        "path": "/stores/:storeId/items/:itemId",
        "sdkPath": "stores.items.get"
      },
      "allPaths": [
        {
          "path": "/stores/:storeId/items/:itemId",
          "sdkPath": "stores.items.get"
        },
        {
          "path": "/instances/:instanceId/stores/:storeId/items/:itemId",
          "sdkPath": "management.instance.stores.items.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/stores/:storeId/items/:itemId",
          "sdkPath": "dashboard.instance.stores.items.get"
        }
      ],
      "method": "get",
      "name": "Get store item by ID",
      "description": "Retrieves a specific item within a store.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_859"
    },
    {
      "id": "endpoint_861",
      "controllerId": "controller_860",
      "path": {
        "path": "/stores/:storeId/participants",
        "sdkPath": "stores.participants.list"
      },
      "allPaths": [
        {
          "path": "/stores/:storeId/participants",
          "sdkPath": "stores.participants.list"
        },
        {
          "path": "/instances/:instanceId/stores/:storeId/participants",
          "sdkPath": "management.instance.stores.participants.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/stores/:storeId/participants",
          "sdkPath": "dashboard.instance.stores.participants.list"
        }
      ],
      "method": "get",
      "name": "List store participants",
      "description": "Returns a paginated list of participants for a specific store.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_862",
      "outputId": "type_863"
    },
    {
      "id": "endpoint_864",
      "controllerId": "controller_860",
      "path": {
        "path": "/stores/:storeId/participants/:storeParticipantId",
        "sdkPath": "stores.participants.get"
      },
      "allPaths": [
        {
          "path": "/stores/:storeId/participants/:storeParticipantId",
          "sdkPath": "stores.participants.get"
        },
        {
          "path": "/instances/:instanceId/stores/:storeId/participants/:storeParticipantId",
          "sdkPath": "management.instance.stores.participants.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/stores/:storeId/participants/:storeParticipantId",
          "sdkPath": "dashboard.instance.stores.participants.get"
        }
      ],
      "method": "get",
      "name": "Get store participant by ID",
      "description": "Retrieves a specific participant within a store.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_865"
    },
    {
      "id": "endpoint_867",
      "controllerId": "controller_866",
      "path": {
        "path": "/files",
        "sdkPath": "files.list"
      },
      "allPaths": [
        {
          "path": "/files",
          "sdkPath": "files.list"
        },
        {
          "path": "/instances/:instanceId/files",
          "sdkPath": "management.instance.files.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/files",
          "sdkPath": "dashboard.instance.files.list"
        }
      ],
      "method": "get",
      "name": "List instance files",
      "description": "Returns a paginated list of files owned by the instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_868",
      "outputId": "type_869"
    },
    {
      "id": "endpoint_870",
      "controllerId": "controller_866",
      "path": {
        "path": "/files/:fileId",
        "sdkPath": "files.get"
      },
      "allPaths": [
        {
          "path": "/files/:fileId",
          "sdkPath": "files.get"
        },
        {
          "path": "/instances/:instanceId/files/:fileId",
          "sdkPath": "management.instance.files.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/files/:fileId",
          "sdkPath": "dashboard.instance.files.get"
        }
      ],
      "method": "get",
      "name": "Get file by ID",
      "description": "Retrieves details for a specific file by its ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_871"
    },
    {
      "id": "endpoint_872",
      "controllerId": "controller_866",
      "path": {
        "path": "/files/:fileId",
        "sdkPath": "files.delete"
      },
      "allPaths": [
        {
          "path": "/files/:fileId",
          "sdkPath": "files.delete"
        },
        {
          "path": "/instances/:instanceId/files/:fileId",
          "sdkPath": "management.instance.files.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/files/:fileId",
          "sdkPath": "dashboard.instance.files.delete"
        }
      ],
      "method": "delete",
      "name": "Delete file by ID",
      "description": "Deletes a specific file by its ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_873"
    },
    {
      "id": "endpoint_875",
      "controllerId": "controller_874",
      "path": {
        "path": "/file-links",
        "sdkPath": "files.links.list"
      },
      "allPaths": [
        {
          "path": "/file-links",
          "sdkPath": "files.links.list"
        },
        {
          "path": "/instances/:instanceId/file-links",
          "sdkPath": "management.instance.files.links.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/file-links",
          "sdkPath": "dashboard.instance.files.links.list"
        }
      ],
      "method": "get",
      "name": "List file links",
      "description": "Returns a paginated list of file links owned by the instance organization.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_876",
      "outputId": "type_877"
    },
    {
      "id": "endpoint_878",
      "controllerId": "controller_874",
      "path": {
        "path": "/file-links/:linkId",
        "sdkPath": "files.links.get"
      },
      "allPaths": [
        {
          "path": "/file-links/:linkId",
          "sdkPath": "files.links.get"
        },
        {
          "path": "/instances/:instanceId/file-links/:linkId",
          "sdkPath": "management.instance.files.links.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/file-links/:linkId",
          "sdkPath": "dashboard.instance.files.links.get"
        }
      ],
      "method": "get",
      "name": "Get file link by ID",
      "description": "Retrieves the details of a specific file link by its ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_879"
    },
    {
      "id": "endpoint_880",
      "controllerId": "controller_874",
      "path": {
        "path": "/file-links",
        "sdkPath": "files.links.create"
      },
      "allPaths": [
        {
          "path": "/file-links",
          "sdkPath": "files.links.create"
        },
        {
          "path": "/instances/:instanceId/file-links",
          "sdkPath": "management.instance.files.links.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/file-links",
          "sdkPath": "dashboard.instance.files.links.create"
        }
      ],
      "method": "post",
      "name": "Create file link",
      "description": "Creates a new link for a specific file.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_881",
      "queryId": null,
      "outputId": "type_882"
    },
    {
      "id": "endpoint_883",
      "controllerId": "controller_874",
      "path": {
        "path": "/file-links/:linkId",
        "sdkPath": "files.links.delete"
      },
      "allPaths": [
        {
          "path": "/file-links/:linkId",
          "sdkPath": "files.links.delete"
        },
        {
          "path": "/instances/:instanceId/file-links/:linkId",
          "sdkPath": "management.instance.files.links.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/file-links/:linkId",
          "sdkPath": "dashboard.instance.files.links.delete"
        }
      ],
      "method": "delete",
      "name": "Delete file link by ID",
      "description": "Deletes a specific file link by its ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_884"
    },
    {
      "id": "endpoint_886",
      "controllerId": "controller_885",
      "path": {
        "path": "/skills/configurations",
        "sdkPath": "skills.configurations.create"
      },
      "allPaths": [
        {
          "path": "/skills/configurations",
          "sdkPath": "skills.configurations.create"
        },
        {
          "path": "/instances/:instanceId/skills/configurations",
          "sdkPath": "management.instance.skills.configurations.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/configurations",
          "sdkPath": "dashboard.instance.skills.configurations.create"
        }
      ],
      "method": "post",
      "name": "Create skill configuration",
      "description": "Creates a new non-default skill configuration.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_887",
      "queryId": null,
      "outputId": "type_888"
    },
    {
      "id": "endpoint_889",
      "controllerId": "controller_885",
      "path": {
        "path": "/skills/configurations",
        "sdkPath": "skills.configurations.list"
      },
      "allPaths": [
        {
          "path": "/skills/configurations",
          "sdkPath": "skills.configurations.list"
        },
        {
          "path": "/instances/:instanceId/skills/configurations",
          "sdkPath": "management.instance.skills.configurations.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/configurations",
          "sdkPath": "dashboard.instance.skills.configurations.list"
        }
      ],
      "method": "get",
      "name": "List skill configurations",
      "description": "Returns a paginated list of visible skill configurations.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_890",
      "outputId": "type_891"
    },
    {
      "id": "endpoint_892",
      "controllerId": "controller_885",
      "path": {
        "path": "/skills/configurations/:skillConfigurationId",
        "sdkPath": "skills.configurations.get"
      },
      "allPaths": [
        {
          "path": "/skills/configurations/:skillConfigurationId",
          "sdkPath": "skills.configurations.get"
        },
        {
          "path": "/instances/:instanceId/skills/configurations/:skillConfigurationId",
          "sdkPath": "management.instance.skills.configurations.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/configurations/:skillConfigurationId",
          "sdkPath": "dashboard.instance.skills.configurations.get"
        }
      ],
      "method": "get",
      "name": "Get skill configuration",
      "description": "Retrieves a specific skill configuration by ID, or the default.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_893"
    },
    {
      "id": "endpoint_894",
      "controllerId": "controller_885",
      "path": {
        "path": "/skills/configurations/:skillConfigurationId",
        "sdkPath": "skills.configurations.update"
      },
      "allPaths": [
        {
          "path": "/skills/configurations/:skillConfigurationId",
          "sdkPath": "skills.configurations.update"
        },
        {
          "path": "/instances/:instanceId/skills/configurations/:skillConfigurationId",
          "sdkPath": "management.instance.skills.configurations.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/configurations/:skillConfigurationId",
          "sdkPath": "dashboard.instance.skills.configurations.update"
        }
      ],
      "method": "patch",
      "name": "Update skill configuration",
      "description": "Updates a specific skill configuration. Updating default creates it first if needed.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_895",
      "queryId": null,
      "outputId": "type_896"
    },
    {
      "id": "endpoint_897",
      "controllerId": "controller_885",
      "path": {
        "path": "/skills/configurations/:skillConfigurationId",
        "sdkPath": "skills.configurations.delete"
      },
      "allPaths": [
        {
          "path": "/skills/configurations/:skillConfigurationId",
          "sdkPath": "skills.configurations.delete"
        },
        {
          "path": "/instances/:instanceId/skills/configurations/:skillConfigurationId",
          "sdkPath": "management.instance.skills.configurations.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/configurations/:skillConfigurationId",
          "sdkPath": "dashboard.instance.skills.configurations.delete"
        }
      ],
      "method": "delete",
      "name": "Delete skill configuration",
      "description": "Soft deletes a specific non-internal skill configuration.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_898"
    },
    {
      "id": "endpoint_900",
      "controllerId": "controller_899",
      "path": {
        "path": "/skills",
        "sdkPath": "skills.list"
      },
      "allPaths": [
        {
          "path": "/skills",
          "sdkPath": "skills.list"
        },
        {
          "path": "/instances/:instanceId/skills",
          "sdkPath": "management.instance.skills.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills",
          "sdkPath": "dashboard.instance.skills.list"
        }
      ],
      "method": "get",
      "name": "List skills",
      "description": "Returns a paginated list of skills.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_901",
      "outputId": "type_902"
    },
    {
      "id": "endpoint_903",
      "controllerId": "controller_899",
      "path": {
        "path": "/skills/:skillId",
        "sdkPath": "skills.get"
      },
      "allPaths": [
        {
          "path": "/skills/:skillId",
          "sdkPath": "skills.get"
        },
        {
          "path": "/instances/:instanceId/skills/:skillId",
          "sdkPath": "management.instance.skills.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/:skillId",
          "sdkPath": "dashboard.instance.skills.get"
        }
      ],
      "method": "get",
      "name": "Get skill",
      "description": "Retrieves a specific skill.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_904"
    },
    {
      "id": "endpoint_905",
      "controllerId": "controller_899",
      "path": {
        "path": "/skills",
        "sdkPath": "skills.create"
      },
      "allPaths": [
        {
          "path": "/skills",
          "sdkPath": "skills.create"
        },
        {
          "path": "/instances/:instanceId/skills",
          "sdkPath": "management.instance.skills.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills",
          "sdkPath": "dashboard.instance.skills.create"
        }
      ],
      "method": "post",
      "name": "Create skill",
      "description": "Creates a new skill.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_906",
      "queryId": null,
      "outputId": "type_907"
    },
    {
      "id": "endpoint_908",
      "controllerId": "controller_899",
      "path": {
        "path": "/skills/:skillId",
        "sdkPath": "skills.update"
      },
      "allPaths": [
        {
          "path": "/skills/:skillId",
          "sdkPath": "skills.update"
        },
        {
          "path": "/instances/:instanceId/skills/:skillId",
          "sdkPath": "management.instance.skills.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/:skillId",
          "sdkPath": "dashboard.instance.skills.update"
        }
      ],
      "method": "patch",
      "name": "Update skill",
      "description": "Updates a specific skill.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_909",
      "queryId": null,
      "outputId": "type_910"
    },
    {
      "id": "endpoint_911",
      "controllerId": "controller_899",
      "path": {
        "path": "/skills/:skillId",
        "sdkPath": "skills.delete"
      },
      "allPaths": [
        {
          "path": "/skills/:skillId",
          "sdkPath": "skills.delete"
        },
        {
          "path": "/instances/:instanceId/skills/:skillId",
          "sdkPath": "management.instance.skills.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/:skillId",
          "sdkPath": "dashboard.instance.skills.delete"
        }
      ],
      "method": "delete",
      "name": "Delete skill",
      "description": "Archives a specific skill.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_912"
    },
    {
      "id": "endpoint_913",
      "controllerId": "controller_899",
      "path": {
        "path": "/skills/:skillId/fork",
        "sdkPath": "skills.fork"
      },
      "allPaths": [
        {
          "path": "/skills/:skillId/fork",
          "sdkPath": "skills.fork"
        },
        {
          "path": "/instances/:instanceId/skills/:skillId/fork",
          "sdkPath": "management.instance.skills.fork"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/:skillId/fork",
          "sdkPath": "dashboard.instance.skills.fork"
        }
      ],
      "method": "post",
      "name": "Fork skill",
      "description": "Forks a skill for the current consumer. Non-consumer callers duplicate the skill instead.",
      "hideInDocs": true,
      "confidential": false,
      "bodyId": "type_914",
      "queryId": null,
      "outputId": "type_915"
    },
    {
      "id": "endpoint_916",
      "controllerId": "controller_899",
      "path": {
        "path": "/skills/:skillId/publish",
        "sdkPath": "skills.publishConsumerSkill"
      },
      "allPaths": [
        {
          "path": "/skills/:skillId/publish",
          "sdkPath": "skills.publishConsumerSkill"
        },
        {
          "path": "/instances/:instanceId/skills/:skillId/publish",
          "sdkPath": "management.instance.skills.publishConsumerSkill"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/:skillId/publish",
          "sdkPath": "dashboard.instance.skills.publishConsumerSkill"
        }
      ],
      "method": "post",
      "name": "Publish consumer skill",
      "description": "Publishes a consumer-owned skill to the consumer groups they belong to.",
      "hideInDocs": true,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_917"
    },
    {
      "id": "endpoint_918",
      "controllerId": "controller_899",
      "path": {
        "path": "/skills/:skillId/duplicate",
        "sdkPath": "skills.duplicate"
      },
      "allPaths": [
        {
          "path": "/skills/:skillId/duplicate",
          "sdkPath": "skills.duplicate"
        },
        {
          "path": "/instances/:instanceId/skills/:skillId/duplicate",
          "sdkPath": "management.instance.skills.duplicate"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/:skillId/duplicate",
          "sdkPath": "dashboard.instance.skills.duplicate"
        }
      ],
      "method": "post",
      "name": "Duplicate skill",
      "description": "Duplicates a skill.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_919",
      "queryId": null,
      "outputId": "type_920"
    },
    {
      "id": "endpoint_922",
      "controllerId": "controller_921",
      "path": {
        "path": "/skills/:skillId/agents",
        "sdkPath": "skills.agents.create"
      },
      "allPaths": [
        {
          "path": "/skills/:skillId/agents",
          "sdkPath": "skills.agents.create"
        },
        {
          "path": "/instances/:instanceId/skills/:skillId/agents",
          "sdkPath": "management.instance.skills.agents.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/:skillId/agents",
          "sdkPath": "dashboard.instance.skills.agents.create"
        }
      ],
      "method": "post",
      "name": "Create skill agent",
      "description": "Creates a new agent document in the skill agents directory.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_923",
      "queryId": null,
      "outputId": "type_924"
    },
    {
      "id": "endpoint_925",
      "controllerId": "controller_921",
      "path": {
        "path": "/skills/:skillId/agents",
        "sdkPath": "skills.agents.list"
      },
      "allPaths": [
        {
          "path": "/skills/:skillId/agents",
          "sdkPath": "skills.agents.list"
        },
        {
          "path": "/instances/:instanceId/skills/:skillId/agents",
          "sdkPath": "management.instance.skills.agents.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/:skillId/agents",
          "sdkPath": "dashboard.instance.skills.agents.list"
        }
      ],
      "method": "get",
      "name": "List skill agents",
      "description": "Returns a paginated list of agents for a specific skill.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_926",
      "outputId": "type_927"
    },
    {
      "id": "endpoint_928",
      "controllerId": "controller_921",
      "path": {
        "path": "/skills/:skillId/agents/:skillAgentId",
        "sdkPath": "skills.agents.get"
      },
      "allPaths": [
        {
          "path": "/skills/:skillId/agents/:skillAgentId",
          "sdkPath": "skills.agents.get"
        },
        {
          "path": "/instances/:instanceId/skills/:skillId/agents/:skillAgentId",
          "sdkPath": "management.instance.skills.agents.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/:skillId/agents/:skillAgentId",
          "sdkPath": "dashboard.instance.skills.agents.get"
        }
      ],
      "method": "get",
      "name": "Get skill agent by ID",
      "description": "Retrieves a specific agent within a skill.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_929"
    },
    {
      "id": "endpoint_930",
      "controllerId": "controller_921",
      "path": {
        "path": "/skills/:skillId/agents/:skillAgentId",
        "sdkPath": "skills.agents.update"
      },
      "allPaths": [
        {
          "path": "/skills/:skillId/agents/:skillAgentId",
          "sdkPath": "skills.agents.update"
        },
        {
          "path": "/instances/:instanceId/skills/:skillId/agents/:skillAgentId",
          "sdkPath": "management.instance.skills.agents.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/:skillId/agents/:skillAgentId",
          "sdkPath": "dashboard.instance.skills.agents.update"
        }
      ],
      "method": "patch",
      "name": "Update skill agent",
      "description": "Updates the name or description for a specific skill agent.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_931",
      "queryId": null,
      "outputId": "type_932"
    },
    {
      "id": "endpoint_933",
      "controllerId": "controller_921",
      "path": {
        "path": "/skills/:skillId/agents/:skillAgentId",
        "sdkPath": "skills.agents.delete"
      },
      "allPaths": [
        {
          "path": "/skills/:skillId/agents/:skillAgentId",
          "sdkPath": "skills.agents.delete"
        },
        {
          "path": "/instances/:instanceId/skills/:skillId/agents/:skillAgentId",
          "sdkPath": "management.instance.skills.agents.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/:skillId/agents/:skillAgentId",
          "sdkPath": "dashboard.instance.skills.agents.delete"
        }
      ],
      "method": "delete",
      "name": "Delete skill agent",
      "description": "Archives a specific skill agent and removes its linked store item.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_934"
    },
    {
      "id": "endpoint_936",
      "controllerId": "controller_935",
      "path": {
        "path": "/skill-groups",
        "sdkPath": "skills.groups.list"
      },
      "allPaths": [
        {
          "path": "/skill-groups",
          "sdkPath": "skills.groups.list"
        },
        {
          "path": "/instances/:instanceId/skill-groups",
          "sdkPath": "management.instance.skills.groups.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-groups",
          "sdkPath": "dashboard.instance.skills.groups.list"
        }
      ],
      "method": "get",
      "name": "List skill groups",
      "description": "Returns a paginated list of skill groups.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_937",
      "outputId": "type_938"
    },
    {
      "id": "endpoint_939",
      "controllerId": "controller_935",
      "path": {
        "path": "/skill-groups/:skillGroupId",
        "sdkPath": "skills.groups.get"
      },
      "allPaths": [
        {
          "path": "/skill-groups/:skillGroupId",
          "sdkPath": "skills.groups.get"
        },
        {
          "path": "/instances/:instanceId/skill-groups/:skillGroupId",
          "sdkPath": "management.instance.skills.groups.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-groups/:skillGroupId",
          "sdkPath": "dashboard.instance.skills.groups.get"
        }
      ],
      "method": "get",
      "name": "Get skill group",
      "description": "Retrieves a specific skill group.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_940"
    },
    {
      "id": "endpoint_941",
      "controllerId": "controller_935",
      "path": {
        "path": "/skill-groups",
        "sdkPath": "skills.groups.create"
      },
      "allPaths": [
        {
          "path": "/skill-groups",
          "sdkPath": "skills.groups.create"
        },
        {
          "path": "/instances/:instanceId/skill-groups",
          "sdkPath": "management.instance.skills.groups.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-groups",
          "sdkPath": "dashboard.instance.skills.groups.create"
        }
      ],
      "method": "post",
      "name": "Create skill group",
      "description": "Creates a skill group.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_942",
      "queryId": null,
      "outputId": "type_943"
    },
    {
      "id": "endpoint_944",
      "controllerId": "controller_935",
      "path": {
        "path": "/skill-groups/:skillGroupId",
        "sdkPath": "skills.groups.update"
      },
      "allPaths": [
        {
          "path": "/skill-groups/:skillGroupId",
          "sdkPath": "skills.groups.update"
        },
        {
          "path": "/instances/:instanceId/skill-groups/:skillGroupId",
          "sdkPath": "management.instance.skills.groups.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-groups/:skillGroupId",
          "sdkPath": "dashboard.instance.skills.groups.update"
        }
      ],
      "method": "patch",
      "name": "Update skill group",
      "description": "Updates a skill group.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_945",
      "queryId": null,
      "outputId": "type_946"
    },
    {
      "id": "endpoint_947",
      "controllerId": "controller_935",
      "path": {
        "path": "/skill-groups/:skillGroupId",
        "sdkPath": "skills.groups.delete"
      },
      "allPaths": [
        {
          "path": "/skill-groups/:skillGroupId",
          "sdkPath": "skills.groups.delete"
        },
        {
          "path": "/instances/:instanceId/skill-groups/:skillGroupId",
          "sdkPath": "management.instance.skills.groups.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-groups/:skillGroupId",
          "sdkPath": "dashboard.instance.skills.groups.delete"
        }
      ],
      "method": "delete",
      "name": "Delete skill group",
      "description": "Archives a skill group.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_948"
    },
    {
      "id": "endpoint_950",
      "controllerId": "controller_949",
      "path": {
        "path": "/skill-groups/:skillGroupId/items",
        "sdkPath": "skills.groups.items.list"
      },
      "allPaths": [
        {
          "path": "/skill-groups/:skillGroupId/items",
          "sdkPath": "skills.groups.items.list"
        },
        {
          "path": "/instances/:instanceId/skill-groups/:skillGroupId/items",
          "sdkPath": "management.instance.skills.groups.items.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-groups/:skillGroupId/items",
          "sdkPath": "dashboard.instance.skills.groups.items.list"
        }
      ],
      "method": "get",
      "name": "List skill group items",
      "description": "Returns a paginated list of items for a skill group.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_951",
      "outputId": "type_952"
    },
    {
      "id": "endpoint_953",
      "controllerId": "controller_949",
      "path": {
        "path": "/skill-groups/:skillGroupId/items/:skillGroupItemId",
        "sdkPath": "skills.groups.items.get"
      },
      "allPaths": [
        {
          "path": "/skill-groups/:skillGroupId/items/:skillGroupItemId",
          "sdkPath": "skills.groups.items.get"
        },
        {
          "path": "/instances/:instanceId/skill-groups/:skillGroupId/items/:skillGroupItemId",
          "sdkPath": "management.instance.skills.groups.items.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-groups/:skillGroupId/items/:skillGroupItemId",
          "sdkPath": "dashboard.instance.skills.groups.items.get"
        }
      ],
      "method": "get",
      "name": "Get skill group item",
      "description": "Retrieves a specific skill group item.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_954"
    },
    {
      "id": "endpoint_955",
      "controllerId": "controller_949",
      "path": {
        "path": "/skill-groups/:skillGroupId/items",
        "sdkPath": "skills.groups.items.create"
      },
      "allPaths": [
        {
          "path": "/skill-groups/:skillGroupId/items",
          "sdkPath": "skills.groups.items.create"
        },
        {
          "path": "/instances/:instanceId/skill-groups/:skillGroupId/items",
          "sdkPath": "management.instance.skills.groups.items.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-groups/:skillGroupId/items",
          "sdkPath": "dashboard.instance.skills.groups.items.create"
        }
      ],
      "method": "post",
      "name": "Create skill group item",
      "description": "Adds a skill to a skill group.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_956",
      "queryId": null,
      "outputId": "type_957"
    },
    {
      "id": "endpoint_958",
      "controllerId": "controller_949",
      "path": {
        "path": "/skill-groups/:skillGroupId/items/:skillGroupItemId",
        "sdkPath": "skills.groups.items.delete"
      },
      "allPaths": [
        {
          "path": "/skill-groups/:skillGroupId/items/:skillGroupItemId",
          "sdkPath": "skills.groups.items.delete"
        },
        {
          "path": "/instances/:instanceId/skill-groups/:skillGroupId/items/:skillGroupItemId",
          "sdkPath": "management.instance.skills.groups.items.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-groups/:skillGroupId/items/:skillGroupItemId",
          "sdkPath": "dashboard.instance.skills.groups.items.delete"
        }
      ],
      "method": "delete",
      "name": "Delete skill group item",
      "description": "Archives a skill group item.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_959"
    },
    {
      "id": "endpoint_961",
      "controllerId": "controller_960",
      "path": {
        "path": "/skills/:skillId/items",
        "sdkPath": "skills.items.list"
      },
      "allPaths": [
        {
          "path": "/skills/:skillId/items",
          "sdkPath": "skills.items.list"
        },
        {
          "path": "/instances/:instanceId/skills/:skillId/items",
          "sdkPath": "management.instance.skills.items.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/:skillId/items",
          "sdkPath": "dashboard.instance.skills.items.list"
        }
      ],
      "method": "get",
      "name": "List skill items",
      "description": "Returns a paginated list of items for a skill.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_962",
      "outputId": "type_963"
    },
    {
      "id": "endpoint_964",
      "controllerId": "controller_960",
      "path": {
        "path": "/skills/:skillId/items/:skillItemId",
        "sdkPath": "skills.items.get"
      },
      "allPaths": [
        {
          "path": "/skills/:skillId/items/:skillItemId",
          "sdkPath": "skills.items.get"
        },
        {
          "path": "/instances/:instanceId/skills/:skillId/items/:skillItemId",
          "sdkPath": "management.instance.skills.items.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/:skillId/items/:skillItemId",
          "sdkPath": "dashboard.instance.skills.items.get"
        }
      ],
      "method": "get",
      "name": "Get skill item",
      "description": "Retrieves a specific skill item.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_965"
    },
    {
      "id": "endpoint_966",
      "controllerId": "controller_960",
      "path": {
        "path": "/skills/:skillId/items",
        "sdkPath": "skills.items.create"
      },
      "allPaths": [
        {
          "path": "/skills/:skillId/items",
          "sdkPath": "skills.items.create"
        },
        {
          "path": "/instances/:instanceId/skills/:skillId/items",
          "sdkPath": "management.instance.skills.items.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/:skillId/items",
          "sdkPath": "dashboard.instance.skills.items.create"
        }
      ],
      "method": "post",
      "name": "Create skill item",
      "description": "Creates a new item on a skill.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_967",
      "queryId": null,
      "outputId": "type_968"
    },
    {
      "id": "endpoint_969",
      "controllerId": "controller_960",
      "path": {
        "path": "/skills/:skillId/items/:skillItemId",
        "sdkPath": "skills.items.delete"
      },
      "allPaths": [
        {
          "path": "/skills/:skillId/items/:skillItemId",
          "sdkPath": "skills.items.delete"
        },
        {
          "path": "/instances/:instanceId/skills/:skillId/items/:skillItemId",
          "sdkPath": "management.instance.skills.items.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/:skillId/items/:skillItemId",
          "sdkPath": "dashboard.instance.skills.items.delete"
        }
      ],
      "method": "delete",
      "name": "Delete skill item",
      "description": "Archives a skill item.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_970"
    },
    {
      "id": "endpoint_972",
      "controllerId": "controller_971",
      "path": {
        "path": "/skills/:skillId/participants",
        "sdkPath": "skills.participants.list"
      },
      "allPaths": [
        {
          "path": "/skills/:skillId/participants",
          "sdkPath": "skills.participants.list"
        },
        {
          "path": "/instances/:instanceId/skills/:skillId/participants",
          "sdkPath": "management.instance.skills.participants.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/:skillId/participants",
          "sdkPath": "dashboard.instance.skills.participants.list"
        }
      ],
      "method": "get",
      "name": "List skill participants",
      "description": "Returns a paginated list of participants for a specific skill.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_973",
      "outputId": "type_974"
    },
    {
      "id": "endpoint_975",
      "controllerId": "controller_971",
      "path": {
        "path": "/skills/:skillId/participants/:skillParticipantId",
        "sdkPath": "skills.participants.get"
      },
      "allPaths": [
        {
          "path": "/skills/:skillId/participants/:skillParticipantId",
          "sdkPath": "skills.participants.get"
        },
        {
          "path": "/instances/:instanceId/skills/:skillId/participants/:skillParticipantId",
          "sdkPath": "management.instance.skills.participants.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/:skillId/participants/:skillParticipantId",
          "sdkPath": "dashboard.instance.skills.participants.get"
        }
      ],
      "method": "get",
      "name": "Get skill participant by ID",
      "description": "Retrieves a specific participant within a skill.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_976"
    },
    {
      "id": "endpoint_978",
      "controllerId": "controller_977",
      "path": {
        "path": "/skill-templates",
        "sdkPath": "skills.templates.list"
      },
      "allPaths": [
        {
          "path": "/skill-templates",
          "sdkPath": "skills.templates.list"
        },
        {
          "path": "/instances/:instanceId/skill-templates",
          "sdkPath": "management.instance.skills.templates.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-templates",
          "sdkPath": "dashboard.instance.skills.templates.list"
        }
      ],
      "method": "get",
      "name": "List skill templates",
      "description": "Returns a paginated list of skill templates.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_979",
      "outputId": "type_980"
    },
    {
      "id": "endpoint_981",
      "controllerId": "controller_977",
      "path": {
        "path": "/skill-templates/:skillTemplateId",
        "sdkPath": "skills.templates.get"
      },
      "allPaths": [
        {
          "path": "/skill-templates/:skillTemplateId",
          "sdkPath": "skills.templates.get"
        },
        {
          "path": "/instances/:instanceId/skill-templates/:skillTemplateId",
          "sdkPath": "management.instance.skills.templates.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-templates/:skillTemplateId",
          "sdkPath": "dashboard.instance.skills.templates.get"
        }
      ],
      "method": "get",
      "name": "Get skill template",
      "description": "Retrieves a specific skill template.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_982"
    },
    {
      "id": "endpoint_983",
      "controllerId": "controller_977",
      "path": {
        "path": "/skill-templates",
        "sdkPath": "skills.templates.create"
      },
      "allPaths": [
        {
          "path": "/skill-templates",
          "sdkPath": "skills.templates.create"
        },
        {
          "path": "/instances/:instanceId/skill-templates",
          "sdkPath": "management.instance.skills.templates.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-templates",
          "sdkPath": "dashboard.instance.skills.templates.create"
        }
      ],
      "method": "post",
      "name": "Create skill template",
      "description": "Creates a skill template.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_984",
      "queryId": null,
      "outputId": "type_985"
    },
    {
      "id": "endpoint_986",
      "controllerId": "controller_977",
      "path": {
        "path": "/skill-templates/:skillTemplateId",
        "sdkPath": "skills.templates.update"
      },
      "allPaths": [
        {
          "path": "/skill-templates/:skillTemplateId",
          "sdkPath": "skills.templates.update"
        },
        {
          "path": "/instances/:instanceId/skill-templates/:skillTemplateId",
          "sdkPath": "management.instance.skills.templates.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-templates/:skillTemplateId",
          "sdkPath": "dashboard.instance.skills.templates.update"
        }
      ],
      "method": "patch",
      "name": "Update skill template",
      "description": "Updates a skill template.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_987",
      "queryId": null,
      "outputId": "type_988"
    },
    {
      "id": "endpoint_989",
      "controllerId": "controller_977",
      "path": {
        "path": "/skill-templates/:skillTemplateId",
        "sdkPath": "skills.templates.delete"
      },
      "allPaths": [
        {
          "path": "/skill-templates/:skillTemplateId",
          "sdkPath": "skills.templates.delete"
        },
        {
          "path": "/instances/:instanceId/skill-templates/:skillTemplateId",
          "sdkPath": "management.instance.skills.templates.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-templates/:skillTemplateId",
          "sdkPath": "dashboard.instance.skills.templates.delete"
        }
      ],
      "method": "delete",
      "name": "Delete skill template",
      "description": "Archives a skill template.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_990"
    },
    {
      "id": "endpoint_992",
      "controllerId": "controller_991",
      "path": {
        "path": "/skill-templates/:skillTemplateId/items",
        "sdkPath": "skills.templates.items.list"
      },
      "allPaths": [
        {
          "path": "/skill-templates/:skillTemplateId/items",
          "sdkPath": "skills.templates.items.list"
        },
        {
          "path": "/instances/:instanceId/skill-templates/:skillTemplateId/items",
          "sdkPath": "management.instance.skills.templates.items.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-templates/:skillTemplateId/items",
          "sdkPath": "dashboard.instance.skills.templates.items.list"
        }
      ],
      "method": "get",
      "name": "List skill template items",
      "description": "Returns a paginated list of items for a skill template.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_993",
      "outputId": "type_994"
    },
    {
      "id": "endpoint_995",
      "controllerId": "controller_991",
      "path": {
        "path": "/skill-templates/:skillTemplateId/items/:skillTemplateItemId",
        "sdkPath": "skills.templates.items.get"
      },
      "allPaths": [
        {
          "path": "/skill-templates/:skillTemplateId/items/:skillTemplateItemId",
          "sdkPath": "skills.templates.items.get"
        },
        {
          "path": "/instances/:instanceId/skill-templates/:skillTemplateId/items/:skillTemplateItemId",
          "sdkPath": "management.instance.skills.templates.items.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-templates/:skillTemplateId/items/:skillTemplateItemId",
          "sdkPath": "dashboard.instance.skills.templates.items.get"
        }
      ],
      "method": "get",
      "name": "Get skill template item",
      "description": "Retrieves a specific skill template item.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_996"
    },
    {
      "id": "endpoint_997",
      "controllerId": "controller_991",
      "path": {
        "path": "/skill-templates/:skillTemplateId/items",
        "sdkPath": "skills.templates.items.create"
      },
      "allPaths": [
        {
          "path": "/skill-templates/:skillTemplateId/items",
          "sdkPath": "skills.templates.items.create"
        },
        {
          "path": "/instances/:instanceId/skill-templates/:skillTemplateId/items",
          "sdkPath": "management.instance.skills.templates.items.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-templates/:skillTemplateId/items",
          "sdkPath": "dashboard.instance.skills.templates.items.create"
        }
      ],
      "method": "post",
      "name": "Create skill template item",
      "description": "Adds a provider or integration item to a skill template.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_998",
      "queryId": null,
      "outputId": "type_999"
    },
    {
      "id": "endpoint_1000",
      "controllerId": "controller_991",
      "path": {
        "path": "/skill-templates/:skillTemplateId/items/:skillTemplateItemId",
        "sdkPath": "skills.templates.items.delete"
      },
      "allPaths": [
        {
          "path": "/skill-templates/:skillTemplateId/items/:skillTemplateItemId",
          "sdkPath": "skills.templates.items.delete"
        },
        {
          "path": "/instances/:instanceId/skill-templates/:skillTemplateId/items/:skillTemplateItemId",
          "sdkPath": "management.instance.skills.templates.items.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-templates/:skillTemplateId/items/:skillTemplateItemId",
          "sdkPath": "dashboard.instance.skills.templates.items.delete"
        }
      ],
      "method": "delete",
      "name": "Delete skill template item",
      "description": "Deletes a skill template item.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1001"
    },
    {
      "id": "endpoint_1003",
      "controllerId": "controller_1002",
      "path": {
        "path": "/skills/:skillId/versions",
        "sdkPath": "skills.versions.list"
      },
      "allPaths": [
        {
          "path": "/skills/:skillId/versions",
          "sdkPath": "skills.versions.list"
        },
        {
          "path": "/instances/:instanceId/skills/:skillId/versions",
          "sdkPath": "management.instance.skills.versions.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/:skillId/versions",
          "sdkPath": "dashboard.instance.skills.versions.list"
        }
      ],
      "method": "get",
      "name": "List skill versions",
      "description": "Returns a paginated list of versions for a specific skill.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1004",
      "outputId": "type_1005"
    },
    {
      "id": "endpoint_1006",
      "controllerId": "controller_1002",
      "path": {
        "path": "/skills/:skillId/versions/:skillVersionId",
        "sdkPath": "skills.versions.get"
      },
      "allPaths": [
        {
          "path": "/skills/:skillId/versions/:skillVersionId",
          "sdkPath": "skills.versions.get"
        },
        {
          "path": "/instances/:instanceId/skills/:skillId/versions/:skillVersionId",
          "sdkPath": "management.instance.skills.versions.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/:skillId/versions/:skillVersionId",
          "sdkPath": "dashboard.instance.skills.versions.get"
        }
      ],
      "method": "get",
      "name": "Get skill version by ID",
      "description": "Retrieves a specific skill version by its ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1007"
    },
    {
      "id": "endpoint_1008",
      "controllerId": "controller_1002",
      "path": {
        "path": "/skills/:skillId/versions/:skillVersionId/snapshot",
        "sdkPath": "skills.versions.snapshot.get"
      },
      "allPaths": [
        {
          "path": "/skills/:skillId/versions/:skillVersionId/snapshot",
          "sdkPath": "skills.versions.snapshot.get"
        },
        {
          "path": "/instances/:instanceId/skills/:skillId/versions/:skillVersionId/snapshot",
          "sdkPath": "management.instance.skills.versions.snapshot.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/skills/:skillId/versions/:skillVersionId/snapshot",
          "sdkPath": "dashboard.instance.skills.versions.snapshot.get"
        }
      ],
      "method": "get",
      "name": "Get skill version snapshot",
      "description": "Retrieves the store-backed snapshot for a specific skill version.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1009"
    },
    {
      "id": "endpoint_1011",
      "controllerId": "controller_1010",
      "path": {
        "path": "/skill-exports",
        "sdkPath": "skills.exports.list"
      },
      "allPaths": [
        {
          "path": "/skill-exports",
          "sdkPath": "skills.exports.list"
        },
        {
          "path": "/instances/:instanceId/skill-exports",
          "sdkPath": "management.instance.skills.exports.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-exports",
          "sdkPath": "dashboard.instance.skills.exports.list"
        }
      ],
      "method": "get",
      "name": "List skill exports",
      "description": "Returns a paginated list of skill exports.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1012",
      "outputId": "type_1013"
    },
    {
      "id": "endpoint_1014",
      "controllerId": "controller_1010",
      "path": {
        "path": "/skill-exports/:skillExportId",
        "sdkPath": "skills.exports.get"
      },
      "allPaths": [
        {
          "path": "/skill-exports/:skillExportId",
          "sdkPath": "skills.exports.get"
        },
        {
          "path": "/instances/:instanceId/skill-exports/:skillExportId",
          "sdkPath": "management.instance.skills.exports.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-exports/:skillExportId",
          "sdkPath": "dashboard.instance.skills.exports.get"
        }
      ],
      "method": "get",
      "name": "Get skill export",
      "description": "Retrieves a skill export.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1015"
    },
    {
      "id": "endpoint_1016",
      "controllerId": "controller_1010",
      "path": {
        "path": "/skill-exports",
        "sdkPath": "skills.exports.create"
      },
      "allPaths": [
        {
          "path": "/skill-exports",
          "sdkPath": "skills.exports.create"
        },
        {
          "path": "/instances/:instanceId/skill-exports",
          "sdkPath": "management.instance.skills.exports.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-exports",
          "sdkPath": "dashboard.instance.skills.exports.create"
        }
      ],
      "method": "post",
      "name": "Create skill export",
      "description": "Creates a skill, plugin, or marketplace export.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1017",
      "queryId": null,
      "outputId": "type_1018"
    },
    {
      "id": "endpoint_1020",
      "controllerId": "controller_1019",
      "path": {
        "path": "/skill-marketplaces",
        "sdkPath": "skills.marketplaces.list"
      },
      "allPaths": [
        {
          "path": "/skill-marketplaces",
          "sdkPath": "skills.marketplaces.list"
        },
        {
          "path": "/instances/:instanceId/skill-marketplaces",
          "sdkPath": "management.instance.skills.marketplaces.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-marketplaces",
          "sdkPath": "dashboard.instance.skills.marketplaces.list"
        }
      ],
      "method": "get",
      "name": "List skill marketplaces",
      "description": "Returns a paginated list of skill marketplaces.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1021",
      "outputId": "type_1022"
    },
    {
      "id": "endpoint_1023",
      "controllerId": "controller_1019",
      "path": {
        "path": "/skill-marketplaces/:skillMarketplaceId",
        "sdkPath": "skills.marketplaces.get"
      },
      "allPaths": [
        {
          "path": "/skill-marketplaces/:skillMarketplaceId",
          "sdkPath": "skills.marketplaces.get"
        },
        {
          "path": "/instances/:instanceId/skill-marketplaces/:skillMarketplaceId",
          "sdkPath": "management.instance.skills.marketplaces.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-marketplaces/:skillMarketplaceId",
          "sdkPath": "dashboard.instance.skills.marketplaces.get"
        }
      ],
      "method": "get",
      "name": "Get skill marketplace",
      "description": "Retrieves a skill marketplace.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1024"
    },
    {
      "id": "endpoint_1025",
      "controllerId": "controller_1019",
      "path": {
        "path": "/skill-marketplaces",
        "sdkPath": "skills.marketplaces.create"
      },
      "allPaths": [
        {
          "path": "/skill-marketplaces",
          "sdkPath": "skills.marketplaces.create"
        },
        {
          "path": "/instances/:instanceId/skill-marketplaces",
          "sdkPath": "management.instance.skills.marketplaces.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-marketplaces",
          "sdkPath": "dashboard.instance.skills.marketplaces.create"
        }
      ],
      "method": "post",
      "name": "Create skill marketplace",
      "description": "Creates a skill marketplace.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1026",
      "queryId": null,
      "outputId": "type_1027"
    },
    {
      "id": "endpoint_1028",
      "controllerId": "controller_1019",
      "path": {
        "path": "/skill-marketplaces/:skillMarketplaceId",
        "sdkPath": "skills.marketplaces.update"
      },
      "allPaths": [
        {
          "path": "/skill-marketplaces/:skillMarketplaceId",
          "sdkPath": "skills.marketplaces.update"
        },
        {
          "path": "/instances/:instanceId/skill-marketplaces/:skillMarketplaceId",
          "sdkPath": "management.instance.skills.marketplaces.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-marketplaces/:skillMarketplaceId",
          "sdkPath": "dashboard.instance.skills.marketplaces.update"
        }
      ],
      "method": "patch",
      "name": "Update skill marketplace",
      "description": "Updates a skill marketplace.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1029",
      "queryId": null,
      "outputId": "type_1030"
    },
    {
      "id": "endpoint_1031",
      "controllerId": "controller_1019",
      "path": {
        "path": "/skill-marketplaces/:skillMarketplaceId",
        "sdkPath": "skills.marketplaces.archive"
      },
      "allPaths": [
        {
          "path": "/skill-marketplaces/:skillMarketplaceId",
          "sdkPath": "skills.marketplaces.archive"
        },
        {
          "path": "/instances/:instanceId/skill-marketplaces/:skillMarketplaceId",
          "sdkPath": "management.instance.skills.marketplaces.archive"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-marketplaces/:skillMarketplaceId",
          "sdkPath": "dashboard.instance.skills.marketplaces.archive"
        }
      ],
      "method": "delete",
      "name": "Archive skill marketplace",
      "description": "Archives a skill marketplace.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1032"
    },
    {
      "id": "endpoint_1033",
      "controllerId": "controller_1019",
      "path": {
        "path": "/skill-marketplaces/:skillMarketplaceId/sync",
        "sdkPath": "skills.marketplaces.sync"
      },
      "allPaths": [
        {
          "path": "/skill-marketplaces/:skillMarketplaceId/sync",
          "sdkPath": "skills.marketplaces.sync"
        },
        {
          "path": "/instances/:instanceId/skill-marketplaces/:skillMarketplaceId/sync",
          "sdkPath": "management.instance.skills.marketplaces.sync"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-marketplaces/:skillMarketplaceId/sync",
          "sdkPath": "dashboard.instance.skills.marketplaces.sync"
        }
      ],
      "method": "post",
      "name": "Sync skill marketplace",
      "description": "Forces a skill marketplace sync.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1034",
      "queryId": null,
      "outputId": "type_1035"
    },
    {
      "id": "endpoint_1037",
      "controllerId": "controller_1036",
      "path": {
        "path": "/skill-marketplaces/:skillMarketplaceId/plugins",
        "sdkPath": "skills.marketplaces.plugins.list"
      },
      "allPaths": [
        {
          "path": "/skill-marketplaces/:skillMarketplaceId/plugins",
          "sdkPath": "skills.marketplaces.plugins.list"
        },
        {
          "path": "/instances/:instanceId/skill-marketplaces/:skillMarketplaceId/plugins",
          "sdkPath": "management.instance.skills.marketplaces.plugins.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-marketplaces/:skillMarketplaceId/plugins",
          "sdkPath": "dashboard.instance.skills.marketplaces.plugins.list"
        }
      ],
      "method": "get",
      "name": "List skill marketplace plugins",
      "description": "Returns plugins linked to a skill marketplace.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1038",
      "outputId": "type_1039"
    },
    {
      "id": "endpoint_1040",
      "controllerId": "controller_1036",
      "path": {
        "path": "/skill-marketplaces/:skillMarketplaceId/plugins",
        "sdkPath": "skills.marketplaces.plugins.add"
      },
      "allPaths": [
        {
          "path": "/skill-marketplaces/:skillMarketplaceId/plugins",
          "sdkPath": "skills.marketplaces.plugins.add"
        },
        {
          "path": "/instances/:instanceId/skill-marketplaces/:skillMarketplaceId/plugins",
          "sdkPath": "management.instance.skills.marketplaces.plugins.add"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-marketplaces/:skillMarketplaceId/plugins",
          "sdkPath": "dashboard.instance.skills.marketplaces.plugins.add"
        }
      ],
      "method": "post",
      "name": "Add skill marketplace plugin",
      "description": "Adds a skill plugin to a skill marketplace.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1041",
      "queryId": null,
      "outputId": "type_1042"
    },
    {
      "id": "endpoint_1043",
      "controllerId": "controller_1036",
      "path": {
        "path": "/skill-marketplaces/:skillMarketplaceId/plugins/:skillMarketplacePluginId",
        "sdkPath": "skills.marketplaces.plugins.get"
      },
      "allPaths": [
        {
          "path": "/skill-marketplaces/:skillMarketplaceId/plugins/:skillMarketplacePluginId",
          "sdkPath": "skills.marketplaces.plugins.get"
        },
        {
          "path": "/instances/:instanceId/skill-marketplaces/:skillMarketplaceId/plugins/:skillMarketplacePluginId",
          "sdkPath": "management.instance.skills.marketplaces.plugins.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-marketplaces/:skillMarketplaceId/plugins/:skillMarketplacePluginId",
          "sdkPath": "dashboard.instance.skills.marketplaces.plugins.get"
        }
      ],
      "method": "get",
      "name": "Get skill marketplace plugin",
      "description": "Retrieves a skill marketplace plugin link.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1044"
    },
    {
      "id": "endpoint_1045",
      "controllerId": "controller_1036",
      "path": {
        "path": "/skill-marketplaces/:skillMarketplaceId/plugins/:skillMarketplacePluginId",
        "sdkPath": "skills.marketplaces.plugins.remove"
      },
      "allPaths": [
        {
          "path": "/skill-marketplaces/:skillMarketplaceId/plugins/:skillMarketplacePluginId",
          "sdkPath": "skills.marketplaces.plugins.remove"
        },
        {
          "path": "/instances/:instanceId/skill-marketplaces/:skillMarketplaceId/plugins/:skillMarketplacePluginId",
          "sdkPath": "management.instance.skills.marketplaces.plugins.remove"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-marketplaces/:skillMarketplaceId/plugins/:skillMarketplacePluginId",
          "sdkPath": "dashboard.instance.skills.marketplaces.plugins.remove"
        }
      ],
      "method": "delete",
      "name": "Remove skill marketplace plugin",
      "description": "Removes a skill plugin from a skill marketplace.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1046"
    },
    {
      "id": "endpoint_1048",
      "controllerId": "controller_1047",
      "path": {
        "path": "/skill-plugins",
        "sdkPath": "skills.plugins.list"
      },
      "allPaths": [
        {
          "path": "/skill-plugins",
          "sdkPath": "skills.plugins.list"
        },
        {
          "path": "/instances/:instanceId/skill-plugins",
          "sdkPath": "management.instance.skills.plugins.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-plugins",
          "sdkPath": "dashboard.instance.skills.plugins.list"
        }
      ],
      "method": "get",
      "name": "List skill plugins",
      "description": "Returns a paginated list of skill plugins.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1049",
      "outputId": "type_1050"
    },
    {
      "id": "endpoint_1051",
      "controllerId": "controller_1047",
      "path": {
        "path": "/skill-plugins/:skillPluginId",
        "sdkPath": "skills.plugins.get"
      },
      "allPaths": [
        {
          "path": "/skill-plugins/:skillPluginId",
          "sdkPath": "skills.plugins.get"
        },
        {
          "path": "/instances/:instanceId/skill-plugins/:skillPluginId",
          "sdkPath": "management.instance.skills.plugins.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-plugins/:skillPluginId",
          "sdkPath": "dashboard.instance.skills.plugins.get"
        }
      ],
      "method": "get",
      "name": "Get skill plugin",
      "description": "Retrieves a skill plugin.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1052"
    },
    {
      "id": "endpoint_1053",
      "controllerId": "controller_1047",
      "path": {
        "path": "/skill-plugins",
        "sdkPath": "skills.plugins.create"
      },
      "allPaths": [
        {
          "path": "/skill-plugins",
          "sdkPath": "skills.plugins.create"
        },
        {
          "path": "/instances/:instanceId/skill-plugins",
          "sdkPath": "management.instance.skills.plugins.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-plugins",
          "sdkPath": "dashboard.instance.skills.plugins.create"
        }
      ],
      "method": "post",
      "name": "Create skill plugin",
      "description": "Creates a skill plugin.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1054",
      "queryId": null,
      "outputId": "type_1055"
    },
    {
      "id": "endpoint_1056",
      "controllerId": "controller_1047",
      "path": {
        "path": "/skill-plugins/:skillPluginId",
        "sdkPath": "skills.plugins.update"
      },
      "allPaths": [
        {
          "path": "/skill-plugins/:skillPluginId",
          "sdkPath": "skills.plugins.update"
        },
        {
          "path": "/instances/:instanceId/skill-plugins/:skillPluginId",
          "sdkPath": "management.instance.skills.plugins.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-plugins/:skillPluginId",
          "sdkPath": "dashboard.instance.skills.plugins.update"
        }
      ],
      "method": "patch",
      "name": "Update skill plugin",
      "description": "Updates a skill plugin.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1057",
      "queryId": null,
      "outputId": "type_1058"
    },
    {
      "id": "endpoint_1059",
      "controllerId": "controller_1047",
      "path": {
        "path": "/skill-plugins/:skillPluginId",
        "sdkPath": "skills.plugins.archive"
      },
      "allPaths": [
        {
          "path": "/skill-plugins/:skillPluginId",
          "sdkPath": "skills.plugins.archive"
        },
        {
          "path": "/instances/:instanceId/skill-plugins/:skillPluginId",
          "sdkPath": "management.instance.skills.plugins.archive"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-plugins/:skillPluginId",
          "sdkPath": "dashboard.instance.skills.plugins.archive"
        }
      ],
      "method": "delete",
      "name": "Archive skill plugin",
      "description": "Archives a skill plugin.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1060"
    },
    {
      "id": "endpoint_1061",
      "controllerId": "controller_1047",
      "path": {
        "path": "/skill-plugins/:skillPluginId/sync",
        "sdkPath": "skills.plugins.sync"
      },
      "allPaths": [
        {
          "path": "/skill-plugins/:skillPluginId/sync",
          "sdkPath": "skills.plugins.sync"
        },
        {
          "path": "/instances/:instanceId/skill-plugins/:skillPluginId/sync",
          "sdkPath": "management.instance.skills.plugins.sync"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-plugins/:skillPluginId/sync",
          "sdkPath": "dashboard.instance.skills.plugins.sync"
        }
      ],
      "method": "post",
      "name": "Sync skill plugin",
      "description": "Forces a skill plugin sync.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1062",
      "queryId": null,
      "outputId": "type_1063"
    },
    {
      "id": "endpoint_1065",
      "controllerId": "controller_1064",
      "path": {
        "path": "/skill-plugins/:skillPluginId/skills",
        "sdkPath": "skills.plugins.skills.list"
      },
      "allPaths": [
        {
          "path": "/skill-plugins/:skillPluginId/skills",
          "sdkPath": "skills.plugins.skills.list"
        },
        {
          "path": "/instances/:instanceId/skill-plugins/:skillPluginId/skills",
          "sdkPath": "management.instance.skills.plugins.skills.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-plugins/:skillPluginId/skills",
          "sdkPath": "dashboard.instance.skills.plugins.skills.list"
        }
      ],
      "method": "get",
      "name": "List skill plugin skills",
      "description": "Returns skills linked to a skill plugin.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1066",
      "outputId": "type_1067"
    },
    {
      "id": "endpoint_1068",
      "controllerId": "controller_1064",
      "path": {
        "path": "/skill-plugins/:skillPluginId/skills",
        "sdkPath": "skills.plugins.skills.add"
      },
      "allPaths": [
        {
          "path": "/skill-plugins/:skillPluginId/skills",
          "sdkPath": "skills.plugins.skills.add"
        },
        {
          "path": "/instances/:instanceId/skill-plugins/:skillPluginId/skills",
          "sdkPath": "management.instance.skills.plugins.skills.add"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-plugins/:skillPluginId/skills",
          "sdkPath": "dashboard.instance.skills.plugins.skills.add"
        }
      ],
      "method": "post",
      "name": "Add skill plugin skill",
      "description": "Adds a skill to a skill plugin.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1069",
      "queryId": null,
      "outputId": "type_1070"
    },
    {
      "id": "endpoint_1071",
      "controllerId": "controller_1064",
      "path": {
        "path": "/skill-plugins/:skillPluginId/skills/:skillPluginSkillId",
        "sdkPath": "skills.plugins.skills.get"
      },
      "allPaths": [
        {
          "path": "/skill-plugins/:skillPluginId/skills/:skillPluginSkillId",
          "sdkPath": "skills.plugins.skills.get"
        },
        {
          "path": "/instances/:instanceId/skill-plugins/:skillPluginId/skills/:skillPluginSkillId",
          "sdkPath": "management.instance.skills.plugins.skills.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-plugins/:skillPluginId/skills/:skillPluginSkillId",
          "sdkPath": "dashboard.instance.skills.plugins.skills.get"
        }
      ],
      "method": "get",
      "name": "Get skill plugin skill",
      "description": "Retrieves a skill plugin skill link.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1072"
    },
    {
      "id": "endpoint_1073",
      "controllerId": "controller_1064",
      "path": {
        "path": "/skill-plugins/:skillPluginId/skills/:skillPluginSkillId",
        "sdkPath": "skills.plugins.skills.update"
      },
      "allPaths": [
        {
          "path": "/skill-plugins/:skillPluginId/skills/:skillPluginSkillId",
          "sdkPath": "skills.plugins.skills.update"
        },
        {
          "path": "/instances/:instanceId/skill-plugins/:skillPluginId/skills/:skillPluginSkillId",
          "sdkPath": "management.instance.skills.plugins.skills.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-plugins/:skillPluginId/skills/:skillPluginSkillId",
          "sdkPath": "dashboard.instance.skills.plugins.skills.update"
        }
      ],
      "method": "patch",
      "name": "Update skill plugin skill",
      "description": "Updates a skill plugin skill link.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1074",
      "queryId": null,
      "outputId": "type_1075"
    },
    {
      "id": "endpoint_1076",
      "controllerId": "controller_1064",
      "path": {
        "path": "/skill-plugins/:skillPluginId/skills/:skillPluginSkillId",
        "sdkPath": "skills.plugins.skills.remove"
      },
      "allPaths": [
        {
          "path": "/skill-plugins/:skillPluginId/skills/:skillPluginSkillId",
          "sdkPath": "skills.plugins.skills.remove"
        },
        {
          "path": "/instances/:instanceId/skill-plugins/:skillPluginId/skills/:skillPluginSkillId",
          "sdkPath": "management.instance.skills.plugins.skills.remove"
        },
        {
          "path": "/dashboard/instances/:instanceId/skill-plugins/:skillPluginId/skills/:skillPluginSkillId",
          "sdkPath": "dashboard.instance.skills.plugins.skills.remove"
        }
      ],
      "method": "delete",
      "name": "Remove skill plugin skill",
      "description": "Removes a skill from a skill plugin.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1077"
    },
    {
      "id": "endpoint_1079",
      "controllerId": "controller_1078",
      "path": {
        "path": "/consumer/session",
        "sdkPath": "consumer.session.get"
      },
      "allPaths": [
        {
          "path": "/consumer/session",
          "sdkPath": "consumer.session.get"
        }
      ],
      "method": "post",
      "name": "Get consumer session",
      "description": "Returns the authenticated consumer session.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1080"
    },
    {
      "id": "endpoint_1081",
      "controllerId": "controller_1078",
      "path": {
        "path": "/consumer/session/logout",
        "sdkPath": "consumer.session.logout"
      },
      "allPaths": [
        {
          "path": "/consumer/session/logout",
          "sdkPath": "consumer.session.logout"
        }
      ],
      "method": "post",
      "name": "Logout consumer session",
      "description": "Revokes the authenticated consumer session.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1082"
    },
    {
      "id": "endpoint_1083",
      "controllerId": "controller_1078",
      "path": {
        "path": "/consumer/profile",
        "sdkPath": "consumer.profile.get"
      },
      "allPaths": [
        {
          "path": "/consumer/profile",
          "sdkPath": "consumer.profile.get"
        }
      ],
      "method": "post",
      "name": "Get consumer profile",
      "description": "Returns the authenticated consumer profile.",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1084"
    },
    {
      "id": "endpoint_1085",
      "controllerId": "controller_1078",
      "path": {
        "path": "/consumer/profile/groups",
        "sdkPath": "consumer.profile.groups.list"
      },
      "allPaths": [
        {
          "path": "/consumer/profile/groups",
          "sdkPath": "consumer.profile.groups.list"
        }
      ],
      "method": "post",
      "name": "List consumer profile groups",
      "description": "Returns the effective groups for the authenticated consumer profile.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1086",
      "outputId": "type_1087"
    },
    {
      "id": "endpoint_1089",
      "controllerId": "controller_1088",
      "path": {
        "path": "/consumer/providers/groups",
        "sdkPath": "consumer.providers.groups.list"
      },
      "allPaths": [
        {
          "path": "/consumer/providers/groups",
          "sdkPath": "consumer.providers.groups.list"
        }
      ],
      "method": "get",
      "name": "List consumer provider groups",
      "description": "Returns the ordered provider groups for the current consumer surface.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1090",
      "outputId": "type_1091"
    },
    {
      "id": "endpoint_1092",
      "controllerId": "controller_1088",
      "path": {
        "path": "/consumer/portal-oauth-clients/:portalAuthClientId",
        "sdkPath": "consumer.consumerInternal.oauth.clients.get"
      },
      "allPaths": [
        {
          "path": "/consumer/portal-oauth-clients/:portalAuthClientId",
          "sdkPath": "consumer.consumerInternal.oauth.clients.get"
        }
      ],
      "method": "get",
      "name": "Get portal OAuth client",
      "description": "Returns one portal OAuth client visible to the current portal consumer.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1093"
    },
    {
      "id": "endpoint_1094",
      "controllerId": "controller_1088",
      "path": {
        "path": "/consumer/portal-oauth-attempts/:portalAuthAttemptId",
        "sdkPath": "consumer.consumerInternal.oauth.authorizations.get"
      },
      "allPaths": [
        {
          "path": "/consumer/portal-oauth-attempts/:portalAuthAttemptId",
          "sdkPath": "consumer.consumerInternal.oauth.authorizations.get"
        }
      ],
      "method": "get",
      "name": "Get portal OAuth authorization",
      "description": "Returns the current portal OAuth authorization request for the active consumer.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1095"
    },
    {
      "id": "endpoint_1096",
      "controllerId": "controller_1088",
      "path": {
        "path": "/consumer/portal-oauth-attempts/:portalAuthAttemptId/accept",
        "sdkPath": "consumer.consumerInternal.oauth.authorizations.accept"
      },
      "allPaths": [
        {
          "path": "/consumer/portal-oauth-attempts/:portalAuthAttemptId/accept",
          "sdkPath": "consumer.consumerInternal.oauth.authorizations.accept"
        }
      ],
      "method": "post",
      "name": "Accept portal OAuth authorization",
      "description": "Approves a pending portal OAuth authorization request and returns the redirect URL.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1097"
    },
    {
      "id": "endpoint_1098",
      "controllerId": "controller_1088",
      "path": {
        "path": "/consumer/portal-oauth-attempts/:portalAuthAttemptId/connect-magic-mcp-endpoint",
        "sdkPath": "consumer.consumerInternal.oauth.authorizations.connectMagicMcpEndpoint"
      },
      "allPaths": [
        {
          "path": "/consumer/portal-oauth-attempts/:portalAuthAttemptId/connect-magic-mcp-endpoint",
          "sdkPath": "consumer.consumerInternal.oauth.authorizations.connectMagicMcpEndpoint"
        }
      ],
      "method": "post",
      "name": "Connect portal OAuth authorization to magic MCP endpoint",
      "description": "Links a pending portal OAuth authorization request to a consumer-owned magic MCP endpoint.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1099",
      "queryId": null,
      "outputId": "type_1100"
    },
    {
      "id": "endpoint_1101",
      "controllerId": "controller_1088",
      "path": {
        "path": "/consumer/portal-oauth-attempts/:portalAuthAttemptId/reject",
        "sdkPath": "consumer.consumerInternal.oauth.authorizations.reject"
      },
      "allPaths": [
        {
          "path": "/consumer/portal-oauth-attempts/:portalAuthAttemptId/reject",
          "sdkPath": "consumer.consumerInternal.oauth.authorizations.reject"
        }
      ],
      "method": "post",
      "name": "Reject portal OAuth authorization",
      "description": "Rejects a pending portal OAuth authorization request and returns the redirect URL.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1102"
    },
    {
      "id": "endpoint_1103",
      "controllerId": "controller_1088",
      "path": {
        "path": "/consumer/providers",
        "sdkPath": "consumer.providers.list"
      },
      "allPaths": [
        {
          "path": "/consumer/providers",
          "sdkPath": "consumer.providers.list"
        }
      ],
      "method": "get",
      "name": "List consumer providers",
      "description": "Returns the unified portal catalog with consumer availability.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1104",
      "outputId": "type_1105"
    },
    {
      "id": "endpoint_1106",
      "controllerId": "controller_1088",
      "path": {
        "path": "/consumer/providers/:catalogItemId",
        "sdkPath": "consumer.providers.get"
      },
      "allPaths": [
        {
          "path": "/consumer/providers/:catalogItemId",
          "sdkPath": "consumer.providers.get"
        }
      ],
      "method": "get",
      "name": "Get consumer provider",
      "description": "Returns one portal catalog item with any available setup capability data.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1107"
    },
    {
      "id": "endpoint_1108",
      "controllerId": "controller_1088",
      "path": {
        "path": "/consumer/providers/:catalogItemId/request-access",
        "sdkPath": "consumer.providers.requestAccess"
      },
      "allPaths": [
        {
          "path": "/consumer/providers/:catalogItemId/request-access",
          "sdkPath": "consumer.providers.requestAccess"
        }
      ],
      "method": "post",
      "name": "Request consumer provider access",
      "description": "Creates an access request for a portal catalog item.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1109",
      "queryId": null,
      "outputId": "type_1110"
    },
    {
      "id": "endpoint_1111",
      "controllerId": "controller_1088",
      "path": {
        "path": "/consumer/providers/:catalogItemId/setup",
        "sdkPath": "consumer.providers.setup"
      },
      "allPaths": [
        {
          "path": "/consumer/providers/:catalogItemId/setup",
          "sdkPath": "consumer.providers.setup"
        }
      ],
      "method": "post",
      "name": "Start consumer provider setup",
      "description": "Starts an integration setup flow for a portal provider template.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1112",
      "queryId": null,
      "outputId": "type_1113"
    },
    {
      "id": "endpoint_1114",
      "controllerId": "controller_1088",
      "path": {
        "path": "/consumer/providers/:catalogItemId/setup/:providerSetupSessionId",
        "sdkPath": "consumer.providers.getSetup"
      },
      "allPaths": [
        {
          "path": "/consumer/providers/:catalogItemId/setup/:providerSetupSessionId",
          "sdkPath": "consumer.providers.getSetup"
        }
      ],
      "method": "get",
      "name": "Get consumer provider setup",
      "description": "Reads the status of an integration setup flow for a portal provider template.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1115"
    },
    {
      "id": "endpoint_1116",
      "controllerId": "controller_1088",
      "path": {
        "path": "/consumer/providers/:catalogItemId/deploy",
        "sdkPath": "consumer.providers.deploy"
      },
      "allPaths": [
        {
          "path": "/consumer/providers/:catalogItemId/deploy",
          "sdkPath": "consumer.providers.deploy"
        }
      ],
      "method": "post",
      "name": "Deploy consumer provider",
      "description": "Creates an owned Magic MCP server from a portal provider template.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1117",
      "queryId": null,
      "outputId": "type_1118"
    },
    {
      "id": "endpoint_1120",
      "controllerId": "controller_1119",
      "path": {
        "path": "/organization/api-keys",
        "sdkPath": "management.organization.apiKeys.list"
      },
      "allPaths": [
        {
          "path": "/organization/api-keys",
          "sdkPath": "management.organization.apiKeys.list"
        },
        {
          "path": "/dashboard/organizations/:organizationId/api-keys",
          "sdkPath": "dashboard.organizations.apiKeys.list"
        }
      ],
      "method": "get",
      "name": "Get user",
      "description": "Get the current user information",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1121",
      "outputId": "type_1122"
    },
    {
      "id": "endpoint_1123",
      "controllerId": "controller_1119",
      "path": {
        "path": "/organization/api-keys/:apiKeyId",
        "sdkPath": "management.organization.apiKeys.get"
      },
      "allPaths": [
        {
          "path": "/organization/api-keys/:apiKeyId",
          "sdkPath": "management.organization.apiKeys.get"
        },
        {
          "path": "/dashboard/organizations/:organizationId/api-keys/:apiKeyId",
          "sdkPath": "dashboard.organizations.apiKeys.get"
        }
      ],
      "method": "get",
      "name": "Get API key",
      "description": "Get the information of a specific API key",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1124"
    },
    {
      "id": "endpoint_1125",
      "controllerId": "controller_1119",
      "path": {
        "path": "/organization/api-keys",
        "sdkPath": "management.organization.apiKeys.create"
      },
      "allPaths": [
        {
          "path": "/organization/api-keys",
          "sdkPath": "management.organization.apiKeys.create"
        },
        {
          "path": "/dashboard/organizations/:organizationId/api-keys",
          "sdkPath": "dashboard.organizations.apiKeys.create"
        }
      ],
      "method": "post",
      "name": "Create API key",
      "description": "Create a new API key",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": "type_1126",
      "queryId": null,
      "outputId": "type_1127"
    },
    {
      "id": "endpoint_1128",
      "controllerId": "controller_1119",
      "path": {
        "path": "/organization/api-keys/:apiKeyId",
        "sdkPath": "management.organization.apiKeys.update"
      },
      "allPaths": [
        {
          "path": "/organization/api-keys/:apiKeyId",
          "sdkPath": "management.organization.apiKeys.update"
        },
        {
          "path": "/dashboard/organizations/:organizationId/api-keys/:apiKeyId",
          "sdkPath": "dashboard.organizations.apiKeys.update"
        }
      ],
      "method": "post",
      "name": "Update API key",
      "description": "Update the information of a specific API key",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1129",
      "queryId": null,
      "outputId": "type_1130"
    },
    {
      "id": "endpoint_1131",
      "controllerId": "controller_1119",
      "path": {
        "path": "/organization/api-keys/:apiKeyId",
        "sdkPath": "management.organization.apiKeys.revoke"
      },
      "allPaths": [
        {
          "path": "/organization/api-keys/:apiKeyId",
          "sdkPath": "management.organization.apiKeys.revoke"
        },
        {
          "path": "/dashboard/organizations/:organizationId/api-keys/:apiKeyId",
          "sdkPath": "dashboard.organizations.apiKeys.revoke"
        }
      ],
      "method": "delete",
      "name": "Revoke API key",
      "description": "Revoke a specific API key",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1132"
    },
    {
      "id": "endpoint_1133",
      "controllerId": "controller_1119",
      "path": {
        "path": "/organization/api-keys/:apiKeyId/rotate",
        "sdkPath": "management.organization.apiKeys.rotate"
      },
      "allPaths": [
        {
          "path": "/organization/api-keys/:apiKeyId/rotate",
          "sdkPath": "management.organization.apiKeys.rotate"
        },
        {
          "path": "/dashboard/organizations/:organizationId/api-keys/:apiKeyId/rotate",
          "sdkPath": "dashboard.organizations.apiKeys.rotate"
        }
      ],
      "method": "post",
      "name": "Rotate API key",
      "description": "Rotate a specific API key",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": "type_1134",
      "queryId": null,
      "outputId": "type_1135"
    },
    {
      "id": "endpoint_1136",
      "controllerId": "controller_1119",
      "path": {
        "path": "/organization/api-keys/:apiKeyId/reveal",
        "sdkPath": "management.organization.apiKeys.reveal"
      },
      "allPaths": [
        {
          "path": "/organization/api-keys/:apiKeyId/reveal",
          "sdkPath": "management.organization.apiKeys.reveal"
        },
        {
          "path": "/dashboard/organizations/:organizationId/api-keys/:apiKeyId/reveal",
          "sdkPath": "dashboard.organizations.apiKeys.reveal"
        }
      ],
      "method": "post",
      "name": "Reveal API key",
      "description": "Reveal a specific API key",
      "hideInDocs": false,
      "confidential": true,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1137"
    },
    {
      "id": "endpoint_1139",
      "controllerId": "controller_1138",
      "path": {
        "path": "/assistants",
        "sdkPath": "assistants.list"
      },
      "allPaths": [
        {
          "path": "/assistants",
          "sdkPath": "assistants.list"
        },
        {
          "path": "/instances/:instanceId/assistants",
          "sdkPath": "management.instance.assistants.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/assistants",
          "sdkPath": "dashboard.instance.assistants.list"
        }
      ],
      "method": "get",
      "name": "List assistants",
      "description": "List assistants available in an instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1140",
      "outputId": "type_1141"
    },
    {
      "id": "endpoint_1142",
      "controllerId": "controller_1138",
      "path": {
        "path": "/assistants/:assistantId",
        "sdkPath": "assistants.get"
      },
      "allPaths": [
        {
          "path": "/assistants/:assistantId",
          "sdkPath": "assistants.get"
        },
        {
          "path": "/instances/:instanceId/assistants/:assistantId",
          "sdkPath": "management.instance.assistants.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/assistants/:assistantId",
          "sdkPath": "dashboard.instance.assistants.get"
        }
      ],
      "method": "get",
      "name": "Get assistant",
      "description": "Get an assistant available in an instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1143"
    },
    {
      "id": "endpoint_1144",
      "controllerId": "controller_1138",
      "path": {
        "path": "/conversations",
        "sdkPath": "conversations.list"
      },
      "allPaths": [
        {
          "path": "/conversations",
          "sdkPath": "conversations.list"
        },
        {
          "path": "/instances/:instanceId/conversations",
          "sdkPath": "management.instance.conversations.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/conversations",
          "sdkPath": "dashboard.instance.conversations.list"
        }
      ],
      "method": "get",
      "name": "List assistant conversations",
      "description": "List assistant conversations in an instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1145",
      "outputId": "type_1146"
    },
    {
      "id": "endpoint_1147",
      "controllerId": "controller_1138",
      "path": {
        "path": "/conversations",
        "sdkPath": "conversations.create"
      },
      "allPaths": [
        {
          "path": "/conversations",
          "sdkPath": "conversations.create"
        },
        {
          "path": "/instances/:instanceId/conversations",
          "sdkPath": "management.instance.conversations.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/conversations",
          "sdkPath": "dashboard.instance.conversations.create"
        }
      ],
      "method": "post",
      "name": "Create assistant conversation",
      "description": "Create a new assistant conversation in an instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1148",
      "queryId": null,
      "outputId": "type_1149"
    },
    {
      "id": "endpoint_1150",
      "controllerId": "controller_1138",
      "path": {
        "path": "/conversations/:assistantConversationId",
        "sdkPath": "conversations.get"
      },
      "allPaths": [
        {
          "path": "/conversations/:assistantConversationId",
          "sdkPath": "conversations.get"
        },
        {
          "path": "/instances/:instanceId/conversations/:assistantConversationId",
          "sdkPath": "management.instance.conversations.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/conversations/:assistantConversationId",
          "sdkPath": "dashboard.instance.conversations.get"
        }
      ],
      "method": "get",
      "name": "Get assistant conversation",
      "description": "Get a specific assistant conversation.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1151"
    },
    {
      "id": "endpoint_1152",
      "controllerId": "controller_1138",
      "path": {
        "path": "/conversations/:assistantConversationId",
        "sdkPath": "conversations.update"
      },
      "allPaths": [
        {
          "path": "/conversations/:assistantConversationId",
          "sdkPath": "conversations.update"
        },
        {
          "path": "/instances/:instanceId/conversations/:assistantConversationId",
          "sdkPath": "management.instance.conversations.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/conversations/:assistantConversationId",
          "sdkPath": "dashboard.instance.conversations.update"
        }
      ],
      "method": "patch",
      "name": "Update assistant conversation",
      "description": "Update a specific assistant conversation.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1153",
      "queryId": null,
      "outputId": "type_1154"
    },
    {
      "id": "endpoint_1155",
      "controllerId": "controller_1138",
      "path": {
        "path": "/conversations/:assistantConversationId/messages",
        "sdkPath": "conversations.messages.list"
      },
      "allPaths": [
        {
          "path": "/conversations/:assistantConversationId/messages",
          "sdkPath": "conversations.messages.list"
        },
        {
          "path": "/instances/:instanceId/conversations/:assistantConversationId/messages",
          "sdkPath": "management.instance.conversations.messages.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/conversations/:assistantConversationId/messages",
          "sdkPath": "dashboard.instance.conversations.messages.list"
        }
      ],
      "method": "get",
      "name": "List assistant messages",
      "description": "List messages in a specific assistant conversation.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1156",
      "outputId": "type_1157"
    },
    {
      "id": "endpoint_1158",
      "controllerId": "controller_1138",
      "path": {
        "path": "/conversations/:assistantConversationId/messages",
        "sdkPath": "conversations.messages.create"
      },
      "allPaths": [
        {
          "path": "/conversations/:assistantConversationId/messages",
          "sdkPath": "conversations.messages.create"
        },
        {
          "path": "/instances/:instanceId/conversations/:assistantConversationId/messages",
          "sdkPath": "management.instance.conversations.messages.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/conversations/:assistantConversationId/messages",
          "sdkPath": "dashboard.instance.conversations.messages.create"
        }
      ],
      "method": "post",
      "name": "Create assistant message",
      "description": "Create a user message and assistant request in a specific conversation.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1159",
      "queryId": null,
      "outputId": "type_1160"
    },
    {
      "id": "endpoint_1161",
      "controllerId": "controller_1138",
      "path": {
        "path": "/conversations/:assistantConversationId/messages/:assistantMessageId",
        "sdkPath": "conversations.messages.get"
      },
      "allPaths": [
        {
          "path": "/conversations/:assistantConversationId/messages/:assistantMessageId",
          "sdkPath": "conversations.messages.get"
        },
        {
          "path": "/instances/:instanceId/conversations/:assistantConversationId/messages/:assistantMessageId",
          "sdkPath": "management.instance.conversations.messages.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/conversations/:assistantConversationId/messages/:assistantMessageId",
          "sdkPath": "dashboard.instance.conversations.messages.get"
        }
      ],
      "method": "get",
      "name": "Get assistant message",
      "description": "Get a specific assistant message.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1162"
    },
    {
      "id": "endpoint_1163",
      "controllerId": "controller_1138",
      "path": {
        "path": "/conversations/:assistantConversationId/messages/:assistantMessageId/handoff-responses",
        "sdkPath": "conversations.messages.handoff_responses"
      },
      "allPaths": [
        {
          "path": "/conversations/:assistantConversationId/messages/:assistantMessageId/handoff-responses",
          "sdkPath": "conversations.messages.handoff_responses"
        },
        {
          "path": "/instances/:instanceId/conversations/:assistantConversationId/messages/:assistantMessageId/handoff-responses",
          "sdkPath": "management.instance.conversations.messages.handoff_responses"
        },
        {
          "path": "/dashboard/instances/:instanceId/conversations/:assistantConversationId/messages/:assistantMessageId/handoff-responses",
          "sdkPath": "dashboard.instance.conversations.messages.handoff_responses"
        }
      ],
      "method": "post",
      "name": "Respond to assistant handoffs",
      "description": "Submit one or more client handoff tool responses for a waiting message.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1164",
      "queryId": null,
      "outputId": "type_1165"
    },
    {
      "id": "endpoint_1167",
      "controllerId": "controller_1166",
      "path": {
        "path": "/consumers",
        "sdkPath": "consumers.list"
      },
      "allPaths": [
        {
          "path": "/consumers",
          "sdkPath": "consumers.list"
        },
        {
          "path": "/instances/:instanceId/consumers",
          "sdkPath": "management.instance.consumers.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/consumers",
          "sdkPath": "dashboard.instance.consumers.list"
        }
      ],
      "method": "get",
      "name": "List consumers",
      "description": "Returns a paginated list of consumers for an instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1168",
      "outputId": "type_1169"
    },
    {
      "id": "endpoint_1170",
      "controllerId": "controller_1166",
      "path": {
        "path": "/consumers/:consumerId",
        "sdkPath": "consumers.get"
      },
      "allPaths": [
        {
          "path": "/consumers/:consumerId",
          "sdkPath": "consumers.get"
        },
        {
          "path": "/instances/:instanceId/consumers/:consumerId",
          "sdkPath": "management.instance.consumers.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/consumers/:consumerId",
          "sdkPath": "dashboard.instance.consumers.get"
        }
      ],
      "method": "get",
      "name": "Get consumer",
      "description": "Retrieves a consumer by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1171"
    },
    {
      "id": "endpoint_1172",
      "controllerId": "controller_1166",
      "path": {
        "path": "/consumers",
        "sdkPath": "consumers.create"
      },
      "allPaths": [
        {
          "path": "/consumers",
          "sdkPath": "consumers.create"
        },
        {
          "path": "/instances/:instanceId/consumers",
          "sdkPath": "management.instance.consumers.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/consumers",
          "sdkPath": "dashboard.instance.consumers.create"
        }
      ],
      "method": "post",
      "name": "Create consumer",
      "description": "Creates or links a consumer for an instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1173",
      "queryId": null,
      "outputId": "type_1174"
    },
    {
      "id": "endpoint_1175",
      "controllerId": "controller_1166",
      "path": {
        "path": "/get-member-consumer",
        "sdkPath": "consumers.getMemberConsumer"
      },
      "allPaths": [
        {
          "path": "/get-member-consumer",
          "sdkPath": "consumers.getMemberConsumer"
        },
        {
          "path": "/instances/:instanceId/get-member-consumer",
          "sdkPath": "management.instance.consumers.getMemberConsumer"
        },
        {
          "path": "/dashboard/instances/:instanceId/get-member-consumer",
          "sdkPath": "dashboard.instance.consumers.getMemberConsumer"
        }
      ],
      "method": "post",
      "name": "Get member consumer",
      "description": "Upserts and returns the consumer for the authenticated organization member.",
      "hideInDocs": true,
      "confidential": false,
      "bodyId": "type_1176",
      "queryId": null,
      "outputId": "type_1177"
    },
    {
      "id": "endpoint_1178",
      "controllerId": "controller_1166",
      "path": {
        "path": "/consumers/:consumerId",
        "sdkPath": "consumers.update"
      },
      "allPaths": [
        {
          "path": "/consumers/:consumerId",
          "sdkPath": "consumers.update"
        },
        {
          "path": "/instances/:instanceId/consumers/:consumerId",
          "sdkPath": "management.instance.consumers.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/consumers/:consumerId",
          "sdkPath": "dashboard.instance.consumers.update"
        }
      ],
      "method": "patch",
      "name": "Update consumer",
      "description": "Updates a consumer for an instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1179",
      "queryId": null,
      "outputId": "type_1180"
    },
    {
      "id": "endpoint_1181",
      "controllerId": "controller_1166",
      "path": {
        "path": "/consumers/:consumerId/profiles",
        "sdkPath": "consumers.profiles.list"
      },
      "allPaths": [
        {
          "path": "/consumers/:consumerId/profiles",
          "sdkPath": "consumers.profiles.list"
        },
        {
          "path": "/instances/:instanceId/consumers/:consumerId/profiles",
          "sdkPath": "management.instance.consumers.profiles.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/consumers/:consumerId/profiles",
          "sdkPath": "dashboard.instance.consumers.profiles.list"
        }
      ],
      "method": "get",
      "name": "List consumer profiles",
      "description": "Returns a paginated list of profiles for a consumer in an instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1182",
      "outputId": "type_1183"
    },
    {
      "id": "endpoint_1184",
      "controllerId": "controller_1166",
      "path": {
        "path": "/consumers/:consumerId/profiles/:consumerProfileId",
        "sdkPath": "consumers.profiles.get"
      },
      "allPaths": [
        {
          "path": "/consumers/:consumerId/profiles/:consumerProfileId",
          "sdkPath": "consumers.profiles.get"
        },
        {
          "path": "/instances/:instanceId/consumers/:consumerId/profiles/:consumerProfileId",
          "sdkPath": "management.instance.consumers.profiles.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/consumers/:consumerId/profiles/:consumerProfileId",
          "sdkPath": "dashboard.instance.consumers.profiles.get"
        }
      ],
      "method": "get",
      "name": "Get consumer profile",
      "description": "Retrieves a consumer profile by ID for a consumer.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1185"
    },
    {
      "id": "endpoint_1187",
      "controllerId": "controller_1186",
      "path": {
        "path": "/consumer-surfaces",
        "sdkPath": "consumerSurfaces.list"
      },
      "allPaths": [
        {
          "path": "/consumer-surfaces",
          "sdkPath": "consumerSurfaces.list"
        },
        {
          "path": "/instances/:instanceId/consumer-surfaces",
          "sdkPath": "management.instance.consumerSurfaces.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/consumer-surfaces",
          "sdkPath": "dashboard.instance.consumerSurfaces.list"
        }
      ],
      "method": "get",
      "name": "List consumer surfaces",
      "description": "Returns a paginated list of consumer surfaces for an instance.",
      "hideInDocs": true,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1188",
      "outputId": "type_1189"
    },
    {
      "id": "endpoint_1190",
      "controllerId": "controller_1186",
      "path": {
        "path": "/consumer-surfaces/:consumerSurfaceId",
        "sdkPath": "consumerSurfaces.get"
      },
      "allPaths": [
        {
          "path": "/consumer-surfaces/:consumerSurfaceId",
          "sdkPath": "consumerSurfaces.get"
        },
        {
          "path": "/instances/:instanceId/consumer-surfaces/:consumerSurfaceId",
          "sdkPath": "management.instance.consumerSurfaces.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/consumer-surfaces/:consumerSurfaceId",
          "sdkPath": "dashboard.instance.consumerSurfaces.get"
        }
      ],
      "method": "get",
      "name": "Get consumer surface",
      "description": "Retrieves a consumer surface by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1191"
    },
    {
      "id": "endpoint_1193",
      "controllerId": "controller_1192",
      "path": {
        "path": "/portals",
        "sdkPath": "portals.list"
      },
      "allPaths": [
        {
          "path": "/portals",
          "sdkPath": "portals.list"
        },
        {
          "path": "/instances/:instanceId/portals",
          "sdkPath": "management.instance.portals.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals",
          "sdkPath": "dashboard.instance.portals.list"
        }
      ],
      "method": "get",
      "name": "List portals",
      "description": "Returns a paginated list of portals.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1194",
      "outputId": "type_1195"
    },
    {
      "id": "endpoint_1196",
      "controllerId": "controller_1192",
      "path": {
        "path": "/portals/:portalId",
        "sdkPath": "portals.get"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId",
          "sdkPath": "portals.get"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId",
          "sdkPath": "management.instance.portals.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId",
          "sdkPath": "dashboard.instance.portals.get"
        }
      ],
      "method": "get",
      "name": "Get portal",
      "description": "Retrieves details for a specific portal.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1197"
    },
    {
      "id": "endpoint_1198",
      "controllerId": "controller_1192",
      "path": {
        "path": "/portals",
        "sdkPath": "portals.create"
      },
      "allPaths": [
        {
          "path": "/portals",
          "sdkPath": "portals.create"
        },
        {
          "path": "/instances/:instanceId/portals",
          "sdkPath": "management.instance.portals.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals",
          "sdkPath": "dashboard.instance.portals.create"
        }
      ],
      "method": "post",
      "name": "Create portal",
      "description": "Creates a new portal for the instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1199",
      "queryId": null,
      "outputId": "type_1200"
    },
    {
      "id": "endpoint_1201",
      "controllerId": "controller_1192",
      "path": {
        "path": "/portals/:portalId",
        "sdkPath": "portals.update"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId",
          "sdkPath": "portals.update"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId",
          "sdkPath": "management.instance.portals.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId",
          "sdkPath": "dashboard.instance.portals.update"
        }
      ],
      "method": "patch",
      "name": "Update portal",
      "description": "Updates an existing portal for the instance.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1202",
      "queryId": null,
      "outputId": "type_1203"
    },
    {
      "id": "endpoint_1204",
      "controllerId": "controller_1192",
      "path": {
        "path": "/portals/:portalId",
        "sdkPath": "portals.delete"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId",
          "sdkPath": "portals.delete"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId",
          "sdkPath": "management.instance.portals.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId",
          "sdkPath": "dashboard.instance.portals.delete"
        }
      ],
      "method": "delete",
      "name": "Delete portal",
      "description": "Archives a portal.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1205"
    },
    {
      "id": "endpoint_1207",
      "controllerId": "controller_1206",
      "path": {
        "path": "/portals/:portalId/auth/app",
        "sdkPath": "portals.auth.app.get"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/auth/app",
          "sdkPath": "portals.auth.app.get"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/auth/app",
          "sdkPath": "management.instance.portals.auth.app.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/auth/app",
          "sdkPath": "dashboard.instance.portals.auth.app.get"
        }
      ],
      "method": "get",
      "name": "Get portal auth app",
      "description": "Returns the Ares app configuration for a portal.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1208"
    },
    {
      "id": "endpoint_1209",
      "controllerId": "controller_1206",
      "path": {
        "path": "/portals/:portalId/auth/app",
        "sdkPath": "portals.auth.app.update"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/auth/app",
          "sdkPath": "portals.auth.app.update"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/auth/app",
          "sdkPath": "management.instance.portals.auth.app.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/auth/app",
          "sdkPath": "dashboard.instance.portals.auth.app.update"
        }
      ],
      "method": "patch",
      "name": "Update portal auth app",
      "description": "Updates the portal auth app configuration stored on the portal surface.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1210",
      "queryId": null,
      "outputId": "type_1211"
    },
    {
      "id": "endpoint_1212",
      "controllerId": "controller_1206",
      "path": {
        "path": "/portals/:portalId/auth/sso-tenants",
        "sdkPath": "portals.auth.ssoTenants.list"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/auth/sso-tenants",
          "sdkPath": "portals.auth.ssoTenants.list"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/auth/sso-tenants",
          "sdkPath": "management.instance.portals.auth.ssoTenants.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/auth/sso-tenants",
          "sdkPath": "dashboard.instance.portals.auth.ssoTenants.list"
        }
      ],
      "method": "get",
      "name": "List portal auth SSO tenants",
      "description": "Returns the SSO tenants configured for a portal Ares app.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1213",
      "outputId": "type_1214"
    },
    {
      "id": "endpoint_1215",
      "controllerId": "controller_1206",
      "path": {
        "path": "/portals/:portalId/auth/sso-tenants",
        "sdkPath": "portals.auth.ssoTenants.create"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/auth/sso-tenants",
          "sdkPath": "portals.auth.ssoTenants.create"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/auth/sso-tenants",
          "sdkPath": "management.instance.portals.auth.ssoTenants.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/auth/sso-tenants",
          "sdkPath": "dashboard.instance.portals.auth.ssoTenants.create"
        }
      ],
      "method": "post",
      "name": "Create portal auth SSO tenant",
      "description": "Creates an SSO tenant for the portal Ares app.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1216",
      "queryId": null,
      "outputId": "type_1217"
    },
    {
      "id": "endpoint_1218",
      "controllerId": "controller_1206",
      "path": {
        "path": "/portals/:portalId/auth/sso-tenants/:ssoTenantId/setup",
        "sdkPath": "portals.auth.ssoTenants.setup"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/auth/sso-tenants/:ssoTenantId/setup",
          "sdkPath": "portals.auth.ssoTenants.setup"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/auth/sso-tenants/:ssoTenantId/setup",
          "sdkPath": "management.instance.portals.auth.ssoTenants.setup"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/auth/sso-tenants/:ssoTenantId/setup",
          "sdkPath": "dashboard.instance.portals.auth.ssoTenants.setup"
        }
      ],
      "method": "post",
      "name": "Create portal auth SSO tenant setup",
      "description": "Creates an Ares setup URL for finishing portal SSO tenant configuration.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1219"
    },
    {
      "id": "endpoint_1220",
      "controllerId": "controller_1206",
      "path": {
        "path": "/portals/:portalId/auth/sso-tenants/:ssoTenantId/connections",
        "sdkPath": "portals.auth.ssoTenants.connections.list"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/auth/sso-tenants/:ssoTenantId/connections",
          "sdkPath": "portals.auth.ssoTenants.connections.list"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/auth/sso-tenants/:ssoTenantId/connections",
          "sdkPath": "management.instance.portals.auth.ssoTenants.connections.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/auth/sso-tenants/:ssoTenantId/connections",
          "sdkPath": "dashboard.instance.portals.auth.ssoTenants.connections.list"
        }
      ],
      "method": "get",
      "name": "List portal auth SSO tenant connections",
      "description": "Returns SSO connections that belong to a portal SSO tenant.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1221",
      "outputId": "type_1222"
    },
    {
      "id": "endpoint_1224",
      "controllerId": "controller_1223",
      "path": {
        "path": "/portals/:portalId/access",
        "sdkPath": "portals.access.list"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/access",
          "sdkPath": "portals.access.list"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/access",
          "sdkPath": "management.instance.portals.access.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/access",
          "sdkPath": "dashboard.instance.portals.access.list"
        }
      ],
      "method": "get",
      "name": "List portal access",
      "description": "Returns a paginated list of consumer access rules for a portal.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1225",
      "outputId": "type_1226"
    },
    {
      "id": "endpoint_1227",
      "controllerId": "controller_1223",
      "path": {
        "path": "/portals/:portalId/access/:accessId",
        "sdkPath": "portals.access.get"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/access/:accessId",
          "sdkPath": "portals.access.get"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/access/:accessId",
          "sdkPath": "management.instance.portals.access.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/access/:accessId",
          "sdkPath": "dashboard.instance.portals.access.get"
        }
      ],
      "method": "get",
      "name": "Get portal access",
      "description": "Retrieves a portal access rule by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1228"
    },
    {
      "id": "endpoint_1229",
      "controllerId": "controller_1223",
      "path": {
        "path": "/portals/:portalId/access",
        "sdkPath": "portals.access.create"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/access",
          "sdkPath": "portals.access.create"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/access",
          "sdkPath": "management.instance.portals.access.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/access",
          "sdkPath": "dashboard.instance.portals.access.create"
        }
      ],
      "method": "post",
      "name": "Create portal access",
      "description": "Creates a new consumer access rule for the portal.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1230",
      "queryId": null,
      "outputId": "type_1231"
    },
    {
      "id": "endpoint_1232",
      "controllerId": "controller_1223",
      "path": {
        "path": "/portals/:portalId/access/:accessId",
        "sdkPath": "portals.access.update"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/access/:accessId",
          "sdkPath": "portals.access.update"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/access/:accessId",
          "sdkPath": "management.instance.portals.access.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/access/:accessId",
          "sdkPath": "dashboard.instance.portals.access.update"
        }
      ],
      "method": "patch",
      "name": "Update portal access",
      "description": "Updates the shared listing fields for a portal access rule.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1233",
      "queryId": null,
      "outputId": "type_1234"
    },
    {
      "id": "endpoint_1235",
      "controllerId": "controller_1223",
      "path": {
        "path": "/portals/:portalId/access/:accessId",
        "sdkPath": "portals.access.delete"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/access/:accessId",
          "sdkPath": "portals.access.delete"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/access/:accessId",
          "sdkPath": "management.instance.portals.access.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/access/:accessId",
          "sdkPath": "dashboard.instance.portals.access.delete"
        }
      ],
      "method": "delete",
      "name": "Delete portal access",
      "description": "Deletes a consumer access rule from the portal.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1236"
    },
    {
      "id": "endpoint_1238",
      "controllerId": "controller_1237",
      "path": {
        "path": "/portals/:portalId/listings",
        "sdkPath": "portals.listings.list"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/listings",
          "sdkPath": "portals.listings.list"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/listings",
          "sdkPath": "management.instance.portals.listings.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/listings",
          "sdkPath": "dashboard.instance.portals.listings.list"
        }
      ],
      "method": "get",
      "name": "List portal listings",
      "description": "Returns a paginated list of shared listings for a portal.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1239",
      "outputId": "type_1240"
    },
    {
      "id": "endpoint_1241",
      "controllerId": "controller_1237",
      "path": {
        "path": "/portals/:portalId/listings/:listingId",
        "sdkPath": "portals.listings.get"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/listings/:listingId",
          "sdkPath": "portals.listings.get"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/listings/:listingId",
          "sdkPath": "management.instance.portals.listings.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/listings/:listingId",
          "sdkPath": "dashboard.instance.portals.listings.get"
        }
      ],
      "method": "get",
      "name": "Get portal listing",
      "description": "Retrieves one shared listing for a portal.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1242"
    },
    {
      "id": "endpoint_1243",
      "controllerId": "controller_1237",
      "path": {
        "path": "/portals/:portalId/listings",
        "sdkPath": "portals.listings.create"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/listings",
          "sdkPath": "portals.listings.create"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/listings",
          "sdkPath": "management.instance.portals.listings.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/listings",
          "sdkPath": "dashboard.instance.portals.listings.create"
        }
      ],
      "method": "post",
      "name": "Create portal listing",
      "description": "Creates a shared listing for a portal.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1244",
      "queryId": null,
      "outputId": "type_1245"
    },
    {
      "id": "endpoint_1246",
      "controllerId": "controller_1237",
      "path": {
        "path": "/portals/:portalId/listings/:listingId",
        "sdkPath": "portals.listings.update"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/listings/:listingId",
          "sdkPath": "portals.listings.update"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/listings/:listingId",
          "sdkPath": "management.instance.portals.listings.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/listings/:listingId",
          "sdkPath": "dashboard.instance.portals.listings.update"
        }
      ],
      "method": "patch",
      "name": "Update portal listing",
      "description": "Updates listing metadata for a portal listing.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1247",
      "queryId": null,
      "outputId": "type_1248"
    },
    {
      "id": "endpoint_1249",
      "controllerId": "controller_1237",
      "path": {
        "path": "/portals/:portalId/listings/:listingId",
        "sdkPath": "portals.listings.delete"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/listings/:listingId",
          "sdkPath": "portals.listings.delete"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/listings/:listingId",
          "sdkPath": "management.instance.portals.listings.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/listings/:listingId",
          "sdkPath": "dashboard.instance.portals.listings.delete"
        }
      ],
      "method": "delete",
      "name": "Delete portal listing",
      "description": "Deletes a portal listing and all consumer access attached to it.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1250"
    },
    {
      "id": "endpoint_1252",
      "controllerId": "controller_1251",
      "path": {
        "path": "/portals/:portalId/access-requests",
        "sdkPath": "portals.accessRequests.list"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/access-requests",
          "sdkPath": "portals.accessRequests.list"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/access-requests",
          "sdkPath": "management.instance.portals.accessRequests.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/access-requests",
          "sdkPath": "dashboard.instance.portals.accessRequests.list"
        }
      ],
      "method": "get",
      "name": "List portal access requests",
      "description": "Returns a paginated list of access requests for a portal.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1253",
      "outputId": "type_1254"
    },
    {
      "id": "endpoint_1255",
      "controllerId": "controller_1251",
      "path": {
        "path": "/portals/:portalId/access-requests/:accessRequestId",
        "sdkPath": "portals.accessRequests.get"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/access-requests/:accessRequestId",
          "sdkPath": "portals.accessRequests.get"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/access-requests/:accessRequestId",
          "sdkPath": "management.instance.portals.accessRequests.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/access-requests/:accessRequestId",
          "sdkPath": "dashboard.instance.portals.accessRequests.get"
        }
      ],
      "method": "get",
      "name": "Get portal access request",
      "description": "Retrieves a access request by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1256"
    },
    {
      "id": "endpoint_1257",
      "controllerId": "controller_1251",
      "path": {
        "path": "/portals/:portalId/access-requests/:accessRequestId",
        "sdkPath": "portals.accessRequests.update"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/access-requests/:accessRequestId",
          "sdkPath": "portals.accessRequests.update"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/access-requests/:accessRequestId",
          "sdkPath": "management.instance.portals.accessRequests.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/access-requests/:accessRequestId",
          "sdkPath": "dashboard.instance.portals.accessRequests.update"
        }
      ],
      "method": "patch",
      "name": "Review portal access request",
      "description": "Approves or rejects a access request.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1258",
      "queryId": null,
      "outputId": "type_1259"
    },
    {
      "id": "endpoint_1261",
      "controllerId": "controller_1260",
      "path": {
        "path": "/portals/:portalId/consumer-groups",
        "sdkPath": "portals.consumerGroups.list"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/consumer-groups",
          "sdkPath": "portals.consumerGroups.list"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/consumer-groups",
          "sdkPath": "management.instance.portals.consumerGroups.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/consumer-groups",
          "sdkPath": "dashboard.instance.portals.consumerGroups.list"
        }
      ],
      "method": "get",
      "name": "List portal consumer groups",
      "description": "Returns a paginated list of consumer groups for a portal.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1262",
      "outputId": "type_1263"
    },
    {
      "id": "endpoint_1264",
      "controllerId": "controller_1260",
      "path": {
        "path": "/portals/:portalId/consumer-groups/:consumerGroupId",
        "sdkPath": "portals.consumerGroups.get"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/consumer-groups/:consumerGroupId",
          "sdkPath": "portals.consumerGroups.get"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/consumer-groups/:consumerGroupId",
          "sdkPath": "management.instance.portals.consumerGroups.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/consumer-groups/:consumerGroupId",
          "sdkPath": "dashboard.instance.portals.consumerGroups.get"
        }
      ],
      "method": "get",
      "name": "Get portal consumer group",
      "description": "Retrieves a portal consumer group by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1265"
    },
    {
      "id": "endpoint_1266",
      "controllerId": "controller_1260",
      "path": {
        "path": "/portals/:portalId/consumer-groups",
        "sdkPath": "portals.consumerGroups.create"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/consumer-groups",
          "sdkPath": "portals.consumerGroups.create"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/consumer-groups",
          "sdkPath": "management.instance.portals.consumerGroups.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/consumer-groups",
          "sdkPath": "dashboard.instance.portals.consumerGroups.create"
        }
      ],
      "method": "post",
      "name": "Create portal consumer group",
      "description": "Creates a new consumer group for the portal.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1267",
      "queryId": null,
      "outputId": "type_1268"
    },
    {
      "id": "endpoint_1269",
      "controllerId": "controller_1260",
      "path": {
        "path": "/portals/:portalId/consumer-groups/:consumerGroupId",
        "sdkPath": "portals.consumerGroups.update"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/consumer-groups/:consumerGroupId",
          "sdkPath": "portals.consumerGroups.update"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/consumer-groups/:consumerGroupId",
          "sdkPath": "management.instance.portals.consumerGroups.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/consumer-groups/:consumerGroupId",
          "sdkPath": "dashboard.instance.portals.consumerGroups.update"
        }
      ],
      "method": "patch",
      "name": "Update portal consumer group",
      "description": "Updates a consumer group for the portal.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1270",
      "queryId": null,
      "outputId": "type_1271"
    },
    {
      "id": "endpoint_1272",
      "controllerId": "controller_1260",
      "path": {
        "path": "/portals/:portalId/consumer-groups/:consumerGroupId",
        "sdkPath": "portals.consumerGroups.delete"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/consumer-groups/:consumerGroupId",
          "sdkPath": "portals.consumerGroups.delete"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/consumer-groups/:consumerGroupId",
          "sdkPath": "management.instance.portals.consumerGroups.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/consumer-groups/:consumerGroupId",
          "sdkPath": "dashboard.instance.portals.consumerGroups.delete"
        }
      ],
      "method": "delete",
      "name": "Delete portal consumer group",
      "description": "Archives a consumer group for the portal.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1273"
    },
    {
      "id": "endpoint_1275",
      "controllerId": "controller_1274",
      "path": {
        "path": "/portals/:portalId/consumer-profile",
        "sdkPath": "portals.consumerProfiles.list"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/consumer-profile",
          "sdkPath": "portals.consumerProfiles.list"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/consumer-profile",
          "sdkPath": "management.instance.portals.consumerProfiles.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/consumer-profile",
          "sdkPath": "dashboard.instance.portals.consumerProfiles.list"
        }
      ],
      "method": "get",
      "name": "List portal consumer profiles",
      "description": "Returns a paginated list of consumer profiles for a portal.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1276",
      "outputId": "type_1277"
    },
    {
      "id": "endpoint_1278",
      "controllerId": "controller_1274",
      "path": {
        "path": "/portals/:portalId/consumer-profile/:consumerProfileId",
        "sdkPath": "portals.consumerProfiles.get"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/consumer-profile/:consumerProfileId",
          "sdkPath": "portals.consumerProfiles.get"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/consumer-profile/:consumerProfileId",
          "sdkPath": "management.instance.portals.consumerProfiles.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/consumer-profile/:consumerProfileId",
          "sdkPath": "dashboard.instance.portals.consumerProfiles.get"
        }
      ],
      "method": "get",
      "name": "Get portal consumer profile",
      "description": "Retrieves a portal consumer profile by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1279"
    },
    {
      "id": "endpoint_1280",
      "controllerId": "controller_1274",
      "path": {
        "path": "/portals/:portalId/consumer-profile",
        "sdkPath": "portals.consumerProfiles.create"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/consumer-profile",
          "sdkPath": "portals.consumerProfiles.create"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/consumer-profile",
          "sdkPath": "management.instance.portals.consumerProfiles.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/consumer-profile",
          "sdkPath": "dashboard.instance.portals.consumerProfiles.create"
        }
      ],
      "method": "post",
      "name": "Create portal consumer profile",
      "description": "Creates a new portal consumer profile.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1281",
      "queryId": null,
      "outputId": "type_1282"
    },
    {
      "id": "endpoint_1283",
      "controllerId": "controller_1274",
      "path": {
        "path": "/portals/:portalId/consumer-profile/:consumerProfileId",
        "sdkPath": "portals.consumerProfiles.delete"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/consumer-profile/:consumerProfileId",
          "sdkPath": "portals.consumerProfiles.delete"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/consumer-profile/:consumerProfileId",
          "sdkPath": "management.instance.portals.consumerProfiles.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/consumer-profile/:consumerProfileId",
          "sdkPath": "dashboard.instance.portals.consumerProfiles.delete"
        }
      ],
      "method": "delete",
      "name": "Delete portal consumer profile",
      "description": "Soft-deletes a portal consumer profile.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1284"
    },
    {
      "id": "endpoint_1285",
      "controllerId": "controller_1274",
      "path": {
        "path": "/portals/:portalId/consumer-profile/:consumerProfileId/assign-groups",
        "sdkPath": "portals.consumerProfiles.assignGroups"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/consumer-profile/:consumerProfileId/assign-groups",
          "sdkPath": "portals.consumerProfiles.assignGroups"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/consumer-profile/:consumerProfileId/assign-groups",
          "sdkPath": "management.instance.portals.consumerProfiles.assignGroups"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/consumer-profile/:consumerProfileId/assign-groups",
          "sdkPath": "dashboard.instance.portals.consumerProfiles.assignGroups"
        }
      ],
      "method": "post",
      "name": "Assign portal consumer profile groups",
      "description": "Assigns one or more groups to a portal consumer profile.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1286",
      "queryId": null,
      "outputId": "type_1287"
    },
    {
      "id": "endpoint_1288",
      "controllerId": "controller_1274",
      "path": {
        "path": "/portals/:portalId/consumer-profile/:consumerProfileId/unassign-groups",
        "sdkPath": "portals.consumerProfiles.unassignGroups"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/consumer-profile/:consumerProfileId/unassign-groups",
          "sdkPath": "portals.consumerProfiles.unassignGroups"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/consumer-profile/:consumerProfileId/unassign-groups",
          "sdkPath": "management.instance.portals.consumerProfiles.unassignGroups"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/consumer-profile/:consumerProfileId/unassign-groups",
          "sdkPath": "dashboard.instance.portals.consumerProfiles.unassignGroups"
        }
      ],
      "method": "post",
      "name": "Unassign portal consumer profile groups",
      "description": "Removes one or more groups from a portal consumer profile.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1289",
      "queryId": null,
      "outputId": "type_1290"
    },
    {
      "id": "endpoint_1292",
      "controllerId": "controller_1291",
      "path": {
        "path": "/portals/:portalId/consumer-invites",
        "sdkPath": "portals.consumerInvites.list"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/consumer-invites",
          "sdkPath": "portals.consumerInvites.list"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/consumer-invites",
          "sdkPath": "management.instance.portals.consumerInvites.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/consumer-invites",
          "sdkPath": "dashboard.instance.portals.consumerInvites.list"
        }
      ],
      "method": "get",
      "name": "List portal consumer invites",
      "description": "Returns a paginated list of invites for a portal.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1293",
      "outputId": "type_1294"
    },
    {
      "id": "endpoint_1295",
      "controllerId": "controller_1291",
      "path": {
        "path": "/portals/:portalId/consumer-invites",
        "sdkPath": "portals.consumerInvites.create"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/consumer-invites",
          "sdkPath": "portals.consumerInvites.create"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/consumer-invites",
          "sdkPath": "management.instance.portals.consumerInvites.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/consumer-invites",
          "sdkPath": "dashboard.instance.portals.consumerInvites.create"
        }
      ],
      "method": "post",
      "name": "Create portal consumer invite",
      "description": "Invites a consumer to a portal.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1296",
      "queryId": null,
      "outputId": "type_1297"
    },
    {
      "id": "endpoint_1298",
      "controllerId": "controller_1291",
      "path": {
        "path": "/portals/:portalId/consumer-invites/:consumerInviteId",
        "sdkPath": "portals.consumerInvites.get"
      },
      "allPaths": [
        {
          "path": "/portals/:portalId/consumer-invites/:consumerInviteId",
          "sdkPath": "portals.consumerInvites.get"
        },
        {
          "path": "/instances/:instanceId/portals/:portalId/consumer-invites/:consumerInviteId",
          "sdkPath": "management.instance.portals.consumerInvites.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/portals/:portalId/consumer-invites/:consumerInviteId",
          "sdkPath": "dashboard.instance.portals.consumerInvites.get"
        }
      ],
      "method": "get",
      "name": "Get portal consumer invite",
      "description": "Retrieves a portal consumer invite by ID.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1299"
    },
    {
      "id": "endpoint_1301",
      "controllerId": "controller_1300",
      "path": {
        "path": "/provider-templates",
        "sdkPath": "providerTemplates.list"
      },
      "allPaths": [
        {
          "path": "/provider-templates",
          "sdkPath": "providerTemplates.list"
        },
        {
          "path": "/instances/:instanceId/provider-templates",
          "sdkPath": "management.instance.providerTemplates.list"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-templates",
          "sdkPath": "dashboard.instance.providerTemplates.list"
        }
      ],
      "method": "get",
      "name": "List provider templates",
      "description": "Returns a paginated list of provider templates.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": "type_1302",
      "outputId": "type_1303"
    },
    {
      "id": "endpoint_1304",
      "controllerId": "controller_1300",
      "path": {
        "path": "/provider-templates/:providerTemplateId",
        "sdkPath": "providerTemplates.get"
      },
      "allPaths": [
        {
          "path": "/provider-templates/:providerTemplateId",
          "sdkPath": "providerTemplates.get"
        },
        {
          "path": "/instances/:instanceId/provider-templates/:providerTemplateId",
          "sdkPath": "management.instance.providerTemplates.get"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-templates/:providerTemplateId",
          "sdkPath": "dashboard.instance.providerTemplates.get"
        }
      ],
      "method": "get",
      "name": "Get provider template",
      "description": "Retrieves a specific provider template.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1305"
    },
    {
      "id": "endpoint_1306",
      "controllerId": "controller_1300",
      "path": {
        "path": "/provider-templates",
        "sdkPath": "providerTemplates.create"
      },
      "allPaths": [
        {
          "path": "/provider-templates",
          "sdkPath": "providerTemplates.create"
        },
        {
          "path": "/instances/:instanceId/provider-templates",
          "sdkPath": "management.instance.providerTemplates.create"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-templates",
          "sdkPath": "dashboard.instance.providerTemplates.create"
        }
      ],
      "method": "post",
      "name": "Create provider template",
      "description": "Creates a new provider template from an existing integration.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1307",
      "queryId": null,
      "outputId": "type_1308"
    },
    {
      "id": "endpoint_1309",
      "controllerId": "controller_1300",
      "path": {
        "path": "/provider-templates/:providerTemplateId",
        "sdkPath": "providerTemplates.update"
      },
      "allPaths": [
        {
          "path": "/provider-templates/:providerTemplateId",
          "sdkPath": "providerTemplates.update"
        },
        {
          "path": "/instances/:instanceId/provider-templates/:providerTemplateId",
          "sdkPath": "management.instance.providerTemplates.update"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-templates/:providerTemplateId",
          "sdkPath": "dashboard.instance.providerTemplates.update"
        }
      ],
      "method": "patch",
      "name": "Update provider template",
      "description": "Updates an existing provider template.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": "type_1310",
      "queryId": null,
      "outputId": "type_1311"
    },
    {
      "id": "endpoint_1312",
      "controllerId": "controller_1300",
      "path": {
        "path": "/provider-templates/:providerTemplateId",
        "sdkPath": "providerTemplates.delete"
      },
      "allPaths": [
        {
          "path": "/provider-templates/:providerTemplateId",
          "sdkPath": "providerTemplates.delete"
        },
        {
          "path": "/instances/:instanceId/provider-templates/:providerTemplateId",
          "sdkPath": "management.instance.providerTemplates.delete"
        },
        {
          "path": "/dashboard/instances/:instanceId/provider-templates/:providerTemplateId",
          "sdkPath": "dashboard.instance.providerTemplates.delete"
        }
      ],
      "method": "delete",
      "name": "Archive provider template",
      "description": "Archives an existing provider template.",
      "hideInDocs": false,
      "confidential": false,
      "bodyId": null,
      "queryId": null,
      "outputId": "type_1313"
    }
  ],
  "controllers": [
    {
      "id": "controller_0",
      "name": "Instance",
      "description": "An instance is an isolated environment within a Metorial project. Instances are created via the dashboard (since API keys are scoped to instances). Common setups include production, staging, and development instances.",
      "deprecated": false,
      "hideInDocs": true
    },
    {
      "id": "controller_3",
      "name": "Instances",
      "description": "Endpoints for listing and retrieving instances. An instance is an isolated environment within a Metorial project. Instances are created via the dashboard (since API keys are scoped to instances). Common setups include production, staging, and development instances.",
      "deprecated": false,
      "hideInDocs": true
    },
    {
      "id": "controller_8",
      "name": "Token",
      "description": "Endpoint for retrieving metadata about the token used for authentication. This is useful for clients to understand the type and capabilities of the token they are using, especially since Metorial supports multiple token types with different permission models.",
      "deprecated": false,
      "hideInDocs": true
    },
    {
      "id": "controller_11",
      "name": "Test Helper Consumer OAuth",
      "description": "Helpers for testing consumer OAuth flows.",
      "deprecated": false,
      "hideInDocs": true
    },
    {
      "id": "controller_15",
      "name": "Publishers",
      "description": "A publisher is the organization or individual who created and maintains a provider.",
      "deprecated": false,
      "hideInDocs": true,
      "category": {
        "id": "provider",
        "name": "Providers",
        "indexHint": 10
      }
    },
    {
      "id": "controller_21",
      "name": "Providers",
      "description": "A provider is a read-only template for an MCP server integration (like GitHub or Slack). To use a provider, create a deployment from it.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "provider",
        "name": "Providers",
        "indexHint": 10
      }
    },
    {
      "id": "controller_27",
      "name": "Provider Categories",
      "description": "A category groups providers by function like 'Developer Tools' or 'ERPs'.",
      "deprecated": false,
      "hideInDocs": true,
      "category": {
        "id": "provider",
        "name": "Providers",
        "indexHint": 10
      }
    },
    {
      "id": "controller_33",
      "name": "Provider Collections",
      "description": "A collection is a curated set of providers like 'Featured', 'Most Popular', or 'New Arrivals'.",
      "deprecated": false,
      "hideInDocs": true,
      "category": {
        "id": "provider",
        "name": "Providers",
        "indexHint": 10
      }
    },
    {
      "id": "controller_39",
      "name": "Provider Groups",
      "description": "A group is a user-defined custom folder for organizing providers in your instance like 'Sales Tools' or 'Engineering'.",
      "deprecated": false,
      "hideInDocs": true,
      "category": {
        "id": "provider",
        "name": "Providers",
        "indexHint": 10
      }
    },
    {
      "id": "controller_56",
      "name": "Provider Listings",
      "description": "A listing is a provider enriched with marketplace metadata.",
      "deprecated": false,
      "hideInDocs": true,
      "category": {
        "id": "provider",
        "name": "Providers",
        "indexHint": 10
      }
    },
    {
      "id": "controller_62",
      "name": "Provider Versions",
      "description": "A version is a specific release of a provider (e.g., v1.2.0). Each version has its own tools, auth methods, and config schema. Deployments are pinned to a version for security reasons.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "provider",
        "name": "Providers",
        "indexHint": 10
      }
    },
    {
      "id": "controller_68",
      "name": "Provider Specifications",
      "description": "A specification defines what a provider version can do: its tools, auth methods, and required configuration fields.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "provider",
        "name": "Providers",
        "indexHint": 10
      }
    },
    {
      "id": "controller_74",
      "name": "Provider Specification Change Notifications",
      "description": "Provider specification change notifications describe provider schema changes.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "provider",
        "name": "Providers",
        "indexHint": 10
      }
    },
    {
      "id": "controller_80",
      "name": "Provider Triggers",
      "description": "A provider trigger describes an event source a provider can emit for callbacks. Use triggers to discover which callback subscriptions a provider version supports.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "provider",
        "name": "Providers",
        "indexHint": 10
      }
    },
    {
      "id": "controller_86",
      "name": "Provider Tools",
      "description": "A tool is a single action a provider can perform like 'search_issues' or 'send_message'. Tools are what AI agents call via MCP. By default, tools from the latest provider version are returned. Use the optional version filter to get tools for a specific version.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "provider",
        "name": "Providers",
        "indexHint": 10
      }
    },
    {
      "id": "controller_92",
      "name": "Provider Auth Methods",
      "description": "An auth method defines one way to authenticate with a provider (OAuth, API token, or custom credentials). A provider version may support multiple auth methods.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "provider",
        "name": "Providers",
        "indexHint": 10
      }
    },
    {
      "id": "controller_98",
      "name": "Agents",
      "description": "Inspect agents and their linked clients and instances.",
      "deprecated": false,
      "hideInDocs": true,
      "category": {
        "id": "identity",
        "name": "Identity",
        "indexHint": 110
      }
    },
    {
      "id": "controller_109",
      "name": "Identities",
      "description": "Identities bundle credentials under a single owner actor so provider access can be managed and delegated consistently.",
      "deprecated": false,
      "hideInDocs": true,
      "category": {
        "id": "identity",
        "name": "Identity",
        "indexHint": 110
      }
    },
    {
      "id": "controller_123",
      "name": "Identity Actors",
      "description": "Identity actors represent people or agents that can own identities and participate in delegations.",
      "deprecated": false,
      "hideInDocs": true,
      "category": {
        "id": "identity",
        "name": "Identity",
        "indexHint": 110
      }
    },
    {
      "id": "controller_137",
      "name": "Identity Credentials",
      "description": "Identity credentials bind an identity to concrete provider deployment, config, and auth resources.",
      "deprecated": false,
      "hideInDocs": true,
      "category": {
        "id": "identity",
        "name": "Identity",
        "indexHint": 110
      }
    },
    {
      "id": "controller_151",
      "name": "Identity Delegations",
      "description": "Identity delegations grant provider permissions from one identity owner to another actor, with optional per-credential overrides.",
      "deprecated": false,
      "hideInDocs": true,
      "category": {
        "id": "identity",
        "name": "Identity",
        "indexHint": 110
      }
    },
    {
      "id": "controller_162",
      "name": "Identity Delegation Configs",
      "description": "Delegation configs define the default policy for sub-delegation behavior and delegation depth.",
      "deprecated": false,
      "hideInDocs": true,
      "category": {
        "id": "identity",
        "name": "Identity",
        "indexHint": 110
      }
    },
    {
      "id": "controller_176",
      "name": "Identity Delegation Requests",
      "description": "Identity delegation requests represent approval workflows for creating delegations that require consent.",
      "deprecated": false,
      "hideInDocs": true,
      "category": {
        "id": "identity",
        "name": "Identity",
        "indexHint": 110
      }
    },
    {
      "id": "controller_192",
      "name": "Provider Deployments",
      "description": "A deployment is a running instance of a provider, pinned to a specific version. Deployments support custom configuration values and user authentication.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "configuration",
        "name": "Configurations",
        "indexHint": 50
      }
    },
    {
      "id": "controller_206",
      "name": "Provider Configs",
      "description": "A config holds settings for a deployment, like API endpoints or feature flags. Create configs with values directly, or from a saved config vault with pre-saved values.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "configuration",
        "name": "Configurations",
        "indexHint": 50
      }
    },
    {
      "id": "controller_223",
      "name": "Provider Config Vaults",
      "description": "A config vault is a saved, reusable set of configuration values. Use vaults to store credentials once and apply them to multiple deployments without re-entering.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "configuration",
        "name": "Configurations",
        "indexHint": 50
      }
    },
    {
      "id": "controller_237",
      "name": "Provider Auth Configs",
      "description": "An auth config is a user's authenticated connection to a provider. Created when a user completes OAuth or manually enters an API token.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "configuration",
        "name": "Configurations",
        "indexHint": 50
      }
    },
    {
      "id": "controller_251",
      "name": "Provider Auth Credentials",
      "description": "Auth credentials store your OAuth app registration (client ID, client secret, and scopes). These are the app-level credentials you get from a service like GitHub or Slack.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "configuration",
        "name": "Configurations",
        "indexHint": 50
      }
    },
    {
      "id": "controller_265",
      "name": "Provider Setup Sessions",
      "description": "A setup session tracks an in-progress OAuth flow, storing state during the redirect. On success, it creates an auth config with the user's access token.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "configuration",
        "name": "Configurations",
        "indexHint": 50
      }
    },
    {
      "id": "controller_279",
      "name": "Provider Auth Imports",
      "description": "An auth import lets you bring in existing OAuth tokens or credentials from another system, so users don't need to re-authenticate to use Metorial.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "configuration",
        "name": "Configurations",
        "indexHint": 50
      }
    },
    {
      "id": "controller_291",
      "name": "Provider Auth Exports",
      "description": "An auth export lets you extract OAuth tokens or credentials from Metorial to use in other systems, avoiding duplicate authentication flows.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "configuration",
        "name": "Configurations",
        "indexHint": 50
      }
    },
    {
      "id": "controller_300",
      "name": "Integrations",
      "description": "Integrations define reusable provider contracts that can then be materialized into integration instances.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "integration",
        "name": "Integrations",
        "indexHint": 20
      }
    },
    {
      "id": "controller_314",
      "name": "Integration Providers",
      "description": "Integration providers define the shared provider-level contract for a given integration.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "integration",
        "name": "Integrations",
        "indexHint": 20
      }
    },
    {
      "id": "controller_328",
      "name": "Integration Setup Sessions",
      "description": "Integration setup sessions orchestrate configuring every provider required by an integration instance.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "integration",
        "name": "Integrations",
        "indexHint": 20
      }
    },
    {
      "id": "controller_337",
      "name": "Integration Instances",
      "description": "Integration instances materialize an integration for a specific actor, identity, or runtime configuration.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "integration",
        "name": "Integrations",
        "indexHint": 20
      }
    },
    {
      "id": "controller_357",
      "name": "Integration Instance Providers",
      "description": "Integration instance providers resolve the effective per-instance provider materialization for an integration.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "integration",
        "name": "Integrations",
        "indexHint": 20
      }
    },
    {
      "id": "controller_366",
      "name": "Integration Instance Groups",
      "description": "Integration instance groups combine instance providers into a grouped routed configuration.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "integration",
        "name": "Integrations",
        "indexHint": 20
      }
    },
    {
      "id": "controller_386",
      "name": "Integration Instance Group Providers",
      "description": "Integration instance group providers define the effective routed provider set for an integration instance group.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "integration",
        "name": "Integrations",
        "indexHint": 20
      }
    },
    {
      "id": "controller_397",
      "name": "Callbacks",
      "description": "Manage webhook-style callbacks backed by subspace trigger receivers.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "callback",
        "name": "Callbacks",
        "indexHint": 80
      }
    },
    {
      "id": "controller_411",
      "name": "Callback Destinations",
      "description": "Manage callback webhook destinations.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "callback",
        "name": "Callbacks",
        "indexHint": 80
      }
    },
    {
      "id": "controller_425",
      "name": "Callback Events",
      "description": "Read callback trigger events.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "callback",
        "name": "Callbacks",
        "indexHint": 80
      }
    },
    {
      "id": "controller_431",
      "name": "Callback Instances",
      "description": "Attach or detach callback instances for a deployment/config/auth-config combination.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "callback",
        "name": "Callbacks",
        "indexHint": 80
      }
    },
    {
      "id": "controller_442",
      "name": "Callback Notifications",
      "description": "Read callback notification deliveries.",
      "deprecated": false,
      "hideInDocs": true,
      "category": {
        "id": "callback",
        "name": "Callbacks",
        "indexHint": 80
      }
    },
    {
      "id": "controller_448",
      "name": "Networks",
      "description": "Read network records for an instance environment.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "network",
        "name": "Network Access",
        "indexHint": 90
      }
    },
    {
      "id": "controller_457",
      "name": "Enclaves",
      "description": "Read enclave records for provider deployments in an instance.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "network",
        "name": "Network Access",
        "indexHint": 90
      }
    },
    {
      "id": "controller_463",
      "name": "Firewalls",
      "description": "Manage firewalls and their attached network policies.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "network",
        "name": "Network Access",
        "indexHint": 90
      }
    },
    {
      "id": "controller_482",
      "name": "Firewall Bindings",
      "description": "Manage bindings that apply firewalls to enclaves, providers, or networks.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "network",
        "name": "Network Access",
        "indexHint": 90
      }
    },
    {
      "id": "controller_493",
      "name": "Network Policies",
      "description": "Manage reusable network policy definitions and their rules.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "network",
        "name": "Network Access",
        "indexHint": 90
      }
    },
    {
      "id": "controller_515",
      "name": "Sessions",
      "description": "Sessions are connections to providers that allow clients to interact with MCP servers. Each session can include one or more provider deployments.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "session",
        "name": "Sessions",
        "indexHint": 30
      }
    },
    {
      "id": "controller_529",
      "name": "Session Templates",
      "description": "Session templates define reusable configurations for sessions, including which providers to include. Templates can be used to quickly create new sessions with consistent settings.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "session",
        "name": "Sessions",
        "indexHint": 30
      }
    },
    {
      "id": "controller_545",
      "name": "Session Template Providers",
      "description": "Session template providers define which providers should be included when a session is created from a template.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "session",
        "name": "Sessions",
        "indexHint": 30
      }
    },
    {
      "id": "controller_559",
      "name": "Session Providers",
      "description": "Session providers represent the providers that are actively connected to a session. Each session can have multiple providers, and providers can be added or removed during the session lifecycle.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "session",
        "name": "Sessions",
        "indexHint": 30
      }
    },
    {
      "id": "controller_573",
      "name": "Session Participants",
      "description": "Session participants represent the clients and other entities that are connected to a session. This read-only resource tracks who is participating in a session.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "session",
        "name": "Sessions",
        "indexHint": 30
      }
    },
    {
      "id": "controller_579",
      "name": "Session Errors",
      "description": "Session errors track errors that occurred during a session. This read-only resource provides visibility into issues that happened during provider execution.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "session",
        "name": "Sessions",
        "indexHint": 30
      }
    },
    {
      "id": "controller_585",
      "name": "Session Error Groups",
      "description": "Session error groups aggregate similar errors that occurred during a session. This read-only resource helps identify patterns in errors.",
      "deprecated": false,
      "hideInDocs": true,
      "category": {
        "id": "session",
        "name": "Sessions",
        "indexHint": 30
      }
    },
    {
      "id": "controller_591",
      "name": "Provider Runs",
      "description": "Provider runs track the execution of provider operations within a session. This read-only resource provides visibility into provider activity.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "session",
        "name": "Sessions",
        "indexHint": 30
      }
    },
    {
      "id": "controller_599",
      "name": "Monitors",
      "description": "Monitors track automated observability checks for this instance.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "monitoring",
        "name": "Monitoring",
        "indexHint": 40
      }
    },
    {
      "id": "controller_605",
      "name": "Monitor Alerts",
      "description": "Monitor alerts represent detected prompt-injection or schema-change events.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "monitoring",
        "name": "Monitoring",
        "indexHint": 40
      }
    },
    {
      "id": "controller_617",
      "name": "ProtoGuard Alerts",
      "description": "ProtoGuard alerts describe prompt-injection detections.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "monitoring",
        "name": "Monitoring",
        "indexHint": 40
      }
    },
    {
      "id": "controller_623",
      "name": "ProtoGuard Config",
      "description": "ProtoGuard config controls prompt-injection filters and alert thresholds.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "monitoring",
        "name": "Monitoring",
        "indexHint": 40
      }
    },
    {
      "id": "controller_632",
      "name": "Session Messages",
      "description": "Session messages represent the MCP protocol messages exchanged during a session. This read-only resource provides visibility into the communication between clients and providers.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "session",
        "name": "Sessions",
        "indexHint": 30
      }
    },
    {
      "id": "controller_638",
      "name": "Session Connections",
      "description": "Session connections represent the MCP connections established within a session. This read-only resource provides visibility into the connection state and capabilities.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "session",
        "name": "Sessions",
        "indexHint": 30
      }
    },
    {
      "id": "controller_644",
      "name": "Session Events",
      "description": "Session events represent significant occurrences during a session, such as errors or state changes. This read-only resource provides visibility into session activity.",
      "deprecated": false,
      "hideInDocs": true,
      "category": {
        "id": "session",
        "name": "Sessions",
        "indexHint": 30
      }
    },
    {
      "id": "controller_650",
      "name": "Tool Calls",
      "description": "Tool calls represent individual tool invocations within a session. They track the input, output, and status of each tool execution.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "session",
        "name": "Sessions",
        "indexHint": 30
      }
    },
    {
      "id": "controller_659",
      "name": "Magic MCP Endpoints",
      "description": "Magic MCP endpoints combine multiple Magic MCP servers behind one routed connection target.",
      "deprecated": false,
      "hideInDocs": true,
      "category": {
        "id": "magic-mcp",
        "name": "Magic MCP",
        "indexHint": 70
      }
    },
    {
      "id": "controller_679",
      "name": "Magic MCP Servers",
      "description": "Magic MCP servers are stable MCP entrypoints backed by one Subspace session template.",
      "deprecated": false,
      "hideInDocs": true,
      "category": {
        "id": "magic-mcp",
        "name": "Magic MCP",
        "indexHint": 70
      }
    },
    {
      "id": "controller_708",
      "name": "Magic MCP Sessions",
      "description": "Magic MCP sessions map a Magic MCP server to one Subspace session and are created on demand by the MCP connection API.",
      "deprecated": false,
      "hideInDocs": true,
      "category": {
        "id": "magic-mcp",
        "name": "Magic MCP",
        "indexHint": 70
      }
    },
    {
      "id": "controller_714",
      "name": "Magic MCP Tokens",
      "description": "Magic MCP tokens authorize access to Magic MCP servers via the /magic connection API.",
      "deprecated": false,
      "hideInDocs": true,
      "category": {
        "id": "magic-mcp",
        "name": "Magic MCP",
        "indexHint": 70
      }
    },
    {
      "id": "controller_734",
      "name": "Magic MCP Groups",
      "description": "Magic MCP groups categorize servers and can be bound to token access.",
      "deprecated": false,
      "hideInDocs": true,
      "category": {
        "id": "magic-mcp",
        "name": "Magic MCP",
        "indexHint": 70
      }
    },
    {
      "id": "controller_754",
      "name": "Custom Providers",
      "description": "Custom providers allow you to deploy your own MCP servers. Create providers from container images, remote URLs, or serverless functions.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "custom-provider",
        "name": "Custom Providers",
        "indexHint": 120
      }
    },
    {
      "id": "controller_770",
      "name": "Custom Provider Versions",
      "description": "Versions represent different releases of a custom provider. Each version can be deployed to environments.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "custom-provider",
        "name": "Custom Providers",
        "indexHint": 120
      }
    },
    {
      "id": "controller_781",
      "name": "Custom Provider Deployments",
      "description": "Deployments track the build and deployment process of custom provider versions. View deployment status and logs.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "custom-provider",
        "name": "Custom Providers",
        "indexHint": 120
      }
    },
    {
      "id": "controller_789",
      "name": "Custom Provider Commits",
      "description": "Commits represent version promotions between environments. Merge versions from one environment to another or rollback to a previous version.",
      "deprecated": false,
      "hideInDocs": true,
      "category": {
        "id": "custom-provider",
        "name": "Custom Providers",
        "indexHint": 120
      }
    },
    {
      "id": "controller_798",
      "name": "Custom Provider Environments",
      "description": "Environments represent deployment targets for custom provider versions (e.g., staging, production).",
      "deprecated": false,
      "hideInDocs": true,
      "category": {
        "id": "custom-provider",
        "name": "Custom Providers",
        "indexHint": 120
      }
    },
    {
      "id": "controller_804",
      "name": "Documents",
      "description": "Create and manage instance documents backed by Cargo.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "file-collection",
        "name": "File Collections",
        "indexHint": 130
      }
    },
    {
      "id": "controller_823",
      "name": "Document Versions",
      "description": "Inspect document version history for an instance document.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "file-collection",
        "name": "File Collections",
        "indexHint": 130
      }
    },
    {
      "id": "controller_829",
      "name": "Document Participants",
      "description": "Inspect document participants and their linked Metorial resources.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "file-collection",
        "name": "File Collections",
        "indexHint": 130
      }
    },
    {
      "id": "controller_835",
      "name": "Stores",
      "description": "Create and manage instance stores backed by Cargo.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "file-collection",
        "name": "File Collections",
        "indexHint": 130
      }
    },
    {
      "id": "controller_854",
      "name": "Store Items",
      "description": "Inspect items within an instance store.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "file-collection",
        "name": "File Collections",
        "indexHint": 130
      }
    },
    {
      "id": "controller_860",
      "name": "Store Participants",
      "description": "Inspect participants assigned to an instance store.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "file-collection",
        "name": "File Collections",
        "indexHint": 130
      }
    },
    {
      "id": "controller_866",
      "name": "Files",
      "description": "Represents files that you have uploaded to Metorial. Files can be linked to various resources based on their purpose. Metorial can also automatically extract files for you, for example for data exports.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "file-collection",
        "name": "File Collections",
        "indexHint": 130
      }
    },
    {
      "id": "controller_874",
      "name": "File Links",
      "description": "Files are private by default. If you want to share a file, you can create a link for it. Links are public and do not require authentication to access, so be careful with what you share.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "file-collection",
        "name": "File Collections",
        "indexHint": 130
      }
    },
    {
      "id": "controller_885",
      "name": "Skill Configurations",
      "description": "Manage configuration profiles for skill execution.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "skill",
        "name": "Magic Skills",
        "indexHint": 60
      }
    },
    {
      "id": "controller_899",
      "name": "Skills",
      "description": "Skills group provider and integration capabilities into reusable, owned compositions.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "skill",
        "name": "Magic Skills",
        "indexHint": 60
      }
    },
    {
      "id": "controller_921",
      "name": "Skill Agents",
      "description": "Manage sub-agents attached to a skill.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "skill",
        "name": "Magic Skills",
        "indexHint": 60
      }
    },
    {
      "id": "controller_935",
      "name": "Skill Groups",
      "description": "Skill groups organize skills into reusable collections.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "skill",
        "name": "Magic Skills",
        "indexHint": 60
      }
    },
    {
      "id": "controller_949",
      "name": "Skill Group Items",
      "description": "Skill group items link groups to skills.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "skill",
        "name": "Magic Skills",
        "indexHint": 60
      }
    },
    {
      "id": "controller_960",
      "name": "Skill Items",
      "description": "Skill items attach integrations and providers to skills.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "skill",
        "name": "Magic Skills",
        "indexHint": 60
      }
    },
    {
      "id": "controller_971",
      "name": "Skill Participants",
      "description": "Inspect participants associated with an instance skill.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "skill",
        "name": "Magic Skills",
        "indexHint": 60
      }
    },
    {
      "id": "controller_977",
      "name": "Skill Templates",
      "description": "Skill templates define reusable starting points for skills.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "skill",
        "name": "Magic Skills",
        "indexHint": 60
      }
    },
    {
      "id": "controller_991",
      "name": "Skill Template Items",
      "description": "Skill template items link template definitions to provider and integration items.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "skill",
        "name": "Magic Skills",
        "indexHint": 60
      }
    },
    {
      "id": "controller_1002",
      "name": "Skill Versions",
      "description": "Inspect version history and snapshots for a skill.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "skill",
        "name": "Magic Skills",
        "indexHint": 60
      }
    },
    {
      "id": "controller_1010",
      "name": "Skill Exports",
      "description": "Export skills, skill plugins, and skill marketplaces as zip files.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "skill",
        "name": "Magic Skills",
        "indexHint": 60
      }
    },
    {
      "id": "controller_1019",
      "name": "Skill Marketplaces",
      "description": "Manage skill marketplaces for an instance.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "skill",
        "name": "Magic Skills",
        "indexHint": 60
      }
    },
    {
      "id": "controller_1036",
      "name": "Skill Marketplace Plugins",
      "description": "Manage plugin links for skill marketplaces.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "skill",
        "name": "Magic Skills",
        "indexHint": 60
      }
    },
    {
      "id": "controller_1047",
      "name": "Skill Plugins",
      "description": "Manage skill plugins for an instance.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "skill",
        "name": "Magic Skills",
        "indexHint": 60
      }
    },
    {
      "id": "controller_1064",
      "name": "Skill Plugin Skills",
      "description": "Manage skill links for skill plugins.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "skill",
        "name": "Magic Skills",
        "indexHint": 60
      }
    },
    {
      "id": "controller_1078",
      "name": "Consumer Session",
      "description": "Inspect the authenticated consumer session and profile.",
      "deprecated": false,
      "hideInDocs": true
    },
    {
      "id": "controller_1088",
      "name": "Consumer Providers",
      "description": "Browse and configure portal providers from the consumer side.",
      "deprecated": false,
      "hideInDocs": true
    },
    {
      "id": "controller_1119",
      "name": "API Key",
      "description": "Read and write API key information",
      "deprecated": false,
      "hideInDocs": true
    },
    {
      "id": "controller_1138",
      "name": "Assistants",
      "description": "Assistant and conversation endpoints",
      "deprecated": false,
      "hideInDocs": false
    },
    {
      "id": "controller_1166",
      "name": "Consumers",
      "description": "Manage instance consumers independently from portals and inspect the profiles linked to each consumer.",
      "deprecated": false,
      "hideInDocs": true
    },
    {
      "id": "controller_1186",
      "name": "Consumer Surfaces",
      "description": "List and retrieve consumer surfaces for an instance.",
      "deprecated": false,
      "hideInDocs": true
    },
    {
      "id": "controller_1192",
      "name": "Portal",
      "description": "Use Portals to create custom branded MCP server marketplaces for your organization.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "portal",
        "name": "Portals",
        "indexHint": 100
      }
    },
    {
      "id": "controller_1206",
      "name": "Portal Auth",
      "description": "Manage the Ares-backed authentication configuration for a portal.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "portal",
        "name": "Portals",
        "indexHint": 100
      }
    },
    {
      "id": "controller_1223",
      "name": "Portal Access",
      "description": "Manage which consumer groups can access portal provider templates and MCP servers.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "portal",
        "name": "Portals",
        "indexHint": 100
      }
    },
    {
      "id": "controller_1237",
      "name": "Portal Listings",
      "description": "Read the shared listings available on a portal surface.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "portal",
        "name": "Portals",
        "indexHint": 100
      }
    },
    {
      "id": "controller_1251",
      "name": "Portal Access Requests",
      "description": "Review and resolve access requests for a portal.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "portal",
        "name": "Portals",
        "indexHint": 100
      }
    },
    {
      "id": "controller_1260",
      "name": "Portal Consumer Groups",
      "description": "Manage the consumer groups that drive portal visibility and access rules.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "portal",
        "name": "Portals",
        "indexHint": 100
      }
    },
    {
      "id": "controller_1274",
      "name": "Portal Consumer Profiles",
      "description": "Manage the consumers and effective group assignments for a portal.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "portal",
        "name": "Portals",
        "indexHint": 100
      }
    },
    {
      "id": "controller_1291",
      "name": "Portal Consumer Invites",
      "description": "List and inspect consumer invites for a portal.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "portal",
        "name": "Portals",
        "indexHint": 100
      }
    },
    {
      "id": "controller_1300",
      "name": "Provider Templates",
      "description": "Provider templates are reusable, consumer-facing wrappers around integrations.",
      "deprecated": false,
      "hideInDocs": false,
      "category": {
        "id": "portal",
        "name": "Portals",
        "indexHint": 100
      }
    }
  ],
  "types": [
    {
      "id": "type_2",
      "name": "instance",
      "type": {
        "examples": [
          {
            "object": "organization.instance",
            "id": "ins_9sTuVwXyZaBcDeFg",
            "slug": "production-env",
            "name": "Production Environment",
            "organization_id": "org_7hNkPqRsTuVwXyZa",
            "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
            "type": "development",
            "created_at": "2026-01-29T12:35:22.304Z",
            "updated_at": "2026-01-29T12:35:22.304Z",
            "project": {
              "object": "organization.project",
              "id": "prj_3bCdEfGhJkLmNpQr",
              "status": "active",
              "slug": "api-integration",
              "name": "API Integration",
              "organization_id": "org_7hNkPqRsTuVwXyZa",
              "magic_mcp_session_duration_minutes": 1440,
              "created_at": "2026-07-06T14:04:38.460Z",
              "updated_at": "2026-07-06T14:04:38.460Z"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "organization.instance"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "ins_9sTuVwXyZaBcDeFg"
            ],
            "type": "string",
            "name": "id",
            "description": "The instance's unique identifier",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [
              "production-env"
            ],
            "type": "string",
            "name": "slug",
            "description": "The instance's slug",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Environment"
            ],
            "type": "string",
            "name": "name",
            "description": "The instance's name",
            "optional": false,
            "nullable": false
          },
          "organization_id": {
            "examples": [
              "org_7hNkPqRsTuVwXyZa"
            ],
            "type": "string",
            "name": "organization_id",
            "description": "The organization's unique identifier",
            "optional": false,
            "nullable": false
          },
          "sandbox_id": {
            "examples": [
              "sbx_9sTuVwXyZaBcDeFg"
            ],
            "type": "string",
            "name": "sandbox_id",
            "description": "The sandbox's unique identifier, if this instance is a sandbox",
            "optional": false,
            "nullable": true
          },
          "type": {
            "examples": [
              "development",
              "production"
            ],
            "type": "enum",
            "name": "type",
            "description": "The instance's type",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2026-01-29T12:35:22.304Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "The instance's creation date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-29T12:35:22.304Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "The instance's last update date",
            "optional": false,
            "nullable": false
          },
          "project": {
            "examples": [
              {
                "object": "organization.project",
                "id": "prj_3bCdEfGhJkLmNpQr",
                "status": "active",
                "slug": "api-integration",
                "name": "API Integration",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "magic_mcp_session_duration_minutes": 1440,
                "created_at": "2026-07-06T14:04:38.460Z",
                "updated_at": "2026-07-06T14:04:38.460Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "organization.project"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "prj_3bCdEfGhJkLmNpQr"
                ],
                "type": "string",
                "name": "id",
                "description": "The project's unique identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "The project's status",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [
                  "api-integration"
                ],
                "type": "string",
                "name": "slug",
                "description": "The project's slug",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "API Integration"
                ],
                "type": "string",
                "name": "name",
                "description": "The project's name",
                "optional": false,
                "nullable": false
              },
              "organization_id": {
                "examples": [
                  "org_7hNkPqRsTuVwXyZa"
                ],
                "type": "string",
                "name": "organization_id",
                "description": "The organization's unique identifier",
                "optional": false,
                "nullable": false
              },
              "magic_mcp_session_duration_minutes": {
                "examples": [
                  1440
                ],
                "type": "number",
                "name": "magic_mcp_session_duration_minutes",
                "description": "How long magic MCP sessions last before they are rotated",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2026-07-06T14:04:38.460Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "The project's creation date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-07-06T14:04:38.460Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "The project's last update date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_5",
      "name": "instance",
      "type": {
        "examples": [
          {
            "object": "organization.instance",
            "id": "ins_9sTuVwXyZaBcDeFg",
            "slug": "production-env",
            "name": "Production Environment",
            "organization_id": "org_7hNkPqRsTuVwXyZa",
            "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
            "type": "development",
            "created_at": "2026-01-29T12:35:22.304Z",
            "updated_at": "2026-01-29T12:35:22.304Z",
            "project": {
              "object": "organization.project",
              "id": "prj_3bCdEfGhJkLmNpQr",
              "status": "active",
              "slug": "api-integration",
              "name": "API Integration",
              "organization_id": "org_7hNkPqRsTuVwXyZa",
              "magic_mcp_session_duration_minutes": 1440,
              "created_at": "2026-07-06T14:04:38.460Z",
              "updated_at": "2026-07-06T14:04:38.460Z"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "organization.instance"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "ins_9sTuVwXyZaBcDeFg"
            ],
            "type": "string",
            "name": "id",
            "description": "The instance's unique identifier",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [
              "production-env"
            ],
            "type": "string",
            "name": "slug",
            "description": "The instance's slug",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Environment"
            ],
            "type": "string",
            "name": "name",
            "description": "The instance's name",
            "optional": false,
            "nullable": false
          },
          "organization_id": {
            "examples": [
              "org_7hNkPqRsTuVwXyZa"
            ],
            "type": "string",
            "name": "organization_id",
            "description": "The organization's unique identifier",
            "optional": false,
            "nullable": false
          },
          "sandbox_id": {
            "examples": [
              "sbx_9sTuVwXyZaBcDeFg"
            ],
            "type": "string",
            "name": "sandbox_id",
            "description": "The sandbox's unique identifier, if this instance is a sandbox",
            "optional": false,
            "nullable": true
          },
          "type": {
            "examples": [
              "development",
              "production"
            ],
            "type": "enum",
            "name": "type",
            "description": "The instance's type",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2026-01-29T12:35:22.304Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "The instance's creation date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-29T12:35:22.304Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "The instance's last update date",
            "optional": false,
            "nullable": false
          },
          "project": {
            "examples": [
              {
                "object": "organization.project",
                "id": "prj_3bCdEfGhJkLmNpQr",
                "status": "active",
                "slug": "api-integration",
                "name": "API Integration",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "magic_mcp_session_duration_minutes": 1440,
                "created_at": "2026-07-06T14:04:38.460Z",
                "updated_at": "2026-07-06T14:04:38.460Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "organization.project"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "prj_3bCdEfGhJkLmNpQr"
                ],
                "type": "string",
                "name": "id",
                "description": "The project's unique identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "The project's status",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [
                  "api-integration"
                ],
                "type": "string",
                "name": "slug",
                "description": "The project's slug",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "API Integration"
                ],
                "type": "string",
                "name": "name",
                "description": "The project's name",
                "optional": false,
                "nullable": false
              },
              "organization_id": {
                "examples": [
                  "org_7hNkPqRsTuVwXyZa"
                ],
                "type": "string",
                "name": "organization_id",
                "description": "The organization's unique identifier",
                "optional": false,
                "nullable": false
              },
              "magic_mcp_session_duration_minutes": {
                "examples": [
                  1440
                ],
                "type": "number",
                "name": "magic_mcp_session_duration_minutes",
                "description": "How long magic MCP sessions last before they are rotated",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2026-07-06T14:04:38.460Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "The project's creation date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-07-06T14:04:38.460Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "The project's last update date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_7",
      "name": "instanceList",
      "type": {
        "examples": [
          {
            "object": "list",
            "items": [
              {
                "object": "organization.instance",
                "id": "ins_9sTuVwXyZaBcDeFg",
                "slug": "production-env",
                "name": "Production Environment",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                "type": "development",
                "created_at": "2026-01-29T12:35:22.304Z",
                "updated_at": "2026-01-29T12:35:22.304Z",
                "project": {
                  "object": "organization.project",
                  "id": "prj_3bCdEfGhJkLmNpQr",
                  "status": "active",
                  "slug": "api-integration",
                  "name": "API Integration",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "magic_mcp_session_duration_minutes": 1440,
                  "created_at": "2026-07-06T14:04:38.460Z",
                  "updated_at": "2026-07-06T14:04:38.460Z"
                }
              },
              {
                "object": "organization.instance",
                "id": "ins_9sTuVwXyZaBcDeFg",
                "slug": "production-env",
                "name": "Production Environment",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                "type": "development",
                "created_at": "2026-01-29T12:35:22.304Z",
                "updated_at": "2026-01-29T12:35:22.304Z",
                "project": {
                  "object": "organization.project",
                  "id": "prj_3bCdEfGhJkLmNpQr",
                  "status": "active",
                  "slug": "api-integration",
                  "name": "API Integration",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "magic_mcp_session_duration_minutes": 1440,
                  "created_at": "2026-07-06T14:04:38.460Z",
                  "updated_at": "2026-07-06T14:04:38.460Z"
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "list"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "items": {
            "examples": [
              [
                {
                  "object": "organization.instance",
                  "id": "ins_9sTuVwXyZaBcDeFg",
                  "slug": "production-env",
                  "name": "Production Environment",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                  "type": "development",
                  "created_at": "2026-01-29T12:35:22.304Z",
                  "updated_at": "2026-01-29T12:35:22.304Z",
                  "project": {
                    "object": "organization.project",
                    "id": "prj_3bCdEfGhJkLmNpQr",
                    "status": "active",
                    "slug": "api-integration",
                    "name": "API Integration",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "magic_mcp_session_duration_minutes": 1440,
                    "created_at": "2026-07-06T14:04:38.460Z",
                    "updated_at": "2026-07-06T14:04:38.460Z"
                  }
                },
                {
                  "object": "organization.instance",
                  "id": "ins_9sTuVwXyZaBcDeFg",
                  "slug": "production-env",
                  "name": "Production Environment",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                  "type": "development",
                  "created_at": "2026-01-29T12:35:22.304Z",
                  "updated_at": "2026-01-29T12:35:22.304Z",
                  "project": {
                    "object": "organization.project",
                    "id": "prj_3bCdEfGhJkLmNpQr",
                    "status": "active",
                    "slug": "api-integration",
                    "name": "API Integration",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "magic_mcp_session_duration_minutes": 1440,
                    "created_at": "2026-07-06T14:04:38.460Z",
                    "updated_at": "2026-07-06T14:04:38.460Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "organization.instance",
                    "id": "ins_9sTuVwXyZaBcDeFg",
                    "slug": "production-env",
                    "name": "Production Environment",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                    "type": "development",
                    "created_at": "2026-01-29T12:35:22.304Z",
                    "updated_at": "2026-01-29T12:35:22.304Z",
                    "project": {
                      "object": "organization.project",
                      "id": "prj_3bCdEfGhJkLmNpQr",
                      "status": "active",
                      "slug": "api-integration",
                      "name": "API Integration",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "magic_mcp_session_duration_minutes": 1440,
                      "created_at": "2026-07-06T14:04:38.460Z",
                      "updated_at": "2026-07-06T14:04:38.460Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.instance"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "ins_9sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The instance's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [
                      "production-env"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "The instance's slug",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production Environment"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The instance's name",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "sandbox_id": {
                    "examples": [
                      "sbx_9sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "sandbox_id",
                    "description": "The sandbox's unique identifier, if this instance is a sandbox",
                    "optional": false,
                    "nullable": true
                  },
                  "type": {
                    "examples": [
                      "development",
                      "production"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The instance's type",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2026-01-29T12:35:22.304Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "The instance's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-29T12:35:22.304Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The instance's last update date",
                    "optional": false,
                    "nullable": false
                  },
                  "project": {
                    "examples": [
                      {
                        "object": "organization.project",
                        "id": "prj_3bCdEfGhJkLmNpQr",
                        "status": "active",
                        "slug": "api-integration",
                        "name": "API Integration",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "magic_mcp_session_duration_minutes": 1440,
                        "created_at": "2026-07-06T14:04:38.460Z",
                        "updated_at": "2026-07-06T14:04:38.460Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "organization.project"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "prj_3bCdEfGhJkLmNpQr"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The project's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "The project's status",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [
                          "api-integration"
                        ],
                        "type": "string",
                        "name": "slug",
                        "description": "The project's slug",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "API Integration"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "The project's name",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_id": {
                        "examples": [
                          "org_7hNkPqRsTuVwXyZa"
                        ],
                        "type": "string",
                        "name": "organization_id",
                        "description": "The organization's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "magic_mcp_session_duration_minutes": {
                        "examples": [
                          1440
                        ],
                        "type": "number",
                        "name": "magic_mcp_session_duration_minutes",
                        "description": "How long magic MCP sessions last before they are rotated",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2026-07-06T14:04:38.460Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "The project's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-07-06T14:04:38.460Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The project's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "items",
            "description": "The list of instances",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_10",
      "name": "token",
      "type": {
        "examples": [
          {
            "object": "token",
            "type": "fine_grained_token",
            "organization": {
              "object": "token.organization",
              "id": "org_7hNkPqRsTuVwXyZa",
              "name": "Acme Corporation",
              "slug": "acme-corporation"
            },
            "instance": {
              "object": "token.instance",
              "id": "ins_1a23BcDeFgHiJkLm",
              "name": "Production Instance",
              "slug": "production-instance",
              "project_id": "prj_4x5YzAbCdEfGhIj"
            },
            "project": {
              "object": "token.project",
              "id": "prj_4x5YzAbCdEfGhIj",
              "name": "Acme Web App",
              "slug": "acme-web-app"
            },
            "actor": {
              "object": "token.organization_actor",
              "id": "omem_5fGhJkLmNpQrStUv",
              "type": "member",
              "name": "Example"
            },
            "member": {
              "object": "token.organization_member",
              "id": "omem_5fGhJkLmNpQrStUv",
              "name": "Example"
            },
            "user": {
              "object": "token.user",
              "id": "user_1a2b3c4d5e6f7g8h",
              "name": "Example User"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "token"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "fine_grained_token",
              "oauth_access_token",
              "unknown_token",
              "user_auth_token",
              "organization_management_token",
              "instance_access_token_secret",
              "instance_access_token_publishable"
            ],
            "type": "enum",
            "name": "type",
            "description": "The token's type",
            "optional": false,
            "nullable": false
          },
          "organization": {
            "examples": [
              {
                "object": "token.organization",
                "id": "org_7hNkPqRsTuVwXyZa",
                "name": "Acme Corporation",
                "slug": "acme-corporation"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "token.organization"
                ],
                "type": "literal",
                "description": "String representing the organization's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "org_7hNkPqRsTuVwXyZa"
                ],
                "type": "string",
                "name": "id",
                "description": "The organization's unique identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Acme Corporation"
                ],
                "type": "string",
                "name": "name",
                "description": "The organization's name",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [
                  "acme-corporation"
                ],
                "type": "string",
                "name": "slug",
                "description": "The organization's slug",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "instance": {
            "examples": [
              {
                "object": "token.instance",
                "id": "ins_1a23BcDeFgHiJkLm",
                "name": "Production Instance",
                "slug": "production-instance",
                "project_id": "prj_4x5YzAbCdEfGhIj"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "token.instance"
                ],
                "type": "literal",
                "description": "String representing the instance's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "ins_1a23BcDeFgHiJkLm"
                ],
                "type": "string",
                "name": "id",
                "description": "The instance's unique identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Instance"
                ],
                "type": "string",
                "name": "name",
                "description": "The instance's name",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [
                  "production-instance"
                ],
                "type": "string",
                "name": "slug",
                "description": "The instance's slug",
                "optional": false,
                "nullable": false
              },
              "project_id": {
                "examples": [
                  "prj_4x5YzAbCdEfGhIj"
                ],
                "type": "string",
                "name": "project_id",
                "description": "The instance's project ID",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "project": {
            "examples": [
              {
                "object": "token.project",
                "id": "prj_4x5YzAbCdEfGhIj",
                "name": "Acme Web App",
                "slug": "acme-web-app"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "token.project"
                ],
                "type": "literal",
                "description": "String representing the project's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "prj_4x5YzAbCdEfGhIj"
                ],
                "type": "string",
                "name": "id",
                "description": "The project's unique identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Acme Web App"
                ],
                "type": "string",
                "name": "name",
                "description": "The project's name",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [
                  "acme-web-app"
                ],
                "type": "string",
                "name": "slug",
                "description": "The project's slug",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "actor": {
            "examples": [
              {
                "object": "token.organization_actor",
                "id": "omem_5fGhJkLmNpQrStUv",
                "type": "member",
                "name": "Example"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "token.organization_actor"
                ],
                "type": "literal",
                "description": "String representing the organization actor's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "omem_5fGhJkLmNpQrStUv"
                ],
                "type": "string",
                "name": "id",
                "description": "The organization actor's unique identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "member",
                  "machine_access"
                ],
                "type": "enum",
                "name": "type",
                "description": "The organization actor's type",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Example"
                ],
                "type": "string",
                "name": "name",
                "description": "The organization actor's name",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "member": {
            "examples": [
              {
                "object": "token.organization_member",
                "id": "omem_5fGhJkLmNpQrStUv",
                "name": "Example"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "token.organization_member"
                ],
                "type": "literal",
                "description": "String representing the organization member's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "omem_5fGhJkLmNpQrStUv"
                ],
                "type": "string",
                "name": "id",
                "description": "The organization member's unique identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Example"
                ],
                "type": "string",
                "name": "name",
                "description": "The organization member's name",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "user": {
            "examples": [
              {
                "object": "token.user",
                "id": "user_1a2b3c4d5e6f7g8h",
                "name": "Example User"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "token.user"
                ],
                "type": "literal",
                "description": "String representing the user's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "user_1a2b3c4d5e6f7g8h"
                ],
                "type": "string",
                "name": "id",
                "description": "The user's unique identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Example User"
                ],
                "type": "string",
                "name": "name",
                "description": "The user's name",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_13",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "instance_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "consumer_profile_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "magic_mcp_endpoint_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_14",
      "name": "consumer_oauth_test_authorization",
      "type": {
        "examples": [
          {
            "object": "test_helper.consumer_oauth_authorization"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "test_helper.consumer_oauth_authorization"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_17",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {},
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_18",
      "name": "publisher",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "provider.publisher",
                "id": "pub_9hJkLmNpQrStUvWx",
                "name": "Acme Corp",
                "description": "A leading provider of developer tools",
                "image_url": "https://cdn.metorial.com/images/acme.png",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "provider.publisher",
                  "id": "pub_9hJkLmNpQrStUvWx",
                  "name": "Acme Corp",
                  "description": "A leading provider of developer tools",
                  "image_url": "https://cdn.metorial.com/images/acme.png",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider.publisher",
                  "id": "pub_9hJkLmNpQrStUvWx",
                  "name": "Acme Corp",
                  "description": "A leading provider of developer tools",
                  "image_url": "https://cdn.metorial.com/images/acme.png",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.publisher",
                    "id": "pub_9hJkLmNpQrStUvWx",
                    "name": "Acme Corp",
                    "description": "A leading provider of developer tools",
                    "image_url": "https://cdn.metorial.com/images/acme.png",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.publisher"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pub_9hJkLmNpQrStUvWx"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique publisher identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Acme Corp"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the publisher",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "A leading provider of developer tools"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Brief description of the publisher",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://cdn.metorial.com/images/acme.png"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "URL of the publisher logo",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_20",
      "name": "publisher",
      "type": {
        "examples": [
          {
            "object": "provider.publisher",
            "id": "pub_9hJkLmNpQrStUvWx",
            "name": "Acme Corp",
            "description": "A leading provider of developer tools",
            "image_url": "https://cdn.metorial.com/images/acme.png",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.publisher"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pub_9hJkLmNpQrStUvWx"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique publisher identifier",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Acme Corp"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name of the publisher",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "A leading provider of developer tools"
            ],
            "type": "string",
            "name": "description",
            "description": "Brief description of the publisher",
            "optional": false,
            "nullable": true
          },
          "image_url": {
            "examples": [
              "https://cdn.metorial.com/images/acme.png"
            ],
            "type": "string",
            "name": "image_url",
            "description": "URL of the publisher logo",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_23",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider ID(s)",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_24",
      "name": "provider",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "provider",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "access": "public",
                "status": "active",
                "publisher": {
                  "object": "provider.publisher",
                  "id": "pub_9hJkLmNpQrStUvWx",
                  "name": "Acme Corp",
                  "description": "A leading provider of developer tools",
                  "image_url": "https://cdn.metorial.com/images/acme.png",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "current_version": {
                  "object": "provider.version",
                  "id": "prv_4dEfGhJkLmNpQrSt",
                  "version": "1.0.0",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "Version 1.0.0",
                  "metadata": {},
                  "specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "oauth": {
                  "status": "enabled",
                  "auto_registration": {
                    "status": "supported"
                  }
                },
                "metadata": {},
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "provider",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "access": "public",
                  "status": "active",
                  "publisher": {
                    "object": "provider.publisher",
                    "id": "pub_9hJkLmNpQrStUvWx",
                    "name": "Acme Corp",
                    "description": "A leading provider of developer tools",
                    "image_url": "https://cdn.metorial.com/images/acme.png",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "current_version": {
                    "object": "provider.version",
                    "id": "prv_4dEfGhJkLmNpQrSt",
                    "version": "1.0.0",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "Version 1.0.0",
                    "metadata": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "oauth": {
                    "status": "enabled",
                    "auto_registration": {
                      "status": "supported"
                    }
                  },
                  "metadata": {},
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "access": "public",
                  "status": "active",
                  "publisher": {
                    "object": "provider.publisher",
                    "id": "pub_9hJkLmNpQrStUvWx",
                    "name": "Acme Corp",
                    "description": "A leading provider of developer tools",
                    "image_url": "https://cdn.metorial.com/images/acme.png",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "current_version": {
                    "object": "provider.version",
                    "id": "prv_4dEfGhJkLmNpQrSt",
                    "version": "1.0.0",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "Version 1.0.0",
                    "metadata": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "oauth": {
                    "status": "enabled",
                    "auto_registration": {
                      "status": "supported"
                    }
                  },
                  "metadata": {},
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "access": "public",
                    "status": "active",
                    "publisher": {
                      "object": "provider.publisher",
                      "id": "pub_9hJkLmNpQrStUvWx",
                      "name": "Acme Corp",
                      "description": "A leading provider of developer tools",
                      "image_url": "https://cdn.metorial.com/images/acme.png",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "current_version": {
                      "object": "provider.version",
                      "id": "prv_4dEfGhJkLmNpQrSt",
                      "version": "1.0.0",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "Version 1.0.0",
                      "metadata": {},
                      "specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "oauth": {
                      "status": "enabled",
                      "auto_registration": {
                        "status": "supported"
                      }
                    },
                    "metadata": {},
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "access": {
                    "examples": [
                      "public",
                      "tenant"
                    ],
                    "type": "enum",
                    "name": "access",
                    "description": "Access level of the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current status of the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "publisher": {
                    "examples": [
                      {
                        "object": "provider.publisher",
                        "id": "pub_9hJkLmNpQrStUvWx",
                        "name": "Acme Corp",
                        "description": "A leading provider of developer tools",
                        "image_url": "https://cdn.metorial.com/images/acme.png",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.publisher"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pub_9hJkLmNpQrStUvWx"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique publisher identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Acme Corp"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the publisher",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "A leading provider of developer tools"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Brief description of the publisher",
                        "optional": false,
                        "nullable": true
                      },
                      "image_url": {
                        "examples": [
                          "https://cdn.metorial.com/images/acme.png"
                        ],
                        "type": "string",
                        "name": "image_url",
                        "description": "URL of the publisher logo",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "current_version": {
                    "examples": [
                      {
                        "object": "provider.version",
                        "id": "prv_4dEfGhJkLmNpQrSt",
                        "version": "1.0.0",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "Version 1.0.0",
                        "metadata": {},
                        "specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.version"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "prv_4dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique version identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "version": {
                        "examples": [
                          "1.0.0"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Version identifier string",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_current": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_current",
                        "description": "Whether this is the current version",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Version 1.0.0"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Version name",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "name": "description",
                        "description": "Version description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "specification_id": {
                        "examples": [
                          "psp_9gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "specification_id",
                        "description": "Specification ID",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "oauth": {
                    "examples": [
                      {
                        "status": "enabled",
                        "auto_registration": {
                          "status": "supported"
                        }
                      }
                    ],
                    "properties": {
                      "status": {
                        "examples": [
                          "enabled",
                          "disabled"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "OAuth status",
                        "optional": false,
                        "nullable": false
                      },
                      "callback_url": {
                        "examples": [],
                        "type": "string",
                        "name": "callback_url",
                        "description": "OAuth callback URL",
                        "optional": false,
                        "nullable": true
                      },
                      "auto_registration": {
                        "examples": [
                          {
                            "status": "supported"
                          }
                        ],
                        "properties": {
                          "status": {
                            "examples": [
                              "supported",
                              "unsupported"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Auto-registration status",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "identifier": {
                    "examples": [],
                    "type": "string",
                    "name": "identifier",
                    "description": "Provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "name": "description",
                    "description": "Brief description of the provider",
                    "optional": false,
                    "nullable": true
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "name": "slug",
                    "description": "URL-friendly identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_26",
      "name": "provider",
      "type": {
        "examples": [
          {
            "object": "provider",
            "id": "pro_5gHjKlMnPqRsTuVw",
            "access": "public",
            "status": "active",
            "publisher": {
              "object": "provider.publisher",
              "id": "pub_9hJkLmNpQrStUvWx",
              "name": "Acme Corp",
              "description": "A leading provider of developer tools",
              "image_url": "https://cdn.metorial.com/images/acme.png",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "current_version": {
              "object": "provider.version",
              "id": "prv_4dEfGhJkLmNpQrSt",
              "version": "1.0.0",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "name": "Version 1.0.0",
              "metadata": {},
              "specification_id": "psp_9gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "oauth": {
              "status": "enabled",
              "auto_registration": {
                "status": "supported"
              }
            },
            "metadata": {},
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique provider identifier",
            "optional": false,
            "nullable": false
          },
          "access": {
            "examples": [
              "public",
              "tenant"
            ],
            "type": "enum",
            "name": "access",
            "description": "Access level of the provider",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current status of the provider",
            "optional": false,
            "nullable": false
          },
          "publisher": {
            "examples": [
              {
                "object": "provider.publisher",
                "id": "pub_9hJkLmNpQrStUvWx",
                "name": "Acme Corp",
                "description": "A leading provider of developer tools",
                "image_url": "https://cdn.metorial.com/images/acme.png",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.publisher"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pub_9hJkLmNpQrStUvWx"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique publisher identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Acme Corp"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name of the publisher",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "A leading provider of developer tools"
                ],
                "type": "string",
                "name": "description",
                "description": "Brief description of the publisher",
                "optional": false,
                "nullable": true
              },
              "image_url": {
                "examples": [
                  "https://cdn.metorial.com/images/acme.png"
                ],
                "type": "string",
                "name": "image_url",
                "description": "URL of the publisher logo",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "current_version": {
            "examples": [
              {
                "object": "provider.version",
                "id": "prv_4dEfGhJkLmNpQrSt",
                "version": "1.0.0",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "name": "Version 1.0.0",
                "metadata": {},
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.version"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "prv_4dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique version identifier",
                "optional": false,
                "nullable": false
              },
              "version": {
                "examples": [
                  "1.0.0"
                ],
                "type": "string",
                "name": "identifier",
                "description": "Version identifier string",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "is_current": {
                "examples": [],
                "type": "boolean",
                "name": "is_current",
                "description": "Whether this is the current version",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Version 1.0.0"
                ],
                "type": "string",
                "name": "name",
                "description": "Version name",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "name": "description",
                "description": "Version description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "specification_id": {
                "examples": [
                  "psp_9gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "specification_id",
                "description": "Specification ID",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "oauth": {
            "examples": [
              {
                "status": "enabled",
                "auto_registration": {
                  "status": "supported"
                }
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "enabled",
                  "disabled"
                ],
                "type": "enum",
                "name": "status",
                "description": "OAuth status",
                "optional": false,
                "nullable": false
              },
              "callback_url": {
                "examples": [],
                "type": "string",
                "name": "callback_url",
                "description": "OAuth callback URL",
                "optional": false,
                "nullable": true
              },
              "auto_registration": {
                "examples": [
                  {
                    "status": "supported"
                  }
                ],
                "properties": {
                  "status": {
                    "examples": [
                      "supported",
                      "unsupported"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Auto-registration status",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "identifier": {
            "examples": [],
            "type": "string",
            "name": "identifier",
            "description": "Provider identifier",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "name": "name",
            "description": "Display name of the provider",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "name": "description",
            "description": "Brief description of the provider",
            "optional": false,
            "nullable": true
          },
          "slug": {
            "examples": [],
            "type": "string",
            "name": "slug",
            "description": "URL-friendly identifier",
            "optional": false,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_29",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by category ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_listing_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider listing ID(s)",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_30",
      "name": "category",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "provider.listing_category",
                "id": "pca_2mNpQrStUvWxYzAb",
                "name": "Developer Tools",
                "description": "Tools for software development and CI/CD",
                "slug": "developer-tools",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "provider.listing_category",
                  "id": "pca_2mNpQrStUvWxYzAb",
                  "name": "Developer Tools",
                  "description": "Tools for software development and CI/CD",
                  "slug": "developer-tools",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider.listing_category",
                  "id": "pca_2mNpQrStUvWxYzAb",
                  "name": "Developer Tools",
                  "description": "Tools for software development and CI/CD",
                  "slug": "developer-tools",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.listing_category",
                    "id": "pca_2mNpQrStUvWxYzAb",
                    "name": "Developer Tools",
                    "description": "Tools for software development and CI/CD",
                    "slug": "developer-tools",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.listing_category"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pca_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique category identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Developer Tools"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the category",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Tools for software development and CI/CD"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description of providers in this category",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [
                      "developer-tools"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "URL-friendly identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_32",
      "name": "category",
      "type": {
        "examples": [
          {
            "object": "provider.listing_category",
            "id": "pca_2mNpQrStUvWxYzAb",
            "name": "Developer Tools",
            "description": "Tools for software development and CI/CD",
            "slug": "developer-tools",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.listing_category"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pca_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique category identifier",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Developer Tools"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name of the category",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Tools for software development and CI/CD"
            ],
            "type": "string",
            "name": "description",
            "description": "Description of providers in this category",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [
              "developer-tools"
            ],
            "type": "string",
            "name": "slug",
            "description": "URL-friendly identifier",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_35",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by collection ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_listing_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider listing ID(s)",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_36",
      "name": "collection",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "provider.listing_collection",
                "id": "pco_6pQrStUvWxYzAbCd",
                "name": "CRM Integrations",
                "description": "Providers for customer relationship management",
                "slug": "crm",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "provider.listing_collection",
                  "id": "pco_6pQrStUvWxYzAbCd",
                  "name": "CRM Integrations",
                  "description": "Providers for customer relationship management",
                  "slug": "crm",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider.listing_collection",
                  "id": "pco_6pQrStUvWxYzAbCd",
                  "name": "CRM Integrations",
                  "description": "Providers for customer relationship management",
                  "slug": "crm",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.listing_collection",
                    "id": "pco_6pQrStUvWxYzAbCd",
                    "name": "CRM Integrations",
                    "description": "Providers for customer relationship management",
                    "slug": "crm",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.listing_collection"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pco_6pQrStUvWxYzAbCd"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique collection identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "CRM Integrations"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the collection",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Providers for customer relationship management"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description of the collection",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [
                      "crm"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "URL-friendly identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_38",
      "name": "collection",
      "type": {
        "examples": [
          {
            "object": "provider.listing_collection",
            "id": "pco_6pQrStUvWxYzAbCd",
            "name": "CRM Integrations",
            "description": "Providers for customer relationship management",
            "slug": "crm",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.listing_collection"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pco_6pQrStUvWxYzAbCd"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique collection identifier",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "CRM Integrations"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name of the collection",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Providers for customer relationship management"
            ],
            "type": "string",
            "name": "description",
            "description": "Description of the collection",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [
              "crm"
            ],
            "type": "string",
            "name": "slug",
            "description": "URL-friendly identifier",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_41",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by group ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_listing_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider listing ID(s)",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider group creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider group creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider group creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider group last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider group last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider group last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_42",
      "name": "group",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "provider.listing_group",
                "id": "pgr_3nPqRsTuVwXyZaBc",
                "name": "Sales Integrations",
                "description": "CRM and sales pipeline integrations for sales agents",
                "slug": "sales-integrations",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "provider.listing_group",
                  "id": "pgr_3nPqRsTuVwXyZaBc",
                  "name": "Sales Integrations",
                  "description": "CRM and sales pipeline integrations for sales agents",
                  "slug": "sales-integrations",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider.listing_group",
                  "id": "pgr_3nPqRsTuVwXyZaBc",
                  "name": "Sales Integrations",
                  "description": "CRM and sales pipeline integrations for sales agents",
                  "slug": "sales-integrations",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.listing_group",
                    "id": "pgr_3nPqRsTuVwXyZaBc",
                    "name": "Sales Integrations",
                    "description": "CRM and sales pipeline integrations for sales agents",
                    "slug": "sales-integrations",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.listing_group"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pgr_3nPqRsTuVwXyZaBc"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique group identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Sales Integrations"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the group",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "CRM and sales pipeline integrations for sales agents"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description of the group",
                    "optional": false,
                    "nullable": true
                  },
                  "slug": {
                    "examples": [
                      "sales-integrations"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "URL-friendly identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_44",
      "name": "group",
      "type": {
        "examples": [
          {
            "object": "provider.listing_group",
            "id": "pgr_3nPqRsTuVwXyZaBc",
            "name": "Sales Integrations",
            "description": "CRM and sales pipeline integrations for sales agents",
            "slug": "sales-integrations",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.listing_group"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pgr_3nPqRsTuVwXyZaBc"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique group identifier",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Sales Integrations"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name of the group",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "CRM and sales pipeline integrations for sales agents"
            ],
            "type": "string",
            "name": "description",
            "description": "Description of the group",
            "optional": false,
            "nullable": true
          },
          "slug": {
            "examples": [
              "sales-integrations"
            ],
            "type": "string",
            "name": "slug",
            "description": "URL-friendly identifier",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_46",
      "name": "Body",
      "type": {
        "examples": [
          {
            "name": "Sales Integrations",
            "description": "CRM and sales pipeline integrations"
          }
        ],
        "properties": {
          "name": {
            "examples": [
              "Sales Integrations"
            ],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "CRM and sales pipeline integrations"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_47",
      "name": "group",
      "type": {
        "examples": [
          {
            "object": "provider.listing_group",
            "id": "pgr_3nPqRsTuVwXyZaBc",
            "name": "Sales Integrations",
            "description": "CRM and sales pipeline integrations for sales agents",
            "slug": "sales-integrations",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.listing_group"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pgr_3nPqRsTuVwXyZaBc"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique group identifier",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Sales Integrations"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name of the group",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "CRM and sales pipeline integrations for sales agents"
            ],
            "type": "string",
            "name": "description",
            "description": "Description of the group",
            "optional": false,
            "nullable": true
          },
          "slug": {
            "examples": [
              "sales-integrations"
            ],
            "type": "string",
            "name": "slug",
            "description": "URL-friendly identifier",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_49",
      "name": "Body",
      "type": {
        "examples": [
          {
            "name": "Engineering Tools",
            "description": "Developer and DevOps integrations"
          }
        ],
        "properties": {
          "name": {
            "examples": [
              "Engineering Tools"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [
              "Developer and DevOps integrations"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_50",
      "name": "group",
      "type": {
        "examples": [
          {
            "object": "provider.listing_group",
            "id": "pgr_3nPqRsTuVwXyZaBc",
            "name": "Sales Integrations",
            "description": "CRM and sales pipeline integrations for sales agents",
            "slug": "sales-integrations",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.listing_group"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pgr_3nPqRsTuVwXyZaBc"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique group identifier",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Sales Integrations"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name of the group",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "CRM and sales pipeline integrations for sales agents"
            ],
            "type": "string",
            "name": "description",
            "description": "Description of the group",
            "optional": false,
            "nullable": true
          },
          "slug": {
            "examples": [
              "sales-integrations"
            ],
            "type": "string",
            "name": "slug",
            "description": "URL-friendly identifier",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_52",
      "name": "Body",
      "type": {
        "examples": [
          {
            "provider_listing_id": "plg_abc123"
          }
        ],
        "properties": {
          "provider_listing_id": {
            "examples": [
              "plg_abc123"
            ],
            "type": "string",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_53",
      "name": "group",
      "type": {
        "examples": [
          {
            "object": "provider.listing_group",
            "id": "pgr_3nPqRsTuVwXyZaBc",
            "name": "Sales Integrations",
            "description": "CRM and sales pipeline integrations for sales agents",
            "slug": "sales-integrations",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.listing_group"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pgr_3nPqRsTuVwXyZaBc"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique group identifier",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Sales Integrations"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name of the group",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "CRM and sales pipeline integrations for sales agents"
            ],
            "type": "string",
            "name": "description",
            "description": "Description of the group",
            "optional": false,
            "nullable": true
          },
          "slug": {
            "examples": [
              "sales-integrations"
            ],
            "type": "string",
            "name": "slug",
            "description": "URL-friendly identifier",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_55",
      "name": "group",
      "type": {
        "examples": [
          {
            "object": "provider.listing_group",
            "id": "pgr_3nPqRsTuVwXyZaBc",
            "name": "Sales Integrations",
            "description": "CRM and sales pipeline integrations for sales agents",
            "slug": "sales-integrations",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.listing_group"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pgr_3nPqRsTuVwXyZaBc"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique group identifier",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Sales Integrations"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name of the group",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "CRM and sales pipeline integrations for sales agents"
            ],
            "type": "string",
            "name": "description",
            "description": "Description of the group",
            "optional": false,
            "nullable": true
          },
          "slug": {
            "examples": [
              "sales-integrations"
            ],
            "type": "string",
            "name": "slug",
            "description": "URL-friendly identifier",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_58",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_category_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_collection_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_group_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "publisher_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "is_owner": {
                "examples": [],
                "type": "boolean",
                "optional": true,
                "nullable": false
              },
              "is_public": {
                "examples": [],
                "type": "boolean",
                "optional": true,
                "nullable": false
              },
              "is_verified": {
                "examples": [],
                "type": "boolean",
                "optional": true,
                "nullable": false
              },
              "is_official": {
                "examples": [],
                "type": "boolean",
                "optional": true,
                "nullable": false
              },
              "is_metorial": {
                "examples": [],
                "type": "boolean",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider listing creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider listing creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider listing creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider listing last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider listing last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider listing last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_59",
      "name": "providerListing",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "provider.listing",
                "id": "plg_8kLmNpQrStUvWxYz",
                "attributes": {},
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "image_url": "https://cdn.metorial.com/images/github.png",
                "readme": "# GitHub\n\nConnect to GitHub repositories, issues, and pull requests.",
                "provider": {
                  "object": "provider",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "access": "public",
                  "status": "active",
                  "publisher": {
                    "object": "provider.publisher",
                    "id": "pub_9hJkLmNpQrStUvWx",
                    "name": "Acme Corp",
                    "description": "A leading provider of developer tools",
                    "image_url": "https://cdn.metorial.com/images/acme.png",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "current_version": {
                    "object": "provider.version",
                    "id": "prv_4dEfGhJkLmNpQrSt",
                    "version": "1.0.0",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "Version 1.0.0",
                    "metadata": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "oauth": {
                    "status": "enabled",
                    "auto_registration": {
                      "status": "supported"
                    }
                  },
                  "metadata": {},
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "categories": [
                  {
                    "object": "provider.listing_category",
                    "id": "pca_2mNpQrStUvWxYzAb",
                    "name": "Developer Tools",
                    "description": "Tools for software development and CI/CD",
                    "slug": "developer-tools",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  {
                    "object": "provider.listing_category",
                    "id": "pca_2mNpQrStUvWxYzAb",
                    "name": "Developer Tools",
                    "description": "Tools for software development and CI/CD",
                    "slug": "developer-tools",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "collections": [
                  {
                    "object": "provider.listing_collection",
                    "id": "pco_6pQrStUvWxYzAbCd",
                    "name": "CRM Integrations",
                    "description": "Providers for customer relationship management",
                    "slug": "crm",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  {
                    "object": "provider.listing_collection",
                    "id": "pco_6pQrStUvWxYzAbCd",
                    "name": "CRM Integrations",
                    "description": "Providers for customer relationship management",
                    "slug": "crm",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "groups": [
                  {
                    "object": "provider.listing_group",
                    "id": "pgr_3nPqRsTuVwXyZaBc",
                    "name": "Sales Integrations",
                    "description": "CRM and sales pipeline integrations for sales agents",
                    "slug": "sales-integrations",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  {
                    "object": "provider.listing_group",
                    "id": "pgr_3nPqRsTuVwXyZaBc",
                    "name": "Sales Integrations",
                    "description": "CRM and sales pipeline integrations for sales agents",
                    "slug": "sales-integrations",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "provider.listing",
                  "id": "plg_8kLmNpQrStUvWxYz",
                  "attributes": {},
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "image_url": "https://cdn.metorial.com/images/github.png",
                  "readme": "# GitHub\n\nConnect to GitHub repositories, issues, and pull requests.",
                  "provider": {
                    "object": "provider",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "access": "public",
                    "status": "active",
                    "publisher": {
                      "object": "provider.publisher",
                      "id": "pub_9hJkLmNpQrStUvWx",
                      "name": "Acme Corp",
                      "description": "A leading provider of developer tools",
                      "image_url": "https://cdn.metorial.com/images/acme.png",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "current_version": {
                      "object": "provider.version",
                      "id": "prv_4dEfGhJkLmNpQrSt",
                      "version": "1.0.0",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "Version 1.0.0",
                      "metadata": {},
                      "specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "oauth": {
                      "status": "enabled",
                      "auto_registration": {
                        "status": "supported"
                      }
                    },
                    "metadata": {},
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "categories": [
                    {
                      "object": "provider.listing_category",
                      "id": "pca_2mNpQrStUvWxYzAb",
                      "name": "Developer Tools",
                      "description": "Tools for software development and CI/CD",
                      "slug": "developer-tools",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    {
                      "object": "provider.listing_category",
                      "id": "pca_2mNpQrStUvWxYzAb",
                      "name": "Developer Tools",
                      "description": "Tools for software development and CI/CD",
                      "slug": "developer-tools",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  ],
                  "collections": [
                    {
                      "object": "provider.listing_collection",
                      "id": "pco_6pQrStUvWxYzAbCd",
                      "name": "CRM Integrations",
                      "description": "Providers for customer relationship management",
                      "slug": "crm",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    {
                      "object": "provider.listing_collection",
                      "id": "pco_6pQrStUvWxYzAbCd",
                      "name": "CRM Integrations",
                      "description": "Providers for customer relationship management",
                      "slug": "crm",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  ],
                  "groups": [
                    {
                      "object": "provider.listing_group",
                      "id": "pgr_3nPqRsTuVwXyZaBc",
                      "name": "Sales Integrations",
                      "description": "CRM and sales pipeline integrations for sales agents",
                      "slug": "sales-integrations",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    {
                      "object": "provider.listing_group",
                      "id": "pgr_3nPqRsTuVwXyZaBc",
                      "name": "Sales Integrations",
                      "description": "CRM and sales pipeline integrations for sales agents",
                      "slug": "sales-integrations",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  ],
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider.listing",
                  "id": "plg_8kLmNpQrStUvWxYz",
                  "attributes": {},
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "image_url": "https://cdn.metorial.com/images/github.png",
                  "readme": "# GitHub\n\nConnect to GitHub repositories, issues, and pull requests.",
                  "provider": {
                    "object": "provider",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "access": "public",
                    "status": "active",
                    "publisher": {
                      "object": "provider.publisher",
                      "id": "pub_9hJkLmNpQrStUvWx",
                      "name": "Acme Corp",
                      "description": "A leading provider of developer tools",
                      "image_url": "https://cdn.metorial.com/images/acme.png",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "current_version": {
                      "object": "provider.version",
                      "id": "prv_4dEfGhJkLmNpQrSt",
                      "version": "1.0.0",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "Version 1.0.0",
                      "metadata": {},
                      "specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "oauth": {
                      "status": "enabled",
                      "auto_registration": {
                        "status": "supported"
                      }
                    },
                    "metadata": {},
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "categories": [
                    {
                      "object": "provider.listing_category",
                      "id": "pca_2mNpQrStUvWxYzAb",
                      "name": "Developer Tools",
                      "description": "Tools for software development and CI/CD",
                      "slug": "developer-tools",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    {
                      "object": "provider.listing_category",
                      "id": "pca_2mNpQrStUvWxYzAb",
                      "name": "Developer Tools",
                      "description": "Tools for software development and CI/CD",
                      "slug": "developer-tools",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  ],
                  "collections": [
                    {
                      "object": "provider.listing_collection",
                      "id": "pco_6pQrStUvWxYzAbCd",
                      "name": "CRM Integrations",
                      "description": "Providers for customer relationship management",
                      "slug": "crm",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    {
                      "object": "provider.listing_collection",
                      "id": "pco_6pQrStUvWxYzAbCd",
                      "name": "CRM Integrations",
                      "description": "Providers for customer relationship management",
                      "slug": "crm",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  ],
                  "groups": [
                    {
                      "object": "provider.listing_group",
                      "id": "pgr_3nPqRsTuVwXyZaBc",
                      "name": "Sales Integrations",
                      "description": "CRM and sales pipeline integrations for sales agents",
                      "slug": "sales-integrations",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    {
                      "object": "provider.listing_group",
                      "id": "pgr_3nPqRsTuVwXyZaBc",
                      "name": "Sales Integrations",
                      "description": "CRM and sales pipeline integrations for sales agents",
                      "slug": "sales-integrations",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  ],
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.listing",
                    "id": "plg_8kLmNpQrStUvWxYz",
                    "attributes": {},
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "image_url": "https://cdn.metorial.com/images/github.png",
                    "readme": "# GitHub\n\nConnect to GitHub repositories, issues, and pull requests.",
                    "provider": {
                      "object": "provider",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "access": "public",
                      "status": "active",
                      "publisher": {
                        "object": "provider.publisher",
                        "id": "pub_9hJkLmNpQrStUvWx",
                        "name": "Acme Corp",
                        "description": "A leading provider of developer tools",
                        "image_url": "https://cdn.metorial.com/images/acme.png",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "current_version": {
                        "object": "provider.version",
                        "id": "prv_4dEfGhJkLmNpQrSt",
                        "version": "1.0.0",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "Version 1.0.0",
                        "metadata": {},
                        "specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "oauth": {
                        "status": "enabled",
                        "auto_registration": {
                          "status": "supported"
                        }
                      },
                      "metadata": {},
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "categories": [
                      {
                        "object": "provider.listing_category",
                        "id": "pca_2mNpQrStUvWxYzAb",
                        "name": "Developer Tools",
                        "description": "Tools for software development and CI/CD",
                        "slug": "developer-tools",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      {
                        "object": "provider.listing_category",
                        "id": "pca_2mNpQrStUvWxYzAb",
                        "name": "Developer Tools",
                        "description": "Tools for software development and CI/CD",
                        "slug": "developer-tools",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "collections": [
                      {
                        "object": "provider.listing_collection",
                        "id": "pco_6pQrStUvWxYzAbCd",
                        "name": "CRM Integrations",
                        "description": "Providers for customer relationship management",
                        "slug": "crm",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      {
                        "object": "provider.listing_collection",
                        "id": "pco_6pQrStUvWxYzAbCd",
                        "name": "CRM Integrations",
                        "description": "Providers for customer relationship management",
                        "slug": "crm",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "groups": [
                      {
                        "object": "provider.listing_group",
                        "id": "pgr_3nPqRsTuVwXyZaBc",
                        "name": "Sales Integrations",
                        "description": "CRM and sales pipeline integrations for sales agents",
                        "slug": "sales-integrations",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      {
                        "object": "provider.listing_group",
                        "id": "pgr_3nPqRsTuVwXyZaBc",
                        "name": "Sales Integrations",
                        "description": "CRM and sales pipeline integrations for sales agents",
                        "slug": "sales-integrations",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.listing"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "plg_8kLmNpQrStUvWxYz"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique listing identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "attributes": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "is_public": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_public",
                        "description": "Whether publicly visible",
                        "optional": false,
                        "nullable": false
                      },
                      "is_customized": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_customized",
                        "description": "Whether has custom config",
                        "optional": false,
                        "nullable": false
                      },
                      "is_metorial": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_metorial",
                        "description": "Whether Metorial-maintained",
                        "optional": false,
                        "nullable": false
                      },
                      "is_verified": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_verified",
                        "description": "Whether verified",
                        "optional": false,
                        "nullable": false
                      },
                      "is_official": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_official",
                        "description": "Whether official integration",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "name": "attributes",
                    "description": "Listing attribute flags",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "GitHub"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Connect to GitHub repositories, issues, and pull requests"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Full description",
                    "optional": false,
                    "nullable": true
                  },
                  "slug": {
                    "examples": [
                      "github"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "URL-friendly identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [
                      "https://cdn.metorial.com/images/github.png"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "URL of the listing logo/icon",
                    "optional": false,
                    "nullable": false
                  },
                  "readme": {
                    "examples": [
                      "# GitHub\n\nConnect to GitHub repositories, issues, and pull requests."
                    ],
                    "type": "string",
                    "name": "readme",
                    "description": "README content in markdown",
                    "optional": false,
                    "nullable": true
                  },
                  "skills": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "skills",
                    "description": "Capability tags",
                    "optional": false,
                    "nullable": false
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "provider",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "access": "public",
                        "status": "active",
                        "publisher": {
                          "object": "provider.publisher",
                          "id": "pub_9hJkLmNpQrStUvWx",
                          "name": "Acme Corp",
                          "description": "A leading provider of developer tools",
                          "image_url": "https://cdn.metorial.com/images/acme.png",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "current_version": {
                          "object": "provider.version",
                          "id": "prv_4dEfGhJkLmNpQrSt",
                          "version": "1.0.0",
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "name": "Version 1.0.0",
                          "metadata": {},
                          "specification_id": "psp_9gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "oauth": {
                          "status": "enabled",
                          "auto_registration": {
                            "status": "supported"
                          }
                        },
                        "metadata": {},
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique provider identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "access": {
                        "examples": [
                          "public",
                          "tenant"
                        ],
                        "type": "enum",
                        "name": "access",
                        "description": "Access level of the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Current status of the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "publisher": {
                        "examples": [
                          {
                            "object": "provider.publisher",
                            "id": "pub_9hJkLmNpQrStUvWx",
                            "name": "Acme Corp",
                            "description": "A leading provider of developer tools",
                            "image_url": "https://cdn.metorial.com/images/acme.png",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.publisher"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pub_9hJkLmNpQrStUvWx"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique publisher identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Acme Corp"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the publisher",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "A leading provider of developer tools"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Brief description of the publisher",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [
                              "https://cdn.metorial.com/images/acme.png"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "URL of the publisher logo",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "current_version": {
                        "examples": [
                          {
                            "object": "provider.version",
                            "id": "prv_4dEfGhJkLmNpQrSt",
                            "version": "1.0.0",
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "name": "Version 1.0.0",
                            "metadata": {},
                            "specification_id": "psp_9gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.version"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "prv_4dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique version identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "version": {
                            "examples": [
                              "1.0.0"
                            ],
                            "type": "string",
                            "name": "identifier",
                            "description": "Version identifier string",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "is_current": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_current",
                            "description": "Whether this is the current version",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Version 1.0.0"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Version name",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "name": "description",
                            "description": "Version description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "specification_id": {
                            "examples": [
                              "psp_9gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "specification_id",
                            "description": "Specification ID",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "oauth": {
                        "examples": [
                          {
                            "status": "enabled",
                            "auto_registration": {
                              "status": "supported"
                            }
                          }
                        ],
                        "properties": {
                          "status": {
                            "examples": [
                              "enabled",
                              "disabled"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "OAuth status",
                            "optional": false,
                            "nullable": false
                          },
                          "callback_url": {
                            "examples": [],
                            "type": "string",
                            "name": "callback_url",
                            "description": "OAuth callback URL",
                            "optional": false,
                            "nullable": true
                          },
                          "auto_registration": {
                            "examples": [
                              {
                                "status": "supported"
                              }
                            ],
                            "properties": {
                              "status": {
                                "examples": [
                                  "supported",
                                  "unsupported"
                                ],
                                "type": "enum",
                                "name": "status",
                                "description": "Auto-registration status",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "identifier": {
                        "examples": [],
                        "type": "string",
                        "name": "identifier",
                        "description": "Provider identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "name": "description",
                        "description": "Brief description of the provider",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "name": "slug",
                        "description": "URL-friendly identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "categories": {
                    "examples": [
                      [
                        {
                          "object": "provider.listing_category",
                          "id": "pca_2mNpQrStUvWxYzAb",
                          "name": "Developer Tools",
                          "description": "Tools for software development and CI/CD",
                          "slug": "developer-tools",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        {
                          "object": "provider.listing_category",
                          "id": "pca_2mNpQrStUvWxYzAb",
                          "name": "Developer Tools",
                          "description": "Tools for software development and CI/CD",
                          "slug": "developer-tools",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "provider.listing_category",
                            "id": "pca_2mNpQrStUvWxYzAb",
                            "name": "Developer Tools",
                            "description": "Tools for software development and CI/CD",
                            "slug": "developer-tools",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.listing_category"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pca_2mNpQrStUvWxYzAb"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique category identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Developer Tools"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the category",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Tools for software development and CI/CD"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description of providers in this category",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "developer-tools"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "URL-friendly identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "categories",
                    "description": "Provider categories for organization and filtering",
                    "optional": false,
                    "nullable": false
                  },
                  "collections": {
                    "examples": [
                      [
                        {
                          "object": "provider.listing_collection",
                          "id": "pco_6pQrStUvWxYzAbCd",
                          "name": "CRM Integrations",
                          "description": "Providers for customer relationship management",
                          "slug": "crm",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        {
                          "object": "provider.listing_collection",
                          "id": "pco_6pQrStUvWxYzAbCd",
                          "name": "CRM Integrations",
                          "description": "Providers for customer relationship management",
                          "slug": "crm",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "provider.listing_collection",
                            "id": "pco_6pQrStUvWxYzAbCd",
                            "name": "CRM Integrations",
                            "description": "Providers for customer relationship management",
                            "slug": "crm",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.listing_collection"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pco_6pQrStUvWxYzAbCd"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique collection identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "CRM Integrations"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the collection",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Providers for customer relationship management"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description of the collection",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "crm"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "URL-friendly identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "collections",
                    "description": "Provider collections this provider belongs to",
                    "optional": false,
                    "nullable": false
                  },
                  "groups": {
                    "examples": [
                      [
                        {
                          "object": "provider.listing_group",
                          "id": "pgr_3nPqRsTuVwXyZaBc",
                          "name": "Sales Integrations",
                          "description": "CRM and sales pipeline integrations for sales agents",
                          "slug": "sales-integrations",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        {
                          "object": "provider.listing_group",
                          "id": "pgr_3nPqRsTuVwXyZaBc",
                          "name": "Sales Integrations",
                          "description": "CRM and sales pipeline integrations for sales agents",
                          "slug": "sales-integrations",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "provider.listing_group",
                            "id": "pgr_3nPqRsTuVwXyZaBc",
                            "name": "Sales Integrations",
                            "description": "CRM and sales pipeline integrations for sales agents",
                            "slug": "sales-integrations",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.listing_group"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pgr_3nPqRsTuVwXyZaBc"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique group identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Sales Integrations"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the group",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "CRM and sales pipeline integrations for sales agents"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description of the group",
                            "optional": false,
                            "nullable": true
                          },
                          "slug": {
                            "examples": [
                              "sales-integrations"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "URL-friendly identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "groups",
                    "description": "User groups with access to this provider",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_61",
      "name": "providerListing",
      "type": {
        "examples": [
          {
            "object": "provider.listing",
            "id": "plg_8kLmNpQrStUvWxYz",
            "attributes": {},
            "name": "GitHub",
            "description": "Connect to GitHub repositories, issues, and pull requests",
            "slug": "github",
            "image_url": "https://cdn.metorial.com/images/github.png",
            "readme": "# GitHub\n\nConnect to GitHub repositories, issues, and pull requests.",
            "provider": {
              "object": "provider",
              "id": "pro_5gHjKlMnPqRsTuVw",
              "access": "public",
              "status": "active",
              "publisher": {
                "object": "provider.publisher",
                "id": "pub_9hJkLmNpQrStUvWx",
                "name": "Acme Corp",
                "description": "A leading provider of developer tools",
                "image_url": "https://cdn.metorial.com/images/acme.png",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "current_version": {
                "object": "provider.version",
                "id": "prv_4dEfGhJkLmNpQrSt",
                "version": "1.0.0",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "name": "Version 1.0.0",
                "metadata": {},
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "oauth": {
                "status": "enabled",
                "auto_registration": {
                  "status": "supported"
                }
              },
              "metadata": {},
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "categories": [
              {
                "object": "provider.listing_category",
                "id": "pca_2mNpQrStUvWxYzAb",
                "name": "Developer Tools",
                "description": "Tools for software development and CI/CD",
                "slug": "developer-tools",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "provider.listing_category",
                "id": "pca_2mNpQrStUvWxYzAb",
                "name": "Developer Tools",
                "description": "Tools for software development and CI/CD",
                "slug": "developer-tools",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "collections": [
              {
                "object": "provider.listing_collection",
                "id": "pco_6pQrStUvWxYzAbCd",
                "name": "CRM Integrations",
                "description": "Providers for customer relationship management",
                "slug": "crm",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "provider.listing_collection",
                "id": "pco_6pQrStUvWxYzAbCd",
                "name": "CRM Integrations",
                "description": "Providers for customer relationship management",
                "slug": "crm",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "groups": [
              {
                "object": "provider.listing_group",
                "id": "pgr_3nPqRsTuVwXyZaBc",
                "name": "Sales Integrations",
                "description": "CRM and sales pipeline integrations for sales agents",
                "slug": "sales-integrations",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "provider.listing_group",
                "id": "pgr_3nPqRsTuVwXyZaBc",
                "name": "Sales Integrations",
                "description": "CRM and sales pipeline integrations for sales agents",
                "slug": "sales-integrations",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.listing"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "plg_8kLmNpQrStUvWxYz"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique listing identifier",
            "optional": false,
            "nullable": false
          },
          "attributes": {
            "examples": [
              {}
            ],
            "properties": {
              "is_public": {
                "examples": [],
                "type": "boolean",
                "name": "is_public",
                "description": "Whether publicly visible",
                "optional": false,
                "nullable": false
              },
              "is_customized": {
                "examples": [],
                "type": "boolean",
                "name": "is_customized",
                "description": "Whether has custom config",
                "optional": false,
                "nullable": false
              },
              "is_metorial": {
                "examples": [],
                "type": "boolean",
                "name": "is_metorial",
                "description": "Whether Metorial-maintained",
                "optional": false,
                "nullable": false
              },
              "is_verified": {
                "examples": [],
                "type": "boolean",
                "name": "is_verified",
                "description": "Whether verified",
                "optional": false,
                "nullable": false
              },
              "is_official": {
                "examples": [],
                "type": "boolean",
                "name": "is_official",
                "description": "Whether official integration",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "name": "attributes",
            "description": "Listing attribute flags",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "GitHub"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Connect to GitHub repositories, issues, and pull requests"
            ],
            "type": "string",
            "name": "description",
            "description": "Full description",
            "optional": false,
            "nullable": true
          },
          "slug": {
            "examples": [
              "github"
            ],
            "type": "string",
            "name": "slug",
            "description": "URL-friendly identifier",
            "optional": false,
            "nullable": false
          },
          "image_url": {
            "examples": [
              "https://cdn.metorial.com/images/github.png"
            ],
            "type": "string",
            "name": "image_url",
            "description": "URL of the listing logo/icon",
            "optional": false,
            "nullable": false
          },
          "readme": {
            "examples": [
              "# GitHub\n\nConnect to GitHub repositories, issues, and pull requests."
            ],
            "type": "string",
            "name": "readme",
            "description": "README content in markdown",
            "optional": false,
            "nullable": true
          },
          "skills": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "skills",
            "description": "Capability tags",
            "optional": false,
            "nullable": false
          },
          "provider": {
            "examples": [
              {
                "object": "provider",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "access": "public",
                "status": "active",
                "publisher": {
                  "object": "provider.publisher",
                  "id": "pub_9hJkLmNpQrStUvWx",
                  "name": "Acme Corp",
                  "description": "A leading provider of developer tools",
                  "image_url": "https://cdn.metorial.com/images/acme.png",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "current_version": {
                  "object": "provider.version",
                  "id": "prv_4dEfGhJkLmNpQrSt",
                  "version": "1.0.0",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "Version 1.0.0",
                  "metadata": {},
                  "specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "oauth": {
                  "status": "enabled",
                  "auto_registration": {
                    "status": "supported"
                  }
                },
                "metadata": {},
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique provider identifier",
                "optional": false,
                "nullable": false
              },
              "access": {
                "examples": [
                  "public",
                  "tenant"
                ],
                "type": "enum",
                "name": "access",
                "description": "Access level of the provider",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Current status of the provider",
                "optional": false,
                "nullable": false
              },
              "publisher": {
                "examples": [
                  {
                    "object": "provider.publisher",
                    "id": "pub_9hJkLmNpQrStUvWx",
                    "name": "Acme Corp",
                    "description": "A leading provider of developer tools",
                    "image_url": "https://cdn.metorial.com/images/acme.png",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.publisher"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pub_9hJkLmNpQrStUvWx"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique publisher identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Acme Corp"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the publisher",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "A leading provider of developer tools"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Brief description of the publisher",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://cdn.metorial.com/images/acme.png"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "URL of the publisher logo",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "current_version": {
                "examples": [
                  {
                    "object": "provider.version",
                    "id": "prv_4dEfGhJkLmNpQrSt",
                    "version": "1.0.0",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "Version 1.0.0",
                    "metadata": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.version"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "prv_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique version identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "version": {
                    "examples": [
                      "1.0.0"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Version identifier string",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "is_current": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_current",
                    "description": "Whether this is the current version",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Version 1.0.0"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Version name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "name": "description",
                    "description": "Version description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "specification_id": {
                    "examples": [
                      "psp_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "specification_id",
                    "description": "Specification ID",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "oauth": {
                "examples": [
                  {
                    "status": "enabled",
                    "auto_registration": {
                      "status": "supported"
                    }
                  }
                ],
                "properties": {
                  "status": {
                    "examples": [
                      "enabled",
                      "disabled"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "OAuth status",
                    "optional": false,
                    "nullable": false
                  },
                  "callback_url": {
                    "examples": [],
                    "type": "string",
                    "name": "callback_url",
                    "description": "OAuth callback URL",
                    "optional": false,
                    "nullable": true
                  },
                  "auto_registration": {
                    "examples": [
                      {
                        "status": "supported"
                      }
                    ],
                    "properties": {
                      "status": {
                        "examples": [
                          "supported",
                          "unsupported"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Auto-registration status",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "identifier": {
                "examples": [],
                "type": "string",
                "name": "identifier",
                "description": "Provider identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "name": "name",
                "description": "Display name of the provider",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "name": "description",
                "description": "Brief description of the provider",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [],
                "type": "string",
                "name": "slug",
                "description": "URL-friendly identifier",
                "optional": false,
                "nullable": false
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "categories": {
            "examples": [
              [
                {
                  "object": "provider.listing_category",
                  "id": "pca_2mNpQrStUvWxYzAb",
                  "name": "Developer Tools",
                  "description": "Tools for software development and CI/CD",
                  "slug": "developer-tools",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider.listing_category",
                  "id": "pca_2mNpQrStUvWxYzAb",
                  "name": "Developer Tools",
                  "description": "Tools for software development and CI/CD",
                  "slug": "developer-tools",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.listing_category",
                    "id": "pca_2mNpQrStUvWxYzAb",
                    "name": "Developer Tools",
                    "description": "Tools for software development and CI/CD",
                    "slug": "developer-tools",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.listing_category"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pca_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique category identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Developer Tools"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the category",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Tools for software development and CI/CD"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description of providers in this category",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [
                      "developer-tools"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "URL-friendly identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "categories",
            "description": "Provider categories for organization and filtering",
            "optional": false,
            "nullable": false
          },
          "collections": {
            "examples": [
              [
                {
                  "object": "provider.listing_collection",
                  "id": "pco_6pQrStUvWxYzAbCd",
                  "name": "CRM Integrations",
                  "description": "Providers for customer relationship management",
                  "slug": "crm",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider.listing_collection",
                  "id": "pco_6pQrStUvWxYzAbCd",
                  "name": "CRM Integrations",
                  "description": "Providers for customer relationship management",
                  "slug": "crm",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.listing_collection",
                    "id": "pco_6pQrStUvWxYzAbCd",
                    "name": "CRM Integrations",
                    "description": "Providers for customer relationship management",
                    "slug": "crm",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.listing_collection"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pco_6pQrStUvWxYzAbCd"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique collection identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "CRM Integrations"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the collection",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Providers for customer relationship management"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description of the collection",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [
                      "crm"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "URL-friendly identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "collections",
            "description": "Provider collections this provider belongs to",
            "optional": false,
            "nullable": false
          },
          "groups": {
            "examples": [
              [
                {
                  "object": "provider.listing_group",
                  "id": "pgr_3nPqRsTuVwXyZaBc",
                  "name": "Sales Integrations",
                  "description": "CRM and sales pipeline integrations for sales agents",
                  "slug": "sales-integrations",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider.listing_group",
                  "id": "pgr_3nPqRsTuVwXyZaBc",
                  "name": "Sales Integrations",
                  "description": "CRM and sales pipeline integrations for sales agents",
                  "slug": "sales-integrations",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.listing_group",
                    "id": "pgr_3nPqRsTuVwXyZaBc",
                    "name": "Sales Integrations",
                    "description": "CRM and sales pipeline integrations for sales agents",
                    "slug": "sales-integrations",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.listing_group"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pgr_3nPqRsTuVwXyZaBc"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique group identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Sales Integrations"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the group",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "CRM and sales pipeline integrations for sales agents"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description of the group",
                    "optional": false,
                    "nullable": true
                  },
                  "slug": {
                    "examples": [
                      "sales-integrations"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "URL-friendly identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "groups",
            "description": "User groups with access to this provider",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_64",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by version ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider version creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider version creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider version creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider version last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider version last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider version last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_65",
      "name": "version",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "provider.version",
                "id": "prv_4dEfGhJkLmNpQrSt",
                "version": "1.0.0",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "name": "Version 1.0.0",
                "metadata": {},
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "provider.version",
                  "id": "prv_4dEfGhJkLmNpQrSt",
                  "version": "1.0.0",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "Version 1.0.0",
                  "metadata": {},
                  "specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider.version",
                  "id": "prv_4dEfGhJkLmNpQrSt",
                  "version": "1.0.0",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "Version 1.0.0",
                  "metadata": {},
                  "specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.version",
                    "id": "prv_4dEfGhJkLmNpQrSt",
                    "version": "1.0.0",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "Version 1.0.0",
                    "metadata": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.version"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "prv_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique version identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "version": {
                    "examples": [
                      "1.0.0"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Version identifier string",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "is_current": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_current",
                    "description": "Whether this is the current version",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Version 1.0.0"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Version name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "name": "description",
                    "description": "Version description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "specification_id": {
                    "examples": [
                      "psp_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "specification_id",
                    "description": "Specification ID",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_67",
      "name": "version",
      "type": {
        "examples": [
          {
            "object": "provider.version",
            "id": "prv_4dEfGhJkLmNpQrSt",
            "version": "1.0.0",
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "name": "Version 1.0.0",
            "metadata": {},
            "specification_id": "psp_9gHjKlMnPqRsTuVw",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.version"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "prv_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique version identifier",
            "optional": false,
            "nullable": false
          },
          "version": {
            "examples": [
              "1.0.0"
            ],
            "type": "string",
            "name": "identifier",
            "description": "Version identifier string",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "is_current": {
            "examples": [],
            "type": "boolean",
            "name": "is_current",
            "description": "Whether this is the current version",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Version 1.0.0"
            ],
            "type": "string",
            "name": "name",
            "description": "Version name",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "name": "description",
            "description": "Version description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "specification_id": {
            "examples": [
              "psp_9gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "specification_id",
            "description": "Specification ID",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_70",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by specification ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_version_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider version ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_deployment_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider deployment ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider config ID(s)",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider specification creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider specification creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider specification creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider specification last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider specification last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider specification last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_71",
      "name": "specification",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "provider.specification",
                "id": "psp_9gHjKlMnPqRsTuVw",
                "key": "github",
                "name": "GitHub",
                "description": "GitHub API integration",
                "config_schema": {},
                "config_visibility": "encrypted",
                "tools": [
                  {
                    "object": "provider.tool",
                    "id": "pto_5jKlMnPqRsTuVwXy",
                    "key": "create_issue",
                    "name": "Create Issue",
                    "description": "Creates a new issue in a GitHub repository",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "tags": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  {
                    "object": "provider.tool",
                    "id": "pto_5jKlMnPqRsTuVwXy",
                    "key": "create_issue",
                    "name": "Create Issue",
                    "description": "Creates a new issue in a GitHub repository",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "tags": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "auth_methods": [
                  {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "provider.specification",
                  "id": "psp_9gHjKlMnPqRsTuVw",
                  "key": "github",
                  "name": "GitHub",
                  "description": "GitHub API integration",
                  "config_schema": {},
                  "config_visibility": "encrypted",
                  "tools": [
                    {
                      "object": "provider.tool",
                      "id": "pto_5jKlMnPqRsTuVwXy",
                      "key": "create_issue",
                      "name": "Create Issue",
                      "description": "Creates a new issue in a GitHub repository",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "tags": {},
                      "specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    {
                      "object": "provider.tool",
                      "id": "pto_5jKlMnPqRsTuVwXy",
                      "key": "create_issue",
                      "name": "Create Issue",
                      "description": "Creates a new issue in a GitHub repository",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "tags": {},
                      "specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  ],
                  "auth_methods": [
                    {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider.specification",
                  "id": "psp_9gHjKlMnPqRsTuVw",
                  "key": "github",
                  "name": "GitHub",
                  "description": "GitHub API integration",
                  "config_schema": {},
                  "config_visibility": "encrypted",
                  "tools": [
                    {
                      "object": "provider.tool",
                      "id": "pto_5jKlMnPqRsTuVwXy",
                      "key": "create_issue",
                      "name": "Create Issue",
                      "description": "Creates a new issue in a GitHub repository",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "tags": {},
                      "specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    {
                      "object": "provider.tool",
                      "id": "pto_5jKlMnPqRsTuVwXy",
                      "key": "create_issue",
                      "name": "Create Issue",
                      "description": "Creates a new issue in a GitHub repository",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "tags": {},
                      "specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  ],
                  "auth_methods": [
                    {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.specification",
                    "id": "psp_9gHjKlMnPqRsTuVw",
                    "key": "github",
                    "name": "GitHub",
                    "description": "GitHub API integration",
                    "config_schema": {},
                    "config_visibility": "encrypted",
                    "tools": [
                      {
                        "object": "provider.tool",
                        "id": "pto_5jKlMnPqRsTuVwXy",
                        "key": "create_issue",
                        "name": "Create Issue",
                        "description": "Creates a new issue in a GitHub repository",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "tags": {},
                        "specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      {
                        "object": "provider.tool",
                        "id": "pto_5jKlMnPqRsTuVwXy",
                        "key": "create_issue",
                        "name": "Create Issue",
                        "description": "Creates a new issue in a GitHub repository",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "tags": {},
                        "specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "auth_methods": [
                      {
                        "object": "provider.capabilities.auth_method",
                        "id": "pam_2mNpQrStUvWxYzAb",
                        "type": "oauth",
                        "key": "oauth2",
                        "name": "OAuth 2.0",
                        "description": "Authenticate using OAuth 2.0",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "scopes": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          },
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      {
                        "object": "provider.capabilities.auth_method",
                        "id": "pam_2mNpQrStUvWxYzAb",
                        "type": "oauth",
                        "key": "oauth2",
                        "name": "OAuth 2.0",
                        "description": "Authenticate using OAuth 2.0",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "scopes": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          },
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.specification"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "psp_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique specification identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "key": {
                    "examples": [
                      "github"
                    ],
                    "type": "string",
                    "name": "key",
                    "description": "Unique specification key",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "GitHub"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "GitHub API integration"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "config_schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "config_schema",
                    "description": "JSON Schema defining the configuration structure",
                    "optional": false,
                    "nullable": false
                  },
                  "config_visibility": {
                    "examples": [
                      "encrypted",
                      "plain"
                    ],
                    "type": "enum",
                    "name": "config_visibility",
                    "description": "Visibility level of the configuration",
                    "optional": false,
                    "nullable": false
                  },
                  "tools": {
                    "examples": [
                      [
                        {
                          "object": "provider.tool",
                          "id": "pto_5jKlMnPqRsTuVwXy",
                          "key": "create_issue",
                          "name": "Create Issue",
                          "description": "Creates a new issue in a GitHub repository",
                          "capabilities": {},
                          "input_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "output_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "tags": {},
                          "specification_id": "psp_9gHjKlMnPqRsTuVw",
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        {
                          "object": "provider.tool",
                          "id": "pto_5jKlMnPqRsTuVwXy",
                          "key": "create_issue",
                          "name": "Create Issue",
                          "description": "Creates a new issue in a GitHub repository",
                          "capabilities": {},
                          "input_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "output_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "tags": {},
                          "specification_id": "psp_9gHjKlMnPqRsTuVw",
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "provider.tool",
                            "id": "pto_5jKlMnPqRsTuVwXy",
                            "key": "create_issue",
                            "name": "Create Issue",
                            "description": "Creates a new issue in a GitHub repository",
                            "capabilities": {},
                            "input_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "output_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "tags": {},
                            "specification_id": "psp_9gHjKlMnPqRsTuVw",
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.tool"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pto_5jKlMnPqRsTuVwXy"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique tool identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "key": {
                            "examples": [
                              "create_issue"
                            ],
                            "type": "string",
                            "name": "key",
                            "description": "Tool key",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Create Issue"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the tool",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Creates a new issue in a GitHub repository"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Tool description",
                            "optional": false,
                            "nullable": true
                          },
                          "capabilities": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "capabilities",
                            "description": "Tool capabilities",
                            "optional": false,
                            "nullable": false
                          },
                          "constraints": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "name": "constraints",
                            "description": "Tool constraints",
                            "optional": false,
                            "nullable": false
                          },
                          "instructions": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "name": "instructions",
                            "description": "Tool usage instructions",
                            "optional": false,
                            "nullable": false
                          },
                          "input_schema": {
                            "examples": [
                              {
                                "type": "json_schema",
                                "schema": {}
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "json_schema"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "schema": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "schema",
                                "description": "JSON Schema defining the tool input parameters",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "output_schema": {
                            "examples": [
                              {
                                "type": "json_schema",
                                "schema": {}
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "json_schema"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "schema": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "schema",
                                "description": "JSON Schema defining the tool output format",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "tags": {
                            "examples": [
                              {}
                            ],
                            "properties": {
                              "destructive": {
                                "examples": [],
                                "type": "boolean",
                                "name": "destructive",
                                "description": "Whether the tool is destructive",
                                "optional": false,
                                "nullable": true
                              },
                              "read_only": {
                                "examples": [],
                                "type": "boolean",
                                "name": "read_only",
                                "description": "Whether the tool is read-only",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "specification_id": {
                            "examples": [
                              "psp_9gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "specification_id",
                            "description": "Specification ID",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "tools",
                    "description": "Available tools",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_methods": {
                    "examples": [
                      [
                        {
                          "object": "provider.capabilities.auth_method",
                          "id": "pam_2mNpQrStUvWxYzAb",
                          "type": "oauth",
                          "key": "oauth2",
                          "name": "OAuth 2.0",
                          "description": "Authenticate using OAuth 2.0",
                          "capabilities": {},
                          "input_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "output_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "scopes": [
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            },
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            }
                          ],
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        {
                          "object": "provider.capabilities.auth_method",
                          "id": "pam_2mNpQrStUvWxYzAb",
                          "type": "oauth",
                          "key": "oauth2",
                          "name": "OAuth 2.0",
                          "description": "Authenticate using OAuth 2.0",
                          "capabilities": {},
                          "input_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "output_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "scopes": [
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            },
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            }
                          ],
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "provider.capabilities.auth_method",
                            "id": "pam_2mNpQrStUvWxYzAb",
                            "type": "oauth",
                            "key": "oauth2",
                            "name": "OAuth 2.0",
                            "description": "Authenticate using OAuth 2.0",
                            "capabilities": {},
                            "input_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "output_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "scopes": [
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              },
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              }
                            ],
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.capabilities.auth_method"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pam_2mNpQrStUvWxYzAb"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique auth method identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "oauth",
                              "token",
                              "custom"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "Authentication type",
                            "optional": false,
                            "nullable": false
                          },
                          "key": {
                            "examples": [
                              "oauth2"
                            ],
                            "type": "string",
                            "name": "key",
                            "description": "Auth method key",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "OAuth 2.0"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Authenticate using OAuth 2.0"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Auth method description",
                            "optional": false,
                            "nullable": true
                          },
                          "capabilities": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "capabilities",
                            "description": "Auth method capabilities",
                            "optional": false,
                            "nullable": false
                          },
                          "input_schema": {
                            "examples": [
                              {
                                "type": "json_schema",
                                "schema": {}
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "json_schema"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "schema": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "schema",
                                "description": "JSON Schema defining the required auth input fields",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "output_schema": {
                            "examples": [
                              {
                                "type": "json_schema",
                                "schema": {}
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "json_schema"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "schema": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "schema",
                                "description": "JSON Schema defining the auth output fields",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "scopes": {
                            "examples": [
                              [
                                {
                                  "object": "provider.capabilities.auth_method.scope",
                                  "id": "pams_8tUvWxYzAbCdEfGh",
                                  "scope": "repo",
                                  "name": "Repository Access",
                                  "description": "Full control of private repositories"
                                },
                                {
                                  "object": "provider.capabilities.auth_method.scope",
                                  "id": "pams_8tUvWxYzAbCdEfGh",
                                  "scope": "repo",
                                  "name": "Repository Access",
                                  "description": "Full control of private repositories"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "object": "provider.capabilities.auth_method.scope",
                                    "id": "pams_8tUvWxYzAbCdEfGh",
                                    "scope": "repo",
                                    "name": "Repository Access",
                                    "description": "Full control of private repositories"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "provider.capabilities.auth_method.scope"
                                    ],
                                    "type": "literal",
                                    "description": "String representing the object's type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [
                                      "pams_8tUvWxYzAbCdEfGh"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "Unique scope identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "scope": {
                                    "examples": [
                                      "repo",
                                      "user:email"
                                    ],
                                    "type": "string",
                                    "name": "scope",
                                    "description": "OAuth scope string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Repository Access"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "Display name of the scope",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "description": {
                                    "examples": [
                                      "Full control of private repositories"
                                    ],
                                    "type": "string",
                                    "name": "description",
                                    "description": "Scope description",
                                    "optional": false,
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "name": "scopes",
                            "description": "Available OAuth scopes",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_specification_id": {
                            "examples": [
                              "psp_9gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_specification_id",
                            "description": "Specification ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "auth_methods",
                    "description": "Authentication methods",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_73",
      "name": "specification",
      "type": {
        "examples": [
          {
            "object": "provider.specification",
            "id": "psp_9gHjKlMnPqRsTuVw",
            "key": "github",
            "name": "GitHub",
            "description": "GitHub API integration",
            "config_schema": {},
            "config_visibility": "encrypted",
            "tools": [
              {
                "object": "provider.tool",
                "id": "pto_5jKlMnPqRsTuVwXy",
                "key": "create_issue",
                "name": "Create Issue",
                "description": "Creates a new issue in a GitHub repository",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "tags": {},
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "provider.tool",
                "id": "pto_5jKlMnPqRsTuVwXy",
                "key": "create_issue",
                "name": "Create Issue",
                "description": "Creates a new issue in a GitHub repository",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "tags": {},
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "auth_methods": [
              {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.specification"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "psp_9gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique specification identifier",
            "optional": false,
            "nullable": false
          },
          "key": {
            "examples": [
              "github"
            ],
            "type": "string",
            "name": "key",
            "description": "Unique specification key",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "GitHub"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "GitHub API integration"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "config_schema": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "config_schema",
            "description": "JSON Schema defining the configuration structure",
            "optional": false,
            "nullable": false
          },
          "config_visibility": {
            "examples": [
              "encrypted",
              "plain"
            ],
            "type": "enum",
            "name": "config_visibility",
            "description": "Visibility level of the configuration",
            "optional": false,
            "nullable": false
          },
          "tools": {
            "examples": [
              [
                {
                  "object": "provider.tool",
                  "id": "pto_5jKlMnPqRsTuVwXy",
                  "key": "create_issue",
                  "name": "Create Issue",
                  "description": "Creates a new issue in a GitHub repository",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "tags": {},
                  "specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider.tool",
                  "id": "pto_5jKlMnPqRsTuVwXy",
                  "key": "create_issue",
                  "name": "Create Issue",
                  "description": "Creates a new issue in a GitHub repository",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "tags": {},
                  "specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.tool",
                    "id": "pto_5jKlMnPqRsTuVwXy",
                    "key": "create_issue",
                    "name": "Create Issue",
                    "description": "Creates a new issue in a GitHub repository",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "tags": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.tool"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pto_5jKlMnPqRsTuVwXy"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique tool identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "key": {
                    "examples": [
                      "create_issue"
                    ],
                    "type": "string",
                    "name": "key",
                    "description": "Tool key",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Create Issue"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the tool",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Creates a new issue in a GitHub repository"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Tool description",
                    "optional": false,
                    "nullable": true
                  },
                  "capabilities": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "capabilities",
                    "description": "Tool capabilities",
                    "optional": false,
                    "nullable": false
                  },
                  "constraints": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "constraints",
                    "description": "Tool constraints",
                    "optional": false,
                    "nullable": false
                  },
                  "instructions": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "instructions",
                    "description": "Tool usage instructions",
                    "optional": false,
                    "nullable": false
                  },
                  "input_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the tool input parameters",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "output_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the tool output format",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "tags": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "destructive": {
                        "examples": [],
                        "type": "boolean",
                        "name": "destructive",
                        "description": "Whether the tool is destructive",
                        "optional": false,
                        "nullable": true
                      },
                      "read_only": {
                        "examples": [],
                        "type": "boolean",
                        "name": "read_only",
                        "description": "Whether the tool is read-only",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "specification_id": {
                    "examples": [
                      "psp_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "specification_id",
                    "description": "Specification ID",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "tools",
            "description": "Available tools",
            "optional": false,
            "nullable": false
          },
          "auth_methods": {
            "examples": [
              [
                {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.capabilities.auth_method"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pam_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique auth method identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "oauth",
                      "token",
                      "custom"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Authentication type",
                    "optional": false,
                    "nullable": false
                  },
                  "key": {
                    "examples": [
                      "oauth2"
                    ],
                    "type": "string",
                    "name": "key",
                    "description": "Auth method key",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "OAuth 2.0"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Authenticate using OAuth 2.0"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Auth method description",
                    "optional": false,
                    "nullable": true
                  },
                  "capabilities": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "capabilities",
                    "description": "Auth method capabilities",
                    "optional": false,
                    "nullable": false
                  },
                  "input_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the required auth input fields",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "output_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the auth output fields",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "scopes": {
                    "examples": [
                      [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.capabilities.auth_method.scope"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pams_8tUvWxYzAbCdEfGh"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique scope identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "scope": {
                            "examples": [
                              "repo",
                              "user:email"
                            ],
                            "type": "string",
                            "name": "scope",
                            "description": "OAuth scope string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Repository Access"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the scope",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Full control of private repositories"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Scope description",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "scopes",
                    "description": "Available OAuth scopes",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_specification_id": {
                    "examples": [
                      "psp_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_specification_id",
                    "description": "Specification ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "auth_methods",
            "description": "Authentication methods",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_76",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "target": "version",
                "created_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "target": {
                "examples": [
                  "version",
                  "deployment_config_pair",
                  [
                    "version",
                    "version"
                  ],
                  [
                    "deployment_config_pair",
                    "deployment_config_pair"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "version",
                      "deployment_config_pair"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "version",
                        "version"
                      ],
                      [
                        "deployment_config_pair",
                        "deployment_config_pair"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "version",
                          "deployment_config_pair"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_version_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_specification_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider specification change notification time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider specification change notification time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider specification change notification time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_77",
      "name": "provider.specification_change_notification",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "provider.specification_change_notification",
                "from_specification": {
                  "object": "provider.capabilities.specification#preview"
                },
                "to_specification": {
                  "object": "provider.capabilities.specification#preview"
                },
                "from_provider_version": {
                  "object": "provider.version#preview"
                },
                "to_provider_version": {
                  "object": "provider.version#preview"
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "provider.specification_change_notification",
                  "from_specification": {
                    "object": "provider.capabilities.specification#preview"
                  },
                  "to_specification": {
                    "object": "provider.capabilities.specification#preview"
                  },
                  "from_provider_version": {
                    "object": "provider.version#preview"
                  },
                  "to_provider_version": {
                    "object": "provider.version#preview"
                  }
                },
                {
                  "object": "provider.specification_change_notification",
                  "from_specification": {
                    "object": "provider.capabilities.specification#preview"
                  },
                  "to_specification": {
                    "object": "provider.capabilities.specification#preview"
                  },
                  "from_provider_version": {
                    "object": "provider.version#preview"
                  },
                  "to_provider_version": {
                    "object": "provider.version#preview"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.specification_change_notification",
                    "from_specification": {
                      "object": "provider.capabilities.specification#preview"
                    },
                    "to_specification": {
                      "object": "provider.capabilities.specification#preview"
                    },
                    "from_provider_version": {
                      "object": "provider.version#preview"
                    },
                    "to_provider_version": {
                      "object": "provider.version#preview"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.specification_change_notification"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_version_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "from_specification": {
                    "examples": [
                      {
                        "object": "provider.capabilities.specification#preview"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.specification#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "to_specification": {
                    "examples": [
                      {
                        "object": "provider.capabilities.specification#preview"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.specification#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "from_provider_version": {
                    "examples": [
                      {
                        "object": "provider.version#preview"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.version#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "version": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "to_provider_version": {
                    "examples": [
                      {
                        "object": "provider.version#preview"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.version#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "version": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_79",
      "name": "provider.specification_change_notification",
      "type": {
        "examples": [
          {
            "object": "provider.specification_change_notification",
            "from_specification": {
              "object": "provider.capabilities.specification#preview"
            },
            "to_specification": {
              "object": "provider.capabilities.specification#preview"
            },
            "from_provider_version": {
              "object": "provider.version#preview"
            },
            "to_provider_version": {
              "object": "provider.version#preview"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.specification_change_notification"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "provider_version_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "from_specification": {
            "examples": [
              {
                "object": "provider.capabilities.specification#preview"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.capabilities.specification#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "to_specification": {
            "examples": [
              {
                "object": "provider.capabilities.specification#preview"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.capabilities.specification#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "from_provider_version": {
            "examples": [
              {
                "object": "provider.version#preview"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.version#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "version": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "to_provider_version": {
            "examples": [
              {
                "object": "provider.version#preview"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.version#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "version": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_82",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "provider_version_id": "pvr_3xYzAbCdEfGhIjKl"
              }
            ],
            "properties": {
              "provider_version_id": {
                "examples": [
                  "pvr_3xYzAbCdEfGhIjKl"
                ],
                "type": "string",
                "description": "Provider version to list triggers for",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_83",
      "name": "provider.capabilities.trigger",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "provider.capabilities.trigger",
                "id": "ptr_4nOpQrStUvWxYzAb",
                "key": "messages.created",
                "name": "Messages Created",
                "description": "Fires whenever a new message is created in the provider",
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "invocation": {
                  "type": "polling",
                  "interval_seconds": 60
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "provider.capabilities.trigger",
                  "id": "ptr_4nOpQrStUvWxYzAb",
                  "key": "messages.created",
                  "name": "Messages Created",
                  "description": "Fires whenever a new message is created in the provider",
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "invocation": {
                    "type": "polling",
                    "interval_seconds": 60
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider.capabilities.trigger",
                  "id": "ptr_4nOpQrStUvWxYzAb",
                  "key": "messages.created",
                  "name": "Messages Created",
                  "description": "Fires whenever a new message is created in the provider",
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "invocation": {
                    "type": "polling",
                    "interval_seconds": 60
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.capabilities.trigger",
                    "id": "ptr_4nOpQrStUvWxYzAb",
                    "key": "messages.created",
                    "name": "Messages Created",
                    "description": "Fires whenever a new message is created in the provider",
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "invocation": {
                      "type": "polling",
                      "interval_seconds": 60
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.capabilities.trigger"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "ptr_4nOpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique provider trigger identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "key": {
                    "examples": [
                      "messages.created"
                    ],
                    "type": "string",
                    "name": "key",
                    "description": "Trigger key used when subscribing callbacks",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Messages Created"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the trigger",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Fires whenever a new message is created in the provider"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Trigger description",
                    "optional": false,
                    "nullable": true
                  },
                  "input_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the trigger payload input shape",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "output_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the trigger delivery output shape",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "invocation": {
                    "examples": [
                      {
                        "type": "polling",
                        "interval_seconds": 60
                      },
                      {
                        "type": "webhook",
                        "auto_registration": {
                          "status": "supported"
                        },
                        "auto_unregistration": {
                          "status": "supported"
                        }
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "polling",
                            "interval_seconds": 60
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "polling"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "interval_seconds": {
                            "examples": [
                              60
                            ],
                            "type": "number",
                            "name": "interval_seconds",
                            "description": "Polling interval in seconds for polling-based triggers",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "webhook",
                            "auto_registration": {
                              "status": "supported"
                            },
                            "auto_unregistration": {
                              "status": "supported"
                            }
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "webhook"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "auto_registration": {
                            "examples": [
                              {
                                "status": "supported"
                              }
                            ],
                            "properties": {
                              "status": {
                                "examples": [
                                  "supported",
                                  "unsupported"
                                ],
                                "type": "enum",
                                "name": "status",
                                "description": "Whether automatic webhook registration is supported",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "auto_unregistration": {
                            "examples": [
                              {
                                "status": "supported"
                              }
                            ],
                            "properties": {
                              "status": {
                                "examples": [
                                  "supported",
                                  "unsupported"
                                ],
                                "type": "enum",
                                "name": "status",
                                "description": "Whether automatic webhook removal is supported",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_specification_id": {
                    "examples": [
                      "psp_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_specification_id",
                    "description": "Provider specification ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_85",
      "name": "provider.capabilities.trigger",
      "type": {
        "examples": [
          {
            "object": "provider.capabilities.trigger",
            "id": "ptr_4nOpQrStUvWxYzAb",
            "key": "messages.created",
            "name": "Messages Created",
            "description": "Fires whenever a new message is created in the provider",
            "input_schema": {
              "type": "json_schema",
              "schema": {}
            },
            "output_schema": {
              "type": "json_schema",
              "schema": {}
            },
            "invocation": {
              "type": "polling",
              "interval_seconds": 60
            },
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.capabilities.trigger"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "ptr_4nOpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique provider trigger identifier",
            "optional": false,
            "nullable": false
          },
          "key": {
            "examples": [
              "messages.created"
            ],
            "type": "string",
            "name": "key",
            "description": "Trigger key used when subscribing callbacks",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Messages Created"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name of the trigger",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Fires whenever a new message is created in the provider"
            ],
            "type": "string",
            "name": "description",
            "description": "Trigger description",
            "optional": false,
            "nullable": true
          },
          "input_schema": {
            "examples": [
              {
                "type": "json_schema",
                "schema": {}
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "json_schema"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "schema": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "schema",
                "description": "JSON Schema defining the trigger payload input shape",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "output_schema": {
            "examples": [
              {
                "type": "json_schema",
                "schema": {}
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "json_schema"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "schema": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "schema",
                "description": "JSON Schema defining the trigger delivery output shape",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "invocation": {
            "examples": [
              {
                "type": "polling",
                "interval_seconds": 60
              },
              {
                "type": "webhook",
                "auto_registration": {
                  "status": "supported"
                },
                "auto_unregistration": {
                  "status": "supported"
                }
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "polling",
                    "interval_seconds": 60
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "polling"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "interval_seconds": {
                    "examples": [
                      60
                    ],
                    "type": "number",
                    "name": "interval_seconds",
                    "description": "Polling interval in seconds for polling-based triggers",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "webhook",
                    "auto_registration": {
                      "status": "supported"
                    },
                    "auto_unregistration": {
                      "status": "supported"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "webhook"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "auto_registration": {
                    "examples": [
                      {
                        "status": "supported"
                      }
                    ],
                    "properties": {
                      "status": {
                        "examples": [
                          "supported",
                          "unsupported"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Whether automatic webhook registration is supported",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "auto_unregistration": {
                    "examples": [
                      {
                        "status": "supported"
                      }
                    ],
                    "properties": {
                      "status": {
                        "examples": [
                          "supported",
                          "unsupported"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Whether automatic webhook removal is supported",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "provider_specification_id": {
            "examples": [
              "psp_9gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_specification_id",
            "description": "Provider specification ID",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_88",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {
              "provider_version_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "provider_auth_method_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter to tools compatible with one auth method ID, or the common compatible subset for multiple auth method IDs.",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_89",
      "name": "tool",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "provider.tool",
                "id": "pto_5jKlMnPqRsTuVwXy",
                "key": "create_issue",
                "name": "Create Issue",
                "description": "Creates a new issue in a GitHub repository",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "tags": {},
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "provider.tool",
                  "id": "pto_5jKlMnPqRsTuVwXy",
                  "key": "create_issue",
                  "name": "Create Issue",
                  "description": "Creates a new issue in a GitHub repository",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "tags": {},
                  "specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider.tool",
                  "id": "pto_5jKlMnPqRsTuVwXy",
                  "key": "create_issue",
                  "name": "Create Issue",
                  "description": "Creates a new issue in a GitHub repository",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "tags": {},
                  "specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.tool",
                    "id": "pto_5jKlMnPqRsTuVwXy",
                    "key": "create_issue",
                    "name": "Create Issue",
                    "description": "Creates a new issue in a GitHub repository",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "tags": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.tool"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pto_5jKlMnPqRsTuVwXy"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique tool identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "key": {
                    "examples": [
                      "create_issue"
                    ],
                    "type": "string",
                    "name": "key",
                    "description": "Tool key",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Create Issue"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the tool",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Creates a new issue in a GitHub repository"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Tool description",
                    "optional": false,
                    "nullable": true
                  },
                  "capabilities": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "capabilities",
                    "description": "Tool capabilities",
                    "optional": false,
                    "nullable": false
                  },
                  "constraints": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "constraints",
                    "description": "Tool constraints",
                    "optional": false,
                    "nullable": false
                  },
                  "instructions": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "instructions",
                    "description": "Tool usage instructions",
                    "optional": false,
                    "nullable": false
                  },
                  "input_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the tool input parameters",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "output_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the tool output format",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "tags": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "destructive": {
                        "examples": [],
                        "type": "boolean",
                        "name": "destructive",
                        "description": "Whether the tool is destructive",
                        "optional": false,
                        "nullable": true
                      },
                      "read_only": {
                        "examples": [],
                        "type": "boolean",
                        "name": "read_only",
                        "description": "Whether the tool is read-only",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "specification_id": {
                    "examples": [
                      "psp_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "specification_id",
                    "description": "Specification ID",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_91",
      "name": "tool",
      "type": {
        "examples": [
          {
            "object": "provider.tool",
            "id": "pto_5jKlMnPqRsTuVwXy",
            "key": "create_issue",
            "name": "Create Issue",
            "description": "Creates a new issue in a GitHub repository",
            "capabilities": {},
            "input_schema": {
              "type": "json_schema",
              "schema": {}
            },
            "output_schema": {
              "type": "json_schema",
              "schema": {}
            },
            "tags": {},
            "specification_id": "psp_9gHjKlMnPqRsTuVw",
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.tool"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pto_5jKlMnPqRsTuVwXy"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique tool identifier",
            "optional": false,
            "nullable": false
          },
          "key": {
            "examples": [
              "create_issue"
            ],
            "type": "string",
            "name": "key",
            "description": "Tool key",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Create Issue"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name of the tool",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Creates a new issue in a GitHub repository"
            ],
            "type": "string",
            "name": "description",
            "description": "Tool description",
            "optional": false,
            "nullable": true
          },
          "capabilities": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "capabilities",
            "description": "Tool capabilities",
            "optional": false,
            "nullable": false
          },
          "constraints": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "constraints",
            "description": "Tool constraints",
            "optional": false,
            "nullable": false
          },
          "instructions": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "instructions",
            "description": "Tool usage instructions",
            "optional": false,
            "nullable": false
          },
          "input_schema": {
            "examples": [
              {
                "type": "json_schema",
                "schema": {}
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "json_schema"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "schema": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "schema",
                "description": "JSON Schema defining the tool input parameters",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "output_schema": {
            "examples": [
              {
                "type": "json_schema",
                "schema": {}
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "json_schema"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "schema": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "schema",
                "description": "JSON Schema defining the tool output format",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "tags": {
            "examples": [
              {}
            ],
            "properties": {
              "destructive": {
                "examples": [],
                "type": "boolean",
                "name": "destructive",
                "description": "Whether the tool is destructive",
                "optional": false,
                "nullable": true
              },
              "read_only": {
                "examples": [],
                "type": "boolean",
                "name": "read_only",
                "description": "Whether the tool is read-only",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "specification_id": {
            "examples": [
              "psp_9gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "specification_id",
            "description": "Specification ID",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_94",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {
              "provider_version_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_95",
      "name": "provider.capabilities.auth_method",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.capabilities.auth_method"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pam_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique auth method identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "oauth",
                      "token",
                      "custom"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Authentication type",
                    "optional": false,
                    "nullable": false
                  },
                  "key": {
                    "examples": [
                      "oauth2"
                    ],
                    "type": "string",
                    "name": "key",
                    "description": "Auth method key",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "OAuth 2.0"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Authenticate using OAuth 2.0"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Auth method description",
                    "optional": false,
                    "nullable": true
                  },
                  "capabilities": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "capabilities",
                    "description": "Auth method capabilities",
                    "optional": false,
                    "nullable": false
                  },
                  "input_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the required auth input fields",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "output_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the auth output fields",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "scopes": {
                    "examples": [
                      [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.capabilities.auth_method.scope"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pams_8tUvWxYzAbCdEfGh"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique scope identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "scope": {
                            "examples": [
                              "repo",
                              "user:email"
                            ],
                            "type": "string",
                            "name": "scope",
                            "description": "OAuth scope string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Repository Access"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the scope",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Full control of private repositories"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Scope description",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "scopes",
                    "description": "Available OAuth scopes",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_specification_id": {
                    "examples": [
                      "psp_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_specification_id",
                    "description": "Specification ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_97",
      "name": "provider.capabilities.auth_method",
      "type": {
        "examples": [
          {
            "object": "provider.capabilities.auth_method",
            "id": "pam_2mNpQrStUvWxYzAb",
            "type": "oauth",
            "key": "oauth2",
            "name": "OAuth 2.0",
            "description": "Authenticate using OAuth 2.0",
            "capabilities": {},
            "input_schema": {
              "type": "json_schema",
              "schema": {}
            },
            "output_schema": {
              "type": "json_schema",
              "schema": {}
            },
            "scopes": [
              {
                "object": "provider.capabilities.auth_method.scope",
                "id": "pams_8tUvWxYzAbCdEfGh",
                "scope": "repo",
                "name": "Repository Access",
                "description": "Full control of private repositories"
              },
              {
                "object": "provider.capabilities.auth_method.scope",
                "id": "pams_8tUvWxYzAbCdEfGh",
                "scope": "repo",
                "name": "Repository Access",
                "description": "Full control of private repositories"
              }
            ],
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.capabilities.auth_method"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pam_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique auth method identifier",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "oauth",
              "token",
              "custom"
            ],
            "type": "enum",
            "name": "type",
            "description": "Authentication type",
            "optional": false,
            "nullable": false
          },
          "key": {
            "examples": [
              "oauth2"
            ],
            "type": "string",
            "name": "key",
            "description": "Auth method key",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "OAuth 2.0"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Authenticate using OAuth 2.0"
            ],
            "type": "string",
            "name": "description",
            "description": "Auth method description",
            "optional": false,
            "nullable": true
          },
          "capabilities": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "capabilities",
            "description": "Auth method capabilities",
            "optional": false,
            "nullable": false
          },
          "input_schema": {
            "examples": [
              {
                "type": "json_schema",
                "schema": {}
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "json_schema"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "schema": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "schema",
                "description": "JSON Schema defining the required auth input fields",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "output_schema": {
            "examples": [
              {
                "type": "json_schema",
                "schema": {}
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "json_schema"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "schema": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "schema",
                "description": "JSON Schema defining the auth output fields",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "scopes": {
            "examples": [
              [
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                },
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.capabilities.auth_method.scope"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pams_8tUvWxYzAbCdEfGh"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique scope identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "scope": {
                    "examples": [
                      "repo",
                      "user:email"
                    ],
                    "type": "string",
                    "name": "scope",
                    "description": "OAuth scope string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Repository Access"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the scope",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Full control of private repositories"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Scope description",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "scopes",
            "description": "Available OAuth scopes",
            "optional": false,
            "nullable": true
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "provider_specification_id": {
            "examples": [
              "psp_9gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_specification_id",
            "description": "Specification ID",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_100",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "type": "mcp_client",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "type": {
                "examples": [
                  "mcp_client",
                  "custom",
                  "tool_call",
                  [
                    "mcp_client",
                    "mcp_client"
                  ],
                  [
                    "custom",
                    "custom"
                  ],
                  [
                    "tool_call",
                    "tool_call"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "mcp_client",
                      "custom",
                      "tool_call"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "mcp_client",
                        "mcp_client"
                      ],
                      [
                        "custom",
                        "custom"
                      ],
                      [
                        "tool_call",
                        "tool_call"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "mcp_client",
                          "custom",
                          "tool_call"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for agent creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for agent creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter agent creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for agent last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for agent last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter agent last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_101",
      "name": "agent",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "agent",
                "type": "mcp_client",
                "status": "active",
                "metadata": {}
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "agent",
                  "type": "mcp_client",
                  "status": "active",
                  "metadata": {}
                },
                {
                  "object": "agent",
                  "type": "mcp_client",
                  "status": "active",
                  "metadata": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "agent",
                    "type": "mcp_client",
                    "status": "active",
                    "metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "agent"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "mcp_client",
                      "custom",
                      "tool_call"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "actor_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_103",
      "name": "agent",
      "type": {
        "examples": [
          {
            "object": "agent",
            "type": "mcp_client",
            "status": "active",
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "agent"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "mcp_client",
              "custom",
              "tool_call"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "actor_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_105",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "type": "mcp_client",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "mcp_client",
                  "tool_call",
                  [
                    "mcp_client",
                    "mcp_client"
                  ],
                  [
                    "tool_call",
                    "tool_call"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "mcp_client",
                      "tool_call"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "mcp_client",
                        "mcp_client"
                      ],
                      [
                        "tool_call",
                        "tool_call"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "mcp_client",
                          "tool_call"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "agent_client_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for agent instance creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for agent instance creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter agent instance creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for agent instance last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for agent instance last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter agent instance last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_106",
      "name": "agent.instance",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "agent.instance",
                "type": "mcp_client",
                "agent_client": {
                  "object": "agent.client",
                  "type": "mcp_client_oauth"
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "agent.instance",
                  "type": "mcp_client",
                  "agent_client": {
                    "object": "agent.client",
                    "type": "mcp_client_oauth"
                  }
                },
                {
                  "object": "agent.instance",
                  "type": "mcp_client",
                  "agent_client": {
                    "object": "agent.client",
                    "type": "mcp_client_oauth"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "agent.instance",
                    "type": "mcp_client",
                    "agent_client": {
                      "object": "agent.client",
                      "type": "mcp_client_oauth"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "agent.instance"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "mcp_client",
                      "tool_call"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "version": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "agent_client": {
                    "examples": [
                      {
                        "object": "agent.client",
                        "type": "mcp_client_oauth"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "agent.client"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "mcp_client_oauth"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "last_connected_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "last_connected_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_108",
      "name": "agent.instance",
      "type": {
        "examples": [
          {
            "object": "agent.instance",
            "type": "mcp_client",
            "agent_client": {
              "object": "agent.client",
              "type": "mcp_client_oauth"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "agent.instance"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "mcp_client",
              "tool_call"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "version": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "agent_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "agent_client": {
            "examples": [
              {
                "object": "agent.client",
                "type": "mcp_client_oauth"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "agent.client"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "mcp_client_oauth"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "last_connected_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "last_connected_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_111",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "search": "github",
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "search": {
                "examples": [
                  "github"
                ],
                "type": "string",
                "description": "Filter identities by name or description.",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by one or more identity statuses.",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by identity ID or IDs.",
                "optional": true,
                "nullable": false
              },
              "agent_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by owner agent ID or IDs.",
                "optional": true,
                "nullable": false
              },
              "actor_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by owner identity actor ID or IDs.",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for identity creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for identity creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter identity creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for identity last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for identity last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter identity last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_112",
      "name": "identity",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "identity",
                "id": "idn_5gHjKlMnPqRsTuVw",
                "status": "active",
                "name": "Production GitHub Identity",
                "description": "Identity used by the release pipeline",
                "metadata": {},
                "owner": {
                  "type": "actor",
                  "actor": {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  }
                },
                "credentials": [
                  {
                    "object": "identity.credential",
                    "id": "icr_8vBnM4xZa2cDf7gH",
                    "status": "active",
                    "identity_id": "idn_5gHjKlMnPqRsTuVw",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                    "config_id": "pcf_7dEfGhJkLmNpQrSt",
                    "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                    "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  },
                  {
                    "object": "identity.credential",
                    "id": "icr_8vBnM4xZa2cDf7gH",
                    "status": "active",
                    "identity_id": "idn_5gHjKlMnPqRsTuVw",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                    "config_id": "pcf_7dEfGhJkLmNpQrSt",
                    "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                    "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  }
                ],
                "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                "created_at": "2026-02-03T10:15:00.000Z",
                "updated_at": "2026-02-10T14:30:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "identity",
                  "id": "idn_5gHjKlMnPqRsTuVw",
                  "status": "active",
                  "name": "Production GitHub Identity",
                  "description": "Identity used by the release pipeline",
                  "metadata": {},
                  "owner": {
                    "type": "actor",
                    "actor": {
                      "object": "identity.actor",
                      "id": "iac_6wQpLk2mZa8nYx4b",
                      "type": "person",
                      "status": "active",
                      "name": "Build Bot",
                      "description": "CI agent used for release automation",
                      "metadata": {},
                      "agent_id": "agt_4mNoPq8rSt2uVx6y",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    }
                  },
                  "credentials": [
                    {
                      "object": "identity.credential",
                      "id": "icr_8vBnM4xZa2cDf7gH",
                      "status": "active",
                      "identity_id": "idn_5gHjKlMnPqRsTuVw",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                      "config_id": "pcf_7dEfGhJkLmNpQrSt",
                      "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                      "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    },
                    {
                      "object": "identity.credential",
                      "id": "icr_8vBnM4xZa2cDf7gH",
                      "status": "active",
                      "identity_id": "idn_5gHjKlMnPqRsTuVw",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                      "config_id": "pcf_7dEfGhJkLmNpQrSt",
                      "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                      "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    }
                  ],
                  "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                },
                {
                  "object": "identity",
                  "id": "idn_5gHjKlMnPqRsTuVw",
                  "status": "active",
                  "name": "Production GitHub Identity",
                  "description": "Identity used by the release pipeline",
                  "metadata": {},
                  "owner": {
                    "type": "actor",
                    "actor": {
                      "object": "identity.actor",
                      "id": "iac_6wQpLk2mZa8nYx4b",
                      "type": "person",
                      "status": "active",
                      "name": "Build Bot",
                      "description": "CI agent used for release automation",
                      "metadata": {},
                      "agent_id": "agt_4mNoPq8rSt2uVx6y",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    }
                  },
                  "credentials": [
                    {
                      "object": "identity.credential",
                      "id": "icr_8vBnM4xZa2cDf7gH",
                      "status": "active",
                      "identity_id": "idn_5gHjKlMnPqRsTuVw",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                      "config_id": "pcf_7dEfGhJkLmNpQrSt",
                      "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                      "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    },
                    {
                      "object": "identity.credential",
                      "id": "icr_8vBnM4xZa2cDf7gH",
                      "status": "active",
                      "identity_id": "idn_5gHjKlMnPqRsTuVw",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                      "config_id": "pcf_7dEfGhJkLmNpQrSt",
                      "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                      "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    }
                  ],
                  "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "identity",
                    "id": "idn_5gHjKlMnPqRsTuVw",
                    "status": "active",
                    "name": "Production GitHub Identity",
                    "description": "Identity used by the release pipeline",
                    "metadata": {},
                    "owner": {
                      "type": "actor",
                      "actor": {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      }
                    },
                    "credentials": [
                      {
                        "object": "identity.credential",
                        "id": "icr_8vBnM4xZa2cDf7gH",
                        "status": "active",
                        "identity_id": "idn_5gHjKlMnPqRsTuVw",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                        "config_id": "pcf_7dEfGhJkLmNpQrSt",
                        "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                        "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      },
                      {
                        "object": "identity.credential",
                        "id": "icr_8vBnM4xZa2cDf7gH",
                        "status": "active",
                        "identity_id": "idn_5gHjKlMnPqRsTuVw",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                        "config_id": "pcf_7dEfGhJkLmNpQrSt",
                        "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                        "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      }
                    ],
                    "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "idn_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique identity identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current lifecycle status of the identity.",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production GitHub Identity"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Human-readable name of the identity.",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "Identity used by the release pipeline"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Optional description of what the identity is used for.",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Additional metadata associated with the identity.",
                    "optional": false,
                    "nullable": true
                  },
                  "owner": {
                    "examples": [
                      {
                        "type": "actor",
                        "actor": {
                          "object": "identity.actor",
                          "id": "iac_6wQpLk2mZa8nYx4b",
                          "type": "person",
                          "status": "active",
                          "name": "Build Bot",
                          "description": "CI agent used for release automation",
                          "metadata": {},
                          "agent_id": "agt_4mNoPq8rSt2uVx6y",
                          "created_at": "2026-02-03T10:15:00.000Z",
                          "updated_at": "2026-02-10T14:30:00.000Z"
                        }
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "actor"
                        ],
                        "type": "literal",
                        "name": "type",
                        "description": "Owner type for the identity.",
                        "optional": false,
                        "nullable": false
                      },
                      "actor": {
                        "examples": [
                          {
                            "object": "identity.actor",
                            "id": "iac_6wQpLk2mZa8nYx4b",
                            "type": "person",
                            "status": "active",
                            "name": "Build Bot",
                            "description": "CI agent used for release automation",
                            "metadata": {},
                            "agent_id": "agt_4mNoPq8rSt2uVx6y",
                            "created_at": "2026-02-03T10:15:00.000Z",
                            "updated_at": "2026-02-10T14:30:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "identity.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "iac_6wQpLk2mZa8nYx4b"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique identity actor identifier.",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "person",
                              "agent"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "Type of actor that owns or participates in identities.",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Current lifecycle status of the identity actor.",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Build Bot"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Human-readable name of the identity actor.",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "CI agent used for release automation"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Optional description of the actor.",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Additional metadata associated with the actor.",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_id": {
                            "examples": [
                              "agt_4mNoPq8rSt2uVx6y"
                            ],
                            "type": "string",
                            "name": "agent_id",
                            "description": "Linked agent identifier when this actor represents an agent.",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2026-02-03T10:15:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when the actor was created.",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-02-10T14:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when the actor was last updated.",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "credentials": {
                    "examples": [
                      [
                        {
                          "object": "identity.credential",
                          "id": "icr_8vBnM4xZa2cDf7gH",
                          "status": "active",
                          "identity_id": "idn_5gHjKlMnPqRsTuVw",
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                          "config_id": "pcf_7dEfGhJkLmNpQrSt",
                          "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                          "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                          "created_at": "2026-02-03T10:15:00.000Z",
                          "updated_at": "2026-02-10T14:30:00.000Z"
                        },
                        {
                          "object": "identity.credential",
                          "id": "icr_8vBnM4xZa2cDf7gH",
                          "status": "active",
                          "identity_id": "idn_5gHjKlMnPqRsTuVw",
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                          "config_id": "pcf_7dEfGhJkLmNpQrSt",
                          "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                          "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                          "created_at": "2026-02-03T10:15:00.000Z",
                          "updated_at": "2026-02-10T14:30:00.000Z"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "identity.credential",
                            "id": "icr_8vBnM4xZa2cDf7gH",
                            "status": "active",
                            "identity_id": "idn_5gHjKlMnPqRsTuVw",
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                            "config_id": "pcf_7dEfGhJkLmNpQrSt",
                            "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                            "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                            "created_at": "2026-02-03T10:15:00.000Z",
                            "updated_at": "2026-02-10T14:30:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "identity.credential"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "icr_8vBnM4xZa2cDf7gH"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique identity credential identifier.",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Current lifecycle status of the credential.",
                            "optional": false,
                            "nullable": false
                          },
                          "identity_id": {
                            "examples": [
                              "idn_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "identity_id",
                            "description": "Identity that owns this credential.",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider associated with the credential.",
                            "optional": false,
                            "nullable": false
                          },
                          "deployment_id": {
                            "examples": [
                              "pdp_4dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "deployment_id",
                            "description": "Provider deployment used by this credential.",
                            "optional": false,
                            "nullable": true
                          },
                          "config_id": {
                            "examples": [
                              "pcf_7dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "config_id",
                            "description": "Provider config used by this credential.",
                            "optional": false,
                            "nullable": true
                          },
                          "auth_config_id": {
                            "examples": [
                              "pac_3nOpRsTuVwXyZaBc"
                            ],
                            "type": "string",
                            "name": "auth_config_id",
                            "description": "Provider auth config used by this credential.",
                            "optional": false,
                            "nullable": true
                          },
                          "delegation_config_id": {
                            "examples": [
                              "idc_2mNpQrStUvWxYzAb"
                            ],
                            "type": "string",
                            "name": "delegation_config_id",
                            "description": "Delegation config applied to this credential.",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2026-02-03T10:15:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when the credential was created.",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-02-10T14:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when the credential was last updated.",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "credentials",
                    "description": "Credentials currently attached to the identity.",
                    "optional": false,
                    "nullable": false
                  },
                  "delegation_config_id": {
                    "examples": [
                      "idc_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "delegation_config_id",
                    "description": "Default delegation config applied to the identity.",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the identity was created.",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-02-10T14:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the identity was last updated.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_114",
      "name": "identity",
      "type": {
        "examples": [
          {
            "object": "identity",
            "id": "idn_5gHjKlMnPqRsTuVw",
            "status": "active",
            "name": "Production GitHub Identity",
            "description": "Identity used by the release pipeline",
            "metadata": {},
            "owner": {
              "type": "actor",
              "actor": {
                "object": "identity.actor",
                "id": "iac_6wQpLk2mZa8nYx4b",
                "type": "person",
                "status": "active",
                "name": "Build Bot",
                "description": "CI agent used for release automation",
                "metadata": {},
                "agent_id": "agt_4mNoPq8rSt2uVx6y",
                "created_at": "2026-02-03T10:15:00.000Z",
                "updated_at": "2026-02-10T14:30:00.000Z"
              }
            },
            "credentials": [
              {
                "object": "identity.credential",
                "id": "icr_8vBnM4xZa2cDf7gH",
                "status": "active",
                "identity_id": "idn_5gHjKlMnPqRsTuVw",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                "config_id": "pcf_7dEfGhJkLmNpQrSt",
                "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                "created_at": "2026-02-03T10:15:00.000Z",
                "updated_at": "2026-02-10T14:30:00.000Z"
              },
              {
                "object": "identity.credential",
                "id": "icr_8vBnM4xZa2cDf7gH",
                "status": "active",
                "identity_id": "idn_5gHjKlMnPqRsTuVw",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                "config_id": "pcf_7dEfGhJkLmNpQrSt",
                "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                "created_at": "2026-02-03T10:15:00.000Z",
                "updated_at": "2026-02-10T14:30:00.000Z"
              }
            ],
            "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
            "created_at": "2026-02-03T10:15:00.000Z",
            "updated_at": "2026-02-10T14:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "identity"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "idn_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique identity identifier.",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current lifecycle status of the identity.",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production GitHub Identity"
            ],
            "type": "string",
            "name": "name",
            "description": "Human-readable name of the identity.",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Identity used by the release pipeline"
            ],
            "type": "string",
            "name": "description",
            "description": "Optional description of what the identity is used for.",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Additional metadata associated with the identity.",
            "optional": false,
            "nullable": true
          },
          "owner": {
            "examples": [
              {
                "type": "actor",
                "actor": {
                  "object": "identity.actor",
                  "id": "iac_6wQpLk2mZa8nYx4b",
                  "type": "person",
                  "status": "active",
                  "name": "Build Bot",
                  "description": "CI agent used for release automation",
                  "metadata": {},
                  "agent_id": "agt_4mNoPq8rSt2uVx6y",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                }
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "actor"
                ],
                "type": "literal",
                "name": "type",
                "description": "Owner type for the identity.",
                "optional": false,
                "nullable": false
              },
              "actor": {
                "examples": [
                  {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "iac_6wQpLk2mZa8nYx4b"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique identity actor identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "person",
                      "agent"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Type of actor that owns or participates in identities.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current lifecycle status of the identity actor.",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Build Bot"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Human-readable name of the identity actor.",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "CI agent used for release automation"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Optional description of the actor.",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Additional metadata associated with the actor.",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_id": {
                    "examples": [
                      "agt_4mNoPq8rSt2uVx6y"
                    ],
                    "type": "string",
                    "name": "agent_id",
                    "description": "Linked agent identifier when this actor represents an agent.",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the actor was created.",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-02-10T14:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the actor was last updated.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "credentials": {
            "examples": [
              [
                {
                  "object": "identity.credential",
                  "id": "icr_8vBnM4xZa2cDf7gH",
                  "status": "active",
                  "identity_id": "idn_5gHjKlMnPqRsTuVw",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                  "config_id": "pcf_7dEfGhJkLmNpQrSt",
                  "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                  "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                },
                {
                  "object": "identity.credential",
                  "id": "icr_8vBnM4xZa2cDf7gH",
                  "status": "active",
                  "identity_id": "idn_5gHjKlMnPqRsTuVw",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                  "config_id": "pcf_7dEfGhJkLmNpQrSt",
                  "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                  "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "identity.credential",
                    "id": "icr_8vBnM4xZa2cDf7gH",
                    "status": "active",
                    "identity_id": "idn_5gHjKlMnPqRsTuVw",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                    "config_id": "pcf_7dEfGhJkLmNpQrSt",
                    "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                    "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.credential"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "icr_8vBnM4xZa2cDf7gH"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique identity credential identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current lifecycle status of the credential.",
                    "optional": false,
                    "nullable": false
                  },
                  "identity_id": {
                    "examples": [
                      "idn_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "identity_id",
                    "description": "Identity that owns this credential.",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider associated with the credential.",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment_id": {
                    "examples": [
                      "pdp_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "deployment_id",
                    "description": "Provider deployment used by this credential.",
                    "optional": false,
                    "nullable": true
                  },
                  "config_id": {
                    "examples": [
                      "pcf_7dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "config_id",
                    "description": "Provider config used by this credential.",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_config_id": {
                    "examples": [
                      "pac_3nOpRsTuVwXyZaBc"
                    ],
                    "type": "string",
                    "name": "auth_config_id",
                    "description": "Provider auth config used by this credential.",
                    "optional": false,
                    "nullable": true
                  },
                  "delegation_config_id": {
                    "examples": [
                      "idc_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "delegation_config_id",
                    "description": "Delegation config applied to this credential.",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the credential was created.",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-02-10T14:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the credential was last updated.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "credentials",
            "description": "Credentials currently attached to the identity.",
            "optional": false,
            "nullable": false
          },
          "delegation_config_id": {
            "examples": [
              "idc_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "delegation_config_id",
            "description": "Default delegation config applied to the identity.",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2026-02-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the identity was created.",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-02-10T14:30:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the identity was last updated.",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_116",
      "name": "Body",
      "type": {
        "examples": [
          {
            "actor_id": "iac_6wQpLk2mZa8nYx4b",
            "name": "Production GitHub Identity",
            "description": "Identity used by the release pipeline",
            "metadata": {},
            "credentials": [
              {
                "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                "config_id": "pcf_7dEfGhJkLmNpQrSt",
                "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                "delegation_config_id": "idc_2mNpQrStUvWxYzAb"
              },
              {
                "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                "config_id": "pcf_7dEfGhJkLmNpQrSt",
                "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                "delegation_config_id": "idc_2mNpQrStUvWxYzAb"
              }
            ]
          }
        ],
        "properties": {
          "actor_id": {
            "examples": [
              "iac_6wQpLk2mZa8nYx4b"
            ],
            "type": "string",
            "description": "Identity actor that will own the new identity.",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production GitHub Identity"
            ],
            "type": "string",
            "description": "Optional display name for the identity.",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [
              "Identity used by the release pipeline"
            ],
            "type": "string",
            "description": "Optional description of the identity.",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Additional metadata to store on the identity.",
            "optional": true,
            "nullable": false
          },
          "credentials": {
            "examples": [
              [
                {
                  "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                  "config_id": "pcf_7dEfGhJkLmNpQrSt",
                  "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                  "delegation_config_id": "idc_2mNpQrStUvWxYzAb"
                },
                {
                  "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                  "config_id": "pcf_7dEfGhJkLmNpQrSt",
                  "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                  "delegation_config_id": "idc_2mNpQrStUvWxYzAb"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                    "config_id": "pcf_7dEfGhJkLmNpQrSt",
                    "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                    "delegation_config_id": "idc_2mNpQrStUvWxYzAb"
                  }
                ],
                "properties": {
                  "deployment_id": {
                    "examples": [
                      "pdp_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "description": "Provider deployment to attach to the identity.",
                    "optional": true,
                    "nullable": false
                  },
                  "config_id": {
                    "examples": [
                      "pcf_7dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "description": "Provider config to attach to the identity.",
                    "optional": true,
                    "nullable": false
                  },
                  "auth_config_id": {
                    "examples": [
                      "pac_3nOpRsTuVwXyZaBc"
                    ],
                    "type": "string",
                    "description": "Provider auth config to attach to the identity.",
                    "optional": true,
                    "nullable": false
                  },
                  "delegation_config_id": {
                    "examples": [
                      "idc_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "description": "Delegation config to apply to the new credential.",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "description": "Credentials to create and attach as part of identity creation.",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_117",
      "name": "identity",
      "type": {
        "examples": [
          {
            "object": "identity",
            "id": "idn_5gHjKlMnPqRsTuVw",
            "status": "active",
            "name": "Production GitHub Identity",
            "description": "Identity used by the release pipeline",
            "metadata": {},
            "owner": {
              "type": "actor",
              "actor": {
                "object": "identity.actor",
                "id": "iac_6wQpLk2mZa8nYx4b",
                "type": "person",
                "status": "active",
                "name": "Build Bot",
                "description": "CI agent used for release automation",
                "metadata": {},
                "agent_id": "agt_4mNoPq8rSt2uVx6y",
                "created_at": "2026-02-03T10:15:00.000Z",
                "updated_at": "2026-02-10T14:30:00.000Z"
              }
            },
            "credentials": [
              {
                "object": "identity.credential",
                "id": "icr_8vBnM4xZa2cDf7gH",
                "status": "active",
                "identity_id": "idn_5gHjKlMnPqRsTuVw",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                "config_id": "pcf_7dEfGhJkLmNpQrSt",
                "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                "created_at": "2026-02-03T10:15:00.000Z",
                "updated_at": "2026-02-10T14:30:00.000Z"
              },
              {
                "object": "identity.credential",
                "id": "icr_8vBnM4xZa2cDf7gH",
                "status": "active",
                "identity_id": "idn_5gHjKlMnPqRsTuVw",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                "config_id": "pcf_7dEfGhJkLmNpQrSt",
                "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                "created_at": "2026-02-03T10:15:00.000Z",
                "updated_at": "2026-02-10T14:30:00.000Z"
              }
            ],
            "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
            "created_at": "2026-02-03T10:15:00.000Z",
            "updated_at": "2026-02-10T14:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "identity"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "idn_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique identity identifier.",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current lifecycle status of the identity.",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production GitHub Identity"
            ],
            "type": "string",
            "name": "name",
            "description": "Human-readable name of the identity.",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Identity used by the release pipeline"
            ],
            "type": "string",
            "name": "description",
            "description": "Optional description of what the identity is used for.",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Additional metadata associated with the identity.",
            "optional": false,
            "nullable": true
          },
          "owner": {
            "examples": [
              {
                "type": "actor",
                "actor": {
                  "object": "identity.actor",
                  "id": "iac_6wQpLk2mZa8nYx4b",
                  "type": "person",
                  "status": "active",
                  "name": "Build Bot",
                  "description": "CI agent used for release automation",
                  "metadata": {},
                  "agent_id": "agt_4mNoPq8rSt2uVx6y",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                }
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "actor"
                ],
                "type": "literal",
                "name": "type",
                "description": "Owner type for the identity.",
                "optional": false,
                "nullable": false
              },
              "actor": {
                "examples": [
                  {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "iac_6wQpLk2mZa8nYx4b"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique identity actor identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "person",
                      "agent"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Type of actor that owns or participates in identities.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current lifecycle status of the identity actor.",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Build Bot"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Human-readable name of the identity actor.",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "CI agent used for release automation"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Optional description of the actor.",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Additional metadata associated with the actor.",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_id": {
                    "examples": [
                      "agt_4mNoPq8rSt2uVx6y"
                    ],
                    "type": "string",
                    "name": "agent_id",
                    "description": "Linked agent identifier when this actor represents an agent.",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the actor was created.",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-02-10T14:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the actor was last updated.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "credentials": {
            "examples": [
              [
                {
                  "object": "identity.credential",
                  "id": "icr_8vBnM4xZa2cDf7gH",
                  "status": "active",
                  "identity_id": "idn_5gHjKlMnPqRsTuVw",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                  "config_id": "pcf_7dEfGhJkLmNpQrSt",
                  "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                  "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                },
                {
                  "object": "identity.credential",
                  "id": "icr_8vBnM4xZa2cDf7gH",
                  "status": "active",
                  "identity_id": "idn_5gHjKlMnPqRsTuVw",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                  "config_id": "pcf_7dEfGhJkLmNpQrSt",
                  "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                  "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "identity.credential",
                    "id": "icr_8vBnM4xZa2cDf7gH",
                    "status": "active",
                    "identity_id": "idn_5gHjKlMnPqRsTuVw",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                    "config_id": "pcf_7dEfGhJkLmNpQrSt",
                    "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                    "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.credential"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "icr_8vBnM4xZa2cDf7gH"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique identity credential identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current lifecycle status of the credential.",
                    "optional": false,
                    "nullable": false
                  },
                  "identity_id": {
                    "examples": [
                      "idn_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "identity_id",
                    "description": "Identity that owns this credential.",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider associated with the credential.",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment_id": {
                    "examples": [
                      "pdp_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "deployment_id",
                    "description": "Provider deployment used by this credential.",
                    "optional": false,
                    "nullable": true
                  },
                  "config_id": {
                    "examples": [
                      "pcf_7dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "config_id",
                    "description": "Provider config used by this credential.",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_config_id": {
                    "examples": [
                      "pac_3nOpRsTuVwXyZaBc"
                    ],
                    "type": "string",
                    "name": "auth_config_id",
                    "description": "Provider auth config used by this credential.",
                    "optional": false,
                    "nullable": true
                  },
                  "delegation_config_id": {
                    "examples": [
                      "idc_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "delegation_config_id",
                    "description": "Delegation config applied to this credential.",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the credential was created.",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-02-10T14:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the credential was last updated.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "credentials",
            "description": "Credentials currently attached to the identity.",
            "optional": false,
            "nullable": false
          },
          "delegation_config_id": {
            "examples": [
              "idc_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "delegation_config_id",
            "description": "Default delegation config applied to the identity.",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2026-02-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the identity was created.",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-02-10T14:30:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the identity was last updated.",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_119",
      "name": "Body",
      "type": {
        "examples": [
          {
            "name": "Updated Production GitHub Identity",
            "description": "Updated identity used by the release pipeline",
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [
              "Updated Production GitHub Identity"
            ],
            "type": "string",
            "description": "Updated display name for the identity.",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [
              "Updated identity used by the release pipeline"
            ],
            "type": "string",
            "description": "Updated description for the identity.",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Updated metadata for the identity.",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_120",
      "name": "identity",
      "type": {
        "examples": [
          {
            "object": "identity",
            "id": "idn_5gHjKlMnPqRsTuVw",
            "status": "active",
            "name": "Production GitHub Identity",
            "description": "Identity used by the release pipeline",
            "metadata": {},
            "owner": {
              "type": "actor",
              "actor": {
                "object": "identity.actor",
                "id": "iac_6wQpLk2mZa8nYx4b",
                "type": "person",
                "status": "active",
                "name": "Build Bot",
                "description": "CI agent used for release automation",
                "metadata": {},
                "agent_id": "agt_4mNoPq8rSt2uVx6y",
                "created_at": "2026-02-03T10:15:00.000Z",
                "updated_at": "2026-02-10T14:30:00.000Z"
              }
            },
            "credentials": [
              {
                "object": "identity.credential",
                "id": "icr_8vBnM4xZa2cDf7gH",
                "status": "active",
                "identity_id": "idn_5gHjKlMnPqRsTuVw",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                "config_id": "pcf_7dEfGhJkLmNpQrSt",
                "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                "created_at": "2026-02-03T10:15:00.000Z",
                "updated_at": "2026-02-10T14:30:00.000Z"
              },
              {
                "object": "identity.credential",
                "id": "icr_8vBnM4xZa2cDf7gH",
                "status": "active",
                "identity_id": "idn_5gHjKlMnPqRsTuVw",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                "config_id": "pcf_7dEfGhJkLmNpQrSt",
                "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                "created_at": "2026-02-03T10:15:00.000Z",
                "updated_at": "2026-02-10T14:30:00.000Z"
              }
            ],
            "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
            "created_at": "2026-02-03T10:15:00.000Z",
            "updated_at": "2026-02-10T14:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "identity"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "idn_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique identity identifier.",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current lifecycle status of the identity.",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production GitHub Identity"
            ],
            "type": "string",
            "name": "name",
            "description": "Human-readable name of the identity.",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Identity used by the release pipeline"
            ],
            "type": "string",
            "name": "description",
            "description": "Optional description of what the identity is used for.",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Additional metadata associated with the identity.",
            "optional": false,
            "nullable": true
          },
          "owner": {
            "examples": [
              {
                "type": "actor",
                "actor": {
                  "object": "identity.actor",
                  "id": "iac_6wQpLk2mZa8nYx4b",
                  "type": "person",
                  "status": "active",
                  "name": "Build Bot",
                  "description": "CI agent used for release automation",
                  "metadata": {},
                  "agent_id": "agt_4mNoPq8rSt2uVx6y",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                }
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "actor"
                ],
                "type": "literal",
                "name": "type",
                "description": "Owner type for the identity.",
                "optional": false,
                "nullable": false
              },
              "actor": {
                "examples": [
                  {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "iac_6wQpLk2mZa8nYx4b"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique identity actor identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "person",
                      "agent"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Type of actor that owns or participates in identities.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current lifecycle status of the identity actor.",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Build Bot"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Human-readable name of the identity actor.",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "CI agent used for release automation"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Optional description of the actor.",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Additional metadata associated with the actor.",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_id": {
                    "examples": [
                      "agt_4mNoPq8rSt2uVx6y"
                    ],
                    "type": "string",
                    "name": "agent_id",
                    "description": "Linked agent identifier when this actor represents an agent.",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the actor was created.",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-02-10T14:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the actor was last updated.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "credentials": {
            "examples": [
              [
                {
                  "object": "identity.credential",
                  "id": "icr_8vBnM4xZa2cDf7gH",
                  "status": "active",
                  "identity_id": "idn_5gHjKlMnPqRsTuVw",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                  "config_id": "pcf_7dEfGhJkLmNpQrSt",
                  "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                  "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                },
                {
                  "object": "identity.credential",
                  "id": "icr_8vBnM4xZa2cDf7gH",
                  "status": "active",
                  "identity_id": "idn_5gHjKlMnPqRsTuVw",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                  "config_id": "pcf_7dEfGhJkLmNpQrSt",
                  "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                  "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "identity.credential",
                    "id": "icr_8vBnM4xZa2cDf7gH",
                    "status": "active",
                    "identity_id": "idn_5gHjKlMnPqRsTuVw",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                    "config_id": "pcf_7dEfGhJkLmNpQrSt",
                    "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                    "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.credential"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "icr_8vBnM4xZa2cDf7gH"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique identity credential identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current lifecycle status of the credential.",
                    "optional": false,
                    "nullable": false
                  },
                  "identity_id": {
                    "examples": [
                      "idn_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "identity_id",
                    "description": "Identity that owns this credential.",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider associated with the credential.",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment_id": {
                    "examples": [
                      "pdp_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "deployment_id",
                    "description": "Provider deployment used by this credential.",
                    "optional": false,
                    "nullable": true
                  },
                  "config_id": {
                    "examples": [
                      "pcf_7dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "config_id",
                    "description": "Provider config used by this credential.",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_config_id": {
                    "examples": [
                      "pac_3nOpRsTuVwXyZaBc"
                    ],
                    "type": "string",
                    "name": "auth_config_id",
                    "description": "Provider auth config used by this credential.",
                    "optional": false,
                    "nullable": true
                  },
                  "delegation_config_id": {
                    "examples": [
                      "idc_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "delegation_config_id",
                    "description": "Delegation config applied to this credential.",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the credential was created.",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-02-10T14:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the credential was last updated.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "credentials",
            "description": "Credentials currently attached to the identity.",
            "optional": false,
            "nullable": false
          },
          "delegation_config_id": {
            "examples": [
              "idc_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "delegation_config_id",
            "description": "Default delegation config applied to the identity.",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2026-02-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the identity was created.",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-02-10T14:30:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the identity was last updated.",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_122",
      "name": "identity",
      "type": {
        "examples": [
          {
            "object": "identity",
            "id": "idn_5gHjKlMnPqRsTuVw",
            "status": "active",
            "name": "Production GitHub Identity",
            "description": "Identity used by the release pipeline",
            "metadata": {},
            "owner": {
              "type": "actor",
              "actor": {
                "object": "identity.actor",
                "id": "iac_6wQpLk2mZa8nYx4b",
                "type": "person",
                "status": "active",
                "name": "Build Bot",
                "description": "CI agent used for release automation",
                "metadata": {},
                "agent_id": "agt_4mNoPq8rSt2uVx6y",
                "created_at": "2026-02-03T10:15:00.000Z",
                "updated_at": "2026-02-10T14:30:00.000Z"
              }
            },
            "credentials": [
              {
                "object": "identity.credential",
                "id": "icr_8vBnM4xZa2cDf7gH",
                "status": "active",
                "identity_id": "idn_5gHjKlMnPqRsTuVw",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                "config_id": "pcf_7dEfGhJkLmNpQrSt",
                "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                "created_at": "2026-02-03T10:15:00.000Z",
                "updated_at": "2026-02-10T14:30:00.000Z"
              },
              {
                "object": "identity.credential",
                "id": "icr_8vBnM4xZa2cDf7gH",
                "status": "active",
                "identity_id": "idn_5gHjKlMnPqRsTuVw",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                "config_id": "pcf_7dEfGhJkLmNpQrSt",
                "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                "created_at": "2026-02-03T10:15:00.000Z",
                "updated_at": "2026-02-10T14:30:00.000Z"
              }
            ],
            "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
            "created_at": "2026-02-03T10:15:00.000Z",
            "updated_at": "2026-02-10T14:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "identity"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "idn_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique identity identifier.",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current lifecycle status of the identity.",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production GitHub Identity"
            ],
            "type": "string",
            "name": "name",
            "description": "Human-readable name of the identity.",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Identity used by the release pipeline"
            ],
            "type": "string",
            "name": "description",
            "description": "Optional description of what the identity is used for.",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Additional metadata associated with the identity.",
            "optional": false,
            "nullable": true
          },
          "owner": {
            "examples": [
              {
                "type": "actor",
                "actor": {
                  "object": "identity.actor",
                  "id": "iac_6wQpLk2mZa8nYx4b",
                  "type": "person",
                  "status": "active",
                  "name": "Build Bot",
                  "description": "CI agent used for release automation",
                  "metadata": {},
                  "agent_id": "agt_4mNoPq8rSt2uVx6y",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                }
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "actor"
                ],
                "type": "literal",
                "name": "type",
                "description": "Owner type for the identity.",
                "optional": false,
                "nullable": false
              },
              "actor": {
                "examples": [
                  {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "iac_6wQpLk2mZa8nYx4b"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique identity actor identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "person",
                      "agent"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Type of actor that owns or participates in identities.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current lifecycle status of the identity actor.",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Build Bot"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Human-readable name of the identity actor.",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "CI agent used for release automation"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Optional description of the actor.",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Additional metadata associated with the actor.",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_id": {
                    "examples": [
                      "agt_4mNoPq8rSt2uVx6y"
                    ],
                    "type": "string",
                    "name": "agent_id",
                    "description": "Linked agent identifier when this actor represents an agent.",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the actor was created.",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-02-10T14:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the actor was last updated.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "credentials": {
            "examples": [
              [
                {
                  "object": "identity.credential",
                  "id": "icr_8vBnM4xZa2cDf7gH",
                  "status": "active",
                  "identity_id": "idn_5gHjKlMnPqRsTuVw",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                  "config_id": "pcf_7dEfGhJkLmNpQrSt",
                  "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                  "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                },
                {
                  "object": "identity.credential",
                  "id": "icr_8vBnM4xZa2cDf7gH",
                  "status": "active",
                  "identity_id": "idn_5gHjKlMnPqRsTuVw",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                  "config_id": "pcf_7dEfGhJkLmNpQrSt",
                  "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                  "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "identity.credential",
                    "id": "icr_8vBnM4xZa2cDf7gH",
                    "status": "active",
                    "identity_id": "idn_5gHjKlMnPqRsTuVw",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                    "config_id": "pcf_7dEfGhJkLmNpQrSt",
                    "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                    "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.credential"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "icr_8vBnM4xZa2cDf7gH"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique identity credential identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current lifecycle status of the credential.",
                    "optional": false,
                    "nullable": false
                  },
                  "identity_id": {
                    "examples": [
                      "idn_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "identity_id",
                    "description": "Identity that owns this credential.",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider associated with the credential.",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment_id": {
                    "examples": [
                      "pdp_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "deployment_id",
                    "description": "Provider deployment used by this credential.",
                    "optional": false,
                    "nullable": true
                  },
                  "config_id": {
                    "examples": [
                      "pcf_7dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "config_id",
                    "description": "Provider config used by this credential.",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_config_id": {
                    "examples": [
                      "pac_3nOpRsTuVwXyZaBc"
                    ],
                    "type": "string",
                    "name": "auth_config_id",
                    "description": "Provider auth config used by this credential.",
                    "optional": false,
                    "nullable": true
                  },
                  "delegation_config_id": {
                    "examples": [
                      "idc_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "delegation_config_id",
                    "description": "Delegation config applied to this credential.",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the credential was created.",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-02-10T14:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the credential was last updated.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "credentials",
            "description": "Credentials currently attached to the identity.",
            "optional": false,
            "nullable": false
          },
          "delegation_config_id": {
            "examples": [
              "idc_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "delegation_config_id",
            "description": "Default delegation config applied to the identity.",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2026-02-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the identity was created.",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-02-10T14:30:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the identity was last updated.",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_125",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "search": "release",
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "search": {
                "examples": [
                  "release"
                ],
                "type": "string",
                "description": "Filter actors by name or description.",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by one or more actor statuses.",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by identity actor ID or IDs.",
                "optional": true,
                "nullable": false
              },
              "agent_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by linked agent ID or IDs.",
                "optional": true,
                "nullable": false
              },
              "consumer_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by linked consumer ID or IDs.",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for identity actor creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for identity actor creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter identity actor creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for identity actor last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for identity actor last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter identity actor last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_126",
      "name": "identity.actor",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "identity.actor",
                "id": "iac_6wQpLk2mZa8nYx4b",
                "type": "person",
                "status": "active",
                "name": "Build Bot",
                "description": "CI agent used for release automation",
                "metadata": {},
                "agent_id": "agt_4mNoPq8rSt2uVx6y",
                "created_at": "2026-02-03T10:15:00.000Z",
                "updated_at": "2026-02-10T14:30:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "identity.actor",
                  "id": "iac_6wQpLk2mZa8nYx4b",
                  "type": "person",
                  "status": "active",
                  "name": "Build Bot",
                  "description": "CI agent used for release automation",
                  "metadata": {},
                  "agent_id": "agt_4mNoPq8rSt2uVx6y",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                },
                {
                  "object": "identity.actor",
                  "id": "iac_6wQpLk2mZa8nYx4b",
                  "type": "person",
                  "status": "active",
                  "name": "Build Bot",
                  "description": "CI agent used for release automation",
                  "metadata": {},
                  "agent_id": "agt_4mNoPq8rSt2uVx6y",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "iac_6wQpLk2mZa8nYx4b"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique identity actor identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "person",
                      "agent"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Type of actor that owns or participates in identities.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current lifecycle status of the identity actor.",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Build Bot"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Human-readable name of the identity actor.",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "CI agent used for release automation"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Optional description of the actor.",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Additional metadata associated with the actor.",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_id": {
                    "examples": [
                      "agt_4mNoPq8rSt2uVx6y"
                    ],
                    "type": "string",
                    "name": "agent_id",
                    "description": "Linked agent identifier when this actor represents an agent.",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the actor was created.",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-02-10T14:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the actor was last updated.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_128",
      "name": "identity.actor",
      "type": {
        "examples": [
          {
            "object": "identity.actor",
            "id": "iac_6wQpLk2mZa8nYx4b",
            "type": "person",
            "status": "active",
            "name": "Build Bot",
            "description": "CI agent used for release automation",
            "metadata": {},
            "agent_id": "agt_4mNoPq8rSt2uVx6y",
            "created_at": "2026-02-03T10:15:00.000Z",
            "updated_at": "2026-02-10T14:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "identity.actor"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "iac_6wQpLk2mZa8nYx4b"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique identity actor identifier.",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "person",
              "agent"
            ],
            "type": "enum",
            "name": "type",
            "description": "Type of actor that owns or participates in identities.",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current lifecycle status of the identity actor.",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Build Bot"
            ],
            "type": "string",
            "name": "name",
            "description": "Human-readable name of the identity actor.",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "CI agent used for release automation"
            ],
            "type": "string",
            "name": "description",
            "description": "Optional description of the actor.",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Additional metadata associated with the actor.",
            "optional": false,
            "nullable": true
          },
          "agent_id": {
            "examples": [
              "agt_4mNoPq8rSt2uVx6y"
            ],
            "type": "string",
            "name": "agent_id",
            "description": "Linked agent identifier when this actor represents an agent.",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2026-02-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the actor was created.",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-02-10T14:30:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the actor was last updated.",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_130",
      "name": "Body",
      "type": {
        "examples": [
          {
            "type": "person",
            "name": "Release Bot",
            "description": "Agent used for production releases",
            "metadata": {}
          }
        ],
        "properties": {
          "type": {
            "examples": [
              "person",
              "agent"
            ],
            "type": "enum",
            "description": "Whether this actor is a person or an agent.",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Release Bot"
            ],
            "type": "string",
            "description": "Human-readable display name for the actor.",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Agent used for production releases"
            ],
            "type": "string",
            "description": "Optional description of the actor.",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Additional metadata to store on the actor.",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_131",
      "name": "identity.actor",
      "type": {
        "examples": [
          {
            "object": "identity.actor",
            "id": "iac_6wQpLk2mZa8nYx4b",
            "type": "person",
            "status": "active",
            "name": "Build Bot",
            "description": "CI agent used for release automation",
            "metadata": {},
            "agent_id": "agt_4mNoPq8rSt2uVx6y",
            "created_at": "2026-02-03T10:15:00.000Z",
            "updated_at": "2026-02-10T14:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "identity.actor"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "iac_6wQpLk2mZa8nYx4b"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique identity actor identifier.",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "person",
              "agent"
            ],
            "type": "enum",
            "name": "type",
            "description": "Type of actor that owns or participates in identities.",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current lifecycle status of the identity actor.",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Build Bot"
            ],
            "type": "string",
            "name": "name",
            "description": "Human-readable name of the identity actor.",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "CI agent used for release automation"
            ],
            "type": "string",
            "name": "description",
            "description": "Optional description of the actor.",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Additional metadata associated with the actor.",
            "optional": false,
            "nullable": true
          },
          "agent_id": {
            "examples": [
              "agt_4mNoPq8rSt2uVx6y"
            ],
            "type": "string",
            "name": "agent_id",
            "description": "Linked agent identifier when this actor represents an agent.",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2026-02-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the actor was created.",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-02-10T14:30:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the actor was last updated.",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_133",
      "name": "Body",
      "type": {
        "examples": [
          {
            "name": "Updated Release Bot",
            "description": "Updated release automation actor",
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [
              "Updated Release Bot"
            ],
            "type": "string",
            "description": "Updated display name for the actor.",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [
              "Updated release automation actor"
            ],
            "type": "string",
            "description": "Updated description for the actor.",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Updated metadata for the actor.",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_134",
      "name": "identity.actor",
      "type": {
        "examples": [
          {
            "object": "identity.actor",
            "id": "iac_6wQpLk2mZa8nYx4b",
            "type": "person",
            "status": "active",
            "name": "Build Bot",
            "description": "CI agent used for release automation",
            "metadata": {},
            "agent_id": "agt_4mNoPq8rSt2uVx6y",
            "created_at": "2026-02-03T10:15:00.000Z",
            "updated_at": "2026-02-10T14:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "identity.actor"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "iac_6wQpLk2mZa8nYx4b"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique identity actor identifier.",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "person",
              "agent"
            ],
            "type": "enum",
            "name": "type",
            "description": "Type of actor that owns or participates in identities.",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current lifecycle status of the identity actor.",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Build Bot"
            ],
            "type": "string",
            "name": "name",
            "description": "Human-readable name of the identity actor.",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "CI agent used for release automation"
            ],
            "type": "string",
            "name": "description",
            "description": "Optional description of the actor.",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Additional metadata associated with the actor.",
            "optional": false,
            "nullable": true
          },
          "agent_id": {
            "examples": [
              "agt_4mNoPq8rSt2uVx6y"
            ],
            "type": "string",
            "name": "agent_id",
            "description": "Linked agent identifier when this actor represents an agent.",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2026-02-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the actor was created.",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-02-10T14:30:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the actor was last updated.",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_136",
      "name": "identity.actor",
      "type": {
        "examples": [
          {
            "object": "identity.actor",
            "id": "iac_6wQpLk2mZa8nYx4b",
            "type": "person",
            "status": "active",
            "name": "Build Bot",
            "description": "CI agent used for release automation",
            "metadata": {},
            "agent_id": "agt_4mNoPq8rSt2uVx6y",
            "created_at": "2026-02-03T10:15:00.000Z",
            "updated_at": "2026-02-10T14:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "identity.actor"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "iac_6wQpLk2mZa8nYx4b"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique identity actor identifier.",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "person",
              "agent"
            ],
            "type": "enum",
            "name": "type",
            "description": "Type of actor that owns or participates in identities.",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current lifecycle status of the identity actor.",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Build Bot"
            ],
            "type": "string",
            "name": "name",
            "description": "Human-readable name of the identity actor.",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "CI agent used for release automation"
            ],
            "type": "string",
            "name": "description",
            "description": "Optional description of the actor.",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Additional metadata associated with the actor.",
            "optional": false,
            "nullable": true
          },
          "agent_id": {
            "examples": [
              "agt_4mNoPq8rSt2uVx6y"
            ],
            "type": "string",
            "name": "agent_id",
            "description": "Linked agent identifier when this actor represents an agent.",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2026-02-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the actor was created.",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-02-10T14:30:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the actor was last updated.",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_139",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by one or more credential statuses.",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by identity credential ID or IDs.",
                "optional": true,
                "nullable": false
              },
              "agent_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by owner agent ID or IDs.",
                "optional": true,
                "nullable": false
              },
              "actor_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by owner actor ID or IDs.",
                "optional": true,
                "nullable": false
              },
              "identity_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by identity ID or IDs.",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider ID or IDs.",
                "optional": true,
                "nullable": false
              },
              "provider_deployment_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider deployment ID or IDs.",
                "optional": true,
                "nullable": false
              },
              "provider_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider config ID or IDs.",
                "optional": true,
                "nullable": false
              },
              "provider_auth_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider auth config ID or IDs.",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for identity credential creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for identity credential creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter identity credential creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for identity credential last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for identity credential last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter identity credential last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_140",
      "name": "identity.credential",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "identity.credential",
                "id": "icr_8vBnM4xZa2cDf7gH",
                "status": "active",
                "identity_id": "idn_5gHjKlMnPqRsTuVw",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                "config_id": "pcf_7dEfGhJkLmNpQrSt",
                "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                "created_at": "2026-02-03T10:15:00.000Z",
                "updated_at": "2026-02-10T14:30:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "identity.credential",
                  "id": "icr_8vBnM4xZa2cDf7gH",
                  "status": "active",
                  "identity_id": "idn_5gHjKlMnPqRsTuVw",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                  "config_id": "pcf_7dEfGhJkLmNpQrSt",
                  "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                  "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                },
                {
                  "object": "identity.credential",
                  "id": "icr_8vBnM4xZa2cDf7gH",
                  "status": "active",
                  "identity_id": "idn_5gHjKlMnPqRsTuVw",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                  "config_id": "pcf_7dEfGhJkLmNpQrSt",
                  "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                  "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "identity.credential",
                    "id": "icr_8vBnM4xZa2cDf7gH",
                    "status": "active",
                    "identity_id": "idn_5gHjKlMnPqRsTuVw",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                    "config_id": "pcf_7dEfGhJkLmNpQrSt",
                    "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
                    "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.credential"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "icr_8vBnM4xZa2cDf7gH"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique identity credential identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current lifecycle status of the credential.",
                    "optional": false,
                    "nullable": false
                  },
                  "identity_id": {
                    "examples": [
                      "idn_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "identity_id",
                    "description": "Identity that owns this credential.",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider associated with the credential.",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment_id": {
                    "examples": [
                      "pdp_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "deployment_id",
                    "description": "Provider deployment used by this credential.",
                    "optional": false,
                    "nullable": true
                  },
                  "config_id": {
                    "examples": [
                      "pcf_7dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "config_id",
                    "description": "Provider config used by this credential.",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_config_id": {
                    "examples": [
                      "pac_3nOpRsTuVwXyZaBc"
                    ],
                    "type": "string",
                    "name": "auth_config_id",
                    "description": "Provider auth config used by this credential.",
                    "optional": false,
                    "nullable": true
                  },
                  "delegation_config_id": {
                    "examples": [
                      "idc_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "delegation_config_id",
                    "description": "Delegation config applied to this credential.",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the credential was created.",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-02-10T14:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the credential was last updated.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_142",
      "name": "identity.credential",
      "type": {
        "examples": [
          {
            "object": "identity.credential",
            "id": "icr_8vBnM4xZa2cDf7gH",
            "status": "active",
            "identity_id": "idn_5gHjKlMnPqRsTuVw",
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
            "config_id": "pcf_7dEfGhJkLmNpQrSt",
            "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
            "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
            "created_at": "2026-02-03T10:15:00.000Z",
            "updated_at": "2026-02-10T14:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "identity.credential"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "icr_8vBnM4xZa2cDf7gH"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique identity credential identifier.",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current lifecycle status of the credential.",
            "optional": false,
            "nullable": false
          },
          "identity_id": {
            "examples": [
              "idn_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "identity_id",
            "description": "Identity that owns this credential.",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider associated with the credential.",
            "optional": false,
            "nullable": false
          },
          "deployment_id": {
            "examples": [
              "pdp_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "deployment_id",
            "description": "Provider deployment used by this credential.",
            "optional": false,
            "nullable": true
          },
          "config_id": {
            "examples": [
              "pcf_7dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "config_id",
            "description": "Provider config used by this credential.",
            "optional": false,
            "nullable": true
          },
          "auth_config_id": {
            "examples": [
              "pac_3nOpRsTuVwXyZaBc"
            ],
            "type": "string",
            "name": "auth_config_id",
            "description": "Provider auth config used by this credential.",
            "optional": false,
            "nullable": true
          },
          "delegation_config_id": {
            "examples": [
              "idc_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "delegation_config_id",
            "description": "Delegation config applied to this credential.",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2026-02-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the credential was created.",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-02-10T14:30:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the credential was last updated.",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_144",
      "name": "Body",
      "type": {
        "examples": [
          {
            "identity_id": "idn_5gHjKlMnPqRsTuVw",
            "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
            "config_id": "pcf_7dEfGhJkLmNpQrSt",
            "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
            "delegation_config_id": "idc_2mNpQrStUvWxYzAb"
          }
        ],
        "properties": {
          "identity_id": {
            "examples": [
              "idn_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "description": "Identity that will own the new credential.",
            "optional": false,
            "nullable": false
          },
          "deployment_id": {
            "examples": [
              "pdp_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "description": "Provider deployment to attach to the credential.",
            "optional": true,
            "nullable": false
          },
          "config_id": {
            "examples": [
              "pcf_7dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "description": "Provider config to attach to the credential.",
            "optional": true,
            "nullable": false
          },
          "auth_config_id": {
            "examples": [
              "pac_3nOpRsTuVwXyZaBc"
            ],
            "type": "string",
            "description": "Provider auth config to attach to the credential.",
            "optional": true,
            "nullable": false
          },
          "delegation_config_id": {
            "examples": [
              "idc_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "description": "Delegation config to apply to the credential.",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_145",
      "name": "identity.credential",
      "type": {
        "examples": [
          {
            "object": "identity.credential",
            "id": "icr_8vBnM4xZa2cDf7gH",
            "status": "active",
            "identity_id": "idn_5gHjKlMnPqRsTuVw",
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
            "config_id": "pcf_7dEfGhJkLmNpQrSt",
            "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
            "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
            "created_at": "2026-02-03T10:15:00.000Z",
            "updated_at": "2026-02-10T14:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "identity.credential"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "icr_8vBnM4xZa2cDf7gH"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique identity credential identifier.",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current lifecycle status of the credential.",
            "optional": false,
            "nullable": false
          },
          "identity_id": {
            "examples": [
              "idn_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "identity_id",
            "description": "Identity that owns this credential.",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider associated with the credential.",
            "optional": false,
            "nullable": false
          },
          "deployment_id": {
            "examples": [
              "pdp_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "deployment_id",
            "description": "Provider deployment used by this credential.",
            "optional": false,
            "nullable": true
          },
          "config_id": {
            "examples": [
              "pcf_7dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "config_id",
            "description": "Provider config used by this credential.",
            "optional": false,
            "nullable": true
          },
          "auth_config_id": {
            "examples": [
              "pac_3nOpRsTuVwXyZaBc"
            ],
            "type": "string",
            "name": "auth_config_id",
            "description": "Provider auth config used by this credential.",
            "optional": false,
            "nullable": true
          },
          "delegation_config_id": {
            "examples": [
              "idc_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "delegation_config_id",
            "description": "Delegation config applied to this credential.",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2026-02-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the credential was created.",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-02-10T14:30:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the credential was last updated.",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_147",
      "name": "Body",
      "type": {
        "examples": [
          {
            "delegation_config_id": "idc_2mNpQrStUvWxYzAb"
          }
        ],
        "properties": {
          "delegation_config_id": {
            "examples": [
              "idc_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "description": "Delegation config to apply to the credential.",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_148",
      "name": "identity.credential",
      "type": {
        "examples": [
          {
            "object": "identity.credential",
            "id": "icr_8vBnM4xZa2cDf7gH",
            "status": "active",
            "identity_id": "idn_5gHjKlMnPqRsTuVw",
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
            "config_id": "pcf_7dEfGhJkLmNpQrSt",
            "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
            "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
            "created_at": "2026-02-03T10:15:00.000Z",
            "updated_at": "2026-02-10T14:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "identity.credential"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "icr_8vBnM4xZa2cDf7gH"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique identity credential identifier.",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current lifecycle status of the credential.",
            "optional": false,
            "nullable": false
          },
          "identity_id": {
            "examples": [
              "idn_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "identity_id",
            "description": "Identity that owns this credential.",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider associated with the credential.",
            "optional": false,
            "nullable": false
          },
          "deployment_id": {
            "examples": [
              "pdp_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "deployment_id",
            "description": "Provider deployment used by this credential.",
            "optional": false,
            "nullable": true
          },
          "config_id": {
            "examples": [
              "pcf_7dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "config_id",
            "description": "Provider config used by this credential.",
            "optional": false,
            "nullable": true
          },
          "auth_config_id": {
            "examples": [
              "pac_3nOpRsTuVwXyZaBc"
            ],
            "type": "string",
            "name": "auth_config_id",
            "description": "Provider auth config used by this credential.",
            "optional": false,
            "nullable": true
          },
          "delegation_config_id": {
            "examples": [
              "idc_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "delegation_config_id",
            "description": "Delegation config applied to this credential.",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2026-02-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the credential was created.",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-02-10T14:30:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the credential was last updated.",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_150",
      "name": "identity.credential",
      "type": {
        "examples": [
          {
            "object": "identity.credential",
            "id": "icr_8vBnM4xZa2cDf7gH",
            "status": "active",
            "identity_id": "idn_5gHjKlMnPqRsTuVw",
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "deployment_id": "pdp_4dEfGhJkLmNpQrSt",
            "config_id": "pcf_7dEfGhJkLmNpQrSt",
            "auth_config_id": "pac_3nOpRsTuVwXyZaBc",
            "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
            "created_at": "2026-02-03T10:15:00.000Z",
            "updated_at": "2026-02-10T14:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "identity.credential"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "icr_8vBnM4xZa2cDf7gH"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique identity credential identifier.",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current lifecycle status of the credential.",
            "optional": false,
            "nullable": false
          },
          "identity_id": {
            "examples": [
              "idn_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "identity_id",
            "description": "Identity that owns this credential.",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider associated with the credential.",
            "optional": false,
            "nullable": false
          },
          "deployment_id": {
            "examples": [
              "pdp_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "deployment_id",
            "description": "Provider deployment used by this credential.",
            "optional": false,
            "nullable": true
          },
          "config_id": {
            "examples": [
              "pcf_7dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "config_id",
            "description": "Provider config used by this credential.",
            "optional": false,
            "nullable": true
          },
          "auth_config_id": {
            "examples": [
              "pac_3nOpRsTuVwXyZaBc"
            ],
            "type": "string",
            "name": "auth_config_id",
            "description": "Provider auth config used by this credential.",
            "optional": false,
            "nullable": true
          },
          "delegation_config_id": {
            "examples": [
              "idc_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "delegation_config_id",
            "description": "Delegation config applied to this credential.",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2026-02-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the credential was created.",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-02-10T14:30:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the credential was last updated.",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_153",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "waiting_for_consent",
                "permissions": "provider:call",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "waiting_for_consent",
                  "denied",
                  "active",
                  "revoked",
                  "expired",
                  [
                    "waiting_for_consent",
                    "waiting_for_consent"
                  ],
                  [
                    "denied",
                    "denied"
                  ],
                  [
                    "active",
                    "active"
                  ],
                  [
                    "revoked",
                    "revoked"
                  ],
                  [
                    "expired",
                    "expired"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "waiting_for_consent",
                      "denied",
                      "active",
                      "revoked",
                      "expired"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "waiting_for_consent",
                        "waiting_for_consent"
                      ],
                      [
                        "denied",
                        "denied"
                      ],
                      [
                        "active",
                        "active"
                      ],
                      [
                        "revoked",
                        "revoked"
                      ],
                      [
                        "expired",
                        "expired"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "waiting_for_consent",
                          "denied",
                          "active",
                          "revoked",
                          "expired"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by one or more delegation statuses.",
                "optional": true,
                "nullable": false
              },
              "permissions": {
                "examples": [
                  "provider:call",
                  "provider:read",
                  [
                    "provider:call",
                    "provider:call"
                  ],
                  [
                    "provider:read",
                    "provider:read"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "provider:call",
                      "provider:read"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "provider:call",
                        "provider:call"
                      ],
                      [
                        "provider:read",
                        "provider:read"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "provider:call",
                          "provider:read"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by one or more granted permissions.",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by delegation ID or IDs.",
                "optional": true,
                "nullable": false
              },
              "owner_actor_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by owner actor ID or IDs.",
                "optional": true,
                "nullable": false
              },
              "delegator_actor_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by delegator actor ID or IDs.",
                "optional": true,
                "nullable": false
              },
              "delegatee_actor_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by delegatee actor ID or IDs.",
                "optional": true,
                "nullable": false
              },
              "identity_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by identity ID or IDs.",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for identity delegation creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for identity delegation creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter identity delegation creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for identity delegation last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for identity delegation last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter identity delegation last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_154",
      "name": "identity.delegation",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "identity.delegation",
                "id": "idd_7gHjKlMnPqRsTuVw",
                "status": "waiting_for_consent",
                "denied_reason": "request_denied",
                "delegation_level": 0,
                "permissions": [
                  "provider:call",
                  "provider:call"
                ],
                "attestation": {
                  "object": "identity.delegation_attestation",
                  "id": "ida_3xYzAbCdEfGhIjKl",
                  "type": "api",
                  "created_at": "2026-02-03T10:15:00.000Z"
                },
                "note": "Temporary support access for incident triage",
                "metadata": {},
                "identity": {
                  "object": "identity#preview",
                  "id": "idn_5gHjKlMnPqRsTuVw",
                  "name": "Jane Doe",
                  "description": "Customer support engineer",
                  "metadata": {}
                },
                "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                "parties": [
                  {
                    "object": "identity.delegation_party",
                    "id": "idp_4dEfGhJkLmNpQrSt",
                    "roles": [
                      "owner",
                      "owner"
                    ],
                    "actor": {
                      "object": "identity.actor",
                      "id": "iac_6wQpLk2mZa8nYx4b",
                      "type": "person",
                      "status": "active",
                      "name": "Build Bot",
                      "description": "CI agent used for release automation",
                      "metadata": {},
                      "agent_id": "agt_4mNoPq8rSt2uVx6y",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    },
                    "created_at": "2026-02-03T10:15:00.000Z"
                  },
                  {
                    "object": "identity.delegation_party",
                    "id": "idp_4dEfGhJkLmNpQrSt",
                    "roles": [
                      "owner",
                      "owner"
                    ],
                    "actor": {
                      "object": "identity.actor",
                      "id": "iac_6wQpLk2mZa8nYx4b",
                      "type": "person",
                      "status": "active",
                      "name": "Build Bot",
                      "description": "CI agent used for release automation",
                      "metadata": {},
                      "agent_id": "agt_4mNoPq8rSt2uVx6y",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    },
                    "created_at": "2026-02-03T10:15:00.000Z"
                  }
                ],
                "request": {
                  "object": "identity.delegation_request",
                  "id": "idr_2mNpQrStUvWxYzAb",
                  "status": "pending",
                  "denied_reason": "request_denied",
                  "requester": {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  },
                  "identity_id": "idn_5gHjKlMnPqRsTuVw",
                  "expires_at": "2026-03-03T10:15:00.000Z",
                  "created_at": "2026-02-03T10:15:00.000Z"
                },
                "credential_overrides": [
                  {
                    "object": "identity.delegation_credential_override",
                    "id": "idco_9pQrStUvWxYzAbCd",
                    "status": "active",
                    "permissions": [
                      "provider:call",
                      "provider:call"
                    ],
                    "credential_id": "icr_8vBnM4xZa2cDf7gH",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "expires_at": "2026-03-03T10:15:00.000Z"
                  },
                  {
                    "object": "identity.delegation_credential_override",
                    "id": "idco_9pQrStUvWxYzAbCd",
                    "status": "active",
                    "permissions": [
                      "provider:call",
                      "provider:call"
                    ],
                    "credential_id": "icr_8vBnM4xZa2cDf7gH",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "expires_at": "2026-03-03T10:15:00.000Z"
                  }
                ],
                "created_at": "2026-02-03T10:15:00.000Z",
                "expires_at": "2026-03-03T10:15:00.000Z",
                "revoked_at": "2026-02-12T17:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "identity.delegation",
                  "id": "idd_7gHjKlMnPqRsTuVw",
                  "status": "waiting_for_consent",
                  "denied_reason": "request_denied",
                  "delegation_level": 0,
                  "permissions": [
                    "provider:call",
                    "provider:call"
                  ],
                  "attestation": {
                    "object": "identity.delegation_attestation",
                    "id": "ida_3xYzAbCdEfGhIjKl",
                    "type": "api",
                    "created_at": "2026-02-03T10:15:00.000Z"
                  },
                  "note": "Temporary support access for incident triage",
                  "metadata": {},
                  "identity": {
                    "object": "identity#preview",
                    "id": "idn_5gHjKlMnPqRsTuVw",
                    "name": "Jane Doe",
                    "description": "Customer support engineer",
                    "metadata": {}
                  },
                  "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                  "parties": [
                    {
                      "object": "identity.delegation_party",
                      "id": "idp_4dEfGhJkLmNpQrSt",
                      "roles": [
                        "owner",
                        "owner"
                      ],
                      "actor": {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      },
                      "created_at": "2026-02-03T10:15:00.000Z"
                    },
                    {
                      "object": "identity.delegation_party",
                      "id": "idp_4dEfGhJkLmNpQrSt",
                      "roles": [
                        "owner",
                        "owner"
                      ],
                      "actor": {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      },
                      "created_at": "2026-02-03T10:15:00.000Z"
                    }
                  ],
                  "request": {
                    "object": "identity.delegation_request",
                    "id": "idr_2mNpQrStUvWxYzAb",
                    "status": "pending",
                    "denied_reason": "request_denied",
                    "requester": {
                      "object": "identity.actor",
                      "id": "iac_6wQpLk2mZa8nYx4b",
                      "type": "person",
                      "status": "active",
                      "name": "Build Bot",
                      "description": "CI agent used for release automation",
                      "metadata": {},
                      "agent_id": "agt_4mNoPq8rSt2uVx6y",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    },
                    "identity_id": "idn_5gHjKlMnPqRsTuVw",
                    "expires_at": "2026-03-03T10:15:00.000Z",
                    "created_at": "2026-02-03T10:15:00.000Z"
                  },
                  "credential_overrides": [
                    {
                      "object": "identity.delegation_credential_override",
                      "id": "idco_9pQrStUvWxYzAbCd",
                      "status": "active",
                      "permissions": [
                        "provider:call",
                        "provider:call"
                      ],
                      "credential_id": "icr_8vBnM4xZa2cDf7gH",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "expires_at": "2026-03-03T10:15:00.000Z"
                    },
                    {
                      "object": "identity.delegation_credential_override",
                      "id": "idco_9pQrStUvWxYzAbCd",
                      "status": "active",
                      "permissions": [
                        "provider:call",
                        "provider:call"
                      ],
                      "credential_id": "icr_8vBnM4xZa2cDf7gH",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "expires_at": "2026-03-03T10:15:00.000Z"
                    }
                  ],
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "expires_at": "2026-03-03T10:15:00.000Z",
                  "revoked_at": "2026-02-12T17:45:00.000Z"
                },
                {
                  "object": "identity.delegation",
                  "id": "idd_7gHjKlMnPqRsTuVw",
                  "status": "waiting_for_consent",
                  "denied_reason": "request_denied",
                  "delegation_level": 0,
                  "permissions": [
                    "provider:call",
                    "provider:call"
                  ],
                  "attestation": {
                    "object": "identity.delegation_attestation",
                    "id": "ida_3xYzAbCdEfGhIjKl",
                    "type": "api",
                    "created_at": "2026-02-03T10:15:00.000Z"
                  },
                  "note": "Temporary support access for incident triage",
                  "metadata": {},
                  "identity": {
                    "object": "identity#preview",
                    "id": "idn_5gHjKlMnPqRsTuVw",
                    "name": "Jane Doe",
                    "description": "Customer support engineer",
                    "metadata": {}
                  },
                  "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                  "parties": [
                    {
                      "object": "identity.delegation_party",
                      "id": "idp_4dEfGhJkLmNpQrSt",
                      "roles": [
                        "owner",
                        "owner"
                      ],
                      "actor": {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      },
                      "created_at": "2026-02-03T10:15:00.000Z"
                    },
                    {
                      "object": "identity.delegation_party",
                      "id": "idp_4dEfGhJkLmNpQrSt",
                      "roles": [
                        "owner",
                        "owner"
                      ],
                      "actor": {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      },
                      "created_at": "2026-02-03T10:15:00.000Z"
                    }
                  ],
                  "request": {
                    "object": "identity.delegation_request",
                    "id": "idr_2mNpQrStUvWxYzAb",
                    "status": "pending",
                    "denied_reason": "request_denied",
                    "requester": {
                      "object": "identity.actor",
                      "id": "iac_6wQpLk2mZa8nYx4b",
                      "type": "person",
                      "status": "active",
                      "name": "Build Bot",
                      "description": "CI agent used for release automation",
                      "metadata": {},
                      "agent_id": "agt_4mNoPq8rSt2uVx6y",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    },
                    "identity_id": "idn_5gHjKlMnPqRsTuVw",
                    "expires_at": "2026-03-03T10:15:00.000Z",
                    "created_at": "2026-02-03T10:15:00.000Z"
                  },
                  "credential_overrides": [
                    {
                      "object": "identity.delegation_credential_override",
                      "id": "idco_9pQrStUvWxYzAbCd",
                      "status": "active",
                      "permissions": [
                        "provider:call",
                        "provider:call"
                      ],
                      "credential_id": "icr_8vBnM4xZa2cDf7gH",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "expires_at": "2026-03-03T10:15:00.000Z"
                    },
                    {
                      "object": "identity.delegation_credential_override",
                      "id": "idco_9pQrStUvWxYzAbCd",
                      "status": "active",
                      "permissions": [
                        "provider:call",
                        "provider:call"
                      ],
                      "credential_id": "icr_8vBnM4xZa2cDf7gH",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "expires_at": "2026-03-03T10:15:00.000Z"
                    }
                  ],
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "expires_at": "2026-03-03T10:15:00.000Z",
                  "revoked_at": "2026-02-12T17:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "identity.delegation",
                    "id": "idd_7gHjKlMnPqRsTuVw",
                    "status": "waiting_for_consent",
                    "denied_reason": "request_denied",
                    "delegation_level": 0,
                    "permissions": [
                      "provider:call",
                      "provider:call"
                    ],
                    "attestation": {
                      "object": "identity.delegation_attestation",
                      "id": "ida_3xYzAbCdEfGhIjKl",
                      "type": "api",
                      "created_at": "2026-02-03T10:15:00.000Z"
                    },
                    "note": "Temporary support access for incident triage",
                    "metadata": {},
                    "identity": {
                      "object": "identity#preview",
                      "id": "idn_5gHjKlMnPqRsTuVw",
                      "name": "Jane Doe",
                      "description": "Customer support engineer",
                      "metadata": {}
                    },
                    "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                    "parties": [
                      {
                        "object": "identity.delegation_party",
                        "id": "idp_4dEfGhJkLmNpQrSt",
                        "roles": [
                          "owner",
                          "owner"
                        ],
                        "actor": {
                          "object": "identity.actor",
                          "id": "iac_6wQpLk2mZa8nYx4b",
                          "type": "person",
                          "status": "active",
                          "name": "Build Bot",
                          "description": "CI agent used for release automation",
                          "metadata": {},
                          "agent_id": "agt_4mNoPq8rSt2uVx6y",
                          "created_at": "2026-02-03T10:15:00.000Z",
                          "updated_at": "2026-02-10T14:30:00.000Z"
                        },
                        "created_at": "2026-02-03T10:15:00.000Z"
                      },
                      {
                        "object": "identity.delegation_party",
                        "id": "idp_4dEfGhJkLmNpQrSt",
                        "roles": [
                          "owner",
                          "owner"
                        ],
                        "actor": {
                          "object": "identity.actor",
                          "id": "iac_6wQpLk2mZa8nYx4b",
                          "type": "person",
                          "status": "active",
                          "name": "Build Bot",
                          "description": "CI agent used for release automation",
                          "metadata": {},
                          "agent_id": "agt_4mNoPq8rSt2uVx6y",
                          "created_at": "2026-02-03T10:15:00.000Z",
                          "updated_at": "2026-02-10T14:30:00.000Z"
                        },
                        "created_at": "2026-02-03T10:15:00.000Z"
                      }
                    ],
                    "request": {
                      "object": "identity.delegation_request",
                      "id": "idr_2mNpQrStUvWxYzAb",
                      "status": "pending",
                      "denied_reason": "request_denied",
                      "requester": {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      },
                      "identity_id": "idn_5gHjKlMnPqRsTuVw",
                      "expires_at": "2026-03-03T10:15:00.000Z",
                      "created_at": "2026-02-03T10:15:00.000Z"
                    },
                    "credential_overrides": [
                      {
                        "object": "identity.delegation_credential_override",
                        "id": "idco_9pQrStUvWxYzAbCd",
                        "status": "active",
                        "permissions": [
                          "provider:call",
                          "provider:call"
                        ],
                        "credential_id": "icr_8vBnM4xZa2cDf7gH",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "expires_at": "2026-03-03T10:15:00.000Z"
                      },
                      {
                        "object": "identity.delegation_credential_override",
                        "id": "idco_9pQrStUvWxYzAbCd",
                        "status": "active",
                        "permissions": [
                          "provider:call",
                          "provider:call"
                        ],
                        "credential_id": "icr_8vBnM4xZa2cDf7gH",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "expires_at": "2026-03-03T10:15:00.000Z"
                      }
                    ],
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "expires_at": "2026-03-03T10:15:00.000Z",
                    "revoked_at": "2026-02-12T17:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.delegation"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "idd_7gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique delegation identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "waiting_for_consent",
                      "denied",
                      "active",
                      "revoked",
                      "expired"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current status of the delegation.",
                    "optional": false,
                    "nullable": false
                  },
                  "denied_reason": {
                    "examples": [
                      "request_denied",
                      "sub_delegation_depth_exceeded",
                      "sub_delegation_denied"
                    ],
                    "type": "enum",
                    "name": "denied_reason",
                    "description": "Reason the delegation was denied, if applicable.",
                    "optional": false,
                    "nullable": true
                  },
                  "delegation_level": {
                    "examples": [
                      0
                    ],
                    "type": "number",
                    "name": "delegation_level",
                    "description": "Depth level of this delegation in the delegation chain.",
                    "optional": false,
                    "nullable": false
                  },
                  "permissions": {
                    "examples": [
                      [
                        "provider:call",
                        "provider:call"
                      ],
                      [
                        "provider:read",
                        "provider:read"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "provider:call",
                          "provider:read"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "permissions",
                    "description": "Permissions granted by this delegation.",
                    "optional": false,
                    "nullable": false
                  },
                  "attestation": {
                    "examples": [
                      {
                        "object": "identity.delegation_attestation",
                        "id": "ida_3xYzAbCdEfGhIjKl",
                        "type": "api",
                        "created_at": "2026-02-03T10:15:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "identity.delegation_attestation"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "ida_3xYzAbCdEfGhIjKl"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique attestation identifier.",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "api",
                          "request_approval",
                          "covered_by_previously_approved_delegation"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Type of attestation, if any.",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2026-02-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the attestation was created.",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "note": {
                    "examples": [
                      "Temporary support access for incident triage"
                    ],
                    "type": "string",
                    "name": "note",
                    "description": "Optional note explaining the delegation.",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Additional metadata associated with the delegation.",
                    "optional": false,
                    "nullable": true
                  },
                  "identity": {
                    "examples": [
                      {
                        "object": "identity#preview",
                        "id": "idn_5gHjKlMnPqRsTuVw",
                        "name": "Jane Doe",
                        "description": "Customer support engineer",
                        "metadata": {}
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "identity#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the identity object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "idn_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique identity identifier.",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Jane Doe"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the identity.",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Customer support engineer"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Optional description of the identity.",
                        "optional": false,
                        "nullable": false
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Additional metadata associated with the identity.",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "delegation_config_id": {
                    "examples": [
                      "idc_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "delegation_config_id",
                    "description": "Delegation config used to evaluate this delegation.",
                    "optional": false,
                    "nullable": true
                  },
                  "parties": {
                    "examples": [
                      [
                        {
                          "object": "identity.delegation_party",
                          "id": "idp_4dEfGhJkLmNpQrSt",
                          "roles": [
                            "owner",
                            "owner"
                          ],
                          "actor": {
                            "object": "identity.actor",
                            "id": "iac_6wQpLk2mZa8nYx4b",
                            "type": "person",
                            "status": "active",
                            "name": "Build Bot",
                            "description": "CI agent used for release automation",
                            "metadata": {},
                            "agent_id": "agt_4mNoPq8rSt2uVx6y",
                            "created_at": "2026-02-03T10:15:00.000Z",
                            "updated_at": "2026-02-10T14:30:00.000Z"
                          },
                          "created_at": "2026-02-03T10:15:00.000Z"
                        },
                        {
                          "object": "identity.delegation_party",
                          "id": "idp_4dEfGhJkLmNpQrSt",
                          "roles": [
                            "owner",
                            "owner"
                          ],
                          "actor": {
                            "object": "identity.actor",
                            "id": "iac_6wQpLk2mZa8nYx4b",
                            "type": "person",
                            "status": "active",
                            "name": "Build Bot",
                            "description": "CI agent used for release automation",
                            "metadata": {},
                            "agent_id": "agt_4mNoPq8rSt2uVx6y",
                            "created_at": "2026-02-03T10:15:00.000Z",
                            "updated_at": "2026-02-10T14:30:00.000Z"
                          },
                          "created_at": "2026-02-03T10:15:00.000Z"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "identity.delegation_party",
                            "id": "idp_4dEfGhJkLmNpQrSt",
                            "roles": [
                              "owner",
                              "owner"
                            ],
                            "actor": {
                              "object": "identity.actor",
                              "id": "iac_6wQpLk2mZa8nYx4b",
                              "type": "person",
                              "status": "active",
                              "name": "Build Bot",
                              "description": "CI agent used for release automation",
                              "metadata": {},
                              "agent_id": "agt_4mNoPq8rSt2uVx6y",
                              "created_at": "2026-02-03T10:15:00.000Z",
                              "updated_at": "2026-02-10T14:30:00.000Z"
                            },
                            "created_at": "2026-02-03T10:15:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "identity.delegation_party"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "idp_4dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique delegation party identifier.",
                            "optional": false,
                            "nullable": false
                          },
                          "roles": {
                            "examples": [
                              [
                                "owner",
                                "owner"
                              ],
                              [
                                "delegator",
                                "delegator"
                              ],
                              [
                                "delegatee",
                                "delegatee"
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  "owner",
                                  "delegator",
                                  "delegatee"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "name": "roles",
                            "description": "Roles this actor has in the delegation.",
                            "optional": false,
                            "nullable": false
                          },
                          "actor": {
                            "examples": [
                              {
                                "object": "identity.actor",
                                "id": "iac_6wQpLk2mZa8nYx4b",
                                "type": "person",
                                "status": "active",
                                "name": "Build Bot",
                                "description": "CI agent used for release automation",
                                "metadata": {},
                                "agent_id": "agt_4mNoPq8rSt2uVx6y",
                                "created_at": "2026-02-03T10:15:00.000Z",
                                "updated_at": "2026-02-10T14:30:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "identity.actor"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "iac_6wQpLk2mZa8nYx4b"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique identity actor identifier.",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "person",
                                  "agent"
                                ],
                                "type": "enum",
                                "name": "type",
                                "description": "Type of actor that owns or participates in identities.",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "name": "status",
                                "description": "Current lifecycle status of the identity actor.",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Build Bot"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Human-readable name of the identity actor.",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [
                                  "CI agent used for release automation"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Optional description of the actor.",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "metadata",
                                "description": "Additional metadata associated with the actor.",
                                "optional": false,
                                "nullable": true
                              },
                              "agent_id": {
                                "examples": [
                                  "agt_4mNoPq8rSt2uVx6y"
                                ],
                                "type": "string",
                                "name": "agent_id",
                                "description": "Linked agent identifier when this actor represents an agent.",
                                "optional": false,
                                "nullable": true
                              },
                              "created_at": {
                                "examples": [
                                  "2026-02-03T10:15:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when the actor was created.",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-02-10T14:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when the actor was last updated.",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2026-02-03T10:15:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when the party was attached to the delegation.",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "parties",
                    "description": "Actors involved in the delegation and their roles.",
                    "optional": false,
                    "nullable": false
                  },
                  "request": {
                    "examples": [
                      {
                        "object": "identity.delegation_request",
                        "id": "idr_2mNpQrStUvWxYzAb",
                        "status": "pending",
                        "denied_reason": "request_denied",
                        "requester": {
                          "object": "identity.actor",
                          "id": "iac_6wQpLk2mZa8nYx4b",
                          "type": "person",
                          "status": "active",
                          "name": "Build Bot",
                          "description": "CI agent used for release automation",
                          "metadata": {},
                          "agent_id": "agt_4mNoPq8rSt2uVx6y",
                          "created_at": "2026-02-03T10:15:00.000Z",
                          "updated_at": "2026-02-10T14:30:00.000Z"
                        },
                        "identity_id": "idn_5gHjKlMnPqRsTuVw",
                        "expires_at": "2026-03-03T10:15:00.000Z",
                        "created_at": "2026-02-03T10:15:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "identity.delegation_request"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "idr_2mNpQrStUvWxYzAb"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique delegation request identifier.",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "pending",
                          "approved",
                          "denied",
                          "canceled"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Current status of the related delegation request.",
                        "optional": false,
                        "nullable": false
                      },
                      "denied_reason": {
                        "examples": [
                          "request_denied",
                          "sub_delegation_depth_exceeded",
                          "sub_delegation_denied"
                        ],
                        "type": "enum",
                        "name": "denied_reason",
                        "description": "Reason the request was denied, if applicable.",
                        "optional": false,
                        "nullable": true
                      },
                      "requester": {
                        "examples": [
                          {
                            "object": "identity.actor",
                            "id": "iac_6wQpLk2mZa8nYx4b",
                            "type": "person",
                            "status": "active",
                            "name": "Build Bot",
                            "description": "CI agent used for release automation",
                            "metadata": {},
                            "agent_id": "agt_4mNoPq8rSt2uVx6y",
                            "created_at": "2026-02-03T10:15:00.000Z",
                            "updated_at": "2026-02-10T14:30:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "identity.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "iac_6wQpLk2mZa8nYx4b"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique identity actor identifier.",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "person",
                              "agent"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "Type of actor that owns or participates in identities.",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Current lifecycle status of the identity actor.",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Build Bot"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Human-readable name of the identity actor.",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "CI agent used for release automation"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Optional description of the actor.",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Additional metadata associated with the actor.",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_id": {
                            "examples": [
                              "agt_4mNoPq8rSt2uVx6y"
                            ],
                            "type": "string",
                            "name": "agent_id",
                            "description": "Linked agent identifier when this actor represents an agent.",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2026-02-03T10:15:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when the actor was created.",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-02-10T14:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when the actor was last updated.",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "identity_id": {
                        "examples": [
                          "idn_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "identity_id",
                        "description": "Identity targeted by the request.",
                        "optional": false,
                        "nullable": false
                      },
                      "expires_at": {
                        "examples": [
                          "2026-03-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "expires_at",
                        "description": "Timestamp when the request expires.",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2026-02-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the request was created.",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "credential_overrides": {
                    "examples": [
                      [
                        {
                          "object": "identity.delegation_credential_override",
                          "id": "idco_9pQrStUvWxYzAbCd",
                          "status": "active",
                          "permissions": [
                            "provider:call",
                            "provider:call"
                          ],
                          "credential_id": "icr_8vBnM4xZa2cDf7gH",
                          "created_at": "2026-02-03T10:15:00.000Z",
                          "expires_at": "2026-03-03T10:15:00.000Z"
                        },
                        {
                          "object": "identity.delegation_credential_override",
                          "id": "idco_9pQrStUvWxYzAbCd",
                          "status": "active",
                          "permissions": [
                            "provider:call",
                            "provider:call"
                          ],
                          "credential_id": "icr_8vBnM4xZa2cDf7gH",
                          "created_at": "2026-02-03T10:15:00.000Z",
                          "expires_at": "2026-03-03T10:15:00.000Z"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "identity.delegation_credential_override",
                            "id": "idco_9pQrStUvWxYzAbCd",
                            "status": "active",
                            "permissions": [
                              "provider:call",
                              "provider:call"
                            ],
                            "credential_id": "icr_8vBnM4xZa2cDf7gH",
                            "created_at": "2026-02-03T10:15:00.000Z",
                            "expires_at": "2026-03-03T10:15:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "identity.delegation_credential_override"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "idco_9pQrStUvWxYzAbCd"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique credential override identifier.",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "expired"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Current status of the credential override.",
                            "optional": false,
                            "nullable": false
                          },
                          "permissions": {
                            "examples": [
                              [
                                "provider:call",
                                "provider:call"
                              ],
                              [
                                "provider:read",
                                "provider:read"
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  "provider:call",
                                  "provider:read"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "name": "permissions",
                            "description": "Permissions granted for this credential override.",
                            "optional": false,
                            "nullable": false
                          },
                          "credential_id": {
                            "examples": [
                              "icr_8vBnM4xZa2cDf7gH"
                            ],
                            "type": "string",
                            "name": "credential_id",
                            "description": "Credential receiving the override.",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2026-02-03T10:15:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when the credential override was created.",
                            "optional": false,
                            "nullable": false
                          },
                          "expires_at": {
                            "examples": [
                              "2026-03-03T10:15:00.000Z"
                            ],
                            "type": "date",
                            "name": "expires_at",
                            "description": "Timestamp when the credential override expires, if set.",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "credential_overrides",
                    "description": "Per-credential permission overrides attached to the delegation.",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the delegation was created.",
                    "optional": false,
                    "nullable": false
                  },
                  "expires_at": {
                    "examples": [
                      "2026-03-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "expires_at",
                    "description": "Timestamp when the delegation expires, if set.",
                    "optional": false,
                    "nullable": true
                  },
                  "revoked_at": {
                    "examples": [
                      "2026-02-12T17:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "revoked_at",
                    "description": "Timestamp when the delegation was revoked, if revoked.",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_156",
      "name": "identity.delegation",
      "type": {
        "examples": [
          {
            "object": "identity.delegation",
            "id": "idd_7gHjKlMnPqRsTuVw",
            "status": "waiting_for_consent",
            "denied_reason": "request_denied",
            "delegation_level": 0,
            "permissions": [
              "provider:call",
              "provider:call"
            ],
            "attestation": {
              "object": "identity.delegation_attestation",
              "id": "ida_3xYzAbCdEfGhIjKl",
              "type": "api",
              "created_at": "2026-02-03T10:15:00.000Z"
            },
            "note": "Temporary support access for incident triage",
            "metadata": {},
            "identity": {
              "object": "identity#preview",
              "id": "idn_5gHjKlMnPqRsTuVw",
              "name": "Jane Doe",
              "description": "Customer support engineer",
              "metadata": {}
            },
            "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
            "parties": [
              {
                "object": "identity.delegation_party",
                "id": "idp_4dEfGhJkLmNpQrSt",
                "roles": [
                  "owner",
                  "owner"
                ],
                "actor": {
                  "object": "identity.actor",
                  "id": "iac_6wQpLk2mZa8nYx4b",
                  "type": "person",
                  "status": "active",
                  "name": "Build Bot",
                  "description": "CI agent used for release automation",
                  "metadata": {},
                  "agent_id": "agt_4mNoPq8rSt2uVx6y",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                },
                "created_at": "2026-02-03T10:15:00.000Z"
              },
              {
                "object": "identity.delegation_party",
                "id": "idp_4dEfGhJkLmNpQrSt",
                "roles": [
                  "owner",
                  "owner"
                ],
                "actor": {
                  "object": "identity.actor",
                  "id": "iac_6wQpLk2mZa8nYx4b",
                  "type": "person",
                  "status": "active",
                  "name": "Build Bot",
                  "description": "CI agent used for release automation",
                  "metadata": {},
                  "agent_id": "agt_4mNoPq8rSt2uVx6y",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                },
                "created_at": "2026-02-03T10:15:00.000Z"
              }
            ],
            "request": {
              "object": "identity.delegation_request",
              "id": "idr_2mNpQrStUvWxYzAb",
              "status": "pending",
              "denied_reason": "request_denied",
              "requester": {
                "object": "identity.actor",
                "id": "iac_6wQpLk2mZa8nYx4b",
                "type": "person",
                "status": "active",
                "name": "Build Bot",
                "description": "CI agent used for release automation",
                "metadata": {},
                "agent_id": "agt_4mNoPq8rSt2uVx6y",
                "created_at": "2026-02-03T10:15:00.000Z",
                "updated_at": "2026-02-10T14:30:00.000Z"
              },
              "identity_id": "idn_5gHjKlMnPqRsTuVw",
              "expires_at": "2026-03-03T10:15:00.000Z",
              "created_at": "2026-02-03T10:15:00.000Z"
            },
            "credential_overrides": [
              {
                "object": "identity.delegation_credential_override",
                "id": "idco_9pQrStUvWxYzAbCd",
                "status": "active",
                "permissions": [
                  "provider:call",
                  "provider:call"
                ],
                "credential_id": "icr_8vBnM4xZa2cDf7gH",
                "created_at": "2026-02-03T10:15:00.000Z",
                "expires_at": "2026-03-03T10:15:00.000Z"
              },
              {
                "object": "identity.delegation_credential_override",
                "id": "idco_9pQrStUvWxYzAbCd",
                "status": "active",
                "permissions": [
                  "provider:call",
                  "provider:call"
                ],
                "credential_id": "icr_8vBnM4xZa2cDf7gH",
                "created_at": "2026-02-03T10:15:00.000Z",
                "expires_at": "2026-03-03T10:15:00.000Z"
              }
            ],
            "created_at": "2026-02-03T10:15:00.000Z",
            "expires_at": "2026-03-03T10:15:00.000Z",
            "revoked_at": "2026-02-12T17:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "identity.delegation"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "idd_7gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique delegation identifier.",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "waiting_for_consent",
              "denied",
              "active",
              "revoked",
              "expired"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current status of the delegation.",
            "optional": false,
            "nullable": false
          },
          "denied_reason": {
            "examples": [
              "request_denied",
              "sub_delegation_depth_exceeded",
              "sub_delegation_denied"
            ],
            "type": "enum",
            "name": "denied_reason",
            "description": "Reason the delegation was denied, if applicable.",
            "optional": false,
            "nullable": true
          },
          "delegation_level": {
            "examples": [
              0
            ],
            "type": "number",
            "name": "delegation_level",
            "description": "Depth level of this delegation in the delegation chain.",
            "optional": false,
            "nullable": false
          },
          "permissions": {
            "examples": [
              [
                "provider:call",
                "provider:call"
              ],
              [
                "provider:read",
                "provider:read"
              ]
            ],
            "items": [
              {
                "examples": [
                  "provider:call",
                  "provider:read"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "permissions",
            "description": "Permissions granted by this delegation.",
            "optional": false,
            "nullable": false
          },
          "attestation": {
            "examples": [
              {
                "object": "identity.delegation_attestation",
                "id": "ida_3xYzAbCdEfGhIjKl",
                "type": "api",
                "created_at": "2026-02-03T10:15:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "identity.delegation_attestation"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "ida_3xYzAbCdEfGhIjKl"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique attestation identifier.",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "api",
                  "request_approval",
                  "covered_by_previously_approved_delegation"
                ],
                "type": "enum",
                "name": "type",
                "description": "Type of attestation, if any.",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2026-02-03T10:15:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the attestation was created.",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "note": {
            "examples": [
              "Temporary support access for incident triage"
            ],
            "type": "string",
            "name": "note",
            "description": "Optional note explaining the delegation.",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Additional metadata associated with the delegation.",
            "optional": false,
            "nullable": true
          },
          "identity": {
            "examples": [
              {
                "object": "identity#preview",
                "id": "idn_5gHjKlMnPqRsTuVw",
                "name": "Jane Doe",
                "description": "Customer support engineer",
                "metadata": {}
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "identity#preview"
                ],
                "type": "literal",
                "description": "String representing the identity object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "idn_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique identity identifier.",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Jane Doe"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name of the identity.",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Customer support engineer"
                ],
                "type": "string",
                "name": "description",
                "description": "Optional description of the identity.",
                "optional": false,
                "nullable": false
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Additional metadata associated with the identity.",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "delegation_config_id": {
            "examples": [
              "idc_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "delegation_config_id",
            "description": "Delegation config used to evaluate this delegation.",
            "optional": false,
            "nullable": true
          },
          "parties": {
            "examples": [
              [
                {
                  "object": "identity.delegation_party",
                  "id": "idp_4dEfGhJkLmNpQrSt",
                  "roles": [
                    "owner",
                    "owner"
                  ],
                  "actor": {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  },
                  "created_at": "2026-02-03T10:15:00.000Z"
                },
                {
                  "object": "identity.delegation_party",
                  "id": "idp_4dEfGhJkLmNpQrSt",
                  "roles": [
                    "owner",
                    "owner"
                  ],
                  "actor": {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  },
                  "created_at": "2026-02-03T10:15:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "identity.delegation_party",
                    "id": "idp_4dEfGhJkLmNpQrSt",
                    "roles": [
                      "owner",
                      "owner"
                    ],
                    "actor": {
                      "object": "identity.actor",
                      "id": "iac_6wQpLk2mZa8nYx4b",
                      "type": "person",
                      "status": "active",
                      "name": "Build Bot",
                      "description": "CI agent used for release automation",
                      "metadata": {},
                      "agent_id": "agt_4mNoPq8rSt2uVx6y",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    },
                    "created_at": "2026-02-03T10:15:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.delegation_party"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "idp_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique delegation party identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "roles": {
                    "examples": [
                      [
                        "owner",
                        "owner"
                      ],
                      [
                        "delegator",
                        "delegator"
                      ],
                      [
                        "delegatee",
                        "delegatee"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "owner",
                          "delegator",
                          "delegatee"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "roles",
                    "description": "Roles this actor has in the delegation.",
                    "optional": false,
                    "nullable": false
                  },
                  "actor": {
                    "examples": [
                      {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "identity.actor"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "iac_6wQpLk2mZa8nYx4b"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique identity actor identifier.",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "person",
                          "agent"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Type of actor that owns or participates in identities.",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Current lifecycle status of the identity actor.",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Build Bot"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Human-readable name of the identity actor.",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "CI agent used for release automation"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Optional description of the actor.",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Additional metadata associated with the actor.",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_id": {
                        "examples": [
                          "agt_4mNoPq8rSt2uVx6y"
                        ],
                        "type": "string",
                        "name": "agent_id",
                        "description": "Linked agent identifier when this actor represents an agent.",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2026-02-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the actor was created.",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-02-10T14:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the actor was last updated.",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the party was attached to the delegation.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "parties",
            "description": "Actors involved in the delegation and their roles.",
            "optional": false,
            "nullable": false
          },
          "request": {
            "examples": [
              {
                "object": "identity.delegation_request",
                "id": "idr_2mNpQrStUvWxYzAb",
                "status": "pending",
                "denied_reason": "request_denied",
                "requester": {
                  "object": "identity.actor",
                  "id": "iac_6wQpLk2mZa8nYx4b",
                  "type": "person",
                  "status": "active",
                  "name": "Build Bot",
                  "description": "CI agent used for release automation",
                  "metadata": {},
                  "agent_id": "agt_4mNoPq8rSt2uVx6y",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                },
                "identity_id": "idn_5gHjKlMnPqRsTuVw",
                "expires_at": "2026-03-03T10:15:00.000Z",
                "created_at": "2026-02-03T10:15:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "identity.delegation_request"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "idr_2mNpQrStUvWxYzAb"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique delegation request identifier.",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "pending",
                  "approved",
                  "denied",
                  "canceled"
                ],
                "type": "enum",
                "name": "status",
                "description": "Current status of the related delegation request.",
                "optional": false,
                "nullable": false
              },
              "denied_reason": {
                "examples": [
                  "request_denied",
                  "sub_delegation_depth_exceeded",
                  "sub_delegation_denied"
                ],
                "type": "enum",
                "name": "denied_reason",
                "description": "Reason the request was denied, if applicable.",
                "optional": false,
                "nullable": true
              },
              "requester": {
                "examples": [
                  {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "iac_6wQpLk2mZa8nYx4b"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique identity actor identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "person",
                      "agent"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Type of actor that owns or participates in identities.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current lifecycle status of the identity actor.",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Build Bot"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Human-readable name of the identity actor.",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "CI agent used for release automation"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Optional description of the actor.",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Additional metadata associated with the actor.",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_id": {
                    "examples": [
                      "agt_4mNoPq8rSt2uVx6y"
                    ],
                    "type": "string",
                    "name": "agent_id",
                    "description": "Linked agent identifier when this actor represents an agent.",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the actor was created.",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-02-10T14:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the actor was last updated.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "identity_id": {
                "examples": [
                  "idn_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "identity_id",
                "description": "Identity targeted by the request.",
                "optional": false,
                "nullable": false
              },
              "expires_at": {
                "examples": [
                  "2026-03-03T10:15:00.000Z"
                ],
                "type": "date",
                "name": "expires_at",
                "description": "Timestamp when the request expires.",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2026-02-03T10:15:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the request was created.",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "credential_overrides": {
            "examples": [
              [
                {
                  "object": "identity.delegation_credential_override",
                  "id": "idco_9pQrStUvWxYzAbCd",
                  "status": "active",
                  "permissions": [
                    "provider:call",
                    "provider:call"
                  ],
                  "credential_id": "icr_8vBnM4xZa2cDf7gH",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "expires_at": "2026-03-03T10:15:00.000Z"
                },
                {
                  "object": "identity.delegation_credential_override",
                  "id": "idco_9pQrStUvWxYzAbCd",
                  "status": "active",
                  "permissions": [
                    "provider:call",
                    "provider:call"
                  ],
                  "credential_id": "icr_8vBnM4xZa2cDf7gH",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "expires_at": "2026-03-03T10:15:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "identity.delegation_credential_override",
                    "id": "idco_9pQrStUvWxYzAbCd",
                    "status": "active",
                    "permissions": [
                      "provider:call",
                      "provider:call"
                    ],
                    "credential_id": "icr_8vBnM4xZa2cDf7gH",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "expires_at": "2026-03-03T10:15:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.delegation_credential_override"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "idco_9pQrStUvWxYzAbCd"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique credential override identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "expired"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current status of the credential override.",
                    "optional": false,
                    "nullable": false
                  },
                  "permissions": {
                    "examples": [
                      [
                        "provider:call",
                        "provider:call"
                      ],
                      [
                        "provider:read",
                        "provider:read"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "provider:call",
                          "provider:read"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "permissions",
                    "description": "Permissions granted for this credential override.",
                    "optional": false,
                    "nullable": false
                  },
                  "credential_id": {
                    "examples": [
                      "icr_8vBnM4xZa2cDf7gH"
                    ],
                    "type": "string",
                    "name": "credential_id",
                    "description": "Credential receiving the override.",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the credential override was created.",
                    "optional": false,
                    "nullable": false
                  },
                  "expires_at": {
                    "examples": [
                      "2026-03-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "expires_at",
                    "description": "Timestamp when the credential override expires, if set.",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "credential_overrides",
            "description": "Per-credential permission overrides attached to the delegation.",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2026-02-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the delegation was created.",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [
              "2026-03-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "expires_at",
            "description": "Timestamp when the delegation expires, if set.",
            "optional": false,
            "nullable": true
          },
          "revoked_at": {
            "examples": [
              "2026-02-12T17:45:00.000Z"
            ],
            "type": "date",
            "name": "revoked_at",
            "description": "Timestamp when the delegation was revoked, if revoked.",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_158",
      "name": "Body",
      "type": {
        "examples": [
          {
            "identity_id": "idn_5gHjKlMnPqRsTuVw",
            "delegator_actor_id": "iac_1aBcDeFgHiJkLmNo",
            "delegatee_actor_id": "iac_9zYxWvUtSrQpOnMl",
            "permissions": [
              "provider:call",
              "provider:call"
            ],
            "expires_at": "2026-03-03T10:15:00.000Z",
            "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
            "credential_overrides": [
              {
                "credential_id": "icr_8vBnM4xZa2cDf7gH",
                "permissions": [
                  "provider:call",
                  "provider:call"
                ],
                "expires_at": "2026-03-03T10:15:00.000Z"
              },
              {
                "credential_id": "icr_8vBnM4xZa2cDf7gH",
                "permissions": [
                  "provider:call",
                  "provider:call"
                ],
                "expires_at": "2026-03-03T10:15:00.000Z"
              }
            ],
            "note": "Temporary support access for incident triage",
            "metadata": {}
          }
        ],
        "properties": {
          "identity_id": {
            "examples": [
              "idn_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "description": "Identity to delegate.",
            "optional": false,
            "nullable": false
          },
          "delegator_actor_id": {
            "examples": [
              "iac_1aBcDeFgHiJkLmNo"
            ],
            "type": "string",
            "description": "Actor initiating the delegation, if different from the owner.",
            "optional": true,
            "nullable": false
          },
          "delegatee_actor_id": {
            "examples": [
              "iac_9zYxWvUtSrQpOnMl"
            ],
            "type": "string",
            "description": "Actor receiving the delegation.",
            "optional": false,
            "nullable": false
          },
          "permissions": {
            "examples": [
              [
                "provider:call",
                "provider:call"
              ],
              [
                "provider:read",
                "provider:read"
              ]
            ],
            "items": [
              {
                "examples": [
                  "provider:call",
                  "provider:read"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "description": "Permissions to grant as part of the delegation.",
            "optional": true,
            "nullable": false
          },
          "expires_at": {
            "examples": [
              "2026-03-03T10:15:00.000Z"
            ],
            "type": "date",
            "description": "Optional expiration timestamp for the delegation.",
            "optional": true,
            "nullable": false
          },
          "delegation_config_id": {
            "examples": [
              "idc_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "description": "Delegation config to use for this delegation.",
            "optional": true,
            "nullable": false
          },
          "credential_overrides": {
            "examples": [
              [
                {
                  "credential_id": "icr_8vBnM4xZa2cDf7gH",
                  "permissions": [
                    "provider:call",
                    "provider:call"
                  ],
                  "expires_at": "2026-03-03T10:15:00.000Z"
                },
                {
                  "credential_id": "icr_8vBnM4xZa2cDf7gH",
                  "permissions": [
                    "provider:call",
                    "provider:call"
                  ],
                  "expires_at": "2026-03-03T10:15:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "credential_id": "icr_8vBnM4xZa2cDf7gH",
                    "permissions": [
                      "provider:call",
                      "provider:call"
                    ],
                    "expires_at": "2026-03-03T10:15:00.000Z"
                  }
                ],
                "properties": {
                  "credential_id": {
                    "examples": [
                      "icr_8vBnM4xZa2cDf7gH"
                    ],
                    "type": "string",
                    "description": "Credential that should receive override permissions.",
                    "optional": false,
                    "nullable": false
                  },
                  "permissions": {
                    "examples": [
                      [
                        "provider:call",
                        "provider:call"
                      ],
                      [
                        "provider:read",
                        "provider:read"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "provider:call",
                          "provider:read"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "description": "Permissions to grant on the credential override.",
                    "optional": true,
                    "nullable": false
                  },
                  "expires_at": {
                    "examples": [
                      "2026-03-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "description": "Optional expiration timestamp for the credential override.",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "description": "Optional per-credential permission overrides.",
            "optional": true,
            "nullable": false
          },
          "note": {
            "examples": [
              "Temporary support access for incident triage"
            ],
            "type": "string",
            "description": "Optional human-readable note for the delegation.",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Additional metadata to store on the delegation.",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_159",
      "name": "identity.delegation",
      "type": {
        "examples": [
          {
            "object": "identity.delegation",
            "id": "idd_7gHjKlMnPqRsTuVw",
            "status": "waiting_for_consent",
            "denied_reason": "request_denied",
            "delegation_level": 0,
            "permissions": [
              "provider:call",
              "provider:call"
            ],
            "attestation": {
              "object": "identity.delegation_attestation",
              "id": "ida_3xYzAbCdEfGhIjKl",
              "type": "api",
              "created_at": "2026-02-03T10:15:00.000Z"
            },
            "note": "Temporary support access for incident triage",
            "metadata": {},
            "identity": {
              "object": "identity#preview",
              "id": "idn_5gHjKlMnPqRsTuVw",
              "name": "Jane Doe",
              "description": "Customer support engineer",
              "metadata": {}
            },
            "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
            "parties": [
              {
                "object": "identity.delegation_party",
                "id": "idp_4dEfGhJkLmNpQrSt",
                "roles": [
                  "owner",
                  "owner"
                ],
                "actor": {
                  "object": "identity.actor",
                  "id": "iac_6wQpLk2mZa8nYx4b",
                  "type": "person",
                  "status": "active",
                  "name": "Build Bot",
                  "description": "CI agent used for release automation",
                  "metadata": {},
                  "agent_id": "agt_4mNoPq8rSt2uVx6y",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                },
                "created_at": "2026-02-03T10:15:00.000Z"
              },
              {
                "object": "identity.delegation_party",
                "id": "idp_4dEfGhJkLmNpQrSt",
                "roles": [
                  "owner",
                  "owner"
                ],
                "actor": {
                  "object": "identity.actor",
                  "id": "iac_6wQpLk2mZa8nYx4b",
                  "type": "person",
                  "status": "active",
                  "name": "Build Bot",
                  "description": "CI agent used for release automation",
                  "metadata": {},
                  "agent_id": "agt_4mNoPq8rSt2uVx6y",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                },
                "created_at": "2026-02-03T10:15:00.000Z"
              }
            ],
            "request": {
              "object": "identity.delegation_request",
              "id": "idr_2mNpQrStUvWxYzAb",
              "status": "pending",
              "denied_reason": "request_denied",
              "requester": {
                "object": "identity.actor",
                "id": "iac_6wQpLk2mZa8nYx4b",
                "type": "person",
                "status": "active",
                "name": "Build Bot",
                "description": "CI agent used for release automation",
                "metadata": {},
                "agent_id": "agt_4mNoPq8rSt2uVx6y",
                "created_at": "2026-02-03T10:15:00.000Z",
                "updated_at": "2026-02-10T14:30:00.000Z"
              },
              "identity_id": "idn_5gHjKlMnPqRsTuVw",
              "expires_at": "2026-03-03T10:15:00.000Z",
              "created_at": "2026-02-03T10:15:00.000Z"
            },
            "credential_overrides": [
              {
                "object": "identity.delegation_credential_override",
                "id": "idco_9pQrStUvWxYzAbCd",
                "status": "active",
                "permissions": [
                  "provider:call",
                  "provider:call"
                ],
                "credential_id": "icr_8vBnM4xZa2cDf7gH",
                "created_at": "2026-02-03T10:15:00.000Z",
                "expires_at": "2026-03-03T10:15:00.000Z"
              },
              {
                "object": "identity.delegation_credential_override",
                "id": "idco_9pQrStUvWxYzAbCd",
                "status": "active",
                "permissions": [
                  "provider:call",
                  "provider:call"
                ],
                "credential_id": "icr_8vBnM4xZa2cDf7gH",
                "created_at": "2026-02-03T10:15:00.000Z",
                "expires_at": "2026-03-03T10:15:00.000Z"
              }
            ],
            "created_at": "2026-02-03T10:15:00.000Z",
            "expires_at": "2026-03-03T10:15:00.000Z",
            "revoked_at": "2026-02-12T17:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "identity.delegation"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "idd_7gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique delegation identifier.",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "waiting_for_consent",
              "denied",
              "active",
              "revoked",
              "expired"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current status of the delegation.",
            "optional": false,
            "nullable": false
          },
          "denied_reason": {
            "examples": [
              "request_denied",
              "sub_delegation_depth_exceeded",
              "sub_delegation_denied"
            ],
            "type": "enum",
            "name": "denied_reason",
            "description": "Reason the delegation was denied, if applicable.",
            "optional": false,
            "nullable": true
          },
          "delegation_level": {
            "examples": [
              0
            ],
            "type": "number",
            "name": "delegation_level",
            "description": "Depth level of this delegation in the delegation chain.",
            "optional": false,
            "nullable": false
          },
          "permissions": {
            "examples": [
              [
                "provider:call",
                "provider:call"
              ],
              [
                "provider:read",
                "provider:read"
              ]
            ],
            "items": [
              {
                "examples": [
                  "provider:call",
                  "provider:read"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "permissions",
            "description": "Permissions granted by this delegation.",
            "optional": false,
            "nullable": false
          },
          "attestation": {
            "examples": [
              {
                "object": "identity.delegation_attestation",
                "id": "ida_3xYzAbCdEfGhIjKl",
                "type": "api",
                "created_at": "2026-02-03T10:15:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "identity.delegation_attestation"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "ida_3xYzAbCdEfGhIjKl"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique attestation identifier.",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "api",
                  "request_approval",
                  "covered_by_previously_approved_delegation"
                ],
                "type": "enum",
                "name": "type",
                "description": "Type of attestation, if any.",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2026-02-03T10:15:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the attestation was created.",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "note": {
            "examples": [
              "Temporary support access for incident triage"
            ],
            "type": "string",
            "name": "note",
            "description": "Optional note explaining the delegation.",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Additional metadata associated with the delegation.",
            "optional": false,
            "nullable": true
          },
          "identity": {
            "examples": [
              {
                "object": "identity#preview",
                "id": "idn_5gHjKlMnPqRsTuVw",
                "name": "Jane Doe",
                "description": "Customer support engineer",
                "metadata": {}
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "identity#preview"
                ],
                "type": "literal",
                "description": "String representing the identity object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "idn_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique identity identifier.",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Jane Doe"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name of the identity.",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Customer support engineer"
                ],
                "type": "string",
                "name": "description",
                "description": "Optional description of the identity.",
                "optional": false,
                "nullable": false
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Additional metadata associated with the identity.",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "delegation_config_id": {
            "examples": [
              "idc_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "delegation_config_id",
            "description": "Delegation config used to evaluate this delegation.",
            "optional": false,
            "nullable": true
          },
          "parties": {
            "examples": [
              [
                {
                  "object": "identity.delegation_party",
                  "id": "idp_4dEfGhJkLmNpQrSt",
                  "roles": [
                    "owner",
                    "owner"
                  ],
                  "actor": {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  },
                  "created_at": "2026-02-03T10:15:00.000Z"
                },
                {
                  "object": "identity.delegation_party",
                  "id": "idp_4dEfGhJkLmNpQrSt",
                  "roles": [
                    "owner",
                    "owner"
                  ],
                  "actor": {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  },
                  "created_at": "2026-02-03T10:15:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "identity.delegation_party",
                    "id": "idp_4dEfGhJkLmNpQrSt",
                    "roles": [
                      "owner",
                      "owner"
                    ],
                    "actor": {
                      "object": "identity.actor",
                      "id": "iac_6wQpLk2mZa8nYx4b",
                      "type": "person",
                      "status": "active",
                      "name": "Build Bot",
                      "description": "CI agent used for release automation",
                      "metadata": {},
                      "agent_id": "agt_4mNoPq8rSt2uVx6y",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    },
                    "created_at": "2026-02-03T10:15:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.delegation_party"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "idp_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique delegation party identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "roles": {
                    "examples": [
                      [
                        "owner",
                        "owner"
                      ],
                      [
                        "delegator",
                        "delegator"
                      ],
                      [
                        "delegatee",
                        "delegatee"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "owner",
                          "delegator",
                          "delegatee"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "roles",
                    "description": "Roles this actor has in the delegation.",
                    "optional": false,
                    "nullable": false
                  },
                  "actor": {
                    "examples": [
                      {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "identity.actor"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "iac_6wQpLk2mZa8nYx4b"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique identity actor identifier.",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "person",
                          "agent"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Type of actor that owns or participates in identities.",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Current lifecycle status of the identity actor.",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Build Bot"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Human-readable name of the identity actor.",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "CI agent used for release automation"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Optional description of the actor.",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Additional metadata associated with the actor.",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_id": {
                        "examples": [
                          "agt_4mNoPq8rSt2uVx6y"
                        ],
                        "type": "string",
                        "name": "agent_id",
                        "description": "Linked agent identifier when this actor represents an agent.",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2026-02-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the actor was created.",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-02-10T14:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the actor was last updated.",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the party was attached to the delegation.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "parties",
            "description": "Actors involved in the delegation and their roles.",
            "optional": false,
            "nullable": false
          },
          "request": {
            "examples": [
              {
                "object": "identity.delegation_request",
                "id": "idr_2mNpQrStUvWxYzAb",
                "status": "pending",
                "denied_reason": "request_denied",
                "requester": {
                  "object": "identity.actor",
                  "id": "iac_6wQpLk2mZa8nYx4b",
                  "type": "person",
                  "status": "active",
                  "name": "Build Bot",
                  "description": "CI agent used for release automation",
                  "metadata": {},
                  "agent_id": "agt_4mNoPq8rSt2uVx6y",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                },
                "identity_id": "idn_5gHjKlMnPqRsTuVw",
                "expires_at": "2026-03-03T10:15:00.000Z",
                "created_at": "2026-02-03T10:15:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "identity.delegation_request"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "idr_2mNpQrStUvWxYzAb"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique delegation request identifier.",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "pending",
                  "approved",
                  "denied",
                  "canceled"
                ],
                "type": "enum",
                "name": "status",
                "description": "Current status of the related delegation request.",
                "optional": false,
                "nullable": false
              },
              "denied_reason": {
                "examples": [
                  "request_denied",
                  "sub_delegation_depth_exceeded",
                  "sub_delegation_denied"
                ],
                "type": "enum",
                "name": "denied_reason",
                "description": "Reason the request was denied, if applicable.",
                "optional": false,
                "nullable": true
              },
              "requester": {
                "examples": [
                  {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "iac_6wQpLk2mZa8nYx4b"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique identity actor identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "person",
                      "agent"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Type of actor that owns or participates in identities.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current lifecycle status of the identity actor.",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Build Bot"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Human-readable name of the identity actor.",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "CI agent used for release automation"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Optional description of the actor.",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Additional metadata associated with the actor.",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_id": {
                    "examples": [
                      "agt_4mNoPq8rSt2uVx6y"
                    ],
                    "type": "string",
                    "name": "agent_id",
                    "description": "Linked agent identifier when this actor represents an agent.",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the actor was created.",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-02-10T14:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the actor was last updated.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "identity_id": {
                "examples": [
                  "idn_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "identity_id",
                "description": "Identity targeted by the request.",
                "optional": false,
                "nullable": false
              },
              "expires_at": {
                "examples": [
                  "2026-03-03T10:15:00.000Z"
                ],
                "type": "date",
                "name": "expires_at",
                "description": "Timestamp when the request expires.",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2026-02-03T10:15:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the request was created.",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "credential_overrides": {
            "examples": [
              [
                {
                  "object": "identity.delegation_credential_override",
                  "id": "idco_9pQrStUvWxYzAbCd",
                  "status": "active",
                  "permissions": [
                    "provider:call",
                    "provider:call"
                  ],
                  "credential_id": "icr_8vBnM4xZa2cDf7gH",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "expires_at": "2026-03-03T10:15:00.000Z"
                },
                {
                  "object": "identity.delegation_credential_override",
                  "id": "idco_9pQrStUvWxYzAbCd",
                  "status": "active",
                  "permissions": [
                    "provider:call",
                    "provider:call"
                  ],
                  "credential_id": "icr_8vBnM4xZa2cDf7gH",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "expires_at": "2026-03-03T10:15:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "identity.delegation_credential_override",
                    "id": "idco_9pQrStUvWxYzAbCd",
                    "status": "active",
                    "permissions": [
                      "provider:call",
                      "provider:call"
                    ],
                    "credential_id": "icr_8vBnM4xZa2cDf7gH",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "expires_at": "2026-03-03T10:15:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.delegation_credential_override"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "idco_9pQrStUvWxYzAbCd"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique credential override identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "expired"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current status of the credential override.",
                    "optional": false,
                    "nullable": false
                  },
                  "permissions": {
                    "examples": [
                      [
                        "provider:call",
                        "provider:call"
                      ],
                      [
                        "provider:read",
                        "provider:read"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "provider:call",
                          "provider:read"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "permissions",
                    "description": "Permissions granted for this credential override.",
                    "optional": false,
                    "nullable": false
                  },
                  "credential_id": {
                    "examples": [
                      "icr_8vBnM4xZa2cDf7gH"
                    ],
                    "type": "string",
                    "name": "credential_id",
                    "description": "Credential receiving the override.",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the credential override was created.",
                    "optional": false,
                    "nullable": false
                  },
                  "expires_at": {
                    "examples": [
                      "2026-03-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "expires_at",
                    "description": "Timestamp when the credential override expires, if set.",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "credential_overrides",
            "description": "Per-credential permission overrides attached to the delegation.",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2026-02-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the delegation was created.",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [
              "2026-03-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "expires_at",
            "description": "Timestamp when the delegation expires, if set.",
            "optional": false,
            "nullable": true
          },
          "revoked_at": {
            "examples": [
              "2026-02-12T17:45:00.000Z"
            ],
            "type": "date",
            "name": "revoked_at",
            "description": "Timestamp when the delegation was revoked, if revoked.",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_161",
      "name": "identity.delegation",
      "type": {
        "examples": [
          {
            "object": "identity.delegation",
            "id": "idd_7gHjKlMnPqRsTuVw",
            "status": "waiting_for_consent",
            "denied_reason": "request_denied",
            "delegation_level": 0,
            "permissions": [
              "provider:call",
              "provider:call"
            ],
            "attestation": {
              "object": "identity.delegation_attestation",
              "id": "ida_3xYzAbCdEfGhIjKl",
              "type": "api",
              "created_at": "2026-02-03T10:15:00.000Z"
            },
            "note": "Temporary support access for incident triage",
            "metadata": {},
            "identity": {
              "object": "identity#preview",
              "id": "idn_5gHjKlMnPqRsTuVw",
              "name": "Jane Doe",
              "description": "Customer support engineer",
              "metadata": {}
            },
            "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
            "parties": [
              {
                "object": "identity.delegation_party",
                "id": "idp_4dEfGhJkLmNpQrSt",
                "roles": [
                  "owner",
                  "owner"
                ],
                "actor": {
                  "object": "identity.actor",
                  "id": "iac_6wQpLk2mZa8nYx4b",
                  "type": "person",
                  "status": "active",
                  "name": "Build Bot",
                  "description": "CI agent used for release automation",
                  "metadata": {},
                  "agent_id": "agt_4mNoPq8rSt2uVx6y",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                },
                "created_at": "2026-02-03T10:15:00.000Z"
              },
              {
                "object": "identity.delegation_party",
                "id": "idp_4dEfGhJkLmNpQrSt",
                "roles": [
                  "owner",
                  "owner"
                ],
                "actor": {
                  "object": "identity.actor",
                  "id": "iac_6wQpLk2mZa8nYx4b",
                  "type": "person",
                  "status": "active",
                  "name": "Build Bot",
                  "description": "CI agent used for release automation",
                  "metadata": {},
                  "agent_id": "agt_4mNoPq8rSt2uVx6y",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                },
                "created_at": "2026-02-03T10:15:00.000Z"
              }
            ],
            "request": {
              "object": "identity.delegation_request",
              "id": "idr_2mNpQrStUvWxYzAb",
              "status": "pending",
              "denied_reason": "request_denied",
              "requester": {
                "object": "identity.actor",
                "id": "iac_6wQpLk2mZa8nYx4b",
                "type": "person",
                "status": "active",
                "name": "Build Bot",
                "description": "CI agent used for release automation",
                "metadata": {},
                "agent_id": "agt_4mNoPq8rSt2uVx6y",
                "created_at": "2026-02-03T10:15:00.000Z",
                "updated_at": "2026-02-10T14:30:00.000Z"
              },
              "identity_id": "idn_5gHjKlMnPqRsTuVw",
              "expires_at": "2026-03-03T10:15:00.000Z",
              "created_at": "2026-02-03T10:15:00.000Z"
            },
            "credential_overrides": [
              {
                "object": "identity.delegation_credential_override",
                "id": "idco_9pQrStUvWxYzAbCd",
                "status": "active",
                "permissions": [
                  "provider:call",
                  "provider:call"
                ],
                "credential_id": "icr_8vBnM4xZa2cDf7gH",
                "created_at": "2026-02-03T10:15:00.000Z",
                "expires_at": "2026-03-03T10:15:00.000Z"
              },
              {
                "object": "identity.delegation_credential_override",
                "id": "idco_9pQrStUvWxYzAbCd",
                "status": "active",
                "permissions": [
                  "provider:call",
                  "provider:call"
                ],
                "credential_id": "icr_8vBnM4xZa2cDf7gH",
                "created_at": "2026-02-03T10:15:00.000Z",
                "expires_at": "2026-03-03T10:15:00.000Z"
              }
            ],
            "created_at": "2026-02-03T10:15:00.000Z",
            "expires_at": "2026-03-03T10:15:00.000Z",
            "revoked_at": "2026-02-12T17:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "identity.delegation"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "idd_7gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique delegation identifier.",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "waiting_for_consent",
              "denied",
              "active",
              "revoked",
              "expired"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current status of the delegation.",
            "optional": false,
            "nullable": false
          },
          "denied_reason": {
            "examples": [
              "request_denied",
              "sub_delegation_depth_exceeded",
              "sub_delegation_denied"
            ],
            "type": "enum",
            "name": "denied_reason",
            "description": "Reason the delegation was denied, if applicable.",
            "optional": false,
            "nullable": true
          },
          "delegation_level": {
            "examples": [
              0
            ],
            "type": "number",
            "name": "delegation_level",
            "description": "Depth level of this delegation in the delegation chain.",
            "optional": false,
            "nullable": false
          },
          "permissions": {
            "examples": [
              [
                "provider:call",
                "provider:call"
              ],
              [
                "provider:read",
                "provider:read"
              ]
            ],
            "items": [
              {
                "examples": [
                  "provider:call",
                  "provider:read"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "permissions",
            "description": "Permissions granted by this delegation.",
            "optional": false,
            "nullable": false
          },
          "attestation": {
            "examples": [
              {
                "object": "identity.delegation_attestation",
                "id": "ida_3xYzAbCdEfGhIjKl",
                "type": "api",
                "created_at": "2026-02-03T10:15:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "identity.delegation_attestation"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "ida_3xYzAbCdEfGhIjKl"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique attestation identifier.",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "api",
                  "request_approval",
                  "covered_by_previously_approved_delegation"
                ],
                "type": "enum",
                "name": "type",
                "description": "Type of attestation, if any.",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2026-02-03T10:15:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the attestation was created.",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "note": {
            "examples": [
              "Temporary support access for incident triage"
            ],
            "type": "string",
            "name": "note",
            "description": "Optional note explaining the delegation.",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Additional metadata associated with the delegation.",
            "optional": false,
            "nullable": true
          },
          "identity": {
            "examples": [
              {
                "object": "identity#preview",
                "id": "idn_5gHjKlMnPqRsTuVw",
                "name": "Jane Doe",
                "description": "Customer support engineer",
                "metadata": {}
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "identity#preview"
                ],
                "type": "literal",
                "description": "String representing the identity object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "idn_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique identity identifier.",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Jane Doe"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name of the identity.",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Customer support engineer"
                ],
                "type": "string",
                "name": "description",
                "description": "Optional description of the identity.",
                "optional": false,
                "nullable": false
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Additional metadata associated with the identity.",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "delegation_config_id": {
            "examples": [
              "idc_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "delegation_config_id",
            "description": "Delegation config used to evaluate this delegation.",
            "optional": false,
            "nullable": true
          },
          "parties": {
            "examples": [
              [
                {
                  "object": "identity.delegation_party",
                  "id": "idp_4dEfGhJkLmNpQrSt",
                  "roles": [
                    "owner",
                    "owner"
                  ],
                  "actor": {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  },
                  "created_at": "2026-02-03T10:15:00.000Z"
                },
                {
                  "object": "identity.delegation_party",
                  "id": "idp_4dEfGhJkLmNpQrSt",
                  "roles": [
                    "owner",
                    "owner"
                  ],
                  "actor": {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  },
                  "created_at": "2026-02-03T10:15:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "identity.delegation_party",
                    "id": "idp_4dEfGhJkLmNpQrSt",
                    "roles": [
                      "owner",
                      "owner"
                    ],
                    "actor": {
                      "object": "identity.actor",
                      "id": "iac_6wQpLk2mZa8nYx4b",
                      "type": "person",
                      "status": "active",
                      "name": "Build Bot",
                      "description": "CI agent used for release automation",
                      "metadata": {},
                      "agent_id": "agt_4mNoPq8rSt2uVx6y",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    },
                    "created_at": "2026-02-03T10:15:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.delegation_party"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "idp_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique delegation party identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "roles": {
                    "examples": [
                      [
                        "owner",
                        "owner"
                      ],
                      [
                        "delegator",
                        "delegator"
                      ],
                      [
                        "delegatee",
                        "delegatee"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "owner",
                          "delegator",
                          "delegatee"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "roles",
                    "description": "Roles this actor has in the delegation.",
                    "optional": false,
                    "nullable": false
                  },
                  "actor": {
                    "examples": [
                      {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "identity.actor"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "iac_6wQpLk2mZa8nYx4b"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique identity actor identifier.",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "person",
                          "agent"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Type of actor that owns or participates in identities.",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Current lifecycle status of the identity actor.",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Build Bot"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Human-readable name of the identity actor.",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "CI agent used for release automation"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Optional description of the actor.",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Additional metadata associated with the actor.",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_id": {
                        "examples": [
                          "agt_4mNoPq8rSt2uVx6y"
                        ],
                        "type": "string",
                        "name": "agent_id",
                        "description": "Linked agent identifier when this actor represents an agent.",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2026-02-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the actor was created.",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-02-10T14:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the actor was last updated.",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the party was attached to the delegation.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "parties",
            "description": "Actors involved in the delegation and their roles.",
            "optional": false,
            "nullable": false
          },
          "request": {
            "examples": [
              {
                "object": "identity.delegation_request",
                "id": "idr_2mNpQrStUvWxYzAb",
                "status": "pending",
                "denied_reason": "request_denied",
                "requester": {
                  "object": "identity.actor",
                  "id": "iac_6wQpLk2mZa8nYx4b",
                  "type": "person",
                  "status": "active",
                  "name": "Build Bot",
                  "description": "CI agent used for release automation",
                  "metadata": {},
                  "agent_id": "agt_4mNoPq8rSt2uVx6y",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                },
                "identity_id": "idn_5gHjKlMnPqRsTuVw",
                "expires_at": "2026-03-03T10:15:00.000Z",
                "created_at": "2026-02-03T10:15:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "identity.delegation_request"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "idr_2mNpQrStUvWxYzAb"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique delegation request identifier.",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "pending",
                  "approved",
                  "denied",
                  "canceled"
                ],
                "type": "enum",
                "name": "status",
                "description": "Current status of the related delegation request.",
                "optional": false,
                "nullable": false
              },
              "denied_reason": {
                "examples": [
                  "request_denied",
                  "sub_delegation_depth_exceeded",
                  "sub_delegation_denied"
                ],
                "type": "enum",
                "name": "denied_reason",
                "description": "Reason the request was denied, if applicable.",
                "optional": false,
                "nullable": true
              },
              "requester": {
                "examples": [
                  {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "iac_6wQpLk2mZa8nYx4b"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique identity actor identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "person",
                      "agent"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Type of actor that owns or participates in identities.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current lifecycle status of the identity actor.",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Build Bot"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Human-readable name of the identity actor.",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "CI agent used for release automation"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Optional description of the actor.",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Additional metadata associated with the actor.",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_id": {
                    "examples": [
                      "agt_4mNoPq8rSt2uVx6y"
                    ],
                    "type": "string",
                    "name": "agent_id",
                    "description": "Linked agent identifier when this actor represents an agent.",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the actor was created.",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-02-10T14:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the actor was last updated.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "identity_id": {
                "examples": [
                  "idn_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "identity_id",
                "description": "Identity targeted by the request.",
                "optional": false,
                "nullable": false
              },
              "expires_at": {
                "examples": [
                  "2026-03-03T10:15:00.000Z"
                ],
                "type": "date",
                "name": "expires_at",
                "description": "Timestamp when the request expires.",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2026-02-03T10:15:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the request was created.",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "credential_overrides": {
            "examples": [
              [
                {
                  "object": "identity.delegation_credential_override",
                  "id": "idco_9pQrStUvWxYzAbCd",
                  "status": "active",
                  "permissions": [
                    "provider:call",
                    "provider:call"
                  ],
                  "credential_id": "icr_8vBnM4xZa2cDf7gH",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "expires_at": "2026-03-03T10:15:00.000Z"
                },
                {
                  "object": "identity.delegation_credential_override",
                  "id": "idco_9pQrStUvWxYzAbCd",
                  "status": "active",
                  "permissions": [
                    "provider:call",
                    "provider:call"
                  ],
                  "credential_id": "icr_8vBnM4xZa2cDf7gH",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "expires_at": "2026-03-03T10:15:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "identity.delegation_credential_override",
                    "id": "idco_9pQrStUvWxYzAbCd",
                    "status": "active",
                    "permissions": [
                      "provider:call",
                      "provider:call"
                    ],
                    "credential_id": "icr_8vBnM4xZa2cDf7gH",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "expires_at": "2026-03-03T10:15:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.delegation_credential_override"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "idco_9pQrStUvWxYzAbCd"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique credential override identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "expired"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current status of the credential override.",
                    "optional": false,
                    "nullable": false
                  },
                  "permissions": {
                    "examples": [
                      [
                        "provider:call",
                        "provider:call"
                      ],
                      [
                        "provider:read",
                        "provider:read"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "provider:call",
                          "provider:read"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "permissions",
                    "description": "Permissions granted for this credential override.",
                    "optional": false,
                    "nullable": false
                  },
                  "credential_id": {
                    "examples": [
                      "icr_8vBnM4xZa2cDf7gH"
                    ],
                    "type": "string",
                    "name": "credential_id",
                    "description": "Credential receiving the override.",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the credential override was created.",
                    "optional": false,
                    "nullable": false
                  },
                  "expires_at": {
                    "examples": [
                      "2026-03-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "expires_at",
                    "description": "Timestamp when the credential override expires, if set.",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "credential_overrides",
            "description": "Per-credential permission overrides attached to the delegation.",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2026-02-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the delegation was created.",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [
              "2026-03-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "expires_at",
            "description": "Timestamp when the delegation expires, if set.",
            "optional": false,
            "nullable": true
          },
          "revoked_at": {
            "examples": [
              "2026-02-12T17:45:00.000Z"
            ],
            "type": "date",
            "name": "revoked_at",
            "description": "Timestamp when the delegation was revoked, if revoked.",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_164",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "search": "default",
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "search": {
                "examples": [
                  "default"
                ],
                "type": "string",
                "description": "Filter configs by name or description.",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by one or more config statuses.",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by config ID or IDs.",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for identity delegation config creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for identity delegation config creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter identity delegation config creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for identity delegation config last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for identity delegation config last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter identity delegation config last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_165",
      "name": "identity.delegation_config",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "identity.delegation_config",
                "id": "idc_2mNpQrStUvWxYzAb",
                "status": "active",
                "name": "Default External Sharing Policy",
                "description": "Allows one level of reviewed sub-delegation",
                "metadata": {},
                "sub_delegation_behavior": "allow",
                "sub_delegation_depth": 1,
                "created_at": "2026-02-03T10:15:00.000Z",
                "updated_at": "2026-02-10T14:30:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "identity.delegation_config",
                  "id": "idc_2mNpQrStUvWxYzAb",
                  "status": "active",
                  "name": "Default External Sharing Policy",
                  "description": "Allows one level of reviewed sub-delegation",
                  "metadata": {},
                  "sub_delegation_behavior": "allow",
                  "sub_delegation_depth": 1,
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                },
                {
                  "object": "identity.delegation_config",
                  "id": "idc_2mNpQrStUvWxYzAb",
                  "status": "active",
                  "name": "Default External Sharing Policy",
                  "description": "Allows one level of reviewed sub-delegation",
                  "metadata": {},
                  "sub_delegation_behavior": "allow",
                  "sub_delegation_depth": 1,
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "identity.delegation_config",
                    "id": "idc_2mNpQrStUvWxYzAb",
                    "status": "active",
                    "name": "Default External Sharing Policy",
                    "description": "Allows one level of reviewed sub-delegation",
                    "metadata": {},
                    "sub_delegation_behavior": "allow",
                    "sub_delegation_depth": 1,
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.delegation_config"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "idc_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique delegation config identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current lifecycle status of the delegation config.",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this config is the default config for the environment.",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Default External Sharing Policy"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Human-readable name of the delegation config.",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "Allows one level of reviewed sub-delegation"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Optional description of the delegation policy.",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Additional metadata associated with the delegation config.",
                    "optional": false,
                    "nullable": true
                  },
                  "sub_delegation_behavior": {
                    "examples": [
                      "allow",
                      "deny",
                      "require_consent"
                    ],
                    "type": "enum",
                    "name": "sub_delegation_behavior",
                    "description": "How this config handles sub-delegation requests.",
                    "optional": false,
                    "nullable": false
                  },
                  "sub_delegation_depth": {
                    "examples": [
                      1
                    ],
                    "type": "number",
                    "name": "sub_delegation_depth",
                    "description": "Maximum allowed sub-delegation depth for this policy.",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the delegation config was created.",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-02-10T14:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the delegation config was last updated.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_167",
      "name": "identity.delegation_config",
      "type": {
        "examples": [
          {
            "object": "identity.delegation_config",
            "id": "idc_2mNpQrStUvWxYzAb",
            "status": "active",
            "name": "Default External Sharing Policy",
            "description": "Allows one level of reviewed sub-delegation",
            "metadata": {},
            "sub_delegation_behavior": "allow",
            "sub_delegation_depth": 1,
            "created_at": "2026-02-03T10:15:00.000Z",
            "updated_at": "2026-02-10T14:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "identity.delegation_config"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "idc_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique delegation config identifier.",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current lifecycle status of the delegation config.",
            "optional": false,
            "nullable": false
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "name": "is_default",
            "description": "Whether this config is the default config for the environment.",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Default External Sharing Policy"
            ],
            "type": "string",
            "name": "name",
            "description": "Human-readable name of the delegation config.",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Allows one level of reviewed sub-delegation"
            ],
            "type": "string",
            "name": "description",
            "description": "Optional description of the delegation policy.",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Additional metadata associated with the delegation config.",
            "optional": false,
            "nullable": true
          },
          "sub_delegation_behavior": {
            "examples": [
              "allow",
              "deny",
              "require_consent"
            ],
            "type": "enum",
            "name": "sub_delegation_behavior",
            "description": "How this config handles sub-delegation requests.",
            "optional": false,
            "nullable": false
          },
          "sub_delegation_depth": {
            "examples": [
              1
            ],
            "type": "number",
            "name": "sub_delegation_depth",
            "description": "Maximum allowed sub-delegation depth for this policy.",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2026-02-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the delegation config was created.",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-02-10T14:30:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the delegation config was last updated.",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_169",
      "name": "Body",
      "type": {
        "examples": [
          {
            "name": "Default External Sharing Policy",
            "description": "Allows one level of reviewed sub-delegation",
            "metadata": {},
            "sub_delegation_behavior": "allow",
            "sub_delegation_depth": 1
          }
        ],
        "properties": {
          "name": {
            "examples": [
              "Default External Sharing Policy"
            ],
            "type": "string",
            "description": "Optional display name for the delegation config.",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [
              "Allows one level of reviewed sub-delegation"
            ],
            "type": "string",
            "description": "Optional description of the delegation policy.",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Additional metadata to store on the delegation config.",
            "optional": true,
            "nullable": false
          },
          "sub_delegation_behavior": {
            "examples": [
              "allow",
              "deny",
              "require_consent"
            ],
            "type": "enum",
            "description": "How sub-delegations should be handled.",
            "optional": false,
            "nullable": false
          },
          "sub_delegation_depth": {
            "examples": [
              1
            ],
            "type": "number",
            "description": "Maximum allowed sub-delegation depth.",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_170",
      "name": "identity.delegation_config",
      "type": {
        "examples": [
          {
            "object": "identity.delegation_config",
            "id": "idc_2mNpQrStUvWxYzAb",
            "status": "active",
            "name": "Default External Sharing Policy",
            "description": "Allows one level of reviewed sub-delegation",
            "metadata": {},
            "sub_delegation_behavior": "allow",
            "sub_delegation_depth": 1,
            "created_at": "2026-02-03T10:15:00.000Z",
            "updated_at": "2026-02-10T14:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "identity.delegation_config"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "idc_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique delegation config identifier.",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current lifecycle status of the delegation config.",
            "optional": false,
            "nullable": false
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "name": "is_default",
            "description": "Whether this config is the default config for the environment.",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Default External Sharing Policy"
            ],
            "type": "string",
            "name": "name",
            "description": "Human-readable name of the delegation config.",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Allows one level of reviewed sub-delegation"
            ],
            "type": "string",
            "name": "description",
            "description": "Optional description of the delegation policy.",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Additional metadata associated with the delegation config.",
            "optional": false,
            "nullable": true
          },
          "sub_delegation_behavior": {
            "examples": [
              "allow",
              "deny",
              "require_consent"
            ],
            "type": "enum",
            "name": "sub_delegation_behavior",
            "description": "How this config handles sub-delegation requests.",
            "optional": false,
            "nullable": false
          },
          "sub_delegation_depth": {
            "examples": [
              1
            ],
            "type": "number",
            "name": "sub_delegation_depth",
            "description": "Maximum allowed sub-delegation depth for this policy.",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2026-02-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the delegation config was created.",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-02-10T14:30:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the delegation config was last updated.",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_172",
      "name": "Body",
      "type": {
        "examples": [
          {
            "name": "Updated Sharing Policy",
            "description": "Updated reviewed sub-delegation policy",
            "metadata": {},
            "sub_delegation_behavior": "allow",
            "sub_delegation_depth": 1
          }
        ],
        "properties": {
          "name": {
            "examples": [
              "Updated Sharing Policy"
            ],
            "type": "string",
            "description": "Updated display name for the delegation config.",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [
              "Updated reviewed sub-delegation policy"
            ],
            "type": "string",
            "description": "Updated description for the delegation config.",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Updated metadata for the delegation config.",
            "optional": true,
            "nullable": false
          },
          "sub_delegation_behavior": {
            "examples": [
              "allow",
              "deny",
              "require_consent"
            ],
            "type": "enum",
            "description": "How sub-delegations should be handled.",
            "optional": true,
            "nullable": false
          },
          "sub_delegation_depth": {
            "examples": [
              1
            ],
            "type": "number",
            "description": "Maximum allowed sub-delegation depth.",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_173",
      "name": "identity.delegation_config",
      "type": {
        "examples": [
          {
            "object": "identity.delegation_config",
            "id": "idc_2mNpQrStUvWxYzAb",
            "status": "active",
            "name": "Default External Sharing Policy",
            "description": "Allows one level of reviewed sub-delegation",
            "metadata": {},
            "sub_delegation_behavior": "allow",
            "sub_delegation_depth": 1,
            "created_at": "2026-02-03T10:15:00.000Z",
            "updated_at": "2026-02-10T14:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "identity.delegation_config"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "idc_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique delegation config identifier.",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current lifecycle status of the delegation config.",
            "optional": false,
            "nullable": false
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "name": "is_default",
            "description": "Whether this config is the default config for the environment.",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Default External Sharing Policy"
            ],
            "type": "string",
            "name": "name",
            "description": "Human-readable name of the delegation config.",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Allows one level of reviewed sub-delegation"
            ],
            "type": "string",
            "name": "description",
            "description": "Optional description of the delegation policy.",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Additional metadata associated with the delegation config.",
            "optional": false,
            "nullable": true
          },
          "sub_delegation_behavior": {
            "examples": [
              "allow",
              "deny",
              "require_consent"
            ],
            "type": "enum",
            "name": "sub_delegation_behavior",
            "description": "How this config handles sub-delegation requests.",
            "optional": false,
            "nullable": false
          },
          "sub_delegation_depth": {
            "examples": [
              1
            ],
            "type": "number",
            "name": "sub_delegation_depth",
            "description": "Maximum allowed sub-delegation depth for this policy.",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2026-02-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the delegation config was created.",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-02-10T14:30:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the delegation config was last updated.",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_175",
      "name": "identity.delegation_config",
      "type": {
        "examples": [
          {
            "object": "identity.delegation_config",
            "id": "idc_2mNpQrStUvWxYzAb",
            "status": "active",
            "name": "Default External Sharing Policy",
            "description": "Allows one level of reviewed sub-delegation",
            "metadata": {},
            "sub_delegation_behavior": "allow",
            "sub_delegation_depth": 1,
            "created_at": "2026-02-03T10:15:00.000Z",
            "updated_at": "2026-02-10T14:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "identity.delegation_config"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "idc_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique delegation config identifier.",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current lifecycle status of the delegation config.",
            "optional": false,
            "nullable": false
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "name": "is_default",
            "description": "Whether this config is the default config for the environment.",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Default External Sharing Policy"
            ],
            "type": "string",
            "name": "name",
            "description": "Human-readable name of the delegation config.",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Allows one level of reviewed sub-delegation"
            ],
            "type": "string",
            "name": "description",
            "description": "Optional description of the delegation policy.",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Additional metadata associated with the delegation config.",
            "optional": false,
            "nullable": true
          },
          "sub_delegation_behavior": {
            "examples": [
              "allow",
              "deny",
              "require_consent"
            ],
            "type": "enum",
            "name": "sub_delegation_behavior",
            "description": "How this config handles sub-delegation requests.",
            "optional": false,
            "nullable": false
          },
          "sub_delegation_depth": {
            "examples": [
              1
            ],
            "type": "number",
            "name": "sub_delegation_depth",
            "description": "Maximum allowed sub-delegation depth for this policy.",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2026-02-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the delegation config was created.",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-02-10T14:30:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the delegation config was last updated.",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_178",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "pending",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "pending",
                  "approved",
                  "denied",
                  "canceled",
                  [
                    "pending",
                    "pending"
                  ],
                  [
                    "approved",
                    "approved"
                  ],
                  [
                    "denied",
                    "denied"
                  ],
                  [
                    "canceled",
                    "canceled"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "pending",
                      "approved",
                      "denied",
                      "canceled"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "pending",
                        "pending"
                      ],
                      [
                        "approved",
                        "approved"
                      ],
                      [
                        "denied",
                        "denied"
                      ],
                      [
                        "canceled",
                        "canceled"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "pending",
                          "approved",
                          "denied",
                          "canceled"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by one or more delegation request statuses.",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by delegation request ID or IDs.",
                "optional": true,
                "nullable": false
              },
              "actor_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by requester actor ID or IDs.",
                "optional": true,
                "nullable": false
              },
              "identity_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by identity ID or IDs.",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for identity delegation request creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for identity delegation request creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter identity delegation request creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for identity delegation request last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for identity delegation request last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter identity delegation request last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_179",
      "name": "identity.delegation_request",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "identity.delegation_request",
                "id": "idr_2mNpQrStUvWxYzAb",
                "status": "pending",
                "denied_reason": "request_denied",
                "requester": {
                  "object": "identity.actor",
                  "id": "iac_6wQpLk2mZa8nYx4b",
                  "type": "person",
                  "status": "active",
                  "name": "Build Bot",
                  "description": "CI agent used for release automation",
                  "metadata": {},
                  "agent_id": "agt_4mNoPq8rSt2uVx6y",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                },
                "identity_id": "idn_5gHjKlMnPqRsTuVw",
                "delegation": {
                  "object": "identity.delegation",
                  "id": "idd_7gHjKlMnPqRsTuVw",
                  "status": "waiting_for_consent",
                  "denied_reason": "request_denied",
                  "delegation_level": 0,
                  "permissions": [
                    "provider:call",
                    "provider:call"
                  ],
                  "attestation": {
                    "object": "identity.delegation_attestation",
                    "id": "ida_3xYzAbCdEfGhIjKl",
                    "type": "api",
                    "created_at": "2026-02-03T10:15:00.000Z"
                  },
                  "note": "Temporary support access for incident triage",
                  "metadata": {},
                  "identity": {
                    "object": "identity#preview",
                    "id": "idn_5gHjKlMnPqRsTuVw",
                    "name": "Jane Doe",
                    "description": "Customer support engineer",
                    "metadata": {}
                  },
                  "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                  "parties": [
                    {
                      "object": "identity.delegation_party",
                      "id": "idp_4dEfGhJkLmNpQrSt",
                      "roles": [
                        "owner",
                        "owner"
                      ],
                      "actor": {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      },
                      "created_at": "2026-02-03T10:15:00.000Z"
                    },
                    {
                      "object": "identity.delegation_party",
                      "id": "idp_4dEfGhJkLmNpQrSt",
                      "roles": [
                        "owner",
                        "owner"
                      ],
                      "actor": {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      },
                      "created_at": "2026-02-03T10:15:00.000Z"
                    }
                  ],
                  "request": {
                    "object": "identity.delegation_request",
                    "id": "idr_2mNpQrStUvWxYzAb",
                    "status": "pending",
                    "denied_reason": "request_denied",
                    "requester": {
                      "object": "identity.actor",
                      "id": "iac_6wQpLk2mZa8nYx4b",
                      "type": "person",
                      "status": "active",
                      "name": "Build Bot",
                      "description": "CI agent used for release automation",
                      "metadata": {},
                      "agent_id": "agt_4mNoPq8rSt2uVx6y",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    },
                    "identity_id": "idn_5gHjKlMnPqRsTuVw",
                    "expires_at": "2026-03-03T10:15:00.000Z",
                    "created_at": "2026-02-03T10:15:00.000Z"
                  },
                  "credential_overrides": [
                    {
                      "object": "identity.delegation_credential_override",
                      "id": "idco_9pQrStUvWxYzAbCd",
                      "status": "active",
                      "permissions": [
                        "provider:call",
                        "provider:call"
                      ],
                      "credential_id": "icr_8vBnM4xZa2cDf7gH",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "expires_at": "2026-03-03T10:15:00.000Z"
                    },
                    {
                      "object": "identity.delegation_credential_override",
                      "id": "idco_9pQrStUvWxYzAbCd",
                      "status": "active",
                      "permissions": [
                        "provider:call",
                        "provider:call"
                      ],
                      "credential_id": "icr_8vBnM4xZa2cDf7gH",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "expires_at": "2026-03-03T10:15:00.000Z"
                    }
                  ],
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "expires_at": "2026-03-03T10:15:00.000Z",
                  "revoked_at": "2026-02-12T17:45:00.000Z"
                },
                "expires_at": "2026-03-03T10:15:00.000Z",
                "created_at": "2026-02-03T10:15:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "identity.delegation_request",
                  "id": "idr_2mNpQrStUvWxYzAb",
                  "status": "pending",
                  "denied_reason": "request_denied",
                  "requester": {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  },
                  "identity_id": "idn_5gHjKlMnPqRsTuVw",
                  "delegation": {
                    "object": "identity.delegation",
                    "id": "idd_7gHjKlMnPqRsTuVw",
                    "status": "waiting_for_consent",
                    "denied_reason": "request_denied",
                    "delegation_level": 0,
                    "permissions": [
                      "provider:call",
                      "provider:call"
                    ],
                    "attestation": {
                      "object": "identity.delegation_attestation",
                      "id": "ida_3xYzAbCdEfGhIjKl",
                      "type": "api",
                      "created_at": "2026-02-03T10:15:00.000Z"
                    },
                    "note": "Temporary support access for incident triage",
                    "metadata": {},
                    "identity": {
                      "object": "identity#preview",
                      "id": "idn_5gHjKlMnPqRsTuVw",
                      "name": "Jane Doe",
                      "description": "Customer support engineer",
                      "metadata": {}
                    },
                    "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                    "parties": [
                      {
                        "object": "identity.delegation_party",
                        "id": "idp_4dEfGhJkLmNpQrSt",
                        "roles": [
                          "owner",
                          "owner"
                        ],
                        "actor": {
                          "object": "identity.actor",
                          "id": "iac_6wQpLk2mZa8nYx4b",
                          "type": "person",
                          "status": "active",
                          "name": "Build Bot",
                          "description": "CI agent used for release automation",
                          "metadata": {},
                          "agent_id": "agt_4mNoPq8rSt2uVx6y",
                          "created_at": "2026-02-03T10:15:00.000Z",
                          "updated_at": "2026-02-10T14:30:00.000Z"
                        },
                        "created_at": "2026-02-03T10:15:00.000Z"
                      },
                      {
                        "object": "identity.delegation_party",
                        "id": "idp_4dEfGhJkLmNpQrSt",
                        "roles": [
                          "owner",
                          "owner"
                        ],
                        "actor": {
                          "object": "identity.actor",
                          "id": "iac_6wQpLk2mZa8nYx4b",
                          "type": "person",
                          "status": "active",
                          "name": "Build Bot",
                          "description": "CI agent used for release automation",
                          "metadata": {},
                          "agent_id": "agt_4mNoPq8rSt2uVx6y",
                          "created_at": "2026-02-03T10:15:00.000Z",
                          "updated_at": "2026-02-10T14:30:00.000Z"
                        },
                        "created_at": "2026-02-03T10:15:00.000Z"
                      }
                    ],
                    "request": {
                      "object": "identity.delegation_request",
                      "id": "idr_2mNpQrStUvWxYzAb",
                      "status": "pending",
                      "denied_reason": "request_denied",
                      "requester": {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      },
                      "identity_id": "idn_5gHjKlMnPqRsTuVw",
                      "expires_at": "2026-03-03T10:15:00.000Z",
                      "created_at": "2026-02-03T10:15:00.000Z"
                    },
                    "credential_overrides": [
                      {
                        "object": "identity.delegation_credential_override",
                        "id": "idco_9pQrStUvWxYzAbCd",
                        "status": "active",
                        "permissions": [
                          "provider:call",
                          "provider:call"
                        ],
                        "credential_id": "icr_8vBnM4xZa2cDf7gH",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "expires_at": "2026-03-03T10:15:00.000Z"
                      },
                      {
                        "object": "identity.delegation_credential_override",
                        "id": "idco_9pQrStUvWxYzAbCd",
                        "status": "active",
                        "permissions": [
                          "provider:call",
                          "provider:call"
                        ],
                        "credential_id": "icr_8vBnM4xZa2cDf7gH",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "expires_at": "2026-03-03T10:15:00.000Z"
                      }
                    ],
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "expires_at": "2026-03-03T10:15:00.000Z",
                    "revoked_at": "2026-02-12T17:45:00.000Z"
                  },
                  "expires_at": "2026-03-03T10:15:00.000Z",
                  "created_at": "2026-02-03T10:15:00.000Z"
                },
                {
                  "object": "identity.delegation_request",
                  "id": "idr_2mNpQrStUvWxYzAb",
                  "status": "pending",
                  "denied_reason": "request_denied",
                  "requester": {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  },
                  "identity_id": "idn_5gHjKlMnPqRsTuVw",
                  "delegation": {
                    "object": "identity.delegation",
                    "id": "idd_7gHjKlMnPqRsTuVw",
                    "status": "waiting_for_consent",
                    "denied_reason": "request_denied",
                    "delegation_level": 0,
                    "permissions": [
                      "provider:call",
                      "provider:call"
                    ],
                    "attestation": {
                      "object": "identity.delegation_attestation",
                      "id": "ida_3xYzAbCdEfGhIjKl",
                      "type": "api",
                      "created_at": "2026-02-03T10:15:00.000Z"
                    },
                    "note": "Temporary support access for incident triage",
                    "metadata": {},
                    "identity": {
                      "object": "identity#preview",
                      "id": "idn_5gHjKlMnPqRsTuVw",
                      "name": "Jane Doe",
                      "description": "Customer support engineer",
                      "metadata": {}
                    },
                    "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                    "parties": [
                      {
                        "object": "identity.delegation_party",
                        "id": "idp_4dEfGhJkLmNpQrSt",
                        "roles": [
                          "owner",
                          "owner"
                        ],
                        "actor": {
                          "object": "identity.actor",
                          "id": "iac_6wQpLk2mZa8nYx4b",
                          "type": "person",
                          "status": "active",
                          "name": "Build Bot",
                          "description": "CI agent used for release automation",
                          "metadata": {},
                          "agent_id": "agt_4mNoPq8rSt2uVx6y",
                          "created_at": "2026-02-03T10:15:00.000Z",
                          "updated_at": "2026-02-10T14:30:00.000Z"
                        },
                        "created_at": "2026-02-03T10:15:00.000Z"
                      },
                      {
                        "object": "identity.delegation_party",
                        "id": "idp_4dEfGhJkLmNpQrSt",
                        "roles": [
                          "owner",
                          "owner"
                        ],
                        "actor": {
                          "object": "identity.actor",
                          "id": "iac_6wQpLk2mZa8nYx4b",
                          "type": "person",
                          "status": "active",
                          "name": "Build Bot",
                          "description": "CI agent used for release automation",
                          "metadata": {},
                          "agent_id": "agt_4mNoPq8rSt2uVx6y",
                          "created_at": "2026-02-03T10:15:00.000Z",
                          "updated_at": "2026-02-10T14:30:00.000Z"
                        },
                        "created_at": "2026-02-03T10:15:00.000Z"
                      }
                    ],
                    "request": {
                      "object": "identity.delegation_request",
                      "id": "idr_2mNpQrStUvWxYzAb",
                      "status": "pending",
                      "denied_reason": "request_denied",
                      "requester": {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      },
                      "identity_id": "idn_5gHjKlMnPqRsTuVw",
                      "expires_at": "2026-03-03T10:15:00.000Z",
                      "created_at": "2026-02-03T10:15:00.000Z"
                    },
                    "credential_overrides": [
                      {
                        "object": "identity.delegation_credential_override",
                        "id": "idco_9pQrStUvWxYzAbCd",
                        "status": "active",
                        "permissions": [
                          "provider:call",
                          "provider:call"
                        ],
                        "credential_id": "icr_8vBnM4xZa2cDf7gH",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "expires_at": "2026-03-03T10:15:00.000Z"
                      },
                      {
                        "object": "identity.delegation_credential_override",
                        "id": "idco_9pQrStUvWxYzAbCd",
                        "status": "active",
                        "permissions": [
                          "provider:call",
                          "provider:call"
                        ],
                        "credential_id": "icr_8vBnM4xZa2cDf7gH",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "expires_at": "2026-03-03T10:15:00.000Z"
                      }
                    ],
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "expires_at": "2026-03-03T10:15:00.000Z",
                    "revoked_at": "2026-02-12T17:45:00.000Z"
                  },
                  "expires_at": "2026-03-03T10:15:00.000Z",
                  "created_at": "2026-02-03T10:15:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "identity.delegation_request",
                    "id": "idr_2mNpQrStUvWxYzAb",
                    "status": "pending",
                    "denied_reason": "request_denied",
                    "requester": {
                      "object": "identity.actor",
                      "id": "iac_6wQpLk2mZa8nYx4b",
                      "type": "person",
                      "status": "active",
                      "name": "Build Bot",
                      "description": "CI agent used for release automation",
                      "metadata": {},
                      "agent_id": "agt_4mNoPq8rSt2uVx6y",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    },
                    "identity_id": "idn_5gHjKlMnPqRsTuVw",
                    "delegation": {
                      "object": "identity.delegation",
                      "id": "idd_7gHjKlMnPqRsTuVw",
                      "status": "waiting_for_consent",
                      "denied_reason": "request_denied",
                      "delegation_level": 0,
                      "permissions": [
                        "provider:call",
                        "provider:call"
                      ],
                      "attestation": {
                        "object": "identity.delegation_attestation",
                        "id": "ida_3xYzAbCdEfGhIjKl",
                        "type": "api",
                        "created_at": "2026-02-03T10:15:00.000Z"
                      },
                      "note": "Temporary support access for incident triage",
                      "metadata": {},
                      "identity": {
                        "object": "identity#preview",
                        "id": "idn_5gHjKlMnPqRsTuVw",
                        "name": "Jane Doe",
                        "description": "Customer support engineer",
                        "metadata": {}
                      },
                      "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                      "parties": [
                        {
                          "object": "identity.delegation_party",
                          "id": "idp_4dEfGhJkLmNpQrSt",
                          "roles": [
                            "owner",
                            "owner"
                          ],
                          "actor": {
                            "object": "identity.actor",
                            "id": "iac_6wQpLk2mZa8nYx4b",
                            "type": "person",
                            "status": "active",
                            "name": "Build Bot",
                            "description": "CI agent used for release automation",
                            "metadata": {},
                            "agent_id": "agt_4mNoPq8rSt2uVx6y",
                            "created_at": "2026-02-03T10:15:00.000Z",
                            "updated_at": "2026-02-10T14:30:00.000Z"
                          },
                          "created_at": "2026-02-03T10:15:00.000Z"
                        },
                        {
                          "object": "identity.delegation_party",
                          "id": "idp_4dEfGhJkLmNpQrSt",
                          "roles": [
                            "owner",
                            "owner"
                          ],
                          "actor": {
                            "object": "identity.actor",
                            "id": "iac_6wQpLk2mZa8nYx4b",
                            "type": "person",
                            "status": "active",
                            "name": "Build Bot",
                            "description": "CI agent used for release automation",
                            "metadata": {},
                            "agent_id": "agt_4mNoPq8rSt2uVx6y",
                            "created_at": "2026-02-03T10:15:00.000Z",
                            "updated_at": "2026-02-10T14:30:00.000Z"
                          },
                          "created_at": "2026-02-03T10:15:00.000Z"
                        }
                      ],
                      "request": {
                        "object": "identity.delegation_request",
                        "id": "idr_2mNpQrStUvWxYzAb",
                        "status": "pending",
                        "denied_reason": "request_denied",
                        "requester": {
                          "object": "identity.actor",
                          "id": "iac_6wQpLk2mZa8nYx4b",
                          "type": "person",
                          "status": "active",
                          "name": "Build Bot",
                          "description": "CI agent used for release automation",
                          "metadata": {},
                          "agent_id": "agt_4mNoPq8rSt2uVx6y",
                          "created_at": "2026-02-03T10:15:00.000Z",
                          "updated_at": "2026-02-10T14:30:00.000Z"
                        },
                        "identity_id": "idn_5gHjKlMnPqRsTuVw",
                        "expires_at": "2026-03-03T10:15:00.000Z",
                        "created_at": "2026-02-03T10:15:00.000Z"
                      },
                      "credential_overrides": [
                        {
                          "object": "identity.delegation_credential_override",
                          "id": "idco_9pQrStUvWxYzAbCd",
                          "status": "active",
                          "permissions": [
                            "provider:call",
                            "provider:call"
                          ],
                          "credential_id": "icr_8vBnM4xZa2cDf7gH",
                          "created_at": "2026-02-03T10:15:00.000Z",
                          "expires_at": "2026-03-03T10:15:00.000Z"
                        },
                        {
                          "object": "identity.delegation_credential_override",
                          "id": "idco_9pQrStUvWxYzAbCd",
                          "status": "active",
                          "permissions": [
                            "provider:call",
                            "provider:call"
                          ],
                          "credential_id": "icr_8vBnM4xZa2cDf7gH",
                          "created_at": "2026-02-03T10:15:00.000Z",
                          "expires_at": "2026-03-03T10:15:00.000Z"
                        }
                      ],
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "expires_at": "2026-03-03T10:15:00.000Z",
                      "revoked_at": "2026-02-12T17:45:00.000Z"
                    },
                    "expires_at": "2026-03-03T10:15:00.000Z",
                    "created_at": "2026-02-03T10:15:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.delegation_request"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "idr_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique delegation request identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "pending",
                      "approved",
                      "denied",
                      "canceled"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current status of the delegation request.",
                    "optional": false,
                    "nullable": false
                  },
                  "denied_reason": {
                    "examples": [
                      "request_denied",
                      "sub_delegation_depth_exceeded",
                      "sub_delegation_denied"
                    ],
                    "type": "enum",
                    "name": "denied_reason",
                    "description": "Reason the request ultimately resulted in a denied delegation.",
                    "optional": false,
                    "nullable": true
                  },
                  "requester": {
                    "examples": [
                      {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "identity.actor"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "iac_6wQpLk2mZa8nYx4b"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique identity actor identifier.",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "person",
                          "agent"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Type of actor that owns or participates in identities.",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Current lifecycle status of the identity actor.",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Build Bot"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Human-readable name of the identity actor.",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "CI agent used for release automation"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Optional description of the actor.",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Additional metadata associated with the actor.",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_id": {
                        "examples": [
                          "agt_4mNoPq8rSt2uVx6y"
                        ],
                        "type": "string",
                        "name": "agent_id",
                        "description": "Linked agent identifier when this actor represents an agent.",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2026-02-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the actor was created.",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-02-10T14:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the actor was last updated.",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "identity_id": {
                    "examples": [
                      "idn_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "identity_id",
                    "description": "Identity targeted by the delegation request.",
                    "optional": false,
                    "nullable": false
                  },
                  "delegation": {
                    "examples": [
                      {
                        "object": "identity.delegation",
                        "id": "idd_7gHjKlMnPqRsTuVw",
                        "status": "waiting_for_consent",
                        "denied_reason": "request_denied",
                        "delegation_level": 0,
                        "permissions": [
                          "provider:call",
                          "provider:call"
                        ],
                        "attestation": {
                          "object": "identity.delegation_attestation",
                          "id": "ida_3xYzAbCdEfGhIjKl",
                          "type": "api",
                          "created_at": "2026-02-03T10:15:00.000Z"
                        },
                        "note": "Temporary support access for incident triage",
                        "metadata": {},
                        "identity": {
                          "object": "identity#preview",
                          "id": "idn_5gHjKlMnPqRsTuVw",
                          "name": "Jane Doe",
                          "description": "Customer support engineer",
                          "metadata": {}
                        },
                        "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                        "parties": [
                          {
                            "object": "identity.delegation_party",
                            "id": "idp_4dEfGhJkLmNpQrSt",
                            "roles": [
                              "owner",
                              "owner"
                            ],
                            "actor": {
                              "object": "identity.actor",
                              "id": "iac_6wQpLk2mZa8nYx4b",
                              "type": "person",
                              "status": "active",
                              "name": "Build Bot",
                              "description": "CI agent used for release automation",
                              "metadata": {},
                              "agent_id": "agt_4mNoPq8rSt2uVx6y",
                              "created_at": "2026-02-03T10:15:00.000Z",
                              "updated_at": "2026-02-10T14:30:00.000Z"
                            },
                            "created_at": "2026-02-03T10:15:00.000Z"
                          },
                          {
                            "object": "identity.delegation_party",
                            "id": "idp_4dEfGhJkLmNpQrSt",
                            "roles": [
                              "owner",
                              "owner"
                            ],
                            "actor": {
                              "object": "identity.actor",
                              "id": "iac_6wQpLk2mZa8nYx4b",
                              "type": "person",
                              "status": "active",
                              "name": "Build Bot",
                              "description": "CI agent used for release automation",
                              "metadata": {},
                              "agent_id": "agt_4mNoPq8rSt2uVx6y",
                              "created_at": "2026-02-03T10:15:00.000Z",
                              "updated_at": "2026-02-10T14:30:00.000Z"
                            },
                            "created_at": "2026-02-03T10:15:00.000Z"
                          }
                        ],
                        "request": {
                          "object": "identity.delegation_request",
                          "id": "idr_2mNpQrStUvWxYzAb",
                          "status": "pending",
                          "denied_reason": "request_denied",
                          "requester": {
                            "object": "identity.actor",
                            "id": "iac_6wQpLk2mZa8nYx4b",
                            "type": "person",
                            "status": "active",
                            "name": "Build Bot",
                            "description": "CI agent used for release automation",
                            "metadata": {},
                            "agent_id": "agt_4mNoPq8rSt2uVx6y",
                            "created_at": "2026-02-03T10:15:00.000Z",
                            "updated_at": "2026-02-10T14:30:00.000Z"
                          },
                          "identity_id": "idn_5gHjKlMnPqRsTuVw",
                          "expires_at": "2026-03-03T10:15:00.000Z",
                          "created_at": "2026-02-03T10:15:00.000Z"
                        },
                        "credential_overrides": [
                          {
                            "object": "identity.delegation_credential_override",
                            "id": "idco_9pQrStUvWxYzAbCd",
                            "status": "active",
                            "permissions": [
                              "provider:call",
                              "provider:call"
                            ],
                            "credential_id": "icr_8vBnM4xZa2cDf7gH",
                            "created_at": "2026-02-03T10:15:00.000Z",
                            "expires_at": "2026-03-03T10:15:00.000Z"
                          },
                          {
                            "object": "identity.delegation_credential_override",
                            "id": "idco_9pQrStUvWxYzAbCd",
                            "status": "active",
                            "permissions": [
                              "provider:call",
                              "provider:call"
                            ],
                            "credential_id": "icr_8vBnM4xZa2cDf7gH",
                            "created_at": "2026-02-03T10:15:00.000Z",
                            "expires_at": "2026-03-03T10:15:00.000Z"
                          }
                        ],
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "expires_at": "2026-03-03T10:15:00.000Z",
                        "revoked_at": "2026-02-12T17:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "identity.delegation"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "idd_7gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique delegation identifier.",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "waiting_for_consent",
                          "denied",
                          "active",
                          "revoked",
                          "expired"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Current status of the delegation.",
                        "optional": false,
                        "nullable": false
                      },
                      "denied_reason": {
                        "examples": [
                          "request_denied",
                          "sub_delegation_depth_exceeded",
                          "sub_delegation_denied"
                        ],
                        "type": "enum",
                        "name": "denied_reason",
                        "description": "Reason the delegation was denied, if applicable.",
                        "optional": false,
                        "nullable": true
                      },
                      "delegation_level": {
                        "examples": [
                          0
                        ],
                        "type": "number",
                        "name": "delegation_level",
                        "description": "Depth level of this delegation in the delegation chain.",
                        "optional": false,
                        "nullable": false
                      },
                      "permissions": {
                        "examples": [
                          [
                            "provider:call",
                            "provider:call"
                          ],
                          [
                            "provider:read",
                            "provider:read"
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              "provider:call",
                              "provider:read"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "permissions",
                        "description": "Permissions granted by this delegation.",
                        "optional": false,
                        "nullable": false
                      },
                      "attestation": {
                        "examples": [
                          {
                            "object": "identity.delegation_attestation",
                            "id": "ida_3xYzAbCdEfGhIjKl",
                            "type": "api",
                            "created_at": "2026-02-03T10:15:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "identity.delegation_attestation"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "ida_3xYzAbCdEfGhIjKl"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique attestation identifier.",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "api",
                              "request_approval",
                              "covered_by_previously_approved_delegation"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "Type of attestation, if any.",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2026-02-03T10:15:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when the attestation was created.",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "note": {
                        "examples": [
                          "Temporary support access for incident triage"
                        ],
                        "type": "string",
                        "name": "note",
                        "description": "Optional note explaining the delegation.",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Additional metadata associated with the delegation.",
                        "optional": false,
                        "nullable": true
                      },
                      "identity": {
                        "examples": [
                          {
                            "object": "identity#preview",
                            "id": "idn_5gHjKlMnPqRsTuVw",
                            "name": "Jane Doe",
                            "description": "Customer support engineer",
                            "metadata": {}
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "identity#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the identity object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "idn_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique identity identifier.",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Jane Doe"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the identity.",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Customer support engineer"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Optional description of the identity.",
                            "optional": false,
                            "nullable": false
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Additional metadata associated with the identity.",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "delegation_config_id": {
                        "examples": [
                          "idc_2mNpQrStUvWxYzAb"
                        ],
                        "type": "string",
                        "name": "delegation_config_id",
                        "description": "Delegation config used to evaluate this delegation.",
                        "optional": false,
                        "nullable": true
                      },
                      "parties": {
                        "examples": [
                          [
                            {
                              "object": "identity.delegation_party",
                              "id": "idp_4dEfGhJkLmNpQrSt",
                              "roles": [
                                "owner",
                                "owner"
                              ],
                              "actor": {
                                "object": "identity.actor",
                                "id": "iac_6wQpLk2mZa8nYx4b",
                                "type": "person",
                                "status": "active",
                                "name": "Build Bot",
                                "description": "CI agent used for release automation",
                                "metadata": {},
                                "agent_id": "agt_4mNoPq8rSt2uVx6y",
                                "created_at": "2026-02-03T10:15:00.000Z",
                                "updated_at": "2026-02-10T14:30:00.000Z"
                              },
                              "created_at": "2026-02-03T10:15:00.000Z"
                            },
                            {
                              "object": "identity.delegation_party",
                              "id": "idp_4dEfGhJkLmNpQrSt",
                              "roles": [
                                "owner",
                                "owner"
                              ],
                              "actor": {
                                "object": "identity.actor",
                                "id": "iac_6wQpLk2mZa8nYx4b",
                                "type": "person",
                                "status": "active",
                                "name": "Build Bot",
                                "description": "CI agent used for release automation",
                                "metadata": {},
                                "agent_id": "agt_4mNoPq8rSt2uVx6y",
                                "created_at": "2026-02-03T10:15:00.000Z",
                                "updated_at": "2026-02-10T14:30:00.000Z"
                              },
                              "created_at": "2026-02-03T10:15:00.000Z"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "identity.delegation_party",
                                "id": "idp_4dEfGhJkLmNpQrSt",
                                "roles": [
                                  "owner",
                                  "owner"
                                ],
                                "actor": {
                                  "object": "identity.actor",
                                  "id": "iac_6wQpLk2mZa8nYx4b",
                                  "type": "person",
                                  "status": "active",
                                  "name": "Build Bot",
                                  "description": "CI agent used for release automation",
                                  "metadata": {},
                                  "agent_id": "agt_4mNoPq8rSt2uVx6y",
                                  "created_at": "2026-02-03T10:15:00.000Z",
                                  "updated_at": "2026-02-10T14:30:00.000Z"
                                },
                                "created_at": "2026-02-03T10:15:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "identity.delegation_party"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "idp_4dEfGhJkLmNpQrSt"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique delegation party identifier.",
                                "optional": false,
                                "nullable": false
                              },
                              "roles": {
                                "examples": [
                                  [
                                    "owner",
                                    "owner"
                                  ],
                                  [
                                    "delegator",
                                    "delegator"
                                  ],
                                  [
                                    "delegatee",
                                    "delegatee"
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      "owner",
                                      "delegator",
                                      "delegatee"
                                    ],
                                    "type": "enum",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "name": "roles",
                                "description": "Roles this actor has in the delegation.",
                                "optional": false,
                                "nullable": false
                              },
                              "actor": {
                                "examples": [
                                  {
                                    "object": "identity.actor",
                                    "id": "iac_6wQpLk2mZa8nYx4b",
                                    "type": "person",
                                    "status": "active",
                                    "name": "Build Bot",
                                    "description": "CI agent used for release automation",
                                    "metadata": {},
                                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                                    "created_at": "2026-02-03T10:15:00.000Z",
                                    "updated_at": "2026-02-10T14:30:00.000Z"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "identity.actor"
                                    ],
                                    "type": "literal",
                                    "description": "String representing the object's type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [
                                      "iac_6wQpLk2mZa8nYx4b"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "Unique identity actor identifier.",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "type": {
                                    "examples": [
                                      "person",
                                      "agent"
                                    ],
                                    "type": "enum",
                                    "name": "type",
                                    "description": "Type of actor that owns or participates in identities.",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "status": {
                                    "examples": [
                                      "active",
                                      "archived",
                                      "deleted"
                                    ],
                                    "type": "enum",
                                    "name": "status",
                                    "description": "Current lifecycle status of the identity actor.",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Build Bot"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "Human-readable name of the identity actor.",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "description": {
                                    "examples": [
                                      "CI agent used for release automation"
                                    ],
                                    "type": "string",
                                    "name": "description",
                                    "description": "Optional description of the actor.",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "metadata": {
                                    "examples": [
                                      {}
                                    ],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "any",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "record",
                                    "name": "metadata",
                                    "description": "Additional metadata associated with the actor.",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "agent_id": {
                                    "examples": [
                                      "agt_4mNoPq8rSt2uVx6y"
                                    ],
                                    "type": "string",
                                    "name": "agent_id",
                                    "description": "Linked agent identifier when this actor represents an agent.",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "created_at": {
                                    "examples": [
                                      "2026-02-03T10:15:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "Timestamp when the actor was created.",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [
                                      "2026-02-10T14:30:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "Timestamp when the actor was last updated.",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2026-02-03T10:15:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when the party was attached to the delegation.",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "parties",
                        "description": "Actors involved in the delegation and their roles.",
                        "optional": false,
                        "nullable": false
                      },
                      "request": {
                        "examples": [
                          {
                            "object": "identity.delegation_request",
                            "id": "idr_2mNpQrStUvWxYzAb",
                            "status": "pending",
                            "denied_reason": "request_denied",
                            "requester": {
                              "object": "identity.actor",
                              "id": "iac_6wQpLk2mZa8nYx4b",
                              "type": "person",
                              "status": "active",
                              "name": "Build Bot",
                              "description": "CI agent used for release automation",
                              "metadata": {},
                              "agent_id": "agt_4mNoPq8rSt2uVx6y",
                              "created_at": "2026-02-03T10:15:00.000Z",
                              "updated_at": "2026-02-10T14:30:00.000Z"
                            },
                            "identity_id": "idn_5gHjKlMnPqRsTuVw",
                            "expires_at": "2026-03-03T10:15:00.000Z",
                            "created_at": "2026-02-03T10:15:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "identity.delegation_request"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "idr_2mNpQrStUvWxYzAb"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique delegation request identifier.",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "pending",
                              "approved",
                              "denied",
                              "canceled"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Current status of the related delegation request.",
                            "optional": false,
                            "nullable": false
                          },
                          "denied_reason": {
                            "examples": [
                              "request_denied",
                              "sub_delegation_depth_exceeded",
                              "sub_delegation_denied"
                            ],
                            "type": "enum",
                            "name": "denied_reason",
                            "description": "Reason the request was denied, if applicable.",
                            "optional": false,
                            "nullable": true
                          },
                          "requester": {
                            "examples": [
                              {
                                "object": "identity.actor",
                                "id": "iac_6wQpLk2mZa8nYx4b",
                                "type": "person",
                                "status": "active",
                                "name": "Build Bot",
                                "description": "CI agent used for release automation",
                                "metadata": {},
                                "agent_id": "agt_4mNoPq8rSt2uVx6y",
                                "created_at": "2026-02-03T10:15:00.000Z",
                                "updated_at": "2026-02-10T14:30:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "identity.actor"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "iac_6wQpLk2mZa8nYx4b"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique identity actor identifier.",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "person",
                                  "agent"
                                ],
                                "type": "enum",
                                "name": "type",
                                "description": "Type of actor that owns or participates in identities.",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "name": "status",
                                "description": "Current lifecycle status of the identity actor.",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Build Bot"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Human-readable name of the identity actor.",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [
                                  "CI agent used for release automation"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Optional description of the actor.",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "metadata",
                                "description": "Additional metadata associated with the actor.",
                                "optional": false,
                                "nullable": true
                              },
                              "agent_id": {
                                "examples": [
                                  "agt_4mNoPq8rSt2uVx6y"
                                ],
                                "type": "string",
                                "name": "agent_id",
                                "description": "Linked agent identifier when this actor represents an agent.",
                                "optional": false,
                                "nullable": true
                              },
                              "created_at": {
                                "examples": [
                                  "2026-02-03T10:15:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when the actor was created.",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-02-10T14:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when the actor was last updated.",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "identity_id": {
                            "examples": [
                              "idn_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "identity_id",
                            "description": "Identity targeted by the request.",
                            "optional": false,
                            "nullable": false
                          },
                          "expires_at": {
                            "examples": [
                              "2026-03-03T10:15:00.000Z"
                            ],
                            "type": "date",
                            "name": "expires_at",
                            "description": "Timestamp when the request expires.",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2026-02-03T10:15:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when the request was created.",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "credential_overrides": {
                        "examples": [
                          [
                            {
                              "object": "identity.delegation_credential_override",
                              "id": "idco_9pQrStUvWxYzAbCd",
                              "status": "active",
                              "permissions": [
                                "provider:call",
                                "provider:call"
                              ],
                              "credential_id": "icr_8vBnM4xZa2cDf7gH",
                              "created_at": "2026-02-03T10:15:00.000Z",
                              "expires_at": "2026-03-03T10:15:00.000Z"
                            },
                            {
                              "object": "identity.delegation_credential_override",
                              "id": "idco_9pQrStUvWxYzAbCd",
                              "status": "active",
                              "permissions": [
                                "provider:call",
                                "provider:call"
                              ],
                              "credential_id": "icr_8vBnM4xZa2cDf7gH",
                              "created_at": "2026-02-03T10:15:00.000Z",
                              "expires_at": "2026-03-03T10:15:00.000Z"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "identity.delegation_credential_override",
                                "id": "idco_9pQrStUvWxYzAbCd",
                                "status": "active",
                                "permissions": [
                                  "provider:call",
                                  "provider:call"
                                ],
                                "credential_id": "icr_8vBnM4xZa2cDf7gH",
                                "created_at": "2026-02-03T10:15:00.000Z",
                                "expires_at": "2026-03-03T10:15:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "identity.delegation_credential_override"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "idco_9pQrStUvWxYzAbCd"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique credential override identifier.",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "expired"
                                ],
                                "type": "enum",
                                "name": "status",
                                "description": "Current status of the credential override.",
                                "optional": false,
                                "nullable": false
                              },
                              "permissions": {
                                "examples": [
                                  [
                                    "provider:call",
                                    "provider:call"
                                  ],
                                  [
                                    "provider:read",
                                    "provider:read"
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      "provider:call",
                                      "provider:read"
                                    ],
                                    "type": "enum",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "name": "permissions",
                                "description": "Permissions granted for this credential override.",
                                "optional": false,
                                "nullable": false
                              },
                              "credential_id": {
                                "examples": [
                                  "icr_8vBnM4xZa2cDf7gH"
                                ],
                                "type": "string",
                                "name": "credential_id",
                                "description": "Credential receiving the override.",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2026-02-03T10:15:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when the credential override was created.",
                                "optional": false,
                                "nullable": false
                              },
                              "expires_at": {
                                "examples": [
                                  "2026-03-03T10:15:00.000Z"
                                ],
                                "type": "date",
                                "name": "expires_at",
                                "description": "Timestamp when the credential override expires, if set.",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "credential_overrides",
                        "description": "Per-credential permission overrides attached to the delegation.",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2026-02-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the delegation was created.",
                        "optional": false,
                        "nullable": false
                      },
                      "expires_at": {
                        "examples": [
                          "2026-03-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "expires_at",
                        "description": "Timestamp when the delegation expires, if set.",
                        "optional": false,
                        "nullable": true
                      },
                      "revoked_at": {
                        "examples": [
                          "2026-02-12T17:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "revoked_at",
                        "description": "Timestamp when the delegation was revoked, if revoked.",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "expires_at": {
                    "examples": [
                      "2026-03-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "expires_at",
                    "description": "Timestamp when the delegation request expires.",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the delegation request was created.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_181",
      "name": "Query",
      "type": {
        "examples": [
          {
            "allow_deleted": false
          }
        ],
        "properties": {
          "allow_deleted": {
            "examples": [
              false
            ],
            "type": "boolean",
            "description": "Return the request even if it has been deleted.",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_182",
      "name": "identity.delegation_request",
      "type": {
        "examples": [
          {
            "object": "identity.delegation_request",
            "id": "idr_2mNpQrStUvWxYzAb",
            "status": "pending",
            "denied_reason": "request_denied",
            "requester": {
              "object": "identity.actor",
              "id": "iac_6wQpLk2mZa8nYx4b",
              "type": "person",
              "status": "active",
              "name": "Build Bot",
              "description": "CI agent used for release automation",
              "metadata": {},
              "agent_id": "agt_4mNoPq8rSt2uVx6y",
              "created_at": "2026-02-03T10:15:00.000Z",
              "updated_at": "2026-02-10T14:30:00.000Z"
            },
            "identity_id": "idn_5gHjKlMnPqRsTuVw",
            "delegation": {
              "object": "identity.delegation",
              "id": "idd_7gHjKlMnPqRsTuVw",
              "status": "waiting_for_consent",
              "denied_reason": "request_denied",
              "delegation_level": 0,
              "permissions": [
                "provider:call",
                "provider:call"
              ],
              "attestation": {
                "object": "identity.delegation_attestation",
                "id": "ida_3xYzAbCdEfGhIjKl",
                "type": "api",
                "created_at": "2026-02-03T10:15:00.000Z"
              },
              "note": "Temporary support access for incident triage",
              "metadata": {},
              "identity": {
                "object": "identity#preview",
                "id": "idn_5gHjKlMnPqRsTuVw",
                "name": "Jane Doe",
                "description": "Customer support engineer",
                "metadata": {}
              },
              "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
              "parties": [
                {
                  "object": "identity.delegation_party",
                  "id": "idp_4dEfGhJkLmNpQrSt",
                  "roles": [
                    "owner",
                    "owner"
                  ],
                  "actor": {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  },
                  "created_at": "2026-02-03T10:15:00.000Z"
                },
                {
                  "object": "identity.delegation_party",
                  "id": "idp_4dEfGhJkLmNpQrSt",
                  "roles": [
                    "owner",
                    "owner"
                  ],
                  "actor": {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  },
                  "created_at": "2026-02-03T10:15:00.000Z"
                }
              ],
              "request": {
                "object": "identity.delegation_request",
                "id": "idr_2mNpQrStUvWxYzAb",
                "status": "pending",
                "denied_reason": "request_denied",
                "requester": {
                  "object": "identity.actor",
                  "id": "iac_6wQpLk2mZa8nYx4b",
                  "type": "person",
                  "status": "active",
                  "name": "Build Bot",
                  "description": "CI agent used for release automation",
                  "metadata": {},
                  "agent_id": "agt_4mNoPq8rSt2uVx6y",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                },
                "identity_id": "idn_5gHjKlMnPqRsTuVw",
                "expires_at": "2026-03-03T10:15:00.000Z",
                "created_at": "2026-02-03T10:15:00.000Z"
              },
              "credential_overrides": [
                {
                  "object": "identity.delegation_credential_override",
                  "id": "idco_9pQrStUvWxYzAbCd",
                  "status": "active",
                  "permissions": [
                    "provider:call",
                    "provider:call"
                  ],
                  "credential_id": "icr_8vBnM4xZa2cDf7gH",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "expires_at": "2026-03-03T10:15:00.000Z"
                },
                {
                  "object": "identity.delegation_credential_override",
                  "id": "idco_9pQrStUvWxYzAbCd",
                  "status": "active",
                  "permissions": [
                    "provider:call",
                    "provider:call"
                  ],
                  "credential_id": "icr_8vBnM4xZa2cDf7gH",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "expires_at": "2026-03-03T10:15:00.000Z"
                }
              ],
              "created_at": "2026-02-03T10:15:00.000Z",
              "expires_at": "2026-03-03T10:15:00.000Z",
              "revoked_at": "2026-02-12T17:45:00.000Z"
            },
            "expires_at": "2026-03-03T10:15:00.000Z",
            "created_at": "2026-02-03T10:15:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "identity.delegation_request"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "idr_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique delegation request identifier.",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "approved",
              "denied",
              "canceled"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current status of the delegation request.",
            "optional": false,
            "nullable": false
          },
          "denied_reason": {
            "examples": [
              "request_denied",
              "sub_delegation_depth_exceeded",
              "sub_delegation_denied"
            ],
            "type": "enum",
            "name": "denied_reason",
            "description": "Reason the request ultimately resulted in a denied delegation.",
            "optional": false,
            "nullable": true
          },
          "requester": {
            "examples": [
              {
                "object": "identity.actor",
                "id": "iac_6wQpLk2mZa8nYx4b",
                "type": "person",
                "status": "active",
                "name": "Build Bot",
                "description": "CI agent used for release automation",
                "metadata": {},
                "agent_id": "agt_4mNoPq8rSt2uVx6y",
                "created_at": "2026-02-03T10:15:00.000Z",
                "updated_at": "2026-02-10T14:30:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "identity.actor"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "iac_6wQpLk2mZa8nYx4b"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique identity actor identifier.",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "person",
                  "agent"
                ],
                "type": "enum",
                "name": "type",
                "description": "Type of actor that owns or participates in identities.",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Current lifecycle status of the identity actor.",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Build Bot"
                ],
                "type": "string",
                "name": "name",
                "description": "Human-readable name of the identity actor.",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "CI agent used for release automation"
                ],
                "type": "string",
                "name": "description",
                "description": "Optional description of the actor.",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Additional metadata associated with the actor.",
                "optional": false,
                "nullable": true
              },
              "agent_id": {
                "examples": [
                  "agt_4mNoPq8rSt2uVx6y"
                ],
                "type": "string",
                "name": "agent_id",
                "description": "Linked agent identifier when this actor represents an agent.",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2026-02-03T10:15:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the actor was created.",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-02-10T14:30:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when the actor was last updated.",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "identity_id": {
            "examples": [
              "idn_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "identity_id",
            "description": "Identity targeted by the delegation request.",
            "optional": false,
            "nullable": false
          },
          "delegation": {
            "examples": [
              {
                "object": "identity.delegation",
                "id": "idd_7gHjKlMnPqRsTuVw",
                "status": "waiting_for_consent",
                "denied_reason": "request_denied",
                "delegation_level": 0,
                "permissions": [
                  "provider:call",
                  "provider:call"
                ],
                "attestation": {
                  "object": "identity.delegation_attestation",
                  "id": "ida_3xYzAbCdEfGhIjKl",
                  "type": "api",
                  "created_at": "2026-02-03T10:15:00.000Z"
                },
                "note": "Temporary support access for incident triage",
                "metadata": {},
                "identity": {
                  "object": "identity#preview",
                  "id": "idn_5gHjKlMnPqRsTuVw",
                  "name": "Jane Doe",
                  "description": "Customer support engineer",
                  "metadata": {}
                },
                "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                "parties": [
                  {
                    "object": "identity.delegation_party",
                    "id": "idp_4dEfGhJkLmNpQrSt",
                    "roles": [
                      "owner",
                      "owner"
                    ],
                    "actor": {
                      "object": "identity.actor",
                      "id": "iac_6wQpLk2mZa8nYx4b",
                      "type": "person",
                      "status": "active",
                      "name": "Build Bot",
                      "description": "CI agent used for release automation",
                      "metadata": {},
                      "agent_id": "agt_4mNoPq8rSt2uVx6y",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    },
                    "created_at": "2026-02-03T10:15:00.000Z"
                  },
                  {
                    "object": "identity.delegation_party",
                    "id": "idp_4dEfGhJkLmNpQrSt",
                    "roles": [
                      "owner",
                      "owner"
                    ],
                    "actor": {
                      "object": "identity.actor",
                      "id": "iac_6wQpLk2mZa8nYx4b",
                      "type": "person",
                      "status": "active",
                      "name": "Build Bot",
                      "description": "CI agent used for release automation",
                      "metadata": {},
                      "agent_id": "agt_4mNoPq8rSt2uVx6y",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    },
                    "created_at": "2026-02-03T10:15:00.000Z"
                  }
                ],
                "request": {
                  "object": "identity.delegation_request",
                  "id": "idr_2mNpQrStUvWxYzAb",
                  "status": "pending",
                  "denied_reason": "request_denied",
                  "requester": {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  },
                  "identity_id": "idn_5gHjKlMnPqRsTuVw",
                  "expires_at": "2026-03-03T10:15:00.000Z",
                  "created_at": "2026-02-03T10:15:00.000Z"
                },
                "credential_overrides": [
                  {
                    "object": "identity.delegation_credential_override",
                    "id": "idco_9pQrStUvWxYzAbCd",
                    "status": "active",
                    "permissions": [
                      "provider:call",
                      "provider:call"
                    ],
                    "credential_id": "icr_8vBnM4xZa2cDf7gH",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "expires_at": "2026-03-03T10:15:00.000Z"
                  },
                  {
                    "object": "identity.delegation_credential_override",
                    "id": "idco_9pQrStUvWxYzAbCd",
                    "status": "active",
                    "permissions": [
                      "provider:call",
                      "provider:call"
                    ],
                    "credential_id": "icr_8vBnM4xZa2cDf7gH",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "expires_at": "2026-03-03T10:15:00.000Z"
                  }
                ],
                "created_at": "2026-02-03T10:15:00.000Z",
                "expires_at": "2026-03-03T10:15:00.000Z",
                "revoked_at": "2026-02-12T17:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "identity.delegation"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "idd_7gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique delegation identifier.",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "waiting_for_consent",
                  "denied",
                  "active",
                  "revoked",
                  "expired"
                ],
                "type": "enum",
                "name": "status",
                "description": "Current status of the delegation.",
                "optional": false,
                "nullable": false
              },
              "denied_reason": {
                "examples": [
                  "request_denied",
                  "sub_delegation_depth_exceeded",
                  "sub_delegation_denied"
                ],
                "type": "enum",
                "name": "denied_reason",
                "description": "Reason the delegation was denied, if applicable.",
                "optional": false,
                "nullable": true
              },
              "delegation_level": {
                "examples": [
                  0
                ],
                "type": "number",
                "name": "delegation_level",
                "description": "Depth level of this delegation in the delegation chain.",
                "optional": false,
                "nullable": false
              },
              "permissions": {
                "examples": [
                  [
                    "provider:call",
                    "provider:call"
                  ],
                  [
                    "provider:read",
                    "provider:read"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "provider:call",
                      "provider:read"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "permissions",
                "description": "Permissions granted by this delegation.",
                "optional": false,
                "nullable": false
              },
              "attestation": {
                "examples": [
                  {
                    "object": "identity.delegation_attestation",
                    "id": "ida_3xYzAbCdEfGhIjKl",
                    "type": "api",
                    "created_at": "2026-02-03T10:15:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.delegation_attestation"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "ida_3xYzAbCdEfGhIjKl"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique attestation identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "api",
                      "request_approval",
                      "covered_by_previously_approved_delegation"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Type of attestation, if any.",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the attestation was created.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "note": {
                "examples": [
                  "Temporary support access for incident triage"
                ],
                "type": "string",
                "name": "note",
                "description": "Optional note explaining the delegation.",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Additional metadata associated with the delegation.",
                "optional": false,
                "nullable": true
              },
              "identity": {
                "examples": [
                  {
                    "object": "identity#preview",
                    "id": "idn_5gHjKlMnPqRsTuVw",
                    "name": "Jane Doe",
                    "description": "Customer support engineer",
                    "metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the identity object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "idn_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique identity identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Jane Doe"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the identity.",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Customer support engineer"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Optional description of the identity.",
                    "optional": false,
                    "nullable": false
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Additional metadata associated with the identity.",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "delegation_config_id": {
                "examples": [
                  "idc_2mNpQrStUvWxYzAb"
                ],
                "type": "string",
                "name": "delegation_config_id",
                "description": "Delegation config used to evaluate this delegation.",
                "optional": false,
                "nullable": true
              },
              "parties": {
                "examples": [
                  [
                    {
                      "object": "identity.delegation_party",
                      "id": "idp_4dEfGhJkLmNpQrSt",
                      "roles": [
                        "owner",
                        "owner"
                      ],
                      "actor": {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      },
                      "created_at": "2026-02-03T10:15:00.000Z"
                    },
                    {
                      "object": "identity.delegation_party",
                      "id": "idp_4dEfGhJkLmNpQrSt",
                      "roles": [
                        "owner",
                        "owner"
                      ],
                      "actor": {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      },
                      "created_at": "2026-02-03T10:15:00.000Z"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "identity.delegation_party",
                        "id": "idp_4dEfGhJkLmNpQrSt",
                        "roles": [
                          "owner",
                          "owner"
                        ],
                        "actor": {
                          "object": "identity.actor",
                          "id": "iac_6wQpLk2mZa8nYx4b",
                          "type": "person",
                          "status": "active",
                          "name": "Build Bot",
                          "description": "CI agent used for release automation",
                          "metadata": {},
                          "agent_id": "agt_4mNoPq8rSt2uVx6y",
                          "created_at": "2026-02-03T10:15:00.000Z",
                          "updated_at": "2026-02-10T14:30:00.000Z"
                        },
                        "created_at": "2026-02-03T10:15:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "identity.delegation_party"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "idp_4dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique delegation party identifier.",
                        "optional": false,
                        "nullable": false
                      },
                      "roles": {
                        "examples": [
                          [
                            "owner",
                            "owner"
                          ],
                          [
                            "delegator",
                            "delegator"
                          ],
                          [
                            "delegatee",
                            "delegatee"
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              "owner",
                              "delegator",
                              "delegatee"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "roles",
                        "description": "Roles this actor has in the delegation.",
                        "optional": false,
                        "nullable": false
                      },
                      "actor": {
                        "examples": [
                          {
                            "object": "identity.actor",
                            "id": "iac_6wQpLk2mZa8nYx4b",
                            "type": "person",
                            "status": "active",
                            "name": "Build Bot",
                            "description": "CI agent used for release automation",
                            "metadata": {},
                            "agent_id": "agt_4mNoPq8rSt2uVx6y",
                            "created_at": "2026-02-03T10:15:00.000Z",
                            "updated_at": "2026-02-10T14:30:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "identity.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "iac_6wQpLk2mZa8nYx4b"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique identity actor identifier.",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "person",
                              "agent"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "Type of actor that owns or participates in identities.",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Current lifecycle status of the identity actor.",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Build Bot"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Human-readable name of the identity actor.",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "CI agent used for release automation"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Optional description of the actor.",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Additional metadata associated with the actor.",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_id": {
                            "examples": [
                              "agt_4mNoPq8rSt2uVx6y"
                            ],
                            "type": "string",
                            "name": "agent_id",
                            "description": "Linked agent identifier when this actor represents an agent.",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2026-02-03T10:15:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when the actor was created.",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-02-10T14:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when the actor was last updated.",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2026-02-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the party was attached to the delegation.",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "parties",
                "description": "Actors involved in the delegation and their roles.",
                "optional": false,
                "nullable": false
              },
              "request": {
                "examples": [
                  {
                    "object": "identity.delegation_request",
                    "id": "idr_2mNpQrStUvWxYzAb",
                    "status": "pending",
                    "denied_reason": "request_denied",
                    "requester": {
                      "object": "identity.actor",
                      "id": "iac_6wQpLk2mZa8nYx4b",
                      "type": "person",
                      "status": "active",
                      "name": "Build Bot",
                      "description": "CI agent used for release automation",
                      "metadata": {},
                      "agent_id": "agt_4mNoPq8rSt2uVx6y",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    },
                    "identity_id": "idn_5gHjKlMnPqRsTuVw",
                    "expires_at": "2026-03-03T10:15:00.000Z",
                    "created_at": "2026-02-03T10:15:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.delegation_request"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "idr_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique delegation request identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "pending",
                      "approved",
                      "denied",
                      "canceled"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current status of the related delegation request.",
                    "optional": false,
                    "nullable": false
                  },
                  "denied_reason": {
                    "examples": [
                      "request_denied",
                      "sub_delegation_depth_exceeded",
                      "sub_delegation_denied"
                    ],
                    "type": "enum",
                    "name": "denied_reason",
                    "description": "Reason the request was denied, if applicable.",
                    "optional": false,
                    "nullable": true
                  },
                  "requester": {
                    "examples": [
                      {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "identity.actor"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "iac_6wQpLk2mZa8nYx4b"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique identity actor identifier.",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "person",
                          "agent"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Type of actor that owns or participates in identities.",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Current lifecycle status of the identity actor.",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Build Bot"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Human-readable name of the identity actor.",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "CI agent used for release automation"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Optional description of the actor.",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Additional metadata associated with the actor.",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_id": {
                        "examples": [
                          "agt_4mNoPq8rSt2uVx6y"
                        ],
                        "type": "string",
                        "name": "agent_id",
                        "description": "Linked agent identifier when this actor represents an agent.",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2026-02-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the actor was created.",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-02-10T14:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the actor was last updated.",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "identity_id": {
                    "examples": [
                      "idn_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "identity_id",
                    "description": "Identity targeted by the request.",
                    "optional": false,
                    "nullable": false
                  },
                  "expires_at": {
                    "examples": [
                      "2026-03-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "expires_at",
                    "description": "Timestamp when the request expires.",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the request was created.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "credential_overrides": {
                "examples": [
                  [
                    {
                      "object": "identity.delegation_credential_override",
                      "id": "idco_9pQrStUvWxYzAbCd",
                      "status": "active",
                      "permissions": [
                        "provider:call",
                        "provider:call"
                      ],
                      "credential_id": "icr_8vBnM4xZa2cDf7gH",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "expires_at": "2026-03-03T10:15:00.000Z"
                    },
                    {
                      "object": "identity.delegation_credential_override",
                      "id": "idco_9pQrStUvWxYzAbCd",
                      "status": "active",
                      "permissions": [
                        "provider:call",
                        "provider:call"
                      ],
                      "credential_id": "icr_8vBnM4xZa2cDf7gH",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "expires_at": "2026-03-03T10:15:00.000Z"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "identity.delegation_credential_override",
                        "id": "idco_9pQrStUvWxYzAbCd",
                        "status": "active",
                        "permissions": [
                          "provider:call",
                          "provider:call"
                        ],
                        "credential_id": "icr_8vBnM4xZa2cDf7gH",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "expires_at": "2026-03-03T10:15:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "identity.delegation_credential_override"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "idco_9pQrStUvWxYzAbCd"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique credential override identifier.",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "expired"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Current status of the credential override.",
                        "optional": false,
                        "nullable": false
                      },
                      "permissions": {
                        "examples": [
                          [
                            "provider:call",
                            "provider:call"
                          ],
                          [
                            "provider:read",
                            "provider:read"
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              "provider:call",
                              "provider:read"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "permissions",
                        "description": "Permissions granted for this credential override.",
                        "optional": false,
                        "nullable": false
                      },
                      "credential_id": {
                        "examples": [
                          "icr_8vBnM4xZa2cDf7gH"
                        ],
                        "type": "string",
                        "name": "credential_id",
                        "description": "Credential receiving the override.",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2026-02-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the credential override was created.",
                        "optional": false,
                        "nullable": false
                      },
                      "expires_at": {
                        "examples": [
                          "2026-03-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "expires_at",
                        "description": "Timestamp when the credential override expires, if set.",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "credential_overrides",
                "description": "Per-credential permission overrides attached to the delegation.",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2026-02-03T10:15:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the delegation was created.",
                "optional": false,
                "nullable": false
              },
              "expires_at": {
                "examples": [
                  "2026-03-03T10:15:00.000Z"
                ],
                "type": "date",
                "name": "expires_at",
                "description": "Timestamp when the delegation expires, if set.",
                "optional": false,
                "nullable": true
              },
              "revoked_at": {
                "examples": [
                  "2026-02-12T17:45:00.000Z"
                ],
                "type": "date",
                "name": "revoked_at",
                "description": "Timestamp when the delegation was revoked, if revoked.",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [
              "2026-03-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "expires_at",
            "description": "Timestamp when the delegation request expires.",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2026-02-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the delegation request was created.",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_184",
      "name": "Body",
      "type": {
        "examples": [
          {
            "identity_id": "idn_5gHjKlMnPqRsTuVw",
            "requester_actor_id": "iac_6wQpLk2mZa8nYx4b",
            "delegator_actor_id": "iac_1aBcDeFgHiJkLmNo",
            "permissions": [
              "provider:call",
              "provider:call"
            ],
            "expires_at": "2026-03-03T10:15:00.000Z",
            "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
            "credential_overrides": [
              {
                "credential_id": "icr_8vBnM4xZa2cDf7gH",
                "permissions": [
                  "provider:call",
                  "provider:call"
                ],
                "expires_at": "2026-03-03T10:15:00.000Z"
              },
              {
                "credential_id": "icr_8vBnM4xZa2cDf7gH",
                "permissions": [
                  "provider:call",
                  "provider:call"
                ],
                "expires_at": "2026-03-03T10:15:00.000Z"
              }
            ],
            "note": "Need temporary support access for incident triage",
            "metadata": {}
          }
        ],
        "properties": {
          "identity_id": {
            "examples": [
              "idn_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "description": "Identity to request delegation for.",
            "optional": false,
            "nullable": false
          },
          "requester_actor_id": {
            "examples": [
              "iac_6wQpLk2mZa8nYx4b"
            ],
            "type": "string",
            "description": "Actor requesting the delegation.",
            "optional": false,
            "nullable": false
          },
          "delegator_actor_id": {
            "examples": [
              "iac_1aBcDeFgHiJkLmNo"
            ],
            "type": "string",
            "description": "Actor submitting the request on behalf of the requester.",
            "optional": true,
            "nullable": false
          },
          "permissions": {
            "examples": [
              [
                "provider:call",
                "provider:call"
              ],
              [
                "provider:read",
                "provider:read"
              ]
            ],
            "items": [
              {
                "examples": [
                  "provider:call",
                  "provider:read"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "description": "Permissions being requested.",
            "optional": true,
            "nullable": false
          },
          "expires_at": {
            "examples": [
              "2026-03-03T10:15:00.000Z"
            ],
            "type": "date",
            "description": "Timestamp when the request should expire.",
            "optional": false,
            "nullable": false
          },
          "delegation_config_id": {
            "examples": [
              "idc_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "description": "Delegation config to use for the resulting delegation.",
            "optional": true,
            "nullable": false
          },
          "credential_overrides": {
            "examples": [
              [
                {
                  "credential_id": "icr_8vBnM4xZa2cDf7gH",
                  "permissions": [
                    "provider:call",
                    "provider:call"
                  ],
                  "expires_at": "2026-03-03T10:15:00.000Z"
                },
                {
                  "credential_id": "icr_8vBnM4xZa2cDf7gH",
                  "permissions": [
                    "provider:call",
                    "provider:call"
                  ],
                  "expires_at": "2026-03-03T10:15:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "credential_id": "icr_8vBnM4xZa2cDf7gH",
                    "permissions": [
                      "provider:call",
                      "provider:call"
                    ],
                    "expires_at": "2026-03-03T10:15:00.000Z"
                  }
                ],
                "properties": {
                  "credential_id": {
                    "examples": [
                      "icr_8vBnM4xZa2cDf7gH"
                    ],
                    "type": "string",
                    "description": "Credential that should receive override permissions.",
                    "optional": false,
                    "nullable": false
                  },
                  "permissions": {
                    "examples": [
                      [
                        "provider:call",
                        "provider:call"
                      ],
                      [
                        "provider:read",
                        "provider:read"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "provider:call",
                          "provider:read"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "description": "Permissions to grant on the credential override.",
                    "optional": true,
                    "nullable": false
                  },
                  "expires_at": {
                    "examples": [
                      "2026-03-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "description": "Optional expiration timestamp for the credential override.",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "description": "Optional per-credential permission overrides.",
            "optional": true,
            "nullable": false
          },
          "note": {
            "examples": [
              "Need temporary support access for incident triage"
            ],
            "type": "string",
            "description": "Optional human-readable note for the request.",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Additional metadata to store on the request.",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_185",
      "name": "identity.delegation_request",
      "type": {
        "examples": [
          {
            "object": "identity.delegation_request",
            "id": "idr_2mNpQrStUvWxYzAb",
            "status": "pending",
            "denied_reason": "request_denied",
            "requester": {
              "object": "identity.actor",
              "id": "iac_6wQpLk2mZa8nYx4b",
              "type": "person",
              "status": "active",
              "name": "Build Bot",
              "description": "CI agent used for release automation",
              "metadata": {},
              "agent_id": "agt_4mNoPq8rSt2uVx6y",
              "created_at": "2026-02-03T10:15:00.000Z",
              "updated_at": "2026-02-10T14:30:00.000Z"
            },
            "identity_id": "idn_5gHjKlMnPqRsTuVw",
            "delegation": {
              "object": "identity.delegation",
              "id": "idd_7gHjKlMnPqRsTuVw",
              "status": "waiting_for_consent",
              "denied_reason": "request_denied",
              "delegation_level": 0,
              "permissions": [
                "provider:call",
                "provider:call"
              ],
              "attestation": {
                "object": "identity.delegation_attestation",
                "id": "ida_3xYzAbCdEfGhIjKl",
                "type": "api",
                "created_at": "2026-02-03T10:15:00.000Z"
              },
              "note": "Temporary support access for incident triage",
              "metadata": {},
              "identity": {
                "object": "identity#preview",
                "id": "idn_5gHjKlMnPqRsTuVw",
                "name": "Jane Doe",
                "description": "Customer support engineer",
                "metadata": {}
              },
              "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
              "parties": [
                {
                  "object": "identity.delegation_party",
                  "id": "idp_4dEfGhJkLmNpQrSt",
                  "roles": [
                    "owner",
                    "owner"
                  ],
                  "actor": {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  },
                  "created_at": "2026-02-03T10:15:00.000Z"
                },
                {
                  "object": "identity.delegation_party",
                  "id": "idp_4dEfGhJkLmNpQrSt",
                  "roles": [
                    "owner",
                    "owner"
                  ],
                  "actor": {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  },
                  "created_at": "2026-02-03T10:15:00.000Z"
                }
              ],
              "request": {
                "object": "identity.delegation_request",
                "id": "idr_2mNpQrStUvWxYzAb",
                "status": "pending",
                "denied_reason": "request_denied",
                "requester": {
                  "object": "identity.actor",
                  "id": "iac_6wQpLk2mZa8nYx4b",
                  "type": "person",
                  "status": "active",
                  "name": "Build Bot",
                  "description": "CI agent used for release automation",
                  "metadata": {},
                  "agent_id": "agt_4mNoPq8rSt2uVx6y",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                },
                "identity_id": "idn_5gHjKlMnPqRsTuVw",
                "expires_at": "2026-03-03T10:15:00.000Z",
                "created_at": "2026-02-03T10:15:00.000Z"
              },
              "credential_overrides": [
                {
                  "object": "identity.delegation_credential_override",
                  "id": "idco_9pQrStUvWxYzAbCd",
                  "status": "active",
                  "permissions": [
                    "provider:call",
                    "provider:call"
                  ],
                  "credential_id": "icr_8vBnM4xZa2cDf7gH",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "expires_at": "2026-03-03T10:15:00.000Z"
                },
                {
                  "object": "identity.delegation_credential_override",
                  "id": "idco_9pQrStUvWxYzAbCd",
                  "status": "active",
                  "permissions": [
                    "provider:call",
                    "provider:call"
                  ],
                  "credential_id": "icr_8vBnM4xZa2cDf7gH",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "expires_at": "2026-03-03T10:15:00.000Z"
                }
              ],
              "created_at": "2026-02-03T10:15:00.000Z",
              "expires_at": "2026-03-03T10:15:00.000Z",
              "revoked_at": "2026-02-12T17:45:00.000Z"
            },
            "expires_at": "2026-03-03T10:15:00.000Z",
            "created_at": "2026-02-03T10:15:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "identity.delegation_request"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "idr_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique delegation request identifier.",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "approved",
              "denied",
              "canceled"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current status of the delegation request.",
            "optional": false,
            "nullable": false
          },
          "denied_reason": {
            "examples": [
              "request_denied",
              "sub_delegation_depth_exceeded",
              "sub_delegation_denied"
            ],
            "type": "enum",
            "name": "denied_reason",
            "description": "Reason the request ultimately resulted in a denied delegation.",
            "optional": false,
            "nullable": true
          },
          "requester": {
            "examples": [
              {
                "object": "identity.actor",
                "id": "iac_6wQpLk2mZa8nYx4b",
                "type": "person",
                "status": "active",
                "name": "Build Bot",
                "description": "CI agent used for release automation",
                "metadata": {},
                "agent_id": "agt_4mNoPq8rSt2uVx6y",
                "created_at": "2026-02-03T10:15:00.000Z",
                "updated_at": "2026-02-10T14:30:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "identity.actor"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "iac_6wQpLk2mZa8nYx4b"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique identity actor identifier.",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "person",
                  "agent"
                ],
                "type": "enum",
                "name": "type",
                "description": "Type of actor that owns or participates in identities.",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Current lifecycle status of the identity actor.",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Build Bot"
                ],
                "type": "string",
                "name": "name",
                "description": "Human-readable name of the identity actor.",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "CI agent used for release automation"
                ],
                "type": "string",
                "name": "description",
                "description": "Optional description of the actor.",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Additional metadata associated with the actor.",
                "optional": false,
                "nullable": true
              },
              "agent_id": {
                "examples": [
                  "agt_4mNoPq8rSt2uVx6y"
                ],
                "type": "string",
                "name": "agent_id",
                "description": "Linked agent identifier when this actor represents an agent.",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2026-02-03T10:15:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the actor was created.",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-02-10T14:30:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when the actor was last updated.",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "identity_id": {
            "examples": [
              "idn_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "identity_id",
            "description": "Identity targeted by the delegation request.",
            "optional": false,
            "nullable": false
          },
          "delegation": {
            "examples": [
              {
                "object": "identity.delegation",
                "id": "idd_7gHjKlMnPqRsTuVw",
                "status": "waiting_for_consent",
                "denied_reason": "request_denied",
                "delegation_level": 0,
                "permissions": [
                  "provider:call",
                  "provider:call"
                ],
                "attestation": {
                  "object": "identity.delegation_attestation",
                  "id": "ida_3xYzAbCdEfGhIjKl",
                  "type": "api",
                  "created_at": "2026-02-03T10:15:00.000Z"
                },
                "note": "Temporary support access for incident triage",
                "metadata": {},
                "identity": {
                  "object": "identity#preview",
                  "id": "idn_5gHjKlMnPqRsTuVw",
                  "name": "Jane Doe",
                  "description": "Customer support engineer",
                  "metadata": {}
                },
                "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                "parties": [
                  {
                    "object": "identity.delegation_party",
                    "id": "idp_4dEfGhJkLmNpQrSt",
                    "roles": [
                      "owner",
                      "owner"
                    ],
                    "actor": {
                      "object": "identity.actor",
                      "id": "iac_6wQpLk2mZa8nYx4b",
                      "type": "person",
                      "status": "active",
                      "name": "Build Bot",
                      "description": "CI agent used for release automation",
                      "metadata": {},
                      "agent_id": "agt_4mNoPq8rSt2uVx6y",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    },
                    "created_at": "2026-02-03T10:15:00.000Z"
                  },
                  {
                    "object": "identity.delegation_party",
                    "id": "idp_4dEfGhJkLmNpQrSt",
                    "roles": [
                      "owner",
                      "owner"
                    ],
                    "actor": {
                      "object": "identity.actor",
                      "id": "iac_6wQpLk2mZa8nYx4b",
                      "type": "person",
                      "status": "active",
                      "name": "Build Bot",
                      "description": "CI agent used for release automation",
                      "metadata": {},
                      "agent_id": "agt_4mNoPq8rSt2uVx6y",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    },
                    "created_at": "2026-02-03T10:15:00.000Z"
                  }
                ],
                "request": {
                  "object": "identity.delegation_request",
                  "id": "idr_2mNpQrStUvWxYzAb",
                  "status": "pending",
                  "denied_reason": "request_denied",
                  "requester": {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  },
                  "identity_id": "idn_5gHjKlMnPqRsTuVw",
                  "expires_at": "2026-03-03T10:15:00.000Z",
                  "created_at": "2026-02-03T10:15:00.000Z"
                },
                "credential_overrides": [
                  {
                    "object": "identity.delegation_credential_override",
                    "id": "idco_9pQrStUvWxYzAbCd",
                    "status": "active",
                    "permissions": [
                      "provider:call",
                      "provider:call"
                    ],
                    "credential_id": "icr_8vBnM4xZa2cDf7gH",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "expires_at": "2026-03-03T10:15:00.000Z"
                  },
                  {
                    "object": "identity.delegation_credential_override",
                    "id": "idco_9pQrStUvWxYzAbCd",
                    "status": "active",
                    "permissions": [
                      "provider:call",
                      "provider:call"
                    ],
                    "credential_id": "icr_8vBnM4xZa2cDf7gH",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "expires_at": "2026-03-03T10:15:00.000Z"
                  }
                ],
                "created_at": "2026-02-03T10:15:00.000Z",
                "expires_at": "2026-03-03T10:15:00.000Z",
                "revoked_at": "2026-02-12T17:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "identity.delegation"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "idd_7gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique delegation identifier.",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "waiting_for_consent",
                  "denied",
                  "active",
                  "revoked",
                  "expired"
                ],
                "type": "enum",
                "name": "status",
                "description": "Current status of the delegation.",
                "optional": false,
                "nullable": false
              },
              "denied_reason": {
                "examples": [
                  "request_denied",
                  "sub_delegation_depth_exceeded",
                  "sub_delegation_denied"
                ],
                "type": "enum",
                "name": "denied_reason",
                "description": "Reason the delegation was denied, if applicable.",
                "optional": false,
                "nullable": true
              },
              "delegation_level": {
                "examples": [
                  0
                ],
                "type": "number",
                "name": "delegation_level",
                "description": "Depth level of this delegation in the delegation chain.",
                "optional": false,
                "nullable": false
              },
              "permissions": {
                "examples": [
                  [
                    "provider:call",
                    "provider:call"
                  ],
                  [
                    "provider:read",
                    "provider:read"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "provider:call",
                      "provider:read"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "permissions",
                "description": "Permissions granted by this delegation.",
                "optional": false,
                "nullable": false
              },
              "attestation": {
                "examples": [
                  {
                    "object": "identity.delegation_attestation",
                    "id": "ida_3xYzAbCdEfGhIjKl",
                    "type": "api",
                    "created_at": "2026-02-03T10:15:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.delegation_attestation"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "ida_3xYzAbCdEfGhIjKl"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique attestation identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "api",
                      "request_approval",
                      "covered_by_previously_approved_delegation"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Type of attestation, if any.",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the attestation was created.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "note": {
                "examples": [
                  "Temporary support access for incident triage"
                ],
                "type": "string",
                "name": "note",
                "description": "Optional note explaining the delegation.",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Additional metadata associated with the delegation.",
                "optional": false,
                "nullable": true
              },
              "identity": {
                "examples": [
                  {
                    "object": "identity#preview",
                    "id": "idn_5gHjKlMnPqRsTuVw",
                    "name": "Jane Doe",
                    "description": "Customer support engineer",
                    "metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the identity object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "idn_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique identity identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Jane Doe"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the identity.",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Customer support engineer"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Optional description of the identity.",
                    "optional": false,
                    "nullable": false
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Additional metadata associated with the identity.",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "delegation_config_id": {
                "examples": [
                  "idc_2mNpQrStUvWxYzAb"
                ],
                "type": "string",
                "name": "delegation_config_id",
                "description": "Delegation config used to evaluate this delegation.",
                "optional": false,
                "nullable": true
              },
              "parties": {
                "examples": [
                  [
                    {
                      "object": "identity.delegation_party",
                      "id": "idp_4dEfGhJkLmNpQrSt",
                      "roles": [
                        "owner",
                        "owner"
                      ],
                      "actor": {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      },
                      "created_at": "2026-02-03T10:15:00.000Z"
                    },
                    {
                      "object": "identity.delegation_party",
                      "id": "idp_4dEfGhJkLmNpQrSt",
                      "roles": [
                        "owner",
                        "owner"
                      ],
                      "actor": {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      },
                      "created_at": "2026-02-03T10:15:00.000Z"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "identity.delegation_party",
                        "id": "idp_4dEfGhJkLmNpQrSt",
                        "roles": [
                          "owner",
                          "owner"
                        ],
                        "actor": {
                          "object": "identity.actor",
                          "id": "iac_6wQpLk2mZa8nYx4b",
                          "type": "person",
                          "status": "active",
                          "name": "Build Bot",
                          "description": "CI agent used for release automation",
                          "metadata": {},
                          "agent_id": "agt_4mNoPq8rSt2uVx6y",
                          "created_at": "2026-02-03T10:15:00.000Z",
                          "updated_at": "2026-02-10T14:30:00.000Z"
                        },
                        "created_at": "2026-02-03T10:15:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "identity.delegation_party"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "idp_4dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique delegation party identifier.",
                        "optional": false,
                        "nullable": false
                      },
                      "roles": {
                        "examples": [
                          [
                            "owner",
                            "owner"
                          ],
                          [
                            "delegator",
                            "delegator"
                          ],
                          [
                            "delegatee",
                            "delegatee"
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              "owner",
                              "delegator",
                              "delegatee"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "roles",
                        "description": "Roles this actor has in the delegation.",
                        "optional": false,
                        "nullable": false
                      },
                      "actor": {
                        "examples": [
                          {
                            "object": "identity.actor",
                            "id": "iac_6wQpLk2mZa8nYx4b",
                            "type": "person",
                            "status": "active",
                            "name": "Build Bot",
                            "description": "CI agent used for release automation",
                            "metadata": {},
                            "agent_id": "agt_4mNoPq8rSt2uVx6y",
                            "created_at": "2026-02-03T10:15:00.000Z",
                            "updated_at": "2026-02-10T14:30:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "identity.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "iac_6wQpLk2mZa8nYx4b"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique identity actor identifier.",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "person",
                              "agent"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "Type of actor that owns or participates in identities.",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Current lifecycle status of the identity actor.",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Build Bot"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Human-readable name of the identity actor.",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "CI agent used for release automation"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Optional description of the actor.",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Additional metadata associated with the actor.",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_id": {
                            "examples": [
                              "agt_4mNoPq8rSt2uVx6y"
                            ],
                            "type": "string",
                            "name": "agent_id",
                            "description": "Linked agent identifier when this actor represents an agent.",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2026-02-03T10:15:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when the actor was created.",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-02-10T14:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when the actor was last updated.",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2026-02-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the party was attached to the delegation.",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "parties",
                "description": "Actors involved in the delegation and their roles.",
                "optional": false,
                "nullable": false
              },
              "request": {
                "examples": [
                  {
                    "object": "identity.delegation_request",
                    "id": "idr_2mNpQrStUvWxYzAb",
                    "status": "pending",
                    "denied_reason": "request_denied",
                    "requester": {
                      "object": "identity.actor",
                      "id": "iac_6wQpLk2mZa8nYx4b",
                      "type": "person",
                      "status": "active",
                      "name": "Build Bot",
                      "description": "CI agent used for release automation",
                      "metadata": {},
                      "agent_id": "agt_4mNoPq8rSt2uVx6y",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    },
                    "identity_id": "idn_5gHjKlMnPqRsTuVw",
                    "expires_at": "2026-03-03T10:15:00.000Z",
                    "created_at": "2026-02-03T10:15:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.delegation_request"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "idr_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique delegation request identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "pending",
                      "approved",
                      "denied",
                      "canceled"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current status of the related delegation request.",
                    "optional": false,
                    "nullable": false
                  },
                  "denied_reason": {
                    "examples": [
                      "request_denied",
                      "sub_delegation_depth_exceeded",
                      "sub_delegation_denied"
                    ],
                    "type": "enum",
                    "name": "denied_reason",
                    "description": "Reason the request was denied, if applicable.",
                    "optional": false,
                    "nullable": true
                  },
                  "requester": {
                    "examples": [
                      {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "identity.actor"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "iac_6wQpLk2mZa8nYx4b"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique identity actor identifier.",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "person",
                          "agent"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Type of actor that owns or participates in identities.",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Current lifecycle status of the identity actor.",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Build Bot"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Human-readable name of the identity actor.",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "CI agent used for release automation"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Optional description of the actor.",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Additional metadata associated with the actor.",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_id": {
                        "examples": [
                          "agt_4mNoPq8rSt2uVx6y"
                        ],
                        "type": "string",
                        "name": "agent_id",
                        "description": "Linked agent identifier when this actor represents an agent.",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2026-02-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the actor was created.",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-02-10T14:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the actor was last updated.",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "identity_id": {
                    "examples": [
                      "idn_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "identity_id",
                    "description": "Identity targeted by the request.",
                    "optional": false,
                    "nullable": false
                  },
                  "expires_at": {
                    "examples": [
                      "2026-03-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "expires_at",
                    "description": "Timestamp when the request expires.",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the request was created.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "credential_overrides": {
                "examples": [
                  [
                    {
                      "object": "identity.delegation_credential_override",
                      "id": "idco_9pQrStUvWxYzAbCd",
                      "status": "active",
                      "permissions": [
                        "provider:call",
                        "provider:call"
                      ],
                      "credential_id": "icr_8vBnM4xZa2cDf7gH",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "expires_at": "2026-03-03T10:15:00.000Z"
                    },
                    {
                      "object": "identity.delegation_credential_override",
                      "id": "idco_9pQrStUvWxYzAbCd",
                      "status": "active",
                      "permissions": [
                        "provider:call",
                        "provider:call"
                      ],
                      "credential_id": "icr_8vBnM4xZa2cDf7gH",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "expires_at": "2026-03-03T10:15:00.000Z"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "identity.delegation_credential_override",
                        "id": "idco_9pQrStUvWxYzAbCd",
                        "status": "active",
                        "permissions": [
                          "provider:call",
                          "provider:call"
                        ],
                        "credential_id": "icr_8vBnM4xZa2cDf7gH",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "expires_at": "2026-03-03T10:15:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "identity.delegation_credential_override"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "idco_9pQrStUvWxYzAbCd"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique credential override identifier.",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "expired"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Current status of the credential override.",
                        "optional": false,
                        "nullable": false
                      },
                      "permissions": {
                        "examples": [
                          [
                            "provider:call",
                            "provider:call"
                          ],
                          [
                            "provider:read",
                            "provider:read"
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              "provider:call",
                              "provider:read"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "permissions",
                        "description": "Permissions granted for this credential override.",
                        "optional": false,
                        "nullable": false
                      },
                      "credential_id": {
                        "examples": [
                          "icr_8vBnM4xZa2cDf7gH"
                        ],
                        "type": "string",
                        "name": "credential_id",
                        "description": "Credential receiving the override.",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2026-02-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the credential override was created.",
                        "optional": false,
                        "nullable": false
                      },
                      "expires_at": {
                        "examples": [
                          "2026-03-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "expires_at",
                        "description": "Timestamp when the credential override expires, if set.",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "credential_overrides",
                "description": "Per-credential permission overrides attached to the delegation.",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2026-02-03T10:15:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the delegation was created.",
                "optional": false,
                "nullable": false
              },
              "expires_at": {
                "examples": [
                  "2026-03-03T10:15:00.000Z"
                ],
                "type": "date",
                "name": "expires_at",
                "description": "Timestamp when the delegation expires, if set.",
                "optional": false,
                "nullable": true
              },
              "revoked_at": {
                "examples": [
                  "2026-02-12T17:45:00.000Z"
                ],
                "type": "date",
                "name": "revoked_at",
                "description": "Timestamp when the delegation was revoked, if revoked.",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [
              "2026-03-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "expires_at",
            "description": "Timestamp when the delegation request expires.",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2026-02-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the delegation request was created.",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_187",
      "name": "Query",
      "type": {
        "examples": [
          {
            "allow_deleted": false
          }
        ],
        "properties": {
          "allow_deleted": {
            "examples": [
              false
            ],
            "type": "boolean",
            "description": "Allow approving a request that is already deleted.",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_188",
      "name": "identity.delegation_request",
      "type": {
        "examples": [
          {
            "object": "identity.delegation_request",
            "id": "idr_2mNpQrStUvWxYzAb",
            "status": "pending",
            "denied_reason": "request_denied",
            "requester": {
              "object": "identity.actor",
              "id": "iac_6wQpLk2mZa8nYx4b",
              "type": "person",
              "status": "active",
              "name": "Build Bot",
              "description": "CI agent used for release automation",
              "metadata": {},
              "agent_id": "agt_4mNoPq8rSt2uVx6y",
              "created_at": "2026-02-03T10:15:00.000Z",
              "updated_at": "2026-02-10T14:30:00.000Z"
            },
            "identity_id": "idn_5gHjKlMnPqRsTuVw",
            "delegation": {
              "object": "identity.delegation",
              "id": "idd_7gHjKlMnPqRsTuVw",
              "status": "waiting_for_consent",
              "denied_reason": "request_denied",
              "delegation_level": 0,
              "permissions": [
                "provider:call",
                "provider:call"
              ],
              "attestation": {
                "object": "identity.delegation_attestation",
                "id": "ida_3xYzAbCdEfGhIjKl",
                "type": "api",
                "created_at": "2026-02-03T10:15:00.000Z"
              },
              "note": "Temporary support access for incident triage",
              "metadata": {},
              "identity": {
                "object": "identity#preview",
                "id": "idn_5gHjKlMnPqRsTuVw",
                "name": "Jane Doe",
                "description": "Customer support engineer",
                "metadata": {}
              },
              "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
              "parties": [
                {
                  "object": "identity.delegation_party",
                  "id": "idp_4dEfGhJkLmNpQrSt",
                  "roles": [
                    "owner",
                    "owner"
                  ],
                  "actor": {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  },
                  "created_at": "2026-02-03T10:15:00.000Z"
                },
                {
                  "object": "identity.delegation_party",
                  "id": "idp_4dEfGhJkLmNpQrSt",
                  "roles": [
                    "owner",
                    "owner"
                  ],
                  "actor": {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  },
                  "created_at": "2026-02-03T10:15:00.000Z"
                }
              ],
              "request": {
                "object": "identity.delegation_request",
                "id": "idr_2mNpQrStUvWxYzAb",
                "status": "pending",
                "denied_reason": "request_denied",
                "requester": {
                  "object": "identity.actor",
                  "id": "iac_6wQpLk2mZa8nYx4b",
                  "type": "person",
                  "status": "active",
                  "name": "Build Bot",
                  "description": "CI agent used for release automation",
                  "metadata": {},
                  "agent_id": "agt_4mNoPq8rSt2uVx6y",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                },
                "identity_id": "idn_5gHjKlMnPqRsTuVw",
                "expires_at": "2026-03-03T10:15:00.000Z",
                "created_at": "2026-02-03T10:15:00.000Z"
              },
              "credential_overrides": [
                {
                  "object": "identity.delegation_credential_override",
                  "id": "idco_9pQrStUvWxYzAbCd",
                  "status": "active",
                  "permissions": [
                    "provider:call",
                    "provider:call"
                  ],
                  "credential_id": "icr_8vBnM4xZa2cDf7gH",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "expires_at": "2026-03-03T10:15:00.000Z"
                },
                {
                  "object": "identity.delegation_credential_override",
                  "id": "idco_9pQrStUvWxYzAbCd",
                  "status": "active",
                  "permissions": [
                    "provider:call",
                    "provider:call"
                  ],
                  "credential_id": "icr_8vBnM4xZa2cDf7gH",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "expires_at": "2026-03-03T10:15:00.000Z"
                }
              ],
              "created_at": "2026-02-03T10:15:00.000Z",
              "expires_at": "2026-03-03T10:15:00.000Z",
              "revoked_at": "2026-02-12T17:45:00.000Z"
            },
            "expires_at": "2026-03-03T10:15:00.000Z",
            "created_at": "2026-02-03T10:15:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "identity.delegation_request"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "idr_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique delegation request identifier.",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "approved",
              "denied",
              "canceled"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current status of the delegation request.",
            "optional": false,
            "nullable": false
          },
          "denied_reason": {
            "examples": [
              "request_denied",
              "sub_delegation_depth_exceeded",
              "sub_delegation_denied"
            ],
            "type": "enum",
            "name": "denied_reason",
            "description": "Reason the request ultimately resulted in a denied delegation.",
            "optional": false,
            "nullable": true
          },
          "requester": {
            "examples": [
              {
                "object": "identity.actor",
                "id": "iac_6wQpLk2mZa8nYx4b",
                "type": "person",
                "status": "active",
                "name": "Build Bot",
                "description": "CI agent used for release automation",
                "metadata": {},
                "agent_id": "agt_4mNoPq8rSt2uVx6y",
                "created_at": "2026-02-03T10:15:00.000Z",
                "updated_at": "2026-02-10T14:30:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "identity.actor"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "iac_6wQpLk2mZa8nYx4b"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique identity actor identifier.",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "person",
                  "agent"
                ],
                "type": "enum",
                "name": "type",
                "description": "Type of actor that owns or participates in identities.",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Current lifecycle status of the identity actor.",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Build Bot"
                ],
                "type": "string",
                "name": "name",
                "description": "Human-readable name of the identity actor.",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "CI agent used for release automation"
                ],
                "type": "string",
                "name": "description",
                "description": "Optional description of the actor.",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Additional metadata associated with the actor.",
                "optional": false,
                "nullable": true
              },
              "agent_id": {
                "examples": [
                  "agt_4mNoPq8rSt2uVx6y"
                ],
                "type": "string",
                "name": "agent_id",
                "description": "Linked agent identifier when this actor represents an agent.",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2026-02-03T10:15:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the actor was created.",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-02-10T14:30:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when the actor was last updated.",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "identity_id": {
            "examples": [
              "idn_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "identity_id",
            "description": "Identity targeted by the delegation request.",
            "optional": false,
            "nullable": false
          },
          "delegation": {
            "examples": [
              {
                "object": "identity.delegation",
                "id": "idd_7gHjKlMnPqRsTuVw",
                "status": "waiting_for_consent",
                "denied_reason": "request_denied",
                "delegation_level": 0,
                "permissions": [
                  "provider:call",
                  "provider:call"
                ],
                "attestation": {
                  "object": "identity.delegation_attestation",
                  "id": "ida_3xYzAbCdEfGhIjKl",
                  "type": "api",
                  "created_at": "2026-02-03T10:15:00.000Z"
                },
                "note": "Temporary support access for incident triage",
                "metadata": {},
                "identity": {
                  "object": "identity#preview",
                  "id": "idn_5gHjKlMnPqRsTuVw",
                  "name": "Jane Doe",
                  "description": "Customer support engineer",
                  "metadata": {}
                },
                "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                "parties": [
                  {
                    "object": "identity.delegation_party",
                    "id": "idp_4dEfGhJkLmNpQrSt",
                    "roles": [
                      "owner",
                      "owner"
                    ],
                    "actor": {
                      "object": "identity.actor",
                      "id": "iac_6wQpLk2mZa8nYx4b",
                      "type": "person",
                      "status": "active",
                      "name": "Build Bot",
                      "description": "CI agent used for release automation",
                      "metadata": {},
                      "agent_id": "agt_4mNoPq8rSt2uVx6y",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    },
                    "created_at": "2026-02-03T10:15:00.000Z"
                  },
                  {
                    "object": "identity.delegation_party",
                    "id": "idp_4dEfGhJkLmNpQrSt",
                    "roles": [
                      "owner",
                      "owner"
                    ],
                    "actor": {
                      "object": "identity.actor",
                      "id": "iac_6wQpLk2mZa8nYx4b",
                      "type": "person",
                      "status": "active",
                      "name": "Build Bot",
                      "description": "CI agent used for release automation",
                      "metadata": {},
                      "agent_id": "agt_4mNoPq8rSt2uVx6y",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    },
                    "created_at": "2026-02-03T10:15:00.000Z"
                  }
                ],
                "request": {
                  "object": "identity.delegation_request",
                  "id": "idr_2mNpQrStUvWxYzAb",
                  "status": "pending",
                  "denied_reason": "request_denied",
                  "requester": {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  },
                  "identity_id": "idn_5gHjKlMnPqRsTuVw",
                  "expires_at": "2026-03-03T10:15:00.000Z",
                  "created_at": "2026-02-03T10:15:00.000Z"
                },
                "credential_overrides": [
                  {
                    "object": "identity.delegation_credential_override",
                    "id": "idco_9pQrStUvWxYzAbCd",
                    "status": "active",
                    "permissions": [
                      "provider:call",
                      "provider:call"
                    ],
                    "credential_id": "icr_8vBnM4xZa2cDf7gH",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "expires_at": "2026-03-03T10:15:00.000Z"
                  },
                  {
                    "object": "identity.delegation_credential_override",
                    "id": "idco_9pQrStUvWxYzAbCd",
                    "status": "active",
                    "permissions": [
                      "provider:call",
                      "provider:call"
                    ],
                    "credential_id": "icr_8vBnM4xZa2cDf7gH",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "expires_at": "2026-03-03T10:15:00.000Z"
                  }
                ],
                "created_at": "2026-02-03T10:15:00.000Z",
                "expires_at": "2026-03-03T10:15:00.000Z",
                "revoked_at": "2026-02-12T17:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "identity.delegation"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "idd_7gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique delegation identifier.",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "waiting_for_consent",
                  "denied",
                  "active",
                  "revoked",
                  "expired"
                ],
                "type": "enum",
                "name": "status",
                "description": "Current status of the delegation.",
                "optional": false,
                "nullable": false
              },
              "denied_reason": {
                "examples": [
                  "request_denied",
                  "sub_delegation_depth_exceeded",
                  "sub_delegation_denied"
                ],
                "type": "enum",
                "name": "denied_reason",
                "description": "Reason the delegation was denied, if applicable.",
                "optional": false,
                "nullable": true
              },
              "delegation_level": {
                "examples": [
                  0
                ],
                "type": "number",
                "name": "delegation_level",
                "description": "Depth level of this delegation in the delegation chain.",
                "optional": false,
                "nullable": false
              },
              "permissions": {
                "examples": [
                  [
                    "provider:call",
                    "provider:call"
                  ],
                  [
                    "provider:read",
                    "provider:read"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "provider:call",
                      "provider:read"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "permissions",
                "description": "Permissions granted by this delegation.",
                "optional": false,
                "nullable": false
              },
              "attestation": {
                "examples": [
                  {
                    "object": "identity.delegation_attestation",
                    "id": "ida_3xYzAbCdEfGhIjKl",
                    "type": "api",
                    "created_at": "2026-02-03T10:15:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.delegation_attestation"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "ida_3xYzAbCdEfGhIjKl"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique attestation identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "api",
                      "request_approval",
                      "covered_by_previously_approved_delegation"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Type of attestation, if any.",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the attestation was created.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "note": {
                "examples": [
                  "Temporary support access for incident triage"
                ],
                "type": "string",
                "name": "note",
                "description": "Optional note explaining the delegation.",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Additional metadata associated with the delegation.",
                "optional": false,
                "nullable": true
              },
              "identity": {
                "examples": [
                  {
                    "object": "identity#preview",
                    "id": "idn_5gHjKlMnPqRsTuVw",
                    "name": "Jane Doe",
                    "description": "Customer support engineer",
                    "metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the identity object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "idn_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique identity identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Jane Doe"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the identity.",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Customer support engineer"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Optional description of the identity.",
                    "optional": false,
                    "nullable": false
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Additional metadata associated with the identity.",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "delegation_config_id": {
                "examples": [
                  "idc_2mNpQrStUvWxYzAb"
                ],
                "type": "string",
                "name": "delegation_config_id",
                "description": "Delegation config used to evaluate this delegation.",
                "optional": false,
                "nullable": true
              },
              "parties": {
                "examples": [
                  [
                    {
                      "object": "identity.delegation_party",
                      "id": "idp_4dEfGhJkLmNpQrSt",
                      "roles": [
                        "owner",
                        "owner"
                      ],
                      "actor": {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      },
                      "created_at": "2026-02-03T10:15:00.000Z"
                    },
                    {
                      "object": "identity.delegation_party",
                      "id": "idp_4dEfGhJkLmNpQrSt",
                      "roles": [
                        "owner",
                        "owner"
                      ],
                      "actor": {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      },
                      "created_at": "2026-02-03T10:15:00.000Z"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "identity.delegation_party",
                        "id": "idp_4dEfGhJkLmNpQrSt",
                        "roles": [
                          "owner",
                          "owner"
                        ],
                        "actor": {
                          "object": "identity.actor",
                          "id": "iac_6wQpLk2mZa8nYx4b",
                          "type": "person",
                          "status": "active",
                          "name": "Build Bot",
                          "description": "CI agent used for release automation",
                          "metadata": {},
                          "agent_id": "agt_4mNoPq8rSt2uVx6y",
                          "created_at": "2026-02-03T10:15:00.000Z",
                          "updated_at": "2026-02-10T14:30:00.000Z"
                        },
                        "created_at": "2026-02-03T10:15:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "identity.delegation_party"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "idp_4dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique delegation party identifier.",
                        "optional": false,
                        "nullable": false
                      },
                      "roles": {
                        "examples": [
                          [
                            "owner",
                            "owner"
                          ],
                          [
                            "delegator",
                            "delegator"
                          ],
                          [
                            "delegatee",
                            "delegatee"
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              "owner",
                              "delegator",
                              "delegatee"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "roles",
                        "description": "Roles this actor has in the delegation.",
                        "optional": false,
                        "nullable": false
                      },
                      "actor": {
                        "examples": [
                          {
                            "object": "identity.actor",
                            "id": "iac_6wQpLk2mZa8nYx4b",
                            "type": "person",
                            "status": "active",
                            "name": "Build Bot",
                            "description": "CI agent used for release automation",
                            "metadata": {},
                            "agent_id": "agt_4mNoPq8rSt2uVx6y",
                            "created_at": "2026-02-03T10:15:00.000Z",
                            "updated_at": "2026-02-10T14:30:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "identity.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "iac_6wQpLk2mZa8nYx4b"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique identity actor identifier.",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "person",
                              "agent"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "Type of actor that owns or participates in identities.",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Current lifecycle status of the identity actor.",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Build Bot"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Human-readable name of the identity actor.",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "CI agent used for release automation"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Optional description of the actor.",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Additional metadata associated with the actor.",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_id": {
                            "examples": [
                              "agt_4mNoPq8rSt2uVx6y"
                            ],
                            "type": "string",
                            "name": "agent_id",
                            "description": "Linked agent identifier when this actor represents an agent.",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2026-02-03T10:15:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when the actor was created.",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-02-10T14:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when the actor was last updated.",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2026-02-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the party was attached to the delegation.",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "parties",
                "description": "Actors involved in the delegation and their roles.",
                "optional": false,
                "nullable": false
              },
              "request": {
                "examples": [
                  {
                    "object": "identity.delegation_request",
                    "id": "idr_2mNpQrStUvWxYzAb",
                    "status": "pending",
                    "denied_reason": "request_denied",
                    "requester": {
                      "object": "identity.actor",
                      "id": "iac_6wQpLk2mZa8nYx4b",
                      "type": "person",
                      "status": "active",
                      "name": "Build Bot",
                      "description": "CI agent used for release automation",
                      "metadata": {},
                      "agent_id": "agt_4mNoPq8rSt2uVx6y",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    },
                    "identity_id": "idn_5gHjKlMnPqRsTuVw",
                    "expires_at": "2026-03-03T10:15:00.000Z",
                    "created_at": "2026-02-03T10:15:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.delegation_request"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "idr_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique delegation request identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "pending",
                      "approved",
                      "denied",
                      "canceled"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current status of the related delegation request.",
                    "optional": false,
                    "nullable": false
                  },
                  "denied_reason": {
                    "examples": [
                      "request_denied",
                      "sub_delegation_depth_exceeded",
                      "sub_delegation_denied"
                    ],
                    "type": "enum",
                    "name": "denied_reason",
                    "description": "Reason the request was denied, if applicable.",
                    "optional": false,
                    "nullable": true
                  },
                  "requester": {
                    "examples": [
                      {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "identity.actor"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "iac_6wQpLk2mZa8nYx4b"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique identity actor identifier.",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "person",
                          "agent"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Type of actor that owns or participates in identities.",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Current lifecycle status of the identity actor.",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Build Bot"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Human-readable name of the identity actor.",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "CI agent used for release automation"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Optional description of the actor.",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Additional metadata associated with the actor.",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_id": {
                        "examples": [
                          "agt_4mNoPq8rSt2uVx6y"
                        ],
                        "type": "string",
                        "name": "agent_id",
                        "description": "Linked agent identifier when this actor represents an agent.",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2026-02-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the actor was created.",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-02-10T14:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the actor was last updated.",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "identity_id": {
                    "examples": [
                      "idn_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "identity_id",
                    "description": "Identity targeted by the request.",
                    "optional": false,
                    "nullable": false
                  },
                  "expires_at": {
                    "examples": [
                      "2026-03-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "expires_at",
                    "description": "Timestamp when the request expires.",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the request was created.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "credential_overrides": {
                "examples": [
                  [
                    {
                      "object": "identity.delegation_credential_override",
                      "id": "idco_9pQrStUvWxYzAbCd",
                      "status": "active",
                      "permissions": [
                        "provider:call",
                        "provider:call"
                      ],
                      "credential_id": "icr_8vBnM4xZa2cDf7gH",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "expires_at": "2026-03-03T10:15:00.000Z"
                    },
                    {
                      "object": "identity.delegation_credential_override",
                      "id": "idco_9pQrStUvWxYzAbCd",
                      "status": "active",
                      "permissions": [
                        "provider:call",
                        "provider:call"
                      ],
                      "credential_id": "icr_8vBnM4xZa2cDf7gH",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "expires_at": "2026-03-03T10:15:00.000Z"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "identity.delegation_credential_override",
                        "id": "idco_9pQrStUvWxYzAbCd",
                        "status": "active",
                        "permissions": [
                          "provider:call",
                          "provider:call"
                        ],
                        "credential_id": "icr_8vBnM4xZa2cDf7gH",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "expires_at": "2026-03-03T10:15:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "identity.delegation_credential_override"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "idco_9pQrStUvWxYzAbCd"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique credential override identifier.",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "expired"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Current status of the credential override.",
                        "optional": false,
                        "nullable": false
                      },
                      "permissions": {
                        "examples": [
                          [
                            "provider:call",
                            "provider:call"
                          ],
                          [
                            "provider:read",
                            "provider:read"
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              "provider:call",
                              "provider:read"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "permissions",
                        "description": "Permissions granted for this credential override.",
                        "optional": false,
                        "nullable": false
                      },
                      "credential_id": {
                        "examples": [
                          "icr_8vBnM4xZa2cDf7gH"
                        ],
                        "type": "string",
                        "name": "credential_id",
                        "description": "Credential receiving the override.",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2026-02-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the credential override was created.",
                        "optional": false,
                        "nullable": false
                      },
                      "expires_at": {
                        "examples": [
                          "2026-03-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "expires_at",
                        "description": "Timestamp when the credential override expires, if set.",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "credential_overrides",
                "description": "Per-credential permission overrides attached to the delegation.",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2026-02-03T10:15:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the delegation was created.",
                "optional": false,
                "nullable": false
              },
              "expires_at": {
                "examples": [
                  "2026-03-03T10:15:00.000Z"
                ],
                "type": "date",
                "name": "expires_at",
                "description": "Timestamp when the delegation expires, if set.",
                "optional": false,
                "nullable": true
              },
              "revoked_at": {
                "examples": [
                  "2026-02-12T17:45:00.000Z"
                ],
                "type": "date",
                "name": "revoked_at",
                "description": "Timestamp when the delegation was revoked, if revoked.",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [
              "2026-03-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "expires_at",
            "description": "Timestamp when the delegation request expires.",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2026-02-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the delegation request was created.",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_190",
      "name": "Query",
      "type": {
        "examples": [
          {
            "allow_deleted": false
          }
        ],
        "properties": {
          "allow_deleted": {
            "examples": [
              false
            ],
            "type": "boolean",
            "description": "Allow denying a request that is already deleted.",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_191",
      "name": "identity.delegation_request",
      "type": {
        "examples": [
          {
            "object": "identity.delegation_request",
            "id": "idr_2mNpQrStUvWxYzAb",
            "status": "pending",
            "denied_reason": "request_denied",
            "requester": {
              "object": "identity.actor",
              "id": "iac_6wQpLk2mZa8nYx4b",
              "type": "person",
              "status": "active",
              "name": "Build Bot",
              "description": "CI agent used for release automation",
              "metadata": {},
              "agent_id": "agt_4mNoPq8rSt2uVx6y",
              "created_at": "2026-02-03T10:15:00.000Z",
              "updated_at": "2026-02-10T14:30:00.000Z"
            },
            "identity_id": "idn_5gHjKlMnPqRsTuVw",
            "delegation": {
              "object": "identity.delegation",
              "id": "idd_7gHjKlMnPqRsTuVw",
              "status": "waiting_for_consent",
              "denied_reason": "request_denied",
              "delegation_level": 0,
              "permissions": [
                "provider:call",
                "provider:call"
              ],
              "attestation": {
                "object": "identity.delegation_attestation",
                "id": "ida_3xYzAbCdEfGhIjKl",
                "type": "api",
                "created_at": "2026-02-03T10:15:00.000Z"
              },
              "note": "Temporary support access for incident triage",
              "metadata": {},
              "identity": {
                "object": "identity#preview",
                "id": "idn_5gHjKlMnPqRsTuVw",
                "name": "Jane Doe",
                "description": "Customer support engineer",
                "metadata": {}
              },
              "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
              "parties": [
                {
                  "object": "identity.delegation_party",
                  "id": "idp_4dEfGhJkLmNpQrSt",
                  "roles": [
                    "owner",
                    "owner"
                  ],
                  "actor": {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  },
                  "created_at": "2026-02-03T10:15:00.000Z"
                },
                {
                  "object": "identity.delegation_party",
                  "id": "idp_4dEfGhJkLmNpQrSt",
                  "roles": [
                    "owner",
                    "owner"
                  ],
                  "actor": {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  },
                  "created_at": "2026-02-03T10:15:00.000Z"
                }
              ],
              "request": {
                "object": "identity.delegation_request",
                "id": "idr_2mNpQrStUvWxYzAb",
                "status": "pending",
                "denied_reason": "request_denied",
                "requester": {
                  "object": "identity.actor",
                  "id": "iac_6wQpLk2mZa8nYx4b",
                  "type": "person",
                  "status": "active",
                  "name": "Build Bot",
                  "description": "CI agent used for release automation",
                  "metadata": {},
                  "agent_id": "agt_4mNoPq8rSt2uVx6y",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "updated_at": "2026-02-10T14:30:00.000Z"
                },
                "identity_id": "idn_5gHjKlMnPqRsTuVw",
                "expires_at": "2026-03-03T10:15:00.000Z",
                "created_at": "2026-02-03T10:15:00.000Z"
              },
              "credential_overrides": [
                {
                  "object": "identity.delegation_credential_override",
                  "id": "idco_9pQrStUvWxYzAbCd",
                  "status": "active",
                  "permissions": [
                    "provider:call",
                    "provider:call"
                  ],
                  "credential_id": "icr_8vBnM4xZa2cDf7gH",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "expires_at": "2026-03-03T10:15:00.000Z"
                },
                {
                  "object": "identity.delegation_credential_override",
                  "id": "idco_9pQrStUvWxYzAbCd",
                  "status": "active",
                  "permissions": [
                    "provider:call",
                    "provider:call"
                  ],
                  "credential_id": "icr_8vBnM4xZa2cDf7gH",
                  "created_at": "2026-02-03T10:15:00.000Z",
                  "expires_at": "2026-03-03T10:15:00.000Z"
                }
              ],
              "created_at": "2026-02-03T10:15:00.000Z",
              "expires_at": "2026-03-03T10:15:00.000Z",
              "revoked_at": "2026-02-12T17:45:00.000Z"
            },
            "expires_at": "2026-03-03T10:15:00.000Z",
            "created_at": "2026-02-03T10:15:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "identity.delegation_request"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "idr_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique delegation request identifier.",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "approved",
              "denied",
              "canceled"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current status of the delegation request.",
            "optional": false,
            "nullable": false
          },
          "denied_reason": {
            "examples": [
              "request_denied",
              "sub_delegation_depth_exceeded",
              "sub_delegation_denied"
            ],
            "type": "enum",
            "name": "denied_reason",
            "description": "Reason the request ultimately resulted in a denied delegation.",
            "optional": false,
            "nullable": true
          },
          "requester": {
            "examples": [
              {
                "object": "identity.actor",
                "id": "iac_6wQpLk2mZa8nYx4b",
                "type": "person",
                "status": "active",
                "name": "Build Bot",
                "description": "CI agent used for release automation",
                "metadata": {},
                "agent_id": "agt_4mNoPq8rSt2uVx6y",
                "created_at": "2026-02-03T10:15:00.000Z",
                "updated_at": "2026-02-10T14:30:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "identity.actor"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "iac_6wQpLk2mZa8nYx4b"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique identity actor identifier.",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "person",
                  "agent"
                ],
                "type": "enum",
                "name": "type",
                "description": "Type of actor that owns or participates in identities.",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Current lifecycle status of the identity actor.",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Build Bot"
                ],
                "type": "string",
                "name": "name",
                "description": "Human-readable name of the identity actor.",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "CI agent used for release automation"
                ],
                "type": "string",
                "name": "description",
                "description": "Optional description of the actor.",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Additional metadata associated with the actor.",
                "optional": false,
                "nullable": true
              },
              "agent_id": {
                "examples": [
                  "agt_4mNoPq8rSt2uVx6y"
                ],
                "type": "string",
                "name": "agent_id",
                "description": "Linked agent identifier when this actor represents an agent.",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2026-02-03T10:15:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the actor was created.",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-02-10T14:30:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when the actor was last updated.",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "identity_id": {
            "examples": [
              "idn_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "identity_id",
            "description": "Identity targeted by the delegation request.",
            "optional": false,
            "nullable": false
          },
          "delegation": {
            "examples": [
              {
                "object": "identity.delegation",
                "id": "idd_7gHjKlMnPqRsTuVw",
                "status": "waiting_for_consent",
                "denied_reason": "request_denied",
                "delegation_level": 0,
                "permissions": [
                  "provider:call",
                  "provider:call"
                ],
                "attestation": {
                  "object": "identity.delegation_attestation",
                  "id": "ida_3xYzAbCdEfGhIjKl",
                  "type": "api",
                  "created_at": "2026-02-03T10:15:00.000Z"
                },
                "note": "Temporary support access for incident triage",
                "metadata": {},
                "identity": {
                  "object": "identity#preview",
                  "id": "idn_5gHjKlMnPqRsTuVw",
                  "name": "Jane Doe",
                  "description": "Customer support engineer",
                  "metadata": {}
                },
                "delegation_config_id": "idc_2mNpQrStUvWxYzAb",
                "parties": [
                  {
                    "object": "identity.delegation_party",
                    "id": "idp_4dEfGhJkLmNpQrSt",
                    "roles": [
                      "owner",
                      "owner"
                    ],
                    "actor": {
                      "object": "identity.actor",
                      "id": "iac_6wQpLk2mZa8nYx4b",
                      "type": "person",
                      "status": "active",
                      "name": "Build Bot",
                      "description": "CI agent used for release automation",
                      "metadata": {},
                      "agent_id": "agt_4mNoPq8rSt2uVx6y",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    },
                    "created_at": "2026-02-03T10:15:00.000Z"
                  },
                  {
                    "object": "identity.delegation_party",
                    "id": "idp_4dEfGhJkLmNpQrSt",
                    "roles": [
                      "owner",
                      "owner"
                    ],
                    "actor": {
                      "object": "identity.actor",
                      "id": "iac_6wQpLk2mZa8nYx4b",
                      "type": "person",
                      "status": "active",
                      "name": "Build Bot",
                      "description": "CI agent used for release automation",
                      "metadata": {},
                      "agent_id": "agt_4mNoPq8rSt2uVx6y",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    },
                    "created_at": "2026-02-03T10:15:00.000Z"
                  }
                ],
                "request": {
                  "object": "identity.delegation_request",
                  "id": "idr_2mNpQrStUvWxYzAb",
                  "status": "pending",
                  "denied_reason": "request_denied",
                  "requester": {
                    "object": "identity.actor",
                    "id": "iac_6wQpLk2mZa8nYx4b",
                    "type": "person",
                    "status": "active",
                    "name": "Build Bot",
                    "description": "CI agent used for release automation",
                    "metadata": {},
                    "agent_id": "agt_4mNoPq8rSt2uVx6y",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "updated_at": "2026-02-10T14:30:00.000Z"
                  },
                  "identity_id": "idn_5gHjKlMnPqRsTuVw",
                  "expires_at": "2026-03-03T10:15:00.000Z",
                  "created_at": "2026-02-03T10:15:00.000Z"
                },
                "credential_overrides": [
                  {
                    "object": "identity.delegation_credential_override",
                    "id": "idco_9pQrStUvWxYzAbCd",
                    "status": "active",
                    "permissions": [
                      "provider:call",
                      "provider:call"
                    ],
                    "credential_id": "icr_8vBnM4xZa2cDf7gH",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "expires_at": "2026-03-03T10:15:00.000Z"
                  },
                  {
                    "object": "identity.delegation_credential_override",
                    "id": "idco_9pQrStUvWxYzAbCd",
                    "status": "active",
                    "permissions": [
                      "provider:call",
                      "provider:call"
                    ],
                    "credential_id": "icr_8vBnM4xZa2cDf7gH",
                    "created_at": "2026-02-03T10:15:00.000Z",
                    "expires_at": "2026-03-03T10:15:00.000Z"
                  }
                ],
                "created_at": "2026-02-03T10:15:00.000Z",
                "expires_at": "2026-03-03T10:15:00.000Z",
                "revoked_at": "2026-02-12T17:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "identity.delegation"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "idd_7gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique delegation identifier.",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "waiting_for_consent",
                  "denied",
                  "active",
                  "revoked",
                  "expired"
                ],
                "type": "enum",
                "name": "status",
                "description": "Current status of the delegation.",
                "optional": false,
                "nullable": false
              },
              "denied_reason": {
                "examples": [
                  "request_denied",
                  "sub_delegation_depth_exceeded",
                  "sub_delegation_denied"
                ],
                "type": "enum",
                "name": "denied_reason",
                "description": "Reason the delegation was denied, if applicable.",
                "optional": false,
                "nullable": true
              },
              "delegation_level": {
                "examples": [
                  0
                ],
                "type": "number",
                "name": "delegation_level",
                "description": "Depth level of this delegation in the delegation chain.",
                "optional": false,
                "nullable": false
              },
              "permissions": {
                "examples": [
                  [
                    "provider:call",
                    "provider:call"
                  ],
                  [
                    "provider:read",
                    "provider:read"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "provider:call",
                      "provider:read"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "permissions",
                "description": "Permissions granted by this delegation.",
                "optional": false,
                "nullable": false
              },
              "attestation": {
                "examples": [
                  {
                    "object": "identity.delegation_attestation",
                    "id": "ida_3xYzAbCdEfGhIjKl",
                    "type": "api",
                    "created_at": "2026-02-03T10:15:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.delegation_attestation"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "ida_3xYzAbCdEfGhIjKl"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique attestation identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "api",
                      "request_approval",
                      "covered_by_previously_approved_delegation"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Type of attestation, if any.",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the attestation was created.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "note": {
                "examples": [
                  "Temporary support access for incident triage"
                ],
                "type": "string",
                "name": "note",
                "description": "Optional note explaining the delegation.",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Additional metadata associated with the delegation.",
                "optional": false,
                "nullable": true
              },
              "identity": {
                "examples": [
                  {
                    "object": "identity#preview",
                    "id": "idn_5gHjKlMnPqRsTuVw",
                    "name": "Jane Doe",
                    "description": "Customer support engineer",
                    "metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the identity object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "idn_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique identity identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Jane Doe"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the identity.",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Customer support engineer"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Optional description of the identity.",
                    "optional": false,
                    "nullable": false
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Additional metadata associated with the identity.",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "delegation_config_id": {
                "examples": [
                  "idc_2mNpQrStUvWxYzAb"
                ],
                "type": "string",
                "name": "delegation_config_id",
                "description": "Delegation config used to evaluate this delegation.",
                "optional": false,
                "nullable": true
              },
              "parties": {
                "examples": [
                  [
                    {
                      "object": "identity.delegation_party",
                      "id": "idp_4dEfGhJkLmNpQrSt",
                      "roles": [
                        "owner",
                        "owner"
                      ],
                      "actor": {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      },
                      "created_at": "2026-02-03T10:15:00.000Z"
                    },
                    {
                      "object": "identity.delegation_party",
                      "id": "idp_4dEfGhJkLmNpQrSt",
                      "roles": [
                        "owner",
                        "owner"
                      ],
                      "actor": {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      },
                      "created_at": "2026-02-03T10:15:00.000Z"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "identity.delegation_party",
                        "id": "idp_4dEfGhJkLmNpQrSt",
                        "roles": [
                          "owner",
                          "owner"
                        ],
                        "actor": {
                          "object": "identity.actor",
                          "id": "iac_6wQpLk2mZa8nYx4b",
                          "type": "person",
                          "status": "active",
                          "name": "Build Bot",
                          "description": "CI agent used for release automation",
                          "metadata": {},
                          "agent_id": "agt_4mNoPq8rSt2uVx6y",
                          "created_at": "2026-02-03T10:15:00.000Z",
                          "updated_at": "2026-02-10T14:30:00.000Z"
                        },
                        "created_at": "2026-02-03T10:15:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "identity.delegation_party"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "idp_4dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique delegation party identifier.",
                        "optional": false,
                        "nullable": false
                      },
                      "roles": {
                        "examples": [
                          [
                            "owner",
                            "owner"
                          ],
                          [
                            "delegator",
                            "delegator"
                          ],
                          [
                            "delegatee",
                            "delegatee"
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              "owner",
                              "delegator",
                              "delegatee"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "roles",
                        "description": "Roles this actor has in the delegation.",
                        "optional": false,
                        "nullable": false
                      },
                      "actor": {
                        "examples": [
                          {
                            "object": "identity.actor",
                            "id": "iac_6wQpLk2mZa8nYx4b",
                            "type": "person",
                            "status": "active",
                            "name": "Build Bot",
                            "description": "CI agent used for release automation",
                            "metadata": {},
                            "agent_id": "agt_4mNoPq8rSt2uVx6y",
                            "created_at": "2026-02-03T10:15:00.000Z",
                            "updated_at": "2026-02-10T14:30:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "identity.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "iac_6wQpLk2mZa8nYx4b"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique identity actor identifier.",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "person",
                              "agent"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "Type of actor that owns or participates in identities.",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Current lifecycle status of the identity actor.",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Build Bot"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Human-readable name of the identity actor.",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "CI agent used for release automation"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Optional description of the actor.",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Additional metadata associated with the actor.",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_id": {
                            "examples": [
                              "agt_4mNoPq8rSt2uVx6y"
                            ],
                            "type": "string",
                            "name": "agent_id",
                            "description": "Linked agent identifier when this actor represents an agent.",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2026-02-03T10:15:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when the actor was created.",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-02-10T14:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when the actor was last updated.",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2026-02-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the party was attached to the delegation.",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "parties",
                "description": "Actors involved in the delegation and their roles.",
                "optional": false,
                "nullable": false
              },
              "request": {
                "examples": [
                  {
                    "object": "identity.delegation_request",
                    "id": "idr_2mNpQrStUvWxYzAb",
                    "status": "pending",
                    "denied_reason": "request_denied",
                    "requester": {
                      "object": "identity.actor",
                      "id": "iac_6wQpLk2mZa8nYx4b",
                      "type": "person",
                      "status": "active",
                      "name": "Build Bot",
                      "description": "CI agent used for release automation",
                      "metadata": {},
                      "agent_id": "agt_4mNoPq8rSt2uVx6y",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "updated_at": "2026-02-10T14:30:00.000Z"
                    },
                    "identity_id": "idn_5gHjKlMnPqRsTuVw",
                    "expires_at": "2026-03-03T10:15:00.000Z",
                    "created_at": "2026-02-03T10:15:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "identity.delegation_request"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "idr_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique delegation request identifier.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "pending",
                      "approved",
                      "denied",
                      "canceled"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current status of the related delegation request.",
                    "optional": false,
                    "nullable": false
                  },
                  "denied_reason": {
                    "examples": [
                      "request_denied",
                      "sub_delegation_depth_exceeded",
                      "sub_delegation_denied"
                    ],
                    "type": "enum",
                    "name": "denied_reason",
                    "description": "Reason the request was denied, if applicable.",
                    "optional": false,
                    "nullable": true
                  },
                  "requester": {
                    "examples": [
                      {
                        "object": "identity.actor",
                        "id": "iac_6wQpLk2mZa8nYx4b",
                        "type": "person",
                        "status": "active",
                        "name": "Build Bot",
                        "description": "CI agent used for release automation",
                        "metadata": {},
                        "agent_id": "agt_4mNoPq8rSt2uVx6y",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "updated_at": "2026-02-10T14:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "identity.actor"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "iac_6wQpLk2mZa8nYx4b"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique identity actor identifier.",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "person",
                          "agent"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Type of actor that owns or participates in identities.",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Current lifecycle status of the identity actor.",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Build Bot"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Human-readable name of the identity actor.",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "CI agent used for release automation"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Optional description of the actor.",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Additional metadata associated with the actor.",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_id": {
                        "examples": [
                          "agt_4mNoPq8rSt2uVx6y"
                        ],
                        "type": "string",
                        "name": "agent_id",
                        "description": "Linked agent identifier when this actor represents an agent.",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2026-02-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the actor was created.",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-02-10T14:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the actor was last updated.",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "identity_id": {
                    "examples": [
                      "idn_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "identity_id",
                    "description": "Identity targeted by the request.",
                    "optional": false,
                    "nullable": false
                  },
                  "expires_at": {
                    "examples": [
                      "2026-03-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "expires_at",
                    "description": "Timestamp when the request expires.",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2026-02-03T10:15:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the request was created.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "credential_overrides": {
                "examples": [
                  [
                    {
                      "object": "identity.delegation_credential_override",
                      "id": "idco_9pQrStUvWxYzAbCd",
                      "status": "active",
                      "permissions": [
                        "provider:call",
                        "provider:call"
                      ],
                      "credential_id": "icr_8vBnM4xZa2cDf7gH",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "expires_at": "2026-03-03T10:15:00.000Z"
                    },
                    {
                      "object": "identity.delegation_credential_override",
                      "id": "idco_9pQrStUvWxYzAbCd",
                      "status": "active",
                      "permissions": [
                        "provider:call",
                        "provider:call"
                      ],
                      "credential_id": "icr_8vBnM4xZa2cDf7gH",
                      "created_at": "2026-02-03T10:15:00.000Z",
                      "expires_at": "2026-03-03T10:15:00.000Z"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "identity.delegation_credential_override",
                        "id": "idco_9pQrStUvWxYzAbCd",
                        "status": "active",
                        "permissions": [
                          "provider:call",
                          "provider:call"
                        ],
                        "credential_id": "icr_8vBnM4xZa2cDf7gH",
                        "created_at": "2026-02-03T10:15:00.000Z",
                        "expires_at": "2026-03-03T10:15:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "identity.delegation_credential_override"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "idco_9pQrStUvWxYzAbCd"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique credential override identifier.",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "expired"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Current status of the credential override.",
                        "optional": false,
                        "nullable": false
                      },
                      "permissions": {
                        "examples": [
                          [
                            "provider:call",
                            "provider:call"
                          ],
                          [
                            "provider:read",
                            "provider:read"
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              "provider:call",
                              "provider:read"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "permissions",
                        "description": "Permissions granted for this credential override.",
                        "optional": false,
                        "nullable": false
                      },
                      "credential_id": {
                        "examples": [
                          "icr_8vBnM4xZa2cDf7gH"
                        ],
                        "type": "string",
                        "name": "credential_id",
                        "description": "Credential receiving the override.",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2026-02-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the credential override was created.",
                        "optional": false,
                        "nullable": false
                      },
                      "expires_at": {
                        "examples": [
                          "2026-03-03T10:15:00.000Z"
                        ],
                        "type": "date",
                        "name": "expires_at",
                        "description": "Timestamp when the credential override expires, if set.",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "credential_overrides",
                "description": "Per-credential permission overrides attached to the delegation.",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2026-02-03T10:15:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the delegation was created.",
                "optional": false,
                "nullable": false
              },
              "expires_at": {
                "examples": [
                  "2026-03-03T10:15:00.000Z"
                ],
                "type": "date",
                "name": "expires_at",
                "description": "Timestamp when the delegation expires, if set.",
                "optional": false,
                "nullable": true
              },
              "revoked_at": {
                "examples": [
                  "2026-02-12T17:45:00.000Z"
                ],
                "type": "date",
                "name": "revoked_at",
                "description": "Timestamp when the delegation was revoked, if revoked.",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [
              "2026-03-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "expires_at",
            "description": "Timestamp when the delegation request expires.",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2026-02-03T10:15:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the delegation request was created.",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_194",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by deployment ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_version_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by version ID(s)",
                "optional": true,
                "nullable": false
              },
              "actor_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by actor ID(s)",
                "optional": true,
                "nullable": false
              },
              "consumer_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by consumer ID(s)",
                "optional": true,
                "nullable": false
              },
              "identity_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by identity ID(s)",
                "optional": true,
                "nullable": false
              },
              "identity_credential_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by identity credential ID(s)",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by status (active, archived)",
                "optional": true,
                "nullable": false
              },
              "search": {
                "examples": [],
                "type": "string",
                "description": "Search by name or description",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider deployment creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider deployment creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider deployment creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider deployment last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider deployment last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider deployment last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_195",
      "name": "deployment",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "provider.deployment",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "status": "active",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "locked_version": {
                  "object": "provider.version",
                  "id": "prv_4dEfGhJkLmNpQrSt",
                  "version": "1.0.0",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "Version 1.0.0",
                  "metadata": {},
                  "specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "default_config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "provider.deployment",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "status": "active",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "locked_version": {
                    "object": "provider.version",
                    "id": "prv_4dEfGhJkLmNpQrSt",
                    "version": "1.0.0",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "Version 1.0.0",
                    "metadata": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "default_config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider.deployment",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "status": "active",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "locked_version": {
                    "object": "provider.version",
                    "id": "prv_4dEfGhJkLmNpQrSt",
                    "version": "1.0.0",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "Version 1.0.0",
                    "metadata": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "default_config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.deployment",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "status": "active",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "locked_version": {
                      "object": "provider.version",
                      "id": "prv_4dEfGhJkLmNpQrSt",
                      "version": "1.0.0",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "Version 1.0.0",
                      "metadata": {},
                      "specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "default_config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.deployment"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pde_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique deployment identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Deployment status",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default deployment",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "Production deployment"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "locked_version": {
                    "examples": [
                      {
                        "object": "provider.version",
                        "id": "prv_4dEfGhJkLmNpQrSt",
                        "version": "1.0.0",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "Version 1.0.0",
                        "metadata": {},
                        "specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.version"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "prv_4dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique version identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "version": {
                        "examples": [
                          "1.0.0"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Version identifier string",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_current": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_current",
                        "description": "Whether this is the current version",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Version 1.0.0"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Version name",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "name": "description",
                        "description": "Version description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "specification_id": {
                        "examples": [
                          "psp_9gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "specification_id",
                        "description": "Specification ID",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "default_config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_197",
      "name": "deployment",
      "type": {
        "examples": [
          {
            "object": "provider.deployment",
            "id": "pde_1aBcDeFgHjKlMnPq",
            "status": "active",
            "name": "Production",
            "description": "Production deployment",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "locked_version": {
              "object": "provider.version",
              "id": "prv_4dEfGhJkLmNpQrSt",
              "version": "1.0.0",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "name": "Version 1.0.0",
              "metadata": {},
              "specification_id": "psp_9gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "default_config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.deployment"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pde_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique deployment identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Deployment status",
            "optional": false,
            "nullable": false
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "name": "is_default",
            "description": "Whether this is the default deployment",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Production deployment"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "locked_version": {
            "examples": [
              {
                "object": "provider.version",
                "id": "prv_4dEfGhJkLmNpQrSt",
                "version": "1.0.0",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "name": "Version 1.0.0",
                "metadata": {},
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.version"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "prv_4dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique version identifier",
                "optional": false,
                "nullable": false
              },
              "version": {
                "examples": [
                  "1.0.0"
                ],
                "type": "string",
                "name": "identifier",
                "description": "Version identifier string",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "is_current": {
                "examples": [],
                "type": "boolean",
                "name": "is_current",
                "description": "Whether this is the current version",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Version 1.0.0"
                ],
                "type": "string",
                "name": "name",
                "description": "Version name",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "name": "description",
                "description": "Version description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "specification_id": {
                "examples": [
                  "psp_9gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "specification_id",
                "description": "Specification ID",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "default_config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_199",
      "name": "Body",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "name": "Production Deployment",
                "description": "Main production environment configuration",
                "metadata": {},
                "tool_filters": {
                  "type": "tool_keys"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "locked_provider_version_id": "prv_4dEfGhJkLmNpQrSt"
              }
            ],
            "properties": {
              "name": {
                "examples": [
                  "Production Deployment"
                ],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Main production environment configuration"
                ],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "description": "Custom key-value pairs for storing additional information",
                "optional": true,
                "nullable": false
              },
              "tool_filters": {
                "examples": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_regex"
                  },
                  {
                    "type": "resource_regex"
                  },
                  {
                    "type": "resource_uris"
                  },
                  {
                    "type": "prompt_keys"
                  },
                  {
                    "type": "prompt_regex"
                  },
                  [
                    {
                      "type": "tool_keys"
                    },
                    {
                      "type": "tool_keys"
                    }
                  ],
                  [
                    {
                      "type": "tool_regex"
                    },
                    {
                      "type": "tool_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_regex"
                    },
                    {
                      "type": "resource_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_uris"
                    },
                    {
                      "type": "resource_uris"
                    }
                  ],
                  [
                    {
                      "type": "prompt_keys"
                    },
                    {
                      "type": "prompt_keys"
                    }
                  ],
                  [
                    {
                      "type": "prompt_regex"
                    },
                    {
                      "type": "prompt_regex"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_regex"
                      },
                      {
                        "type": "resource_regex"
                      },
                      {
                        "type": "resource_uris"
                      },
                      {
                        "type": "prompt_keys"
                      },
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "tool_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_uris"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_uris"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "uris": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "description": "The provider to deploy",
                "optional": false,
                "nullable": false
              },
              "locked_provider_version_id": {
                "examples": [
                  "prv_4dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "description": "Pin this deployment to a specific provider version",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "provider_config_id": "pcf_7dEfGhJkLmNpQrSt"
              },
              {
                "provider_config": {
                  "name": "Default Config",
                  "value": {}
                }
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "provider_config_id": "pcf_7dEfGhJkLmNpQrSt"
                  }
                ],
                "properties": {
                  "provider_config_id": {
                    "examples": [
                      "pcf_7dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "description": "Existing provider config ID",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "provider_config": {
                      "name": "Default Config",
                      "value": {}
                    }
                  }
                ],
                "properties": {
                  "provider_config": {
                    "examples": [
                      {
                        "name": "Default Config",
                        "value": {}
                      },
                      {
                        "name": "Default Config",
                        "provider_config_vault_id": "pcvt_3bCdEfGhJkLmNpQr"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "name": "Default Config",
                            "value": {}
                          }
                        ],
                        "properties": {
                          "name": {
                            "examples": [
                              "Default Config"
                            ],
                            "type": "string",
                            "optional": true,
                            "nullable": false
                          },
                          "value": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "description": "Provider-specific configuration values",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "name": "Default Config",
                            "provider_config_vault_id": "pcvt_3bCdEfGhJkLmNpQr"
                          }
                        ],
                        "properties": {
                          "name": {
                            "examples": [
                              "Default Config"
                            ],
                            "type": "string",
                            "optional": true,
                            "nullable": false
                          },
                          "provider_config_vault_id": {
                            "examples": [
                              "pcvt_3bCdEfGhJkLmNpQr"
                            ],
                            "type": "string",
                            "description": "Provider config vault ID",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_200",
      "name": "deployment",
      "type": {
        "examples": [
          {
            "object": "provider.deployment",
            "id": "pde_1aBcDeFgHjKlMnPq",
            "status": "active",
            "name": "Production",
            "description": "Production deployment",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "locked_version": {
              "object": "provider.version",
              "id": "prv_4dEfGhJkLmNpQrSt",
              "version": "1.0.0",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "name": "Version 1.0.0",
              "metadata": {},
              "specification_id": "psp_9gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "default_config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.deployment"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pde_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique deployment identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Deployment status",
            "optional": false,
            "nullable": false
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "name": "is_default",
            "description": "Whether this is the default deployment",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Production deployment"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "locked_version": {
            "examples": [
              {
                "object": "provider.version",
                "id": "prv_4dEfGhJkLmNpQrSt",
                "version": "1.0.0",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "name": "Version 1.0.0",
                "metadata": {},
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.version"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "prv_4dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique version identifier",
                "optional": false,
                "nullable": false
              },
              "version": {
                "examples": [
                  "1.0.0"
                ],
                "type": "string",
                "name": "identifier",
                "description": "Version identifier string",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "is_current": {
                "examples": [],
                "type": "boolean",
                "name": "is_current",
                "description": "Whether this is the current version",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Version 1.0.0"
                ],
                "type": "string",
                "name": "name",
                "description": "Version name",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "name": "description",
                "description": "Version description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "specification_id": {
                "examples": [
                  "psp_9gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "specification_id",
                "description": "Specification ID",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "default_config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_202",
      "name": "Body",
      "type": {
        "examples": [
          {
            "name": "Updated Deployment Name",
            "description": "Updated description for this deployment",
            "metadata": {},
            "tool_filters": {
              "type": "tool_keys"
            },
            "locked_provider_version_id": "prv_4dEfGhJkLmNpQrSt"
          }
        ],
        "properties": {
          "name": {
            "examples": [
              "Updated Deployment Name"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [
              "Updated description for this deployment"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Custom key-value pairs for storing additional information",
            "optional": true,
            "nullable": false
          },
          "tool_filters": {
            "examples": [
              {
                "type": "tool_keys"
              },
              {
                "type": "tool_regex"
              },
              {
                "type": "resource_regex"
              },
              {
                "type": "resource_uris"
              },
              {
                "type": "prompt_keys"
              },
              {
                "type": "prompt_regex"
              },
              [
                {
                  "type": "tool_keys"
                },
                {
                  "type": "tool_keys"
                }
              ],
              [
                {
                  "type": "tool_regex"
                },
                {
                  "type": "tool_regex"
                }
              ],
              [
                {
                  "type": "resource_regex"
                },
                {
                  "type": "resource_regex"
                }
              ],
              [
                {
                  "type": "resource_uris"
                },
                {
                  "type": "resource_uris"
                }
              ],
              [
                {
                  "type": "prompt_keys"
                },
                {
                  "type": "prompt_keys"
                }
              ],
              [
                {
                  "type": "prompt_regex"
                },
                {
                  "type": "prompt_regex"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_regex"
                  },
                  {
                    "type": "resource_regex"
                  },
                  {
                    "type": "resource_uris"
                  },
                  {
                    "type": "prompt_keys"
                  },
                  {
                    "type": "prompt_regex"
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "tool_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_uris"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_uris"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "uris": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  [
                    {
                      "type": "tool_keys"
                    },
                    {
                      "type": "tool_keys"
                    }
                  ],
                  [
                    {
                      "type": "tool_regex"
                    },
                    {
                      "type": "tool_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_regex"
                    },
                    {
                      "type": "resource_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_uris"
                    },
                    {
                      "type": "resource_uris"
                    }
                  ],
                  [
                    {
                      "type": "prompt_keys"
                    },
                    {
                      "type": "prompt_keys"
                    }
                  ],
                  [
                    {
                      "type": "prompt_regex"
                    },
                    {
                      "type": "prompt_regex"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_regex"
                      },
                      {
                        "type": "resource_regex"
                      },
                      {
                        "type": "resource_uris"
                      },
                      {
                        "type": "prompt_keys"
                      },
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "tool_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_uris"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_uris"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "uris": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": true,
            "nullable": true
          },
          "locked_provider_version_id": {
            "examples": [
              "prv_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "description": "Pin this deployment to a specific provider version, or null to follow latest",
            "optional": true,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_203",
      "name": "deployment",
      "type": {
        "examples": [
          {
            "object": "provider.deployment",
            "id": "pde_1aBcDeFgHjKlMnPq",
            "status": "active",
            "name": "Production",
            "description": "Production deployment",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "locked_version": {
              "object": "provider.version",
              "id": "prv_4dEfGhJkLmNpQrSt",
              "version": "1.0.0",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "name": "Version 1.0.0",
              "metadata": {},
              "specification_id": "psp_9gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "default_config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.deployment"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pde_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique deployment identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Deployment status",
            "optional": false,
            "nullable": false
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "name": "is_default",
            "description": "Whether this is the default deployment",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Production deployment"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "locked_version": {
            "examples": [
              {
                "object": "provider.version",
                "id": "prv_4dEfGhJkLmNpQrSt",
                "version": "1.0.0",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "name": "Version 1.0.0",
                "metadata": {},
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.version"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "prv_4dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique version identifier",
                "optional": false,
                "nullable": false
              },
              "version": {
                "examples": [
                  "1.0.0"
                ],
                "type": "string",
                "name": "identifier",
                "description": "Version identifier string",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "is_current": {
                "examples": [],
                "type": "boolean",
                "name": "is_current",
                "description": "Whether this is the current version",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Version 1.0.0"
                ],
                "type": "string",
                "name": "name",
                "description": "Version name",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "name": "description",
                "description": "Version description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "specification_id": {
                "examples": [
                  "psp_9gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "specification_id",
                "description": "Specification ID",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "default_config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_205",
      "name": "deployment",
      "type": {
        "examples": [
          {
            "object": "provider.deployment",
            "id": "pde_1aBcDeFgHjKlMnPq",
            "status": "active",
            "name": "Production",
            "description": "Production deployment",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "locked_version": {
              "object": "provider.version",
              "id": "prv_4dEfGhJkLmNpQrSt",
              "version": "1.0.0",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "name": "Version 1.0.0",
              "metadata": {},
              "specification_id": "psp_9gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "default_config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.deployment"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pde_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique deployment identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Deployment status",
            "optional": false,
            "nullable": false
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "name": "is_default",
            "description": "Whether this is the default deployment",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Production deployment"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "locked_version": {
            "examples": [
              {
                "object": "provider.version",
                "id": "prv_4dEfGhJkLmNpQrSt",
                "version": "1.0.0",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "name": "Version 1.0.0",
                "metadata": {},
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.version"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "prv_4dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique version identifier",
                "optional": false,
                "nullable": false
              },
              "version": {
                "examples": [
                  "1.0.0"
                ],
                "type": "string",
                "name": "identifier",
                "description": "Version identifier string",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "is_current": {
                "examples": [],
                "type": "boolean",
                "name": "is_current",
                "description": "Whether this is the current version",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Version 1.0.0"
                ],
                "type": "string",
                "name": "name",
                "description": "Version name",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "name": "description",
                "description": "Version description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "specification_id": {
                "examples": [
                  "psp_9gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "specification_id",
                "description": "Specification ID",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "default_config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_208",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "active",
                  "archived",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by status (active, archived)",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by config ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_specification_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider specification ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_deployment_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider deployment ID(s)",
                "optional": true,
                "nullable": false
              },
              "available_for_use": {
                "examples": [],
                "type": "boolean",
                "description": "Only return configs that are not owned by another integration instance provider.",
                "optional": true,
                "nullable": false
              },
              "available_for_provider_deployment_id": {
                "examples": [],
                "type": "string",
                "description": "Only return configs that are not locked to a different provider deployment.",
                "optional": true,
                "nullable": false
              },
              "provider_config_vault_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by config vault ID(s)",
                "optional": true,
                "nullable": false
              },
              "actor_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by actor ID(s)",
                "optional": true,
                "nullable": false
              },
              "consumer_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by consumer ID(s)",
                "optional": true,
                "nullable": false
              },
              "identity_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by identity ID(s)",
                "optional": true,
                "nullable": false
              },
              "identity_credential_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by identity credential ID(s)",
                "optional": true,
                "nullable": false
              },
              "search": {
                "examples": [],
                "type": "string",
                "description": "Search by name or description",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider config creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider config creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider config creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider config last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider config last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider config last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_209",
      "name": "config",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "provider.config",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "status": "active",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "from_vault": {
                  "object": "provider.config_vault",
                  "id": "pcvt_3bCdEfGhJkLmNpQr",
                  "status": "active",
                  "name": "Production Secrets",
                  "description": "Secure storage for production credentials",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "provider.config",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "status": "active",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "from_vault": {
                    "object": "provider.config_vault",
                    "id": "pcvt_3bCdEfGhJkLmNpQr",
                    "status": "active",
                    "name": "Production Secrets",
                    "description": "Secure storage for production credentials",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider.config",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "status": "active",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "from_vault": {
                    "object": "provider.config_vault",
                    "id": "pcvt_3bCdEfGhJkLmNpQr",
                    "status": "active",
                    "name": "Production Secrets",
                    "description": "Secure storage for production credentials",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.config",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "status": "active",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "from_vault": {
                      "object": "provider.config_vault",
                      "id": "pcvt_3bCdEfGhJkLmNpQr",
                      "status": "active",
                      "name": "Production Secrets",
                      "description": "Secure storage for production credentials",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "deployment": {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.config"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pcf_7dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique config identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Config status",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default config",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production Config"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "Configuration for production environment"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "specification_id": {
                    "examples": [
                      "psp_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "specification_id",
                    "description": "Specification ID",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "from_vault": {
                    "examples": [
                      {
                        "object": "provider.config_vault",
                        "id": "pcvt_3bCdEfGhJkLmNpQr",
                        "status": "active",
                        "name": "Production Secrets",
                        "description": "Secure storage for production credentials",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "deployment": {
                          "object": "provider.deployment#preview",
                          "id": "pde_1aBcDeFgHjKlMnPq",
                          "name": "Production",
                          "description": "Production deployment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config_vault"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcvt_3bCdEfGhJkLmNpQr"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique config vault identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Status of the config vault",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Secrets"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Secure storage for production credentials"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "deployment": {
                        "examples": [
                          {
                            "object": "provider.deployment#preview",
                            "id": "pde_1aBcDeFgHjKlMnPq",
                            "name": "Production",
                            "description": "Production deployment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.deployment#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pde_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Deployment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default deployment",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Production"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Deployment name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "Production deployment"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_211",
      "name": "config",
      "type": {
        "examples": [
          {
            "object": "provider.config",
            "id": "pcf_7dEfGhJkLmNpQrSt",
            "status": "active",
            "name": "Production Config",
            "description": "Configuration for production environment",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "specification_id": "psp_9gHjKlMnPqRsTuVw",
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "from_vault": {
              "object": "provider.config_vault",
              "id": "pcvt_3bCdEfGhJkLmNpQr",
              "status": "active",
              "name": "Production Secrets",
              "description": "Secure storage for production credentials",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "deployment": {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.config"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pcf_7dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique config identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Config status",
            "optional": false,
            "nullable": false
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "name": "is_default",
            "description": "Whether this is the default config",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Config"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Configuration for production environment"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "specification_id": {
            "examples": [
              "psp_9gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "specification_id",
            "description": "Specification ID",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "from_vault": {
            "examples": [
              {
                "object": "provider.config_vault",
                "id": "pcvt_3bCdEfGhJkLmNpQr",
                "status": "active",
                "name": "Production Secrets",
                "description": "Secure storage for production credentials",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config_vault"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcvt_3bCdEfGhJkLmNpQr"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique config vault identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Status of the config vault",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Secrets"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Secure storage for production credentials"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "deployment": {
                "examples": [
                  {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.deployment#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pde_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Deployment ID",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default deployment",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Deployment name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "Production deployment"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_213",
      "name": "Body",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_deployment_id": "pdp_4dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "tool_filters": {
                  "type": "tool_keys"
                }
              }
            ],
            "properties": {
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "provider_deployment_id": {
                "examples": [
                  "pdp_4dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "description": "Optional provider deployment ID",
                "optional": true,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "description": "Custom key-value pairs for storing additional information",
                "optional": true,
                "nullable": false
              },
              "tool_filters": {
                "examples": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_regex"
                  },
                  {
                    "type": "resource_regex"
                  },
                  {
                    "type": "resource_uris"
                  },
                  {
                    "type": "prompt_keys"
                  },
                  {
                    "type": "prompt_regex"
                  },
                  [
                    {
                      "type": "tool_keys"
                    },
                    {
                      "type": "tool_keys"
                    }
                  ],
                  [
                    {
                      "type": "tool_regex"
                    },
                    {
                      "type": "tool_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_regex"
                    },
                    {
                      "type": "resource_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_uris"
                    },
                    {
                      "type": "resource_uris"
                    }
                  ],
                  [
                    {
                      "type": "prompt_keys"
                    },
                    {
                      "type": "prompt_keys"
                    }
                  ],
                  [
                    {
                      "type": "prompt_regex"
                    },
                    {
                      "type": "prompt_regex"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_regex"
                      },
                      {
                        "type": "resource_regex"
                      },
                      {
                        "type": "resource_uris"
                      },
                      {
                        "type": "prompt_keys"
                      },
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "tool_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_uris"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_uris"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "uris": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "value": {}
              },
              {
                "provider_config_vault_id": "pcvt_3bCdEfGhJkLmNpQr"
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "value": {}
                  }
                ],
                "properties": {
                  "value": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "description": "Provider-specific configuration values",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "provider_config_vault_id": "pcvt_3bCdEfGhJkLmNpQr"
                  }
                ],
                "properties": {
                  "provider_config_vault_id": {
                    "examples": [
                      "pcvt_3bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "description": "Config vault ID to use as template",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_214",
      "name": "config",
      "type": {
        "examples": [
          {
            "object": "provider.config",
            "id": "pcf_7dEfGhJkLmNpQrSt",
            "status": "active",
            "name": "Production Config",
            "description": "Configuration for production environment",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "specification_id": "psp_9gHjKlMnPqRsTuVw",
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "from_vault": {
              "object": "provider.config_vault",
              "id": "pcvt_3bCdEfGhJkLmNpQr",
              "status": "active",
              "name": "Production Secrets",
              "description": "Secure storage for production credentials",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "deployment": {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.config"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pcf_7dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique config identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Config status",
            "optional": false,
            "nullable": false
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "name": "is_default",
            "description": "Whether this is the default config",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Config"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Configuration for production environment"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "specification_id": {
            "examples": [
              "psp_9gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "specification_id",
            "description": "Specification ID",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "from_vault": {
            "examples": [
              {
                "object": "provider.config_vault",
                "id": "pcvt_3bCdEfGhJkLmNpQr",
                "status": "active",
                "name": "Production Secrets",
                "description": "Secure storage for production credentials",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config_vault"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcvt_3bCdEfGhJkLmNpQr"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique config vault identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Status of the config vault",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Secrets"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Secure storage for production credentials"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "deployment": {
                "examples": [
                  {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.deployment#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pde_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Deployment ID",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default deployment",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Deployment name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "Production deployment"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_216",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {},
            "tool_filters": {
              "type": "tool_keys"
            }
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Custom key-value pairs for storing additional information",
            "optional": true,
            "nullable": false
          },
          "tool_filters": {
            "examples": [
              {
                "type": "tool_keys"
              },
              {
                "type": "tool_regex"
              },
              {
                "type": "resource_regex"
              },
              {
                "type": "resource_uris"
              },
              {
                "type": "prompt_keys"
              },
              {
                "type": "prompt_regex"
              },
              [
                {
                  "type": "tool_keys"
                },
                {
                  "type": "tool_keys"
                }
              ],
              [
                {
                  "type": "tool_regex"
                },
                {
                  "type": "tool_regex"
                }
              ],
              [
                {
                  "type": "resource_regex"
                },
                {
                  "type": "resource_regex"
                }
              ],
              [
                {
                  "type": "resource_uris"
                },
                {
                  "type": "resource_uris"
                }
              ],
              [
                {
                  "type": "prompt_keys"
                },
                {
                  "type": "prompt_keys"
                }
              ],
              [
                {
                  "type": "prompt_regex"
                },
                {
                  "type": "prompt_regex"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_regex"
                  },
                  {
                    "type": "resource_regex"
                  },
                  {
                    "type": "resource_uris"
                  },
                  {
                    "type": "prompt_keys"
                  },
                  {
                    "type": "prompt_regex"
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "tool_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_uris"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_uris"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "uris": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  [
                    {
                      "type": "tool_keys"
                    },
                    {
                      "type": "tool_keys"
                    }
                  ],
                  [
                    {
                      "type": "tool_regex"
                    },
                    {
                      "type": "tool_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_regex"
                    },
                    {
                      "type": "resource_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_uris"
                    },
                    {
                      "type": "resource_uris"
                    }
                  ],
                  [
                    {
                      "type": "prompt_keys"
                    },
                    {
                      "type": "prompt_keys"
                    }
                  ],
                  [
                    {
                      "type": "prompt_regex"
                    },
                    {
                      "type": "prompt_regex"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_regex"
                      },
                      {
                        "type": "resource_regex"
                      },
                      {
                        "type": "resource_uris"
                      },
                      {
                        "type": "prompt_keys"
                      },
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "tool_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_uris"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_uris"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "uris": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": true,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_217",
      "name": "config",
      "type": {
        "examples": [
          {
            "object": "provider.config",
            "id": "pcf_7dEfGhJkLmNpQrSt",
            "status": "active",
            "name": "Production Config",
            "description": "Configuration for production environment",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "specification_id": "psp_9gHjKlMnPqRsTuVw",
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "from_vault": {
              "object": "provider.config_vault",
              "id": "pcvt_3bCdEfGhJkLmNpQr",
              "status": "active",
              "name": "Production Secrets",
              "description": "Secure storage for production credentials",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "deployment": {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.config"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pcf_7dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique config identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Config status",
            "optional": false,
            "nullable": false
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "name": "is_default",
            "description": "Whether this is the default config",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Config"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Configuration for production environment"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "specification_id": {
            "examples": [
              "psp_9gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "specification_id",
            "description": "Specification ID",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "from_vault": {
            "examples": [
              {
                "object": "provider.config_vault",
                "id": "pcvt_3bCdEfGhJkLmNpQr",
                "status": "active",
                "name": "Production Secrets",
                "description": "Secure storage for production credentials",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config_vault"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcvt_3bCdEfGhJkLmNpQr"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique config vault identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Status of the config vault",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Secrets"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Secure storage for production credentials"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "deployment": {
                "examples": [
                  {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.deployment#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pde_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Deployment ID",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default deployment",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Deployment name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "Production deployment"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_219",
      "name": "config",
      "type": {
        "examples": [
          {
            "object": "provider.config",
            "id": "pcf_7dEfGhJkLmNpQrSt",
            "status": "active",
            "name": "Production Config",
            "description": "Configuration for production environment",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "specification_id": "psp_9gHjKlMnPqRsTuVw",
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "from_vault": {
              "object": "provider.config_vault",
              "id": "pcvt_3bCdEfGhJkLmNpQr",
              "status": "active",
              "name": "Production Secrets",
              "description": "Secure storage for production credentials",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "deployment": {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.config"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pcf_7dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique config identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Config status",
            "optional": false,
            "nullable": false
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "name": "is_default",
            "description": "Whether this is the default config",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Config"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Configuration for production environment"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "specification_id": {
            "examples": [
              "psp_9gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "specification_id",
            "description": "Specification ID",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "from_vault": {
            "examples": [
              {
                "object": "provider.config_vault",
                "id": "pcvt_3bCdEfGhJkLmNpQr",
                "status": "active",
                "name": "Production Secrets",
                "description": "Secure storage for production credentials",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config_vault"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcvt_3bCdEfGhJkLmNpQr"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique config vault identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Status of the config vault",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Secrets"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Secure storage for production credentials"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "deployment": {
                "examples": [
                  {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.deployment#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pde_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Deployment ID",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default deployment",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Deployment name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "Production deployment"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_221",
      "name": "Query",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "provider_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "provider_config_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "provider_version_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "provider_deployment_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_222",
      "name": "configSchema",
      "type": {
        "examples": [
          {
            "object": "provider.capabilities.config.schema",
            "schema": {
              "type": "json_schema",
              "schema": {}
            },
            "visibility": "plain",
            "specification_id": "psp_9gHjKlMnPqRsTuVw",
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.capabilities.config.schema"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "schema": {
            "examples": [
              {
                "type": "json_schema",
                "schema": {}
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "json_schema"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "schema": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "schema",
                "description": "JSON Schema for provider configuration",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "visibility": {
            "examples": [
              "plain",
              "encrypted"
            ],
            "type": "enum",
            "name": "visibility",
            "description": "Visibility of the config data",
            "optional": false,
            "nullable": false
          },
          "specification_id": {
            "examples": [
              "psp_9gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "specification_id",
            "description": "Specification ID",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_225",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "active",
                  "archived",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by status (active, archived)",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by config vault ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_deployment_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider deployment ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider config ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_config_vault_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by config vault ID(s)",
                "optional": true,
                "nullable": false
              },
              "search": {
                "examples": [],
                "type": "string",
                "description": "Search by name or description",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider config vault creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider config vault creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider config vault creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider config vault last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider config vault last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider config vault last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_226",
      "name": "configVault",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "provider.config_vault",
                "id": "pcvt_3bCdEfGhJkLmNpQr",
                "status": "active",
                "name": "Production Secrets",
                "description": "Secure storage for production credentials",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "provider.config_vault",
                  "id": "pcvt_3bCdEfGhJkLmNpQr",
                  "status": "active",
                  "name": "Production Secrets",
                  "description": "Secure storage for production credentials",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider.config_vault",
                  "id": "pcvt_3bCdEfGhJkLmNpQr",
                  "status": "active",
                  "name": "Production Secrets",
                  "description": "Secure storage for production credentials",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.config_vault",
                    "id": "pcvt_3bCdEfGhJkLmNpQr",
                    "status": "active",
                    "name": "Production Secrets",
                    "description": "Secure storage for production credentials",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.config_vault"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pcvt_3bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique config vault identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Status of the config vault",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production Secrets"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Secure storage for production credentials"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_228",
      "name": "configVault",
      "type": {
        "examples": [
          {
            "object": "provider.config_vault",
            "id": "pcvt_3bCdEfGhJkLmNpQr",
            "status": "active",
            "name": "Production Secrets",
            "description": "Secure storage for production credentials",
            "metadata": {},
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.config_vault"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pcvt_3bCdEfGhJkLmNpQr"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique config vault identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Status of the config vault",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Secrets"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Secure storage for production credentials"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_230",
      "name": "Body",
      "type": {
        "examples": [
          {
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "provider_deployment_id": "pdp_4dEfGhJkLmNpQrSt",
            "name": "Production Secrets",
            "description": "Secure storage for production credentials",
            "metadata": {},
            "value": {}
          }
        ],
        "properties": {
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "provider_deployment_id": {
            "examples": [
              "pdp_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "description": "Provider deployment ID",
            "optional": true,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Secrets"
            ],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Secure storage for production credentials"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Custom key-value pairs for storing additional information",
            "optional": true,
            "nullable": false
          },
          "value": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Secure configuration values to store in the vault",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_231",
      "name": "configVault",
      "type": {
        "examples": [
          {
            "object": "provider.config_vault",
            "id": "pcvt_3bCdEfGhJkLmNpQr",
            "status": "active",
            "name": "Production Secrets",
            "description": "Secure storage for production credentials",
            "metadata": {},
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.config_vault"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pcvt_3bCdEfGhJkLmNpQr"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique config vault identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Status of the config vault",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Secrets"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Secure storage for production credentials"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_233",
      "name": "Body",
      "type": {
        "examples": [
          {
            "name": "Updated Vault Name",
            "description": "Updated vault description",
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [
              "Updated Vault Name"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [
              "Updated vault description"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Custom key-value pairs for storing additional information",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_234",
      "name": "configVault",
      "type": {
        "examples": [
          {
            "object": "provider.config_vault",
            "id": "pcvt_3bCdEfGhJkLmNpQr",
            "status": "active",
            "name": "Production Secrets",
            "description": "Secure storage for production credentials",
            "metadata": {},
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.config_vault"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pcvt_3bCdEfGhJkLmNpQr"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique config vault identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Status of the config vault",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Secrets"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Secure storage for production credentials"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_236",
      "name": "configVault",
      "type": {
        "examples": [
          {
            "object": "provider.config_vault",
            "id": "pcvt_3bCdEfGhJkLmNpQr",
            "status": "active",
            "name": "Production Secrets",
            "description": "Secure storage for production credentials",
            "metadata": {},
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.config_vault"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pcvt_3bCdEfGhJkLmNpQr"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique config vault identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Status of the config vault",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Secrets"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Secure storage for production credentials"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_239",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "active",
                  "archived",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by status (active, archived)",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by auth config ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_deployment_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider deployment ID(s)",
                "optional": true,
                "nullable": false
              },
              "available_for_use": {
                "examples": [],
                "type": "boolean",
                "description": "Only return auth configs that are not owned by another integration instance provider.",
                "optional": true,
                "nullable": false
              },
              "available_for_provider_deployment_id": {
                "examples": [],
                "type": "string",
                "description": "Only return auth configs that are not locked to a different provider deployment.",
                "optional": true,
                "nullable": false
              },
              "provider_auth_credentials_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by auth credentials ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_auth_method_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by auth method ID(s)",
                "optional": true,
                "nullable": false
              },
              "actor_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by actor ID(s)",
                "optional": true,
                "nullable": false
              },
              "consumer_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by consumer ID(s)",
                "optional": true,
                "nullable": false
              },
              "identity_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by identity ID(s)",
                "optional": true,
                "nullable": false
              },
              "identity_credential_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by identity credential ID(s)",
                "optional": true,
                "nullable": false
              },
              "search": {
                "examples": [],
                "type": "string",
                "description": "Search by name or description",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider auth config creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider auth config creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider auth config creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider auth config last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider auth config last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider auth config last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_240",
      "name": "provider.auth_config",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "provider.auth_config",
                "id": "pac_8pQrStUvWxYzAbCd",
                "type": "manual",
                "source": "manual",
                "status": "active",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub OAuth Token",
                "description": "OAuth token for GitHub API access",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "credentials": {
                  "object": "provider.auth_credentials",
                  "id": "par_4sTuVwXyZaBcDeFg",
                  "type": "oauth",
                  "status": "active",
                  "is_default": true,
                  "is_managed": true,
                  "name": "GitHub OAuth",
                  "description": "OAuth credentials for GitHub API",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_method": {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "provider.auth_config",
                  "id": "pac_8pQrStUvWxYzAbCd",
                  "type": "manual",
                  "source": "manual",
                  "status": "active",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub OAuth Token",
                  "description": "OAuth token for GitHub API access",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "credentials": {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_method": {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider.auth_config",
                  "id": "pac_8pQrStUvWxYzAbCd",
                  "type": "manual",
                  "source": "manual",
                  "status": "active",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub OAuth Token",
                  "description": "OAuth token for GitHub API access",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "credentials": {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_method": {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.auth_config",
                    "id": "pac_8pQrStUvWxYzAbCd",
                    "type": "manual",
                    "source": "manual",
                    "status": "active",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub OAuth Token",
                    "description": "OAuth token for GitHub API access",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "credentials": {
                      "object": "provider.auth_credentials",
                      "id": "par_4sTuVwXyZaBcDeFg",
                      "type": "oauth",
                      "status": "active",
                      "is_default": true,
                      "is_managed": true,
                      "name": "GitHub OAuth",
                      "description": "OAuth credentials for GitHub API",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_method": {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.auth_config"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pac_8pQrStUvWxYzAbCd"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique auth config identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "manual",
                      "oauth_automated",
                      "oauth_manual"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Authentication type",
                    "optional": false,
                    "nullable": false
                  },
                  "source": {
                    "examples": [
                      "manual",
                      "setup_session",
                      "system"
                    ],
                    "type": "enum",
                    "name": "source",
                    "description": "Auth config source",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Auth config status",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default auth config",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "GitHub OAuth Token"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "OAuth token for GitHub API access"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "credentials": {
                    "examples": [
                      {
                        "object": "provider.auth_credentials",
                        "id": "par_4sTuVwXyZaBcDeFg",
                        "type": "oauth",
                        "status": "active",
                        "is_default": true,
                        "is_managed": true,
                        "name": "GitHub OAuth",
                        "description": "OAuth credentials for GitHub API",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_credentials"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "par_4sTuVwXyZaBcDeFg"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique credentials identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "oauth"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Credentials status",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [
                          true,
                          false
                        ],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default credentials for the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "is_managed": {
                        "examples": [
                          true,
                          false
                        ],
                        "type": "boolean",
                        "name": "is_managed",
                        "description": "Whether these credentials are managed by Metorial",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub OAuth"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "OAuth credentials for GitHub API"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "scopes": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "scopes",
                        "description": "OAuth scopes requested by this credential",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_method": {
                    "examples": [
                      {
                        "object": "provider.capabilities.auth_method",
                        "id": "pam_2mNpQrStUvWxYzAb",
                        "type": "oauth",
                        "key": "oauth2",
                        "name": "OAuth 2.0",
                        "description": "Authenticate using OAuth 2.0",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "scopes": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          },
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.auth_method"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pam_2mNpQrStUvWxYzAb"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique auth method identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "oauth",
                          "token",
                          "custom"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Authentication type",
                        "optional": false,
                        "nullable": false
                      },
                      "key": {
                        "examples": [
                          "oauth2"
                        ],
                        "type": "string",
                        "name": "key",
                        "description": "Auth method key",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "OAuth 2.0"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Authenticate using OAuth 2.0"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Auth method description",
                        "optional": false,
                        "nullable": true
                      },
                      "capabilities": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "capabilities",
                        "description": "Auth method capabilities",
                        "optional": false,
                        "nullable": false
                      },
                      "input_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the required auth input fields",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "output_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the auth output fields",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "scopes": {
                        "examples": [
                          [
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            },
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.capabilities.auth_method.scope"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pams_8tUvWxYzAbCdEfGh"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique scope identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "scope": {
                                "examples": [
                                  "repo",
                                  "user:email"
                                ],
                                "type": "string",
                                "name": "scope",
                                "description": "OAuth scope string",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Repository Access"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Display name of the scope",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [
                                  "Full control of private repositories"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Scope description",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "scopes",
                        "description": "Available OAuth scopes",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_specification_id": {
                        "examples": [
                          "psp_9gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_specification_id",
                        "description": "Specification ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_242",
      "name": "provider.auth_config",
      "type": {
        "examples": [
          {
            "object": "provider.auth_config",
            "id": "pac_8pQrStUvWxYzAbCd",
            "type": "manual",
            "source": "manual",
            "status": "active",
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "name": "GitHub OAuth Token",
            "description": "OAuth token for GitHub API access",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "credentials": {
              "object": "provider.auth_credentials",
              "id": "par_4sTuVwXyZaBcDeFg",
              "type": "oauth",
              "status": "active",
              "is_default": true,
              "is_managed": true,
              "name": "GitHub OAuth",
              "description": "OAuth credentials for GitHub API",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_method": {
              "object": "provider.capabilities.auth_method",
              "id": "pam_2mNpQrStUvWxYzAb",
              "type": "oauth",
              "key": "oauth2",
              "name": "OAuth 2.0",
              "description": "Authenticate using OAuth 2.0",
              "capabilities": {},
              "input_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "output_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "scopes": [
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                },
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                }
              ],
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.auth_config"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pac_8pQrStUvWxYzAbCd"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique auth config identifier",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "manual",
              "oauth_automated",
              "oauth_manual"
            ],
            "type": "enum",
            "name": "type",
            "description": "Authentication type",
            "optional": false,
            "nullable": false
          },
          "source": {
            "examples": [
              "manual",
              "setup_session",
              "system"
            ],
            "type": "enum",
            "name": "source",
            "description": "Auth config source",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Auth config status",
            "optional": false,
            "nullable": false
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "name": "is_default",
            "description": "Whether this is the default auth config",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "GitHub OAuth Token"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "OAuth token for GitHub API access"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "credentials": {
            "examples": [
              {
                "object": "provider.auth_credentials",
                "id": "par_4sTuVwXyZaBcDeFg",
                "type": "oauth",
                "status": "active",
                "is_default": true,
                "is_managed": true,
                "name": "GitHub OAuth",
                "description": "OAuth credentials for GitHub API",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_credentials"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "par_4sTuVwXyZaBcDeFg"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique credentials identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "oauth"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Credentials status",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [
                  true,
                  false
                ],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default credentials for the provider",
                "optional": false,
                "nullable": false
              },
              "is_managed": {
                "examples": [
                  true,
                  false
                ],
                "type": "boolean",
                "name": "is_managed",
                "description": "Whether these credentials are managed by Metorial",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub OAuth"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "OAuth credentials for GitHub API"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "scopes": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "scopes",
                "description": "OAuth scopes requested by this credential",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "auth_method": {
            "examples": [
              {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.capabilities.auth_method"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pam_2mNpQrStUvWxYzAb"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique auth method identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "oauth",
                  "token",
                  "custom"
                ],
                "type": "enum",
                "name": "type",
                "description": "Authentication type",
                "optional": false,
                "nullable": false
              },
              "key": {
                "examples": [
                  "oauth2"
                ],
                "type": "string",
                "name": "key",
                "description": "Auth method key",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "OAuth 2.0"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Authenticate using OAuth 2.0"
                ],
                "type": "string",
                "name": "description",
                "description": "Auth method description",
                "optional": false,
                "nullable": true
              },
              "capabilities": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "capabilities",
                "description": "Auth method capabilities",
                "optional": false,
                "nullable": false
              },
              "input_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the required auth input fields",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "output_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the auth output fields",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "scopes": {
                "examples": [
                  [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.auth_method.scope"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pams_8tUvWxYzAbCdEfGh"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique scope identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "scope": {
                        "examples": [
                          "repo",
                          "user:email"
                        ],
                        "type": "string",
                        "name": "scope",
                        "description": "OAuth scope string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Repository Access"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the scope",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Full control of private repositories"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Scope description",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "scopes",
                "description": "Available OAuth scopes",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "provider_specification_id": {
                "examples": [
                  "psp_9gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_specification_id",
                "description": "Specification ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_244",
      "name": "Body",
      "type": {
        "examples": [
          {
            "name": "GitHub OAuth Token",
            "description": "OAuth token for GitHub API access",
            "metadata": {},
            "tool_filters": {
              "type": "tool_keys"
            },
            "provider_auth_method_id": "pam_2mNpQrStUvWxYzAb",
            "provider_deployment_id": "pd_2mNpQrStUvWxYzAb",
            "value": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [
              "GitHub OAuth Token"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [
              "OAuth token for GitHub API access"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Custom key-value pairs for storing additional information",
            "optional": true,
            "nullable": false
          },
          "tool_filters": {
            "examples": [
              {
                "type": "tool_keys"
              },
              {
                "type": "tool_regex"
              },
              {
                "type": "resource_regex"
              },
              {
                "type": "resource_uris"
              },
              {
                "type": "prompt_keys"
              },
              {
                "type": "prompt_regex"
              },
              [
                {
                  "type": "tool_keys"
                },
                {
                  "type": "tool_keys"
                }
              ],
              [
                {
                  "type": "tool_regex"
                },
                {
                  "type": "tool_regex"
                }
              ],
              [
                {
                  "type": "resource_regex"
                },
                {
                  "type": "resource_regex"
                }
              ],
              [
                {
                  "type": "resource_uris"
                },
                {
                  "type": "resource_uris"
                }
              ],
              [
                {
                  "type": "prompt_keys"
                },
                {
                  "type": "prompt_keys"
                }
              ],
              [
                {
                  "type": "prompt_regex"
                },
                {
                  "type": "prompt_regex"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_regex"
                  },
                  {
                    "type": "resource_regex"
                  },
                  {
                    "type": "resource_uris"
                  },
                  {
                    "type": "prompt_keys"
                  },
                  {
                    "type": "prompt_regex"
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "tool_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_uris"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_uris"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "uris": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  [
                    {
                      "type": "tool_keys"
                    },
                    {
                      "type": "tool_keys"
                    }
                  ],
                  [
                    {
                      "type": "tool_regex"
                    },
                    {
                      "type": "tool_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_regex"
                    },
                    {
                      "type": "resource_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_uris"
                    },
                    {
                      "type": "resource_uris"
                    }
                  ],
                  [
                    {
                      "type": "prompt_keys"
                    },
                    {
                      "type": "prompt_keys"
                    }
                  ],
                  [
                    {
                      "type": "prompt_regex"
                    },
                    {
                      "type": "prompt_regex"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_regex"
                      },
                      {
                        "type": "resource_regex"
                      },
                      {
                        "type": "resource_uris"
                      },
                      {
                        "type": "prompt_keys"
                      },
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "tool_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_uris"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_uris"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "uris": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": true,
            "nullable": true
          },
          "provider_auth_method_id": {
            "examples": [
              "pam_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "description": "The authentication method this config uses (e.g., OAuth, API key)",
            "optional": false,
            "nullable": false
          },
          "provider_deployment_id": {
            "examples": [
              "pd_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "description": "The provider deployment this auth config is associated with (if applicable)",
            "optional": true,
            "nullable": false
          },
          "value": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Authentication config payload",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_245",
      "name": "provider.auth_config",
      "type": {
        "examples": [
          {
            "object": "provider.auth_config",
            "id": "pac_8pQrStUvWxYzAbCd",
            "type": "manual",
            "source": "manual",
            "status": "active",
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "name": "GitHub OAuth Token",
            "description": "OAuth token for GitHub API access",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "credentials": {
              "object": "provider.auth_credentials",
              "id": "par_4sTuVwXyZaBcDeFg",
              "type": "oauth",
              "status": "active",
              "is_default": true,
              "is_managed": true,
              "name": "GitHub OAuth",
              "description": "OAuth credentials for GitHub API",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_method": {
              "object": "provider.capabilities.auth_method",
              "id": "pam_2mNpQrStUvWxYzAb",
              "type": "oauth",
              "key": "oauth2",
              "name": "OAuth 2.0",
              "description": "Authenticate using OAuth 2.0",
              "capabilities": {},
              "input_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "output_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "scopes": [
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                },
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                }
              ],
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.auth_config"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pac_8pQrStUvWxYzAbCd"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique auth config identifier",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "manual",
              "oauth_automated",
              "oauth_manual"
            ],
            "type": "enum",
            "name": "type",
            "description": "Authentication type",
            "optional": false,
            "nullable": false
          },
          "source": {
            "examples": [
              "manual",
              "setup_session",
              "system"
            ],
            "type": "enum",
            "name": "source",
            "description": "Auth config source",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Auth config status",
            "optional": false,
            "nullable": false
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "name": "is_default",
            "description": "Whether this is the default auth config",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "GitHub OAuth Token"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "OAuth token for GitHub API access"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "credentials": {
            "examples": [
              {
                "object": "provider.auth_credentials",
                "id": "par_4sTuVwXyZaBcDeFg",
                "type": "oauth",
                "status": "active",
                "is_default": true,
                "is_managed": true,
                "name": "GitHub OAuth",
                "description": "OAuth credentials for GitHub API",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_credentials"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "par_4sTuVwXyZaBcDeFg"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique credentials identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "oauth"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Credentials status",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [
                  true,
                  false
                ],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default credentials for the provider",
                "optional": false,
                "nullable": false
              },
              "is_managed": {
                "examples": [
                  true,
                  false
                ],
                "type": "boolean",
                "name": "is_managed",
                "description": "Whether these credentials are managed by Metorial",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub OAuth"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "OAuth credentials for GitHub API"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "scopes": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "scopes",
                "description": "OAuth scopes requested by this credential",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "auth_method": {
            "examples": [
              {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.capabilities.auth_method"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pam_2mNpQrStUvWxYzAb"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique auth method identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "oauth",
                  "token",
                  "custom"
                ],
                "type": "enum",
                "name": "type",
                "description": "Authentication type",
                "optional": false,
                "nullable": false
              },
              "key": {
                "examples": [
                  "oauth2"
                ],
                "type": "string",
                "name": "key",
                "description": "Auth method key",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "OAuth 2.0"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Authenticate using OAuth 2.0"
                ],
                "type": "string",
                "name": "description",
                "description": "Auth method description",
                "optional": false,
                "nullable": true
              },
              "capabilities": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "capabilities",
                "description": "Auth method capabilities",
                "optional": false,
                "nullable": false
              },
              "input_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the required auth input fields",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "output_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the auth output fields",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "scopes": {
                "examples": [
                  [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.auth_method.scope"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pams_8tUvWxYzAbCdEfGh"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique scope identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "scope": {
                        "examples": [
                          "repo",
                          "user:email"
                        ],
                        "type": "string",
                        "name": "scope",
                        "description": "OAuth scope string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Repository Access"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the scope",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Full control of private repositories"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Scope description",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "scopes",
                "description": "Available OAuth scopes",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "provider_specification_id": {
                "examples": [
                  "psp_9gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_specification_id",
                "description": "Specification ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_247",
      "name": "Body",
      "type": {
        "examples": [
          {
            "name": "Updated Auth Config Name",
            "description": "Updated description for auth configuration",
            "metadata": {},
            "tool_filters": {
              "type": "tool_keys"
            }
          }
        ],
        "properties": {
          "name": {
            "examples": [
              "Updated Auth Config Name"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [
              "Updated description for auth configuration"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Custom key-value pairs for storing additional information",
            "optional": true,
            "nullable": false
          },
          "tool_filters": {
            "examples": [
              {
                "type": "tool_keys"
              },
              {
                "type": "tool_regex"
              },
              {
                "type": "resource_regex"
              },
              {
                "type": "resource_uris"
              },
              {
                "type": "prompt_keys"
              },
              {
                "type": "prompt_regex"
              },
              [
                {
                  "type": "tool_keys"
                },
                {
                  "type": "tool_keys"
                }
              ],
              [
                {
                  "type": "tool_regex"
                },
                {
                  "type": "tool_regex"
                }
              ],
              [
                {
                  "type": "resource_regex"
                },
                {
                  "type": "resource_regex"
                }
              ],
              [
                {
                  "type": "resource_uris"
                },
                {
                  "type": "resource_uris"
                }
              ],
              [
                {
                  "type": "prompt_keys"
                },
                {
                  "type": "prompt_keys"
                }
              ],
              [
                {
                  "type": "prompt_regex"
                },
                {
                  "type": "prompt_regex"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_regex"
                  },
                  {
                    "type": "resource_regex"
                  },
                  {
                    "type": "resource_uris"
                  },
                  {
                    "type": "prompt_keys"
                  },
                  {
                    "type": "prompt_regex"
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "tool_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_uris"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_uris"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "uris": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  [
                    {
                      "type": "tool_keys"
                    },
                    {
                      "type": "tool_keys"
                    }
                  ],
                  [
                    {
                      "type": "tool_regex"
                    },
                    {
                      "type": "tool_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_regex"
                    },
                    {
                      "type": "resource_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_uris"
                    },
                    {
                      "type": "resource_uris"
                    }
                  ],
                  [
                    {
                      "type": "prompt_keys"
                    },
                    {
                      "type": "prompt_keys"
                    }
                  ],
                  [
                    {
                      "type": "prompt_regex"
                    },
                    {
                      "type": "prompt_regex"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_regex"
                      },
                      {
                        "type": "resource_regex"
                      },
                      {
                        "type": "resource_uris"
                      },
                      {
                        "type": "prompt_keys"
                      },
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "tool_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_uris"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_uris"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "uris": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": true,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_248",
      "name": "provider.auth_config",
      "type": {
        "examples": [
          {
            "object": "provider.auth_config",
            "id": "pac_8pQrStUvWxYzAbCd",
            "type": "manual",
            "source": "manual",
            "status": "active",
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "name": "GitHub OAuth Token",
            "description": "OAuth token for GitHub API access",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "credentials": {
              "object": "provider.auth_credentials",
              "id": "par_4sTuVwXyZaBcDeFg",
              "type": "oauth",
              "status": "active",
              "is_default": true,
              "is_managed": true,
              "name": "GitHub OAuth",
              "description": "OAuth credentials for GitHub API",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_method": {
              "object": "provider.capabilities.auth_method",
              "id": "pam_2mNpQrStUvWxYzAb",
              "type": "oauth",
              "key": "oauth2",
              "name": "OAuth 2.0",
              "description": "Authenticate using OAuth 2.0",
              "capabilities": {},
              "input_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "output_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "scopes": [
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                },
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                }
              ],
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.auth_config"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pac_8pQrStUvWxYzAbCd"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique auth config identifier",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "manual",
              "oauth_automated",
              "oauth_manual"
            ],
            "type": "enum",
            "name": "type",
            "description": "Authentication type",
            "optional": false,
            "nullable": false
          },
          "source": {
            "examples": [
              "manual",
              "setup_session",
              "system"
            ],
            "type": "enum",
            "name": "source",
            "description": "Auth config source",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Auth config status",
            "optional": false,
            "nullable": false
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "name": "is_default",
            "description": "Whether this is the default auth config",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "GitHub OAuth Token"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "OAuth token for GitHub API access"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "credentials": {
            "examples": [
              {
                "object": "provider.auth_credentials",
                "id": "par_4sTuVwXyZaBcDeFg",
                "type": "oauth",
                "status": "active",
                "is_default": true,
                "is_managed": true,
                "name": "GitHub OAuth",
                "description": "OAuth credentials for GitHub API",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_credentials"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "par_4sTuVwXyZaBcDeFg"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique credentials identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "oauth"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Credentials status",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [
                  true,
                  false
                ],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default credentials for the provider",
                "optional": false,
                "nullable": false
              },
              "is_managed": {
                "examples": [
                  true,
                  false
                ],
                "type": "boolean",
                "name": "is_managed",
                "description": "Whether these credentials are managed by Metorial",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub OAuth"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "OAuth credentials for GitHub API"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "scopes": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "scopes",
                "description": "OAuth scopes requested by this credential",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "auth_method": {
            "examples": [
              {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.capabilities.auth_method"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pam_2mNpQrStUvWxYzAb"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique auth method identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "oauth",
                  "token",
                  "custom"
                ],
                "type": "enum",
                "name": "type",
                "description": "Authentication type",
                "optional": false,
                "nullable": false
              },
              "key": {
                "examples": [
                  "oauth2"
                ],
                "type": "string",
                "name": "key",
                "description": "Auth method key",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "OAuth 2.0"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Authenticate using OAuth 2.0"
                ],
                "type": "string",
                "name": "description",
                "description": "Auth method description",
                "optional": false,
                "nullable": true
              },
              "capabilities": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "capabilities",
                "description": "Auth method capabilities",
                "optional": false,
                "nullable": false
              },
              "input_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the required auth input fields",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "output_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the auth output fields",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "scopes": {
                "examples": [
                  [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.auth_method.scope"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pams_8tUvWxYzAbCdEfGh"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique scope identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "scope": {
                        "examples": [
                          "repo",
                          "user:email"
                        ],
                        "type": "string",
                        "name": "scope",
                        "description": "OAuth scope string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Repository Access"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the scope",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Full control of private repositories"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Scope description",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "scopes",
                "description": "Available OAuth scopes",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "provider_specification_id": {
                "examples": [
                  "psp_9gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_specification_id",
                "description": "Specification ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_250",
      "name": "provider.auth_config",
      "type": {
        "examples": [
          {
            "object": "provider.auth_config",
            "id": "pac_8pQrStUvWxYzAbCd",
            "type": "manual",
            "source": "manual",
            "status": "active",
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "name": "GitHub OAuth Token",
            "description": "OAuth token for GitHub API access",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "credentials": {
              "object": "provider.auth_credentials",
              "id": "par_4sTuVwXyZaBcDeFg",
              "type": "oauth",
              "status": "active",
              "is_default": true,
              "is_managed": true,
              "name": "GitHub OAuth",
              "description": "OAuth credentials for GitHub API",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_method": {
              "object": "provider.capabilities.auth_method",
              "id": "pam_2mNpQrStUvWxYzAb",
              "type": "oauth",
              "key": "oauth2",
              "name": "OAuth 2.0",
              "description": "Authenticate using OAuth 2.0",
              "capabilities": {},
              "input_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "output_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "scopes": [
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                },
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                }
              ],
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.auth_config"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pac_8pQrStUvWxYzAbCd"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique auth config identifier",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "manual",
              "oauth_automated",
              "oauth_manual"
            ],
            "type": "enum",
            "name": "type",
            "description": "Authentication type",
            "optional": false,
            "nullable": false
          },
          "source": {
            "examples": [
              "manual",
              "setup_session",
              "system"
            ],
            "type": "enum",
            "name": "source",
            "description": "Auth config source",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Auth config status",
            "optional": false,
            "nullable": false
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "name": "is_default",
            "description": "Whether this is the default auth config",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "GitHub OAuth Token"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "OAuth token for GitHub API access"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "credentials": {
            "examples": [
              {
                "object": "provider.auth_credentials",
                "id": "par_4sTuVwXyZaBcDeFg",
                "type": "oauth",
                "status": "active",
                "is_default": true,
                "is_managed": true,
                "name": "GitHub OAuth",
                "description": "OAuth credentials for GitHub API",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_credentials"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "par_4sTuVwXyZaBcDeFg"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique credentials identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "oauth"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Credentials status",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [
                  true,
                  false
                ],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default credentials for the provider",
                "optional": false,
                "nullable": false
              },
              "is_managed": {
                "examples": [
                  true,
                  false
                ],
                "type": "boolean",
                "name": "is_managed",
                "description": "Whether these credentials are managed by Metorial",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub OAuth"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "OAuth credentials for GitHub API"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "scopes": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "scopes",
                "description": "OAuth scopes requested by this credential",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "auth_method": {
            "examples": [
              {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.capabilities.auth_method"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pam_2mNpQrStUvWxYzAb"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique auth method identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "oauth",
                  "token",
                  "custom"
                ],
                "type": "enum",
                "name": "type",
                "description": "Authentication type",
                "optional": false,
                "nullable": false
              },
              "key": {
                "examples": [
                  "oauth2"
                ],
                "type": "string",
                "name": "key",
                "description": "Auth method key",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "OAuth 2.0"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Authenticate using OAuth 2.0"
                ],
                "type": "string",
                "name": "description",
                "description": "Auth method description",
                "optional": false,
                "nullable": true
              },
              "capabilities": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "capabilities",
                "description": "Auth method capabilities",
                "optional": false,
                "nullable": false
              },
              "input_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the required auth input fields",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "output_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the auth output fields",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "scopes": {
                "examples": [
                  [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.auth_method.scope"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pams_8tUvWxYzAbCdEfGh"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique scope identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "scope": {
                        "examples": [
                          "repo",
                          "user:email"
                        ],
                        "type": "string",
                        "name": "scope",
                        "description": "OAuth scope string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Repository Access"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the scope",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Full control of private repositories"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Scope description",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "scopes",
                "description": "Available OAuth scopes",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "provider_specification_id": {
                "examples": [
                  "psp_9gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_specification_id",
                "description": "Specification ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_253",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "origin": "custom",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "active",
                  "archived",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by status (active, archived)",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by credential ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_auth_method_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider auth method ID(s)",
                "optional": true,
                "nullable": false
              },
              "origin": {
                "examples": [
                  "custom",
                  "managed",
                  [
                    "custom",
                    "custom"
                  ],
                  [
                    "managed",
                    "managed"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "custom",
                      "managed"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "custom",
                        "custom"
                      ],
                      [
                        "managed",
                        "managed"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "custom",
                          "managed"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by credential origin (custom, managed)",
                "optional": true,
                "nullable": false
              },
              "search": {
                "examples": [],
                "type": "string",
                "description": "Search by name or description",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider auth credentials creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider auth credentials creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider auth credentials creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider auth credentials last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider auth credentials last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider auth credentials last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_254",
      "name": "provider.auth_credentials",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "provider.auth_credentials",
                "id": "par_4sTuVwXyZaBcDeFg",
                "type": "oauth",
                "status": "active",
                "is_default": true,
                "is_managed": true,
                "name": "GitHub OAuth",
                "description": "OAuth credentials for GitHub API",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "provider.auth_credentials",
                  "id": "par_4sTuVwXyZaBcDeFg",
                  "type": "oauth",
                  "status": "active",
                  "is_default": true,
                  "is_managed": true,
                  "name": "GitHub OAuth",
                  "description": "OAuth credentials for GitHub API",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider.auth_credentials",
                  "id": "par_4sTuVwXyZaBcDeFg",
                  "type": "oauth",
                  "status": "active",
                  "is_default": true,
                  "is_managed": true,
                  "name": "GitHub OAuth",
                  "description": "OAuth credentials for GitHub API",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.auth_credentials"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "par_4sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique credentials identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "oauth"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Credentials status",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [
                      true,
                      false
                    ],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default credentials for the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "is_managed": {
                    "examples": [
                      true,
                      false
                    ],
                    "type": "boolean",
                    "name": "is_managed",
                    "description": "Whether these credentials are managed by Metorial",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "GitHub OAuth"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "OAuth credentials for GitHub API"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "scopes": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "scopes",
                    "description": "OAuth scopes requested by this credential",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_256",
      "name": "provider.auth_credentials",
      "type": {
        "examples": [
          {
            "object": "provider.auth_credentials",
            "id": "par_4sTuVwXyZaBcDeFg",
            "type": "oauth",
            "status": "active",
            "is_default": true,
            "is_managed": true,
            "name": "GitHub OAuth",
            "description": "OAuth credentials for GitHub API",
            "metadata": {},
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.auth_credentials"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "par_4sTuVwXyZaBcDeFg"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique credentials identifier",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "oauth"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Credentials status",
            "optional": false,
            "nullable": false
          },
          "is_default": {
            "examples": [
              true,
              false
            ],
            "type": "boolean",
            "name": "is_default",
            "description": "Whether this is the default credentials for the provider",
            "optional": false,
            "nullable": false
          },
          "is_managed": {
            "examples": [
              true,
              false
            ],
            "type": "boolean",
            "name": "is_managed",
            "description": "Whether these credentials are managed by Metorial",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "GitHub OAuth"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "OAuth credentials for GitHub API"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "scopes": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "scopes",
            "description": "OAuth scopes requested by this credential",
            "optional": false,
            "nullable": true
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_258",
      "name": "Body",
      "type": {
        "examples": [
          {
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "name": "GitHub OAuth",
            "description": "OAuth credentials for GitHub API",
            "metadata": {},
            "config": {
              "type": "oauth",
              "client_id": "Iv1.abc123def456",
              "client_secret": "gho_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
              "scopes": [
                "repo",
                "repo"
              ]
            }
          }
        ],
        "properties": {
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "GitHub OAuth"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [
              "OAuth credentials for GitHub API"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Custom key-value pairs for storing additional information",
            "optional": true,
            "nullable": false
          },
          "config": {
            "examples": [
              {
                "type": "oauth",
                "client_id": "Iv1.abc123def456",
                "client_secret": "gho_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
                "scopes": [
                  "repo",
                  "repo"
                ]
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "oauth"
                ],
                "type": "literal",
                "optional": true,
                "nullable": false
              },
              "client_id": {
                "examples": [
                  "Iv1.abc123def456"
                ],
                "type": "string",
                "description": "OAuth client ID",
                "optional": false,
                "nullable": false
              },
              "client_secret": {
                "examples": [
                  "gho_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
                ],
                "type": "string",
                "description": "OAuth client secret",
                "optional": false,
                "nullable": false
              },
              "scopes": {
                "examples": [
                  [
                    "repo",
                    "repo"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "repo"
                    ],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "description": "OAuth scopes to request",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_259",
      "name": "provider.auth_credentials",
      "type": {
        "examples": [
          {
            "object": "provider.auth_credentials",
            "id": "par_4sTuVwXyZaBcDeFg",
            "type": "oauth",
            "status": "active",
            "is_default": true,
            "is_managed": true,
            "name": "GitHub OAuth",
            "description": "OAuth credentials for GitHub API",
            "metadata": {},
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.auth_credentials"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "par_4sTuVwXyZaBcDeFg"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique credentials identifier",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "oauth"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Credentials status",
            "optional": false,
            "nullable": false
          },
          "is_default": {
            "examples": [
              true,
              false
            ],
            "type": "boolean",
            "name": "is_default",
            "description": "Whether this is the default credentials for the provider",
            "optional": false,
            "nullable": false
          },
          "is_managed": {
            "examples": [
              true,
              false
            ],
            "type": "boolean",
            "name": "is_managed",
            "description": "Whether these credentials are managed by Metorial",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "GitHub OAuth"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "OAuth credentials for GitHub API"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "scopes": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "scopes",
            "description": "OAuth scopes requested by this credential",
            "optional": false,
            "nullable": true
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_261",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Custom key-value pairs for storing additional information",
            "optional": true,
            "nullable": false
          },
          "client_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "client_secret": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "scopes": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_262",
      "name": "provider.auth_credentials",
      "type": {
        "examples": [
          {
            "object": "provider.auth_credentials",
            "id": "par_4sTuVwXyZaBcDeFg",
            "type": "oauth",
            "status": "active",
            "is_default": true,
            "is_managed": true,
            "name": "GitHub OAuth",
            "description": "OAuth credentials for GitHub API",
            "metadata": {},
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.auth_credentials"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "par_4sTuVwXyZaBcDeFg"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique credentials identifier",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "oauth"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Credentials status",
            "optional": false,
            "nullable": false
          },
          "is_default": {
            "examples": [
              true,
              false
            ],
            "type": "boolean",
            "name": "is_default",
            "description": "Whether this is the default credentials for the provider",
            "optional": false,
            "nullable": false
          },
          "is_managed": {
            "examples": [
              true,
              false
            ],
            "type": "boolean",
            "name": "is_managed",
            "description": "Whether these credentials are managed by Metorial",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "GitHub OAuth"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "OAuth credentials for GitHub API"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "scopes": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "scopes",
            "description": "OAuth scopes requested by this credential",
            "optional": false,
            "nullable": true
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_264",
      "name": "provider.auth_credentials",
      "type": {
        "examples": [
          {
            "object": "provider.auth_credentials",
            "id": "par_4sTuVwXyZaBcDeFg",
            "type": "oauth",
            "status": "active",
            "is_default": true,
            "is_managed": true,
            "name": "GitHub OAuth",
            "description": "OAuth credentials for GitHub API",
            "metadata": {},
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.auth_credentials"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "par_4sTuVwXyZaBcDeFg"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique credentials identifier",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "oauth"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Credentials status",
            "optional": false,
            "nullable": false
          },
          "is_default": {
            "examples": [
              true,
              false
            ],
            "type": "boolean",
            "name": "is_default",
            "description": "Whether this is the default credentials for the provider",
            "optional": false,
            "nullable": false
          },
          "is_managed": {
            "examples": [
              true,
              false
            ],
            "type": "boolean",
            "name": "is_managed",
            "description": "Whether these credentials are managed by Metorial",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "GitHub OAuth"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "OAuth credentials for GitHub API"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "scopes": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "scopes",
            "description": "OAuth scopes requested by this credential",
            "optional": false,
            "nullable": true
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_267",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "archived",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by setup session ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_deployment_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider deployment ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_auth_method_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by auth method ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_auth_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider auth config ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_auth_credentials_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider auth credentials ID(s)",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "archived",
                  "failed",
                  "completed",
                  "expired",
                  "pending",
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "failed",
                    "failed"
                  ],
                  [
                    "completed",
                    "completed"
                  ],
                  [
                    "expired",
                    "expired"
                  ],
                  [
                    "pending",
                    "pending"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "archived",
                      "failed",
                      "completed",
                      "expired",
                      "pending"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "failed",
                        "failed"
                      ],
                      [
                        "completed",
                        "completed"
                      ],
                      [
                        "expired",
                        "expired"
                      ],
                      [
                        "pending",
                        "pending"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "archived",
                          "failed",
                          "completed",
                          "expired",
                          "pending"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session status (archived, failed, completed, expired, pending)",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider setup session creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider setup session creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider setup session creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider setup session last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider setup session last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider setup session last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_268",
      "name": "setupSession",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "provider.setup_session",
                "id": "pas_6eFgHjKlMnPqRsTu",
                "type": "auth_only",
                "status": "failed",
                "url": "https://provider.metorial.com/setup/pas_6eFgHjKlMnPqRsTu",
                "name": "GitHub OAuth Setup",
                "description": "Connect your GitHub account",
                "metadata": {},
                "configuration": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "identity_id": "idn_3nOpRsTuVwXyZaBc",
                "identity_credential_id": "idc_3nOpRsTuVwXyZaBc",
                "auth_method": {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "credentials": {
                  "object": "provider.auth_credentials",
                  "id": "par_4sTuVwXyZaBcDeFg",
                  "type": "oauth",
                  "status": "active",
                  "is_default": true,
                  "is_managed": true,
                  "name": "GitHub OAuth",
                  "description": "OAuth credentials for GitHub API",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config",
                  "id": "pac_8pQrStUvWxYzAbCd",
                  "type": "manual",
                  "source": "manual",
                  "status": "active",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub OAuth Token",
                  "description": "OAuth token for GitHub API access",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "credentials": {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_method": {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "status": "active",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "from_vault": {
                    "object": "provider.config_vault",
                    "id": "pcvt_3bCdEfGhJkLmNpQr",
                    "status": "active",
                    "name": "Production Secrets",
                    "description": "Secure storage for production credentials",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "ui_mode": "metorial_elements",
                "redirect_url": "https://app.example.com/callback",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z",
                "expires_at": "2025-09-15T11:30:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "provider.setup_session",
                  "id": "pas_6eFgHjKlMnPqRsTu",
                  "type": "auth_only",
                  "status": "failed",
                  "url": "https://provider.metorial.com/setup/pas_6eFgHjKlMnPqRsTu",
                  "name": "GitHub OAuth Setup",
                  "description": "Connect your GitHub account",
                  "metadata": {},
                  "configuration": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "identity_id": "idn_3nOpRsTuVwXyZaBc",
                  "identity_credential_id": "idc_3nOpRsTuVwXyZaBc",
                  "auth_method": {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "credentials": {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config",
                    "id": "pac_8pQrStUvWxYzAbCd",
                    "type": "manual",
                    "source": "manual",
                    "status": "active",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub OAuth Token",
                    "description": "OAuth token for GitHub API access",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "credentials": {
                      "object": "provider.auth_credentials",
                      "id": "par_4sTuVwXyZaBcDeFg",
                      "type": "oauth",
                      "status": "active",
                      "is_default": true,
                      "is_managed": true,
                      "name": "GitHub OAuth",
                      "description": "OAuth credentials for GitHub API",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_method": {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "status": "active",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "from_vault": {
                      "object": "provider.config_vault",
                      "id": "pcvt_3bCdEfGhJkLmNpQr",
                      "status": "active",
                      "name": "Production Secrets",
                      "description": "Secure storage for production credentials",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "deployment": {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "ui_mode": "metorial_elements",
                  "redirect_url": "https://app.example.com/callback",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z",
                  "expires_at": "2025-09-15T11:30:00.000Z"
                },
                {
                  "object": "provider.setup_session",
                  "id": "pas_6eFgHjKlMnPqRsTu",
                  "type": "auth_only",
                  "status": "failed",
                  "url": "https://provider.metorial.com/setup/pas_6eFgHjKlMnPqRsTu",
                  "name": "GitHub OAuth Setup",
                  "description": "Connect your GitHub account",
                  "metadata": {},
                  "configuration": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "identity_id": "idn_3nOpRsTuVwXyZaBc",
                  "identity_credential_id": "idc_3nOpRsTuVwXyZaBc",
                  "auth_method": {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "credentials": {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config",
                    "id": "pac_8pQrStUvWxYzAbCd",
                    "type": "manual",
                    "source": "manual",
                    "status": "active",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub OAuth Token",
                    "description": "OAuth token for GitHub API access",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "credentials": {
                      "object": "provider.auth_credentials",
                      "id": "par_4sTuVwXyZaBcDeFg",
                      "type": "oauth",
                      "status": "active",
                      "is_default": true,
                      "is_managed": true,
                      "name": "GitHub OAuth",
                      "description": "OAuth credentials for GitHub API",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_method": {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "status": "active",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "from_vault": {
                      "object": "provider.config_vault",
                      "id": "pcvt_3bCdEfGhJkLmNpQr",
                      "status": "active",
                      "name": "Production Secrets",
                      "description": "Secure storage for production credentials",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "deployment": {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "ui_mode": "metorial_elements",
                  "redirect_url": "https://app.example.com/callback",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z",
                  "expires_at": "2025-09-15T11:30:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.setup_session",
                    "id": "pas_6eFgHjKlMnPqRsTu",
                    "type": "auth_only",
                    "status": "failed",
                    "url": "https://provider.metorial.com/setup/pas_6eFgHjKlMnPqRsTu",
                    "name": "GitHub OAuth Setup",
                    "description": "Connect your GitHub account",
                    "metadata": {},
                    "configuration": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "identity_id": "idn_3nOpRsTuVwXyZaBc",
                    "identity_credential_id": "idc_3nOpRsTuVwXyZaBc",
                    "auth_method": {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "credentials": {
                      "object": "provider.auth_credentials",
                      "id": "par_4sTuVwXyZaBcDeFg",
                      "type": "oauth",
                      "status": "active",
                      "is_default": true,
                      "is_managed": true,
                      "name": "GitHub OAuth",
                      "description": "OAuth credentials for GitHub API",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config",
                      "id": "pac_8pQrStUvWxYzAbCd",
                      "type": "manual",
                      "source": "manual",
                      "status": "active",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub OAuth Token",
                      "description": "OAuth token for GitHub API access",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "deployment": {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "credentials": {
                        "object": "provider.auth_credentials",
                        "id": "par_4sTuVwXyZaBcDeFg",
                        "type": "oauth",
                        "status": "active",
                        "is_default": true,
                        "is_managed": true,
                        "name": "GitHub OAuth",
                        "description": "OAuth credentials for GitHub API",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_method": {
                        "object": "provider.capabilities.auth_method",
                        "id": "pam_2mNpQrStUvWxYzAb",
                        "type": "oauth",
                        "key": "oauth2",
                        "name": "OAuth 2.0",
                        "description": "Authenticate using OAuth 2.0",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "scopes": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          },
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "status": "active",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "deployment": {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "from_vault": {
                        "object": "provider.config_vault",
                        "id": "pcvt_3bCdEfGhJkLmNpQr",
                        "status": "active",
                        "name": "Production Secrets",
                        "description": "Secure storage for production credentials",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "deployment": {
                          "object": "provider.deployment#preview",
                          "id": "pde_1aBcDeFgHjKlMnPq",
                          "name": "Production",
                          "description": "Production deployment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "ui_mode": "metorial_elements",
                    "redirect_url": "https://app.example.com/callback",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z",
                    "expires_at": "2025-09-15T11:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.setup_session"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pas_6eFgHjKlMnPqRsTu"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique setup session identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "auth_only",
                      "config_only",
                      "auth_and_config"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Setup session type",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "failed",
                      "archived",
                      "deleted",
                      "pending",
                      "completed",
                      "expired"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Session status",
                    "optional": false,
                    "nullable": false
                  },
                  "url": {
                    "examples": [
                      "https://provider.metorial.com/setup/pas_6eFgHjKlMnPqRsTu"
                    ],
                    "type": "string",
                    "name": "url",
                    "description": "URL where user completes authentication",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "GitHub OAuth Setup"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "Connect your GitHub account"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs",
                    "optional": false,
                    "nullable": true
                  },
                  "configuration": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "configuration",
                    "description": "Setup session configuration",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": true
                  },
                  "identity_id": {
                    "examples": [
                      "idn_3nOpRsTuVwXyZaBc"
                    ],
                    "type": "string",
                    "name": "identity_id",
                    "description": "Linked identity ID",
                    "optional": false,
                    "nullable": true
                  },
                  "identity_credential_id": {
                    "examples": [
                      "idc_3nOpRsTuVwXyZaBc"
                    ],
                    "type": "string",
                    "name": "identity_credential_id",
                    "description": "Identity credential created from this setup session",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_method": {
                    "examples": [
                      {
                        "object": "provider.capabilities.auth_method",
                        "id": "pam_2mNpQrStUvWxYzAb",
                        "type": "oauth",
                        "key": "oauth2",
                        "name": "OAuth 2.0",
                        "description": "Authenticate using OAuth 2.0",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "scopes": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          },
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.auth_method"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pam_2mNpQrStUvWxYzAb"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique auth method identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "oauth",
                          "token",
                          "custom"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Authentication type",
                        "optional": false,
                        "nullable": false
                      },
                      "key": {
                        "examples": [
                          "oauth2"
                        ],
                        "type": "string",
                        "name": "key",
                        "description": "Auth method key",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "OAuth 2.0"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Authenticate using OAuth 2.0"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Auth method description",
                        "optional": false,
                        "nullable": true
                      },
                      "capabilities": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "capabilities",
                        "description": "Auth method capabilities",
                        "optional": false,
                        "nullable": false
                      },
                      "input_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the required auth input fields",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "output_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the auth output fields",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "scopes": {
                        "examples": [
                          [
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            },
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.capabilities.auth_method.scope"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pams_8tUvWxYzAbCdEfGh"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique scope identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "scope": {
                                "examples": [
                                  "repo",
                                  "user:email"
                                ],
                                "type": "string",
                                "name": "scope",
                                "description": "OAuth scope string",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Repository Access"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Display name of the scope",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [
                                  "Full control of private repositories"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Scope description",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "scopes",
                        "description": "Available OAuth scopes",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_specification_id": {
                        "examples": [
                          "psp_9gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_specification_id",
                        "description": "Specification ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "credentials": {
                    "examples": [
                      {
                        "object": "provider.auth_credentials",
                        "id": "par_4sTuVwXyZaBcDeFg",
                        "type": "oauth",
                        "status": "active",
                        "is_default": true,
                        "is_managed": true,
                        "name": "GitHub OAuth",
                        "description": "OAuth credentials for GitHub API",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_credentials"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "par_4sTuVwXyZaBcDeFg"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique credentials identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "oauth"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Credentials status",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [
                          true,
                          false
                        ],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default credentials for the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "is_managed": {
                        "examples": [
                          true,
                          false
                        ],
                        "type": "boolean",
                        "name": "is_managed",
                        "description": "Whether these credentials are managed by Metorial",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub OAuth"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "OAuth credentials for GitHub API"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "scopes": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "scopes",
                        "description": "OAuth scopes requested by this credential",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config",
                        "id": "pac_8pQrStUvWxYzAbCd",
                        "type": "manual",
                        "source": "manual",
                        "status": "active",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub OAuth Token",
                        "description": "OAuth token for GitHub API access",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "deployment": {
                          "object": "provider.deployment#preview",
                          "id": "pde_1aBcDeFgHjKlMnPq",
                          "name": "Production",
                          "description": "Production deployment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "credentials": {
                          "object": "provider.auth_credentials",
                          "id": "par_4sTuVwXyZaBcDeFg",
                          "type": "oauth",
                          "status": "active",
                          "is_default": true,
                          "is_managed": true,
                          "name": "GitHub OAuth",
                          "description": "OAuth credentials for GitHub API",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_method": {
                          "object": "provider.capabilities.auth_method",
                          "id": "pam_2mNpQrStUvWxYzAb",
                          "type": "oauth",
                          "key": "oauth2",
                          "name": "OAuth 2.0",
                          "description": "Authenticate using OAuth 2.0",
                          "capabilities": {},
                          "input_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "output_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "scopes": [
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            },
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            }
                          ],
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pac_8pQrStUvWxYzAbCd"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique auth config identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "manual",
                          "oauth_automated",
                          "oauth_manual"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Authentication type",
                        "optional": false,
                        "nullable": false
                      },
                      "source": {
                        "examples": [
                          "manual",
                          "setup_session",
                          "system"
                        ],
                        "type": "enum",
                        "name": "source",
                        "description": "Auth config source",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Auth config status",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default auth config",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub OAuth Token"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "OAuth token for GitHub API access"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "tool_filter": {
                        "examples": [
                          {
                            "type": "allow_all"
                          },
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "allow_all"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "allow_all"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "filter"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "filters": {
                                "examples": [
                                  [
                                    {
                                      "type": "tool_keys"
                                    },
                                    {
                                      "type": "tool_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "tool_regex"
                                    },
                                    {
                                      "type": "tool_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_regex"
                                    },
                                    {
                                      "type": "resource_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_uris"
                                    },
                                    {
                                      "type": "resource_uris"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_keys"
                                    },
                                    {
                                      "type": "prompt_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_regex"
                                    },
                                    {
                                      "type": "prompt_regex"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_regex"
                                      },
                                      {
                                        "type": "resource_regex"
                                      },
                                      {
                                        "type": "resource_uris"
                                      },
                                      {
                                        "type": "prompt_keys"
                                      },
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_uris"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_uris"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "uris": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "union",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "description": "Tool filter configuration",
                        "optional": false,
                        "nullable": false
                      },
                      "deployment": {
                        "examples": [
                          {
                            "object": "provider.deployment#preview",
                            "id": "pde_1aBcDeFgHjKlMnPq",
                            "name": "Production",
                            "description": "Production deployment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.deployment#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pde_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Deployment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default deployment",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Production"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Deployment name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "Production deployment"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "credentials": {
                        "examples": [
                          {
                            "object": "provider.auth_credentials",
                            "id": "par_4sTuVwXyZaBcDeFg",
                            "type": "oauth",
                            "status": "active",
                            "is_default": true,
                            "is_managed": true,
                            "name": "GitHub OAuth",
                            "description": "OAuth credentials for GitHub API",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.auth_credentials"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "par_4sTuVwXyZaBcDeFg"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique credentials identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "oauth"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Credentials status",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [
                              true,
                              false
                            ],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default credentials for the provider",
                            "optional": false,
                            "nullable": false
                          },
                          "is_managed": {
                            "examples": [
                              true,
                              false
                            ],
                            "type": "boolean",
                            "name": "is_managed",
                            "description": "Whether these credentials are managed by Metorial",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "GitHub OAuth"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "OAuth credentials for GitHub API"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "scopes": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "name": "scopes",
                            "description": "OAuth scopes requested by this credential",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "auth_method": {
                        "examples": [
                          {
                            "object": "provider.capabilities.auth_method",
                            "id": "pam_2mNpQrStUvWxYzAb",
                            "type": "oauth",
                            "key": "oauth2",
                            "name": "OAuth 2.0",
                            "description": "Authenticate using OAuth 2.0",
                            "capabilities": {},
                            "input_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "output_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "scopes": [
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              },
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              }
                            ],
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.capabilities.auth_method"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pam_2mNpQrStUvWxYzAb"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique auth method identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "oauth",
                              "token",
                              "custom"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "Authentication type",
                            "optional": false,
                            "nullable": false
                          },
                          "key": {
                            "examples": [
                              "oauth2"
                            ],
                            "type": "string",
                            "name": "key",
                            "description": "Auth method key",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "OAuth 2.0"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Authenticate using OAuth 2.0"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Auth method description",
                            "optional": false,
                            "nullable": true
                          },
                          "capabilities": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "capabilities",
                            "description": "Auth method capabilities",
                            "optional": false,
                            "nullable": false
                          },
                          "input_schema": {
                            "examples": [
                              {
                                "type": "json_schema",
                                "schema": {}
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "json_schema"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "schema": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "schema",
                                "description": "JSON Schema defining the required auth input fields",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "output_schema": {
                            "examples": [
                              {
                                "type": "json_schema",
                                "schema": {}
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "json_schema"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "schema": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "schema",
                                "description": "JSON Schema defining the auth output fields",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "scopes": {
                            "examples": [
                              [
                                {
                                  "object": "provider.capabilities.auth_method.scope",
                                  "id": "pams_8tUvWxYzAbCdEfGh",
                                  "scope": "repo",
                                  "name": "Repository Access",
                                  "description": "Full control of private repositories"
                                },
                                {
                                  "object": "provider.capabilities.auth_method.scope",
                                  "id": "pams_8tUvWxYzAbCdEfGh",
                                  "scope": "repo",
                                  "name": "Repository Access",
                                  "description": "Full control of private repositories"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "object": "provider.capabilities.auth_method.scope",
                                    "id": "pams_8tUvWxYzAbCdEfGh",
                                    "scope": "repo",
                                    "name": "Repository Access",
                                    "description": "Full control of private repositories"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "provider.capabilities.auth_method.scope"
                                    ],
                                    "type": "literal",
                                    "description": "String representing the object's type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [
                                      "pams_8tUvWxYzAbCdEfGh"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "Unique scope identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "scope": {
                                    "examples": [
                                      "repo",
                                      "user:email"
                                    ],
                                    "type": "string",
                                    "name": "scope",
                                    "description": "OAuth scope string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Repository Access"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "Display name of the scope",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "description": {
                                    "examples": [
                                      "Full control of private repositories"
                                    ],
                                    "type": "string",
                                    "name": "description",
                                    "description": "Scope description",
                                    "optional": false,
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "name": "scopes",
                            "description": "Available OAuth scopes",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_specification_id": {
                            "examples": [
                              "psp_9gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_specification_id",
                            "description": "Specification ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "status": "active",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "deployment": {
                          "object": "provider.deployment#preview",
                          "id": "pde_1aBcDeFgHjKlMnPq",
                          "name": "Production",
                          "description": "Production deployment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "from_vault": {
                          "object": "provider.config_vault",
                          "id": "pcvt_3bCdEfGhJkLmNpQr",
                          "status": "active",
                          "name": "Production Secrets",
                          "description": "Secure storage for production credentials",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "deployment": {
                            "object": "provider.deployment#preview",
                            "id": "pde_1aBcDeFgHjKlMnPq",
                            "name": "Production",
                            "description": "Production deployment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique config identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Config status",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "tool_filter": {
                        "examples": [
                          {
                            "type": "allow_all"
                          },
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "allow_all"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "allow_all"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "filter"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "filters": {
                                "examples": [
                                  [
                                    {
                                      "type": "tool_keys"
                                    },
                                    {
                                      "type": "tool_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "tool_regex"
                                    },
                                    {
                                      "type": "tool_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_regex"
                                    },
                                    {
                                      "type": "resource_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_uris"
                                    },
                                    {
                                      "type": "resource_uris"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_keys"
                                    },
                                    {
                                      "type": "prompt_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_regex"
                                    },
                                    {
                                      "type": "prompt_regex"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_regex"
                                      },
                                      {
                                        "type": "resource_regex"
                                      },
                                      {
                                        "type": "resource_uris"
                                      },
                                      {
                                        "type": "prompt_keys"
                                      },
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_uris"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_uris"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "uris": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "union",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "description": "Tool filter configuration",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "specification_id": {
                        "examples": [
                          "psp_9gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "specification_id",
                        "description": "Specification ID",
                        "optional": false,
                        "nullable": false
                      },
                      "deployment": {
                        "examples": [
                          {
                            "object": "provider.deployment#preview",
                            "id": "pde_1aBcDeFgHjKlMnPq",
                            "name": "Production",
                            "description": "Production deployment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.deployment#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pde_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Deployment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default deployment",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Production"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Deployment name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "Production deployment"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "from_vault": {
                        "examples": [
                          {
                            "object": "provider.config_vault",
                            "id": "pcvt_3bCdEfGhJkLmNpQr",
                            "status": "active",
                            "name": "Production Secrets",
                            "description": "Secure storage for production credentials",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "deployment": {
                              "object": "provider.deployment#preview",
                              "id": "pde_1aBcDeFgHjKlMnPq",
                              "name": "Production",
                              "description": "Production deployment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.config_vault"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pcvt_3bCdEfGhJkLmNpQr"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique config vault identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Status of the config vault",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Production Secrets"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Secure storage for production credentials"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "deployment": {
                            "examples": [
                              {
                                "object": "provider.deployment#preview",
                                "id": "pde_1aBcDeFgHjKlMnPq",
                                "name": "Production",
                                "description": "Production deployment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.deployment#preview"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pde_1aBcDeFgHjKlMnPq"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Deployment ID",
                                "optional": false,
                                "nullable": false
                              },
                              "is_default": {
                                "examples": [],
                                "type": "boolean",
                                "name": "is_default",
                                "description": "Whether this is the default deployment",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Production"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Deployment name",
                                "optional": false,
                                "nullable": true
                              },
                              "description": {
                                "examples": [
                                  "Production deployment"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Description",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "metadata",
                                "description": "Custom key-value pairs for storing additional information",
                                "optional": false,
                                "nullable": true
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_id",
                                "description": "Provider ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "ui_mode": {
                    "examples": [
                      "metorial_elements",
                      "dashboard_embeddable"
                    ],
                    "type": "enum",
                    "name": "ui_mode",
                    "description": "UI mode for setup",
                    "optional": false,
                    "nullable": false
                  },
                  "redirect_url": {
                    "examples": [
                      "https://app.example.com/callback"
                    ],
                    "type": "string",
                    "name": "redirect_url",
                    "description": "URL to redirect after setup",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  },
                  "expires_at": {
                    "examples": [
                      "2025-09-15T11:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "expires_at",
                    "description": "Timestamp when the session expires",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_270",
      "name": "setupSession",
      "type": {
        "examples": [
          {
            "object": "provider.setup_session",
            "id": "pas_6eFgHjKlMnPqRsTu",
            "type": "auth_only",
            "status": "failed",
            "url": "https://provider.metorial.com/setup/pas_6eFgHjKlMnPqRsTu",
            "name": "GitHub OAuth Setup",
            "description": "Connect your GitHub account",
            "metadata": {},
            "configuration": {},
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "identity_id": "idn_3nOpRsTuVwXyZaBc",
            "identity_credential_id": "idc_3nOpRsTuVwXyZaBc",
            "auth_method": {
              "object": "provider.capabilities.auth_method",
              "id": "pam_2mNpQrStUvWxYzAb",
              "type": "oauth",
              "key": "oauth2",
              "name": "OAuth 2.0",
              "description": "Authenticate using OAuth 2.0",
              "capabilities": {},
              "input_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "output_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "scopes": [
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                },
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                }
              ],
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "credentials": {
              "object": "provider.auth_credentials",
              "id": "par_4sTuVwXyZaBcDeFg",
              "type": "oauth",
              "status": "active",
              "is_default": true,
              "is_managed": true,
              "name": "GitHub OAuth",
              "description": "OAuth credentials for GitHub API",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_config": {
              "object": "provider.auth_config",
              "id": "pac_8pQrStUvWxYzAbCd",
              "type": "manual",
              "source": "manual",
              "status": "active",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "name": "GitHub OAuth Token",
              "description": "OAuth token for GitHub API access",
              "metadata": {},
              "tool_filter": {
                "type": "allow_all"
              },
              "deployment": {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "credentials": {
                "object": "provider.auth_credentials",
                "id": "par_4sTuVwXyZaBcDeFg",
                "type": "oauth",
                "status": "active",
                "is_default": true,
                "is_managed": true,
                "name": "GitHub OAuth",
                "description": "OAuth credentials for GitHub API",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "auth_method": {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "config": {
              "object": "provider.config",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "status": "active",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "tool_filter": {
                "type": "allow_all"
              },
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "specification_id": "psp_9gHjKlMnPqRsTuVw",
              "deployment": {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "from_vault": {
                "object": "provider.config_vault",
                "id": "pcvt_3bCdEfGhJkLmNpQr",
                "status": "active",
                "name": "Production Secrets",
                "description": "Secure storage for production credentials",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "ui_mode": "metorial_elements",
            "redirect_url": "https://app.example.com/callback",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z",
            "expires_at": "2025-09-15T11:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.setup_session"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pas_6eFgHjKlMnPqRsTu"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique setup session identifier",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "auth_only",
              "config_only",
              "auth_and_config"
            ],
            "type": "enum",
            "name": "type",
            "description": "Setup session type",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "failed",
              "archived",
              "deleted",
              "pending",
              "completed",
              "expired"
            ],
            "type": "enum",
            "name": "status",
            "description": "Session status",
            "optional": false,
            "nullable": false
          },
          "url": {
            "examples": [
              "https://provider.metorial.com/setup/pas_6eFgHjKlMnPqRsTu"
            ],
            "type": "string",
            "name": "url",
            "description": "URL where user completes authentication",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "GitHub OAuth Setup"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Connect your GitHub account"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs",
            "optional": false,
            "nullable": true
          },
          "configuration": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "configuration",
            "description": "Setup session configuration",
            "optional": false,
            "nullable": true
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": true
          },
          "identity_id": {
            "examples": [
              "idn_3nOpRsTuVwXyZaBc"
            ],
            "type": "string",
            "name": "identity_id",
            "description": "Linked identity ID",
            "optional": false,
            "nullable": true
          },
          "identity_credential_id": {
            "examples": [
              "idc_3nOpRsTuVwXyZaBc"
            ],
            "type": "string",
            "name": "identity_credential_id",
            "description": "Identity credential created from this setup session",
            "optional": false,
            "nullable": true
          },
          "auth_method": {
            "examples": [
              {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.capabilities.auth_method"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pam_2mNpQrStUvWxYzAb"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique auth method identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "oauth",
                  "token",
                  "custom"
                ],
                "type": "enum",
                "name": "type",
                "description": "Authentication type",
                "optional": false,
                "nullable": false
              },
              "key": {
                "examples": [
                  "oauth2"
                ],
                "type": "string",
                "name": "key",
                "description": "Auth method key",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "OAuth 2.0"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Authenticate using OAuth 2.0"
                ],
                "type": "string",
                "name": "description",
                "description": "Auth method description",
                "optional": false,
                "nullable": true
              },
              "capabilities": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "capabilities",
                "description": "Auth method capabilities",
                "optional": false,
                "nullable": false
              },
              "input_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the required auth input fields",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "output_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the auth output fields",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "scopes": {
                "examples": [
                  [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.auth_method.scope"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pams_8tUvWxYzAbCdEfGh"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique scope identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "scope": {
                        "examples": [
                          "repo",
                          "user:email"
                        ],
                        "type": "string",
                        "name": "scope",
                        "description": "OAuth scope string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Repository Access"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the scope",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Full control of private repositories"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Scope description",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "scopes",
                "description": "Available OAuth scopes",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "provider_specification_id": {
                "examples": [
                  "psp_9gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_specification_id",
                "description": "Specification ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "credentials": {
            "examples": [
              {
                "object": "provider.auth_credentials",
                "id": "par_4sTuVwXyZaBcDeFg",
                "type": "oauth",
                "status": "active",
                "is_default": true,
                "is_managed": true,
                "name": "GitHub OAuth",
                "description": "OAuth credentials for GitHub API",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_credentials"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "par_4sTuVwXyZaBcDeFg"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique credentials identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "oauth"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Credentials status",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [
                  true,
                  false
                ],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default credentials for the provider",
                "optional": false,
                "nullable": false
              },
              "is_managed": {
                "examples": [
                  true,
                  false
                ],
                "type": "boolean",
                "name": "is_managed",
                "description": "Whether these credentials are managed by Metorial",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub OAuth"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "OAuth credentials for GitHub API"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "scopes": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "scopes",
                "description": "OAuth scopes requested by this credential",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config",
                "id": "pac_8pQrStUvWxYzAbCd",
                "type": "manual",
                "source": "manual",
                "status": "active",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub OAuth Token",
                "description": "OAuth token for GitHub API access",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "credentials": {
                  "object": "provider.auth_credentials",
                  "id": "par_4sTuVwXyZaBcDeFg",
                  "type": "oauth",
                  "status": "active",
                  "is_default": true,
                  "is_managed": true,
                  "name": "GitHub OAuth",
                  "description": "OAuth credentials for GitHub API",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_method": {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pac_8pQrStUvWxYzAbCd"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique auth config identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "manual",
                  "oauth_automated",
                  "oauth_manual"
                ],
                "type": "enum",
                "name": "type",
                "description": "Authentication type",
                "optional": false,
                "nullable": false
              },
              "source": {
                "examples": [
                  "manual",
                  "setup_session",
                  "system"
                ],
                "type": "enum",
                "name": "source",
                "description": "Auth config source",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Auth config status",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default auth config",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub OAuth Token"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "OAuth token for GitHub API access"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "tool_filter": {
                "examples": [
                  {
                    "type": "allow_all"
                  },
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "allow_all"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "allow_all"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "filter"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "filters": {
                        "examples": [
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Tool filter configuration",
                "optional": false,
                "nullable": false
              },
              "deployment": {
                "examples": [
                  {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.deployment#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pde_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Deployment ID",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default deployment",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Deployment name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "Production deployment"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "credentials": {
                "examples": [
                  {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.auth_credentials"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "par_4sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique credentials identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "oauth"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Credentials status",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [
                      true,
                      false
                    ],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default credentials for the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "is_managed": {
                    "examples": [
                      true,
                      false
                    ],
                    "type": "boolean",
                    "name": "is_managed",
                    "description": "Whether these credentials are managed by Metorial",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "GitHub OAuth"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "OAuth credentials for GitHub API"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "scopes": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "scopes",
                    "description": "OAuth scopes requested by this credential",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "auth_method": {
                "examples": [
                  {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.capabilities.auth_method"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pam_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique auth method identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "oauth",
                      "token",
                      "custom"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Authentication type",
                    "optional": false,
                    "nullable": false
                  },
                  "key": {
                    "examples": [
                      "oauth2"
                    ],
                    "type": "string",
                    "name": "key",
                    "description": "Auth method key",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "OAuth 2.0"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Authenticate using OAuth 2.0"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Auth method description",
                    "optional": false,
                    "nullable": true
                  },
                  "capabilities": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "capabilities",
                    "description": "Auth method capabilities",
                    "optional": false,
                    "nullable": false
                  },
                  "input_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the required auth input fields",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "output_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the auth output fields",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "scopes": {
                    "examples": [
                      [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.capabilities.auth_method.scope"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pams_8tUvWxYzAbCdEfGh"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique scope identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "scope": {
                            "examples": [
                              "repo",
                              "user:email"
                            ],
                            "type": "string",
                            "name": "scope",
                            "description": "OAuth scope string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Repository Access"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the scope",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Full control of private repositories"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Scope description",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "scopes",
                    "description": "Available OAuth scopes",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_specification_id": {
                    "examples": [
                      "psp_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_specification_id",
                    "description": "Specification ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "config": {
            "examples": [
              {
                "object": "provider.config",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "status": "active",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "from_vault": {
                  "object": "provider.config_vault",
                  "id": "pcvt_3bCdEfGhJkLmNpQr",
                  "status": "active",
                  "name": "Production Secrets",
                  "description": "Secure storage for production credentials",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique config identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Config status",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "tool_filter": {
                "examples": [
                  {
                    "type": "allow_all"
                  },
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "allow_all"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "allow_all"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "filter"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "filters": {
                        "examples": [
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Tool filter configuration",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "specification_id": {
                "examples": [
                  "psp_9gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "specification_id",
                "description": "Specification ID",
                "optional": false,
                "nullable": false
              },
              "deployment": {
                "examples": [
                  {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.deployment#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pde_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Deployment ID",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default deployment",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Deployment name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "Production deployment"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "from_vault": {
                "examples": [
                  {
                    "object": "provider.config_vault",
                    "id": "pcvt_3bCdEfGhJkLmNpQr",
                    "status": "active",
                    "name": "Production Secrets",
                    "description": "Secure storage for production credentials",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.config_vault"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pcvt_3bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique config vault identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Status of the config vault",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production Secrets"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Secure storage for production credentials"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "ui_mode": {
            "examples": [
              "metorial_elements",
              "dashboard_embeddable"
            ],
            "type": "enum",
            "name": "ui_mode",
            "description": "UI mode for setup",
            "optional": false,
            "nullable": false
          },
          "redirect_url": {
            "examples": [
              "https://app.example.com/callback"
            ],
            "type": "string",
            "name": "redirect_url",
            "description": "URL to redirect after setup",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [
              "2025-09-15T11:30:00.000Z"
            ],
            "type": "date",
            "name": "expires_at",
            "description": "Timestamp when the session expires",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_272",
      "name": "Body",
      "type": {
        "examples": [
          {
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "provider_deployment_id": "pdp_4dEfGhJkLmNpQrSt",
            "name": "GitHub OAuth Setup",
            "description": "Connect your GitHub account",
            "metadata": {},
            "provider_auth_method_id": "pam_2mNpQrStUvWxYzAb",
            "provider_auth_credentials_id": "pac_3nOpRsTuVwXyZaBc",
            "identity_id": "idn_3nOpRsTuVwXyZaBc",
            "consumer_id": "con_1a2b3c4d5e6f7g8h",
            "redirect_url": "https://app.example.com/oauth/callback",
            "type": "auth_only",
            "configuration": {
              "provider_search": {
                "groups": [
                  {},
                  {}
                ],
                "collections": [
                  {},
                  {}
                ],
                "categories": [
                  {},
                  {}
                ]
              },
              "tool_filters": {},
              "ui": {
                "layout": "box"
              }
            }
          }
        ],
        "properties": {
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "description": "The provider ID",
            "optional": true,
            "nullable": false
          },
          "provider_deployment_id": {
            "examples": [
              "pdp_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "description": "Optional provider deployment ID",
            "optional": true,
            "nullable": false
          },
          "name": {
            "examples": [
              "GitHub OAuth Setup"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [
              "Connect your GitHub account"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Custom key-value pairs for storing additional information",
            "optional": true,
            "nullable": false
          },
          "provider_auth_method_id": {
            "examples": [
              "pam_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "description": "The authentication method to use (e.g., OAuth flow)",
            "optional": true,
            "nullable": false
          },
          "provider_auth_credentials_id": {
            "examples": [
              "pac_3nOpRsTuVwXyZaBc"
            ],
            "type": "string",
            "description": "Optional OAuth app credentials to use instead of defaults",
            "optional": true,
            "nullable": false
          },
          "identity_id": {
            "examples": [
              "idn_3nOpRsTuVwXyZaBc"
            ],
            "type": "string",
            "description": "Optional identity to link this setup session to",
            "optional": true,
            "nullable": false
          },
          "consumer_id": {
            "examples": [
              "con_1a2b3c4d5e6f7g8h"
            ],
            "type": "string",
            "description": "Optional consumer to link this setup session to",
            "optional": true,
            "nullable": false
          },
          "redirect_url": {
            "examples": [
              "https://app.example.com/oauth/callback"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "type": {
            "examples": [
              "auth_only",
              "config_only",
              "auth_and_config",
              "auto"
            ],
            "type": "enum",
            "description": "The type of setup session, determining the flow and outcome of the session",
            "optional": true,
            "nullable": false
          },
          "configuration": {
            "examples": [
              {
                "provider_search": {
                  "groups": [
                    {},
                    {}
                  ],
                  "collections": [
                    {},
                    {}
                  ],
                  "categories": [
                    {},
                    {}
                  ]
                },
                "tool_filters": {},
                "ui": {
                  "layout": "box"
                }
              }
            ],
            "properties": {
              "provider_search": {
                "examples": [
                  {
                    "groups": [
                      {},
                      {}
                    ],
                    "collections": [
                      {},
                      {}
                    ],
                    "categories": [
                      {},
                      {}
                    ]
                  }
                ],
                "properties": {
                  "groups": {
                    "examples": [
                      [
                        {},
                        {}
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {}
                        ],
                        "properties": {
                          "group_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": true,
                    "nullable": false
                  },
                  "collections": {
                    "examples": [
                      [
                        {},
                        {}
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {}
                        ],
                        "properties": {
                          "collection_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": true,
                    "nullable": false
                  },
                  "categories": {
                    "examples": [
                      [
                        {},
                        {}
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {}
                        ],
                        "properties": {
                          "category_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": true,
                "nullable": false
              },
              "tool_filters": {
                "examples": [
                  {}
                ],
                "properties": {
                  "enabled": {
                    "examples": [],
                    "type": "boolean",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": true,
                "nullable": false
              },
              "ui": {
                "examples": [
                  {
                    "layout": "box"
                  }
                ],
                "properties": {
                  "layout": {
                    "examples": [
                      "box",
                      "side",
                      "light"
                    ],
                    "type": "enum",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_273",
      "name": "setupSession",
      "type": {
        "examples": [
          {
            "object": "provider.setup_session",
            "id": "pas_6eFgHjKlMnPqRsTu",
            "type": "auth_only",
            "status": "failed",
            "url": "https://provider.metorial.com/setup/pas_6eFgHjKlMnPqRsTu",
            "name": "GitHub OAuth Setup",
            "description": "Connect your GitHub account",
            "metadata": {},
            "configuration": {},
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "identity_id": "idn_3nOpRsTuVwXyZaBc",
            "identity_credential_id": "idc_3nOpRsTuVwXyZaBc",
            "auth_method": {
              "object": "provider.capabilities.auth_method",
              "id": "pam_2mNpQrStUvWxYzAb",
              "type": "oauth",
              "key": "oauth2",
              "name": "OAuth 2.0",
              "description": "Authenticate using OAuth 2.0",
              "capabilities": {},
              "input_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "output_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "scopes": [
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                },
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                }
              ],
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "credentials": {
              "object": "provider.auth_credentials",
              "id": "par_4sTuVwXyZaBcDeFg",
              "type": "oauth",
              "status": "active",
              "is_default": true,
              "is_managed": true,
              "name": "GitHub OAuth",
              "description": "OAuth credentials for GitHub API",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_config": {
              "object": "provider.auth_config",
              "id": "pac_8pQrStUvWxYzAbCd",
              "type": "manual",
              "source": "manual",
              "status": "active",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "name": "GitHub OAuth Token",
              "description": "OAuth token for GitHub API access",
              "metadata": {},
              "tool_filter": {
                "type": "allow_all"
              },
              "deployment": {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "credentials": {
                "object": "provider.auth_credentials",
                "id": "par_4sTuVwXyZaBcDeFg",
                "type": "oauth",
                "status": "active",
                "is_default": true,
                "is_managed": true,
                "name": "GitHub OAuth",
                "description": "OAuth credentials for GitHub API",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "auth_method": {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "config": {
              "object": "provider.config",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "status": "active",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "tool_filter": {
                "type": "allow_all"
              },
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "specification_id": "psp_9gHjKlMnPqRsTuVw",
              "deployment": {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "from_vault": {
                "object": "provider.config_vault",
                "id": "pcvt_3bCdEfGhJkLmNpQr",
                "status": "active",
                "name": "Production Secrets",
                "description": "Secure storage for production credentials",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "ui_mode": "metorial_elements",
            "redirect_url": "https://app.example.com/callback",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z",
            "expires_at": "2025-09-15T11:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.setup_session"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pas_6eFgHjKlMnPqRsTu"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique setup session identifier",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "auth_only",
              "config_only",
              "auth_and_config"
            ],
            "type": "enum",
            "name": "type",
            "description": "Setup session type",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "failed",
              "archived",
              "deleted",
              "pending",
              "completed",
              "expired"
            ],
            "type": "enum",
            "name": "status",
            "description": "Session status",
            "optional": false,
            "nullable": false
          },
          "url": {
            "examples": [
              "https://provider.metorial.com/setup/pas_6eFgHjKlMnPqRsTu"
            ],
            "type": "string",
            "name": "url",
            "description": "URL where user completes authentication",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "GitHub OAuth Setup"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Connect your GitHub account"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs",
            "optional": false,
            "nullable": true
          },
          "configuration": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "configuration",
            "description": "Setup session configuration",
            "optional": false,
            "nullable": true
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": true
          },
          "identity_id": {
            "examples": [
              "idn_3nOpRsTuVwXyZaBc"
            ],
            "type": "string",
            "name": "identity_id",
            "description": "Linked identity ID",
            "optional": false,
            "nullable": true
          },
          "identity_credential_id": {
            "examples": [
              "idc_3nOpRsTuVwXyZaBc"
            ],
            "type": "string",
            "name": "identity_credential_id",
            "description": "Identity credential created from this setup session",
            "optional": false,
            "nullable": true
          },
          "auth_method": {
            "examples": [
              {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.capabilities.auth_method"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pam_2mNpQrStUvWxYzAb"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique auth method identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "oauth",
                  "token",
                  "custom"
                ],
                "type": "enum",
                "name": "type",
                "description": "Authentication type",
                "optional": false,
                "nullable": false
              },
              "key": {
                "examples": [
                  "oauth2"
                ],
                "type": "string",
                "name": "key",
                "description": "Auth method key",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "OAuth 2.0"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Authenticate using OAuth 2.0"
                ],
                "type": "string",
                "name": "description",
                "description": "Auth method description",
                "optional": false,
                "nullable": true
              },
              "capabilities": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "capabilities",
                "description": "Auth method capabilities",
                "optional": false,
                "nullable": false
              },
              "input_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the required auth input fields",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "output_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the auth output fields",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "scopes": {
                "examples": [
                  [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.auth_method.scope"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pams_8tUvWxYzAbCdEfGh"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique scope identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "scope": {
                        "examples": [
                          "repo",
                          "user:email"
                        ],
                        "type": "string",
                        "name": "scope",
                        "description": "OAuth scope string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Repository Access"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the scope",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Full control of private repositories"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Scope description",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "scopes",
                "description": "Available OAuth scopes",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "provider_specification_id": {
                "examples": [
                  "psp_9gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_specification_id",
                "description": "Specification ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "credentials": {
            "examples": [
              {
                "object": "provider.auth_credentials",
                "id": "par_4sTuVwXyZaBcDeFg",
                "type": "oauth",
                "status": "active",
                "is_default": true,
                "is_managed": true,
                "name": "GitHub OAuth",
                "description": "OAuth credentials for GitHub API",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_credentials"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "par_4sTuVwXyZaBcDeFg"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique credentials identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "oauth"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Credentials status",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [
                  true,
                  false
                ],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default credentials for the provider",
                "optional": false,
                "nullable": false
              },
              "is_managed": {
                "examples": [
                  true,
                  false
                ],
                "type": "boolean",
                "name": "is_managed",
                "description": "Whether these credentials are managed by Metorial",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub OAuth"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "OAuth credentials for GitHub API"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "scopes": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "scopes",
                "description": "OAuth scopes requested by this credential",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config",
                "id": "pac_8pQrStUvWxYzAbCd",
                "type": "manual",
                "source": "manual",
                "status": "active",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub OAuth Token",
                "description": "OAuth token for GitHub API access",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "credentials": {
                  "object": "provider.auth_credentials",
                  "id": "par_4sTuVwXyZaBcDeFg",
                  "type": "oauth",
                  "status": "active",
                  "is_default": true,
                  "is_managed": true,
                  "name": "GitHub OAuth",
                  "description": "OAuth credentials for GitHub API",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_method": {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pac_8pQrStUvWxYzAbCd"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique auth config identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "manual",
                  "oauth_automated",
                  "oauth_manual"
                ],
                "type": "enum",
                "name": "type",
                "description": "Authentication type",
                "optional": false,
                "nullable": false
              },
              "source": {
                "examples": [
                  "manual",
                  "setup_session",
                  "system"
                ],
                "type": "enum",
                "name": "source",
                "description": "Auth config source",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Auth config status",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default auth config",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub OAuth Token"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "OAuth token for GitHub API access"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "tool_filter": {
                "examples": [
                  {
                    "type": "allow_all"
                  },
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "allow_all"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "allow_all"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "filter"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "filters": {
                        "examples": [
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Tool filter configuration",
                "optional": false,
                "nullable": false
              },
              "deployment": {
                "examples": [
                  {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.deployment#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pde_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Deployment ID",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default deployment",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Deployment name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "Production deployment"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "credentials": {
                "examples": [
                  {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.auth_credentials"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "par_4sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique credentials identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "oauth"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Credentials status",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [
                      true,
                      false
                    ],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default credentials for the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "is_managed": {
                    "examples": [
                      true,
                      false
                    ],
                    "type": "boolean",
                    "name": "is_managed",
                    "description": "Whether these credentials are managed by Metorial",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "GitHub OAuth"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "OAuth credentials for GitHub API"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "scopes": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "scopes",
                    "description": "OAuth scopes requested by this credential",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "auth_method": {
                "examples": [
                  {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.capabilities.auth_method"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pam_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique auth method identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "oauth",
                      "token",
                      "custom"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Authentication type",
                    "optional": false,
                    "nullable": false
                  },
                  "key": {
                    "examples": [
                      "oauth2"
                    ],
                    "type": "string",
                    "name": "key",
                    "description": "Auth method key",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "OAuth 2.0"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Authenticate using OAuth 2.0"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Auth method description",
                    "optional": false,
                    "nullable": true
                  },
                  "capabilities": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "capabilities",
                    "description": "Auth method capabilities",
                    "optional": false,
                    "nullable": false
                  },
                  "input_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the required auth input fields",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "output_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the auth output fields",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "scopes": {
                    "examples": [
                      [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.capabilities.auth_method.scope"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pams_8tUvWxYzAbCdEfGh"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique scope identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "scope": {
                            "examples": [
                              "repo",
                              "user:email"
                            ],
                            "type": "string",
                            "name": "scope",
                            "description": "OAuth scope string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Repository Access"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the scope",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Full control of private repositories"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Scope description",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "scopes",
                    "description": "Available OAuth scopes",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_specification_id": {
                    "examples": [
                      "psp_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_specification_id",
                    "description": "Specification ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "config": {
            "examples": [
              {
                "object": "provider.config",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "status": "active",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "from_vault": {
                  "object": "provider.config_vault",
                  "id": "pcvt_3bCdEfGhJkLmNpQr",
                  "status": "active",
                  "name": "Production Secrets",
                  "description": "Secure storage for production credentials",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique config identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Config status",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "tool_filter": {
                "examples": [
                  {
                    "type": "allow_all"
                  },
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "allow_all"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "allow_all"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "filter"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "filters": {
                        "examples": [
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Tool filter configuration",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "specification_id": {
                "examples": [
                  "psp_9gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "specification_id",
                "description": "Specification ID",
                "optional": false,
                "nullable": false
              },
              "deployment": {
                "examples": [
                  {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.deployment#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pde_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Deployment ID",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default deployment",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Deployment name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "Production deployment"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "from_vault": {
                "examples": [
                  {
                    "object": "provider.config_vault",
                    "id": "pcvt_3bCdEfGhJkLmNpQr",
                    "status": "active",
                    "name": "Production Secrets",
                    "description": "Secure storage for production credentials",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.config_vault"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pcvt_3bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique config vault identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Status of the config vault",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production Secrets"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Secure storage for production credentials"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "ui_mode": {
            "examples": [
              "metorial_elements",
              "dashboard_embeddable"
            ],
            "type": "enum",
            "name": "ui_mode",
            "description": "UI mode for setup",
            "optional": false,
            "nullable": false
          },
          "redirect_url": {
            "examples": [
              "https://app.example.com/callback"
            ],
            "type": "string",
            "name": "redirect_url",
            "description": "URL to redirect after setup",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [
              "2025-09-15T11:30:00.000Z"
            ],
            "type": "date",
            "name": "expires_at",
            "description": "Timestamp when the session expires",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_275",
      "name": "Body",
      "type": {
        "examples": [
          {
            "name": "Updated Setup Session",
            "description": "Updated setup session description",
            "metadata": {},
            "identity_id": "idn_3nOpRsTuVwXyZaBc"
          }
        ],
        "properties": {
          "name": {
            "examples": [
              "Updated Setup Session"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [
              "Updated setup session description"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Custom key-value pairs for storing additional information",
            "optional": true,
            "nullable": false
          },
          "identity_id": {
            "examples": [
              "idn_3nOpRsTuVwXyZaBc"
            ],
            "type": "string",
            "description": "Optional identity to link this setup session to",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_276",
      "name": "setupSession",
      "type": {
        "examples": [
          {
            "object": "provider.setup_session",
            "id": "pas_6eFgHjKlMnPqRsTu",
            "type": "auth_only",
            "status": "failed",
            "url": "https://provider.metorial.com/setup/pas_6eFgHjKlMnPqRsTu",
            "name": "GitHub OAuth Setup",
            "description": "Connect your GitHub account",
            "metadata": {},
            "configuration": {},
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "identity_id": "idn_3nOpRsTuVwXyZaBc",
            "identity_credential_id": "idc_3nOpRsTuVwXyZaBc",
            "auth_method": {
              "object": "provider.capabilities.auth_method",
              "id": "pam_2mNpQrStUvWxYzAb",
              "type": "oauth",
              "key": "oauth2",
              "name": "OAuth 2.0",
              "description": "Authenticate using OAuth 2.0",
              "capabilities": {},
              "input_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "output_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "scopes": [
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                },
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                }
              ],
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "credentials": {
              "object": "provider.auth_credentials",
              "id": "par_4sTuVwXyZaBcDeFg",
              "type": "oauth",
              "status": "active",
              "is_default": true,
              "is_managed": true,
              "name": "GitHub OAuth",
              "description": "OAuth credentials for GitHub API",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_config": {
              "object": "provider.auth_config",
              "id": "pac_8pQrStUvWxYzAbCd",
              "type": "manual",
              "source": "manual",
              "status": "active",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "name": "GitHub OAuth Token",
              "description": "OAuth token for GitHub API access",
              "metadata": {},
              "tool_filter": {
                "type": "allow_all"
              },
              "deployment": {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "credentials": {
                "object": "provider.auth_credentials",
                "id": "par_4sTuVwXyZaBcDeFg",
                "type": "oauth",
                "status": "active",
                "is_default": true,
                "is_managed": true,
                "name": "GitHub OAuth",
                "description": "OAuth credentials for GitHub API",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "auth_method": {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "config": {
              "object": "provider.config",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "status": "active",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "tool_filter": {
                "type": "allow_all"
              },
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "specification_id": "psp_9gHjKlMnPqRsTuVw",
              "deployment": {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "from_vault": {
                "object": "provider.config_vault",
                "id": "pcvt_3bCdEfGhJkLmNpQr",
                "status": "active",
                "name": "Production Secrets",
                "description": "Secure storage for production credentials",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "ui_mode": "metorial_elements",
            "redirect_url": "https://app.example.com/callback",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z",
            "expires_at": "2025-09-15T11:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.setup_session"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pas_6eFgHjKlMnPqRsTu"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique setup session identifier",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "auth_only",
              "config_only",
              "auth_and_config"
            ],
            "type": "enum",
            "name": "type",
            "description": "Setup session type",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "failed",
              "archived",
              "deleted",
              "pending",
              "completed",
              "expired"
            ],
            "type": "enum",
            "name": "status",
            "description": "Session status",
            "optional": false,
            "nullable": false
          },
          "url": {
            "examples": [
              "https://provider.metorial.com/setup/pas_6eFgHjKlMnPqRsTu"
            ],
            "type": "string",
            "name": "url",
            "description": "URL where user completes authentication",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "GitHub OAuth Setup"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Connect your GitHub account"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs",
            "optional": false,
            "nullable": true
          },
          "configuration": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "configuration",
            "description": "Setup session configuration",
            "optional": false,
            "nullable": true
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": true
          },
          "identity_id": {
            "examples": [
              "idn_3nOpRsTuVwXyZaBc"
            ],
            "type": "string",
            "name": "identity_id",
            "description": "Linked identity ID",
            "optional": false,
            "nullable": true
          },
          "identity_credential_id": {
            "examples": [
              "idc_3nOpRsTuVwXyZaBc"
            ],
            "type": "string",
            "name": "identity_credential_id",
            "description": "Identity credential created from this setup session",
            "optional": false,
            "nullable": true
          },
          "auth_method": {
            "examples": [
              {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.capabilities.auth_method"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pam_2mNpQrStUvWxYzAb"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique auth method identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "oauth",
                  "token",
                  "custom"
                ],
                "type": "enum",
                "name": "type",
                "description": "Authentication type",
                "optional": false,
                "nullable": false
              },
              "key": {
                "examples": [
                  "oauth2"
                ],
                "type": "string",
                "name": "key",
                "description": "Auth method key",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "OAuth 2.0"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Authenticate using OAuth 2.0"
                ],
                "type": "string",
                "name": "description",
                "description": "Auth method description",
                "optional": false,
                "nullable": true
              },
              "capabilities": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "capabilities",
                "description": "Auth method capabilities",
                "optional": false,
                "nullable": false
              },
              "input_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the required auth input fields",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "output_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the auth output fields",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "scopes": {
                "examples": [
                  [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.auth_method.scope"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pams_8tUvWxYzAbCdEfGh"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique scope identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "scope": {
                        "examples": [
                          "repo",
                          "user:email"
                        ],
                        "type": "string",
                        "name": "scope",
                        "description": "OAuth scope string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Repository Access"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the scope",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Full control of private repositories"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Scope description",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "scopes",
                "description": "Available OAuth scopes",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "provider_specification_id": {
                "examples": [
                  "psp_9gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_specification_id",
                "description": "Specification ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "credentials": {
            "examples": [
              {
                "object": "provider.auth_credentials",
                "id": "par_4sTuVwXyZaBcDeFg",
                "type": "oauth",
                "status": "active",
                "is_default": true,
                "is_managed": true,
                "name": "GitHub OAuth",
                "description": "OAuth credentials for GitHub API",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_credentials"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "par_4sTuVwXyZaBcDeFg"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique credentials identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "oauth"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Credentials status",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [
                  true,
                  false
                ],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default credentials for the provider",
                "optional": false,
                "nullable": false
              },
              "is_managed": {
                "examples": [
                  true,
                  false
                ],
                "type": "boolean",
                "name": "is_managed",
                "description": "Whether these credentials are managed by Metorial",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub OAuth"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "OAuth credentials for GitHub API"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "scopes": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "scopes",
                "description": "OAuth scopes requested by this credential",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config",
                "id": "pac_8pQrStUvWxYzAbCd",
                "type": "manual",
                "source": "manual",
                "status": "active",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub OAuth Token",
                "description": "OAuth token for GitHub API access",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "credentials": {
                  "object": "provider.auth_credentials",
                  "id": "par_4sTuVwXyZaBcDeFg",
                  "type": "oauth",
                  "status": "active",
                  "is_default": true,
                  "is_managed": true,
                  "name": "GitHub OAuth",
                  "description": "OAuth credentials for GitHub API",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_method": {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pac_8pQrStUvWxYzAbCd"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique auth config identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "manual",
                  "oauth_automated",
                  "oauth_manual"
                ],
                "type": "enum",
                "name": "type",
                "description": "Authentication type",
                "optional": false,
                "nullable": false
              },
              "source": {
                "examples": [
                  "manual",
                  "setup_session",
                  "system"
                ],
                "type": "enum",
                "name": "source",
                "description": "Auth config source",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Auth config status",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default auth config",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub OAuth Token"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "OAuth token for GitHub API access"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "tool_filter": {
                "examples": [
                  {
                    "type": "allow_all"
                  },
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "allow_all"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "allow_all"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "filter"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "filters": {
                        "examples": [
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Tool filter configuration",
                "optional": false,
                "nullable": false
              },
              "deployment": {
                "examples": [
                  {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.deployment#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pde_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Deployment ID",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default deployment",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Deployment name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "Production deployment"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "credentials": {
                "examples": [
                  {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.auth_credentials"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "par_4sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique credentials identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "oauth"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Credentials status",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [
                      true,
                      false
                    ],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default credentials for the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "is_managed": {
                    "examples": [
                      true,
                      false
                    ],
                    "type": "boolean",
                    "name": "is_managed",
                    "description": "Whether these credentials are managed by Metorial",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "GitHub OAuth"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "OAuth credentials for GitHub API"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "scopes": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "scopes",
                    "description": "OAuth scopes requested by this credential",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "auth_method": {
                "examples": [
                  {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.capabilities.auth_method"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pam_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique auth method identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "oauth",
                      "token",
                      "custom"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Authentication type",
                    "optional": false,
                    "nullable": false
                  },
                  "key": {
                    "examples": [
                      "oauth2"
                    ],
                    "type": "string",
                    "name": "key",
                    "description": "Auth method key",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "OAuth 2.0"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Authenticate using OAuth 2.0"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Auth method description",
                    "optional": false,
                    "nullable": true
                  },
                  "capabilities": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "capabilities",
                    "description": "Auth method capabilities",
                    "optional": false,
                    "nullable": false
                  },
                  "input_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the required auth input fields",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "output_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the auth output fields",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "scopes": {
                    "examples": [
                      [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.capabilities.auth_method.scope"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pams_8tUvWxYzAbCdEfGh"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique scope identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "scope": {
                            "examples": [
                              "repo",
                              "user:email"
                            ],
                            "type": "string",
                            "name": "scope",
                            "description": "OAuth scope string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Repository Access"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the scope",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Full control of private repositories"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Scope description",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "scopes",
                    "description": "Available OAuth scopes",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_specification_id": {
                    "examples": [
                      "psp_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_specification_id",
                    "description": "Specification ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "config": {
            "examples": [
              {
                "object": "provider.config",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "status": "active",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "from_vault": {
                  "object": "provider.config_vault",
                  "id": "pcvt_3bCdEfGhJkLmNpQr",
                  "status": "active",
                  "name": "Production Secrets",
                  "description": "Secure storage for production credentials",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique config identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Config status",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "tool_filter": {
                "examples": [
                  {
                    "type": "allow_all"
                  },
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "allow_all"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "allow_all"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "filter"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "filters": {
                        "examples": [
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Tool filter configuration",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "specification_id": {
                "examples": [
                  "psp_9gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "specification_id",
                "description": "Specification ID",
                "optional": false,
                "nullable": false
              },
              "deployment": {
                "examples": [
                  {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.deployment#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pde_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Deployment ID",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default deployment",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Deployment name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "Production deployment"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "from_vault": {
                "examples": [
                  {
                    "object": "provider.config_vault",
                    "id": "pcvt_3bCdEfGhJkLmNpQr",
                    "status": "active",
                    "name": "Production Secrets",
                    "description": "Secure storage for production credentials",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.config_vault"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pcvt_3bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique config vault identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Status of the config vault",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production Secrets"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Secure storage for production credentials"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "ui_mode": {
            "examples": [
              "metorial_elements",
              "dashboard_embeddable"
            ],
            "type": "enum",
            "name": "ui_mode",
            "description": "UI mode for setup",
            "optional": false,
            "nullable": false
          },
          "redirect_url": {
            "examples": [
              "https://app.example.com/callback"
            ],
            "type": "string",
            "name": "redirect_url",
            "description": "URL to redirect after setup",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [
              "2025-09-15T11:30:00.000Z"
            ],
            "type": "date",
            "name": "expires_at",
            "description": "Timestamp when the session expires",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_278",
      "name": "setupSession",
      "type": {
        "examples": [
          {
            "object": "provider.setup_session",
            "id": "pas_6eFgHjKlMnPqRsTu",
            "type": "auth_only",
            "status": "failed",
            "url": "https://provider.metorial.com/setup/pas_6eFgHjKlMnPqRsTu",
            "name": "GitHub OAuth Setup",
            "description": "Connect your GitHub account",
            "metadata": {},
            "configuration": {},
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "identity_id": "idn_3nOpRsTuVwXyZaBc",
            "identity_credential_id": "idc_3nOpRsTuVwXyZaBc",
            "auth_method": {
              "object": "provider.capabilities.auth_method",
              "id": "pam_2mNpQrStUvWxYzAb",
              "type": "oauth",
              "key": "oauth2",
              "name": "OAuth 2.0",
              "description": "Authenticate using OAuth 2.0",
              "capabilities": {},
              "input_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "output_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "scopes": [
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                },
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                }
              ],
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "credentials": {
              "object": "provider.auth_credentials",
              "id": "par_4sTuVwXyZaBcDeFg",
              "type": "oauth",
              "status": "active",
              "is_default": true,
              "is_managed": true,
              "name": "GitHub OAuth",
              "description": "OAuth credentials for GitHub API",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_config": {
              "object": "provider.auth_config",
              "id": "pac_8pQrStUvWxYzAbCd",
              "type": "manual",
              "source": "manual",
              "status": "active",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "name": "GitHub OAuth Token",
              "description": "OAuth token for GitHub API access",
              "metadata": {},
              "tool_filter": {
                "type": "allow_all"
              },
              "deployment": {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "credentials": {
                "object": "provider.auth_credentials",
                "id": "par_4sTuVwXyZaBcDeFg",
                "type": "oauth",
                "status": "active",
                "is_default": true,
                "is_managed": true,
                "name": "GitHub OAuth",
                "description": "OAuth credentials for GitHub API",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "auth_method": {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "config": {
              "object": "provider.config",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "status": "active",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "tool_filter": {
                "type": "allow_all"
              },
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "specification_id": "psp_9gHjKlMnPqRsTuVw",
              "deployment": {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "from_vault": {
                "object": "provider.config_vault",
                "id": "pcvt_3bCdEfGhJkLmNpQr",
                "status": "active",
                "name": "Production Secrets",
                "description": "Secure storage for production credentials",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "ui_mode": "metorial_elements",
            "redirect_url": "https://app.example.com/callback",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z",
            "expires_at": "2025-09-15T11:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.setup_session"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pas_6eFgHjKlMnPqRsTu"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique setup session identifier",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "auth_only",
              "config_only",
              "auth_and_config"
            ],
            "type": "enum",
            "name": "type",
            "description": "Setup session type",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "failed",
              "archived",
              "deleted",
              "pending",
              "completed",
              "expired"
            ],
            "type": "enum",
            "name": "status",
            "description": "Session status",
            "optional": false,
            "nullable": false
          },
          "url": {
            "examples": [
              "https://provider.metorial.com/setup/pas_6eFgHjKlMnPqRsTu"
            ],
            "type": "string",
            "name": "url",
            "description": "URL where user completes authentication",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "GitHub OAuth Setup"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Connect your GitHub account"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs",
            "optional": false,
            "nullable": true
          },
          "configuration": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "configuration",
            "description": "Setup session configuration",
            "optional": false,
            "nullable": true
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": true
          },
          "identity_id": {
            "examples": [
              "idn_3nOpRsTuVwXyZaBc"
            ],
            "type": "string",
            "name": "identity_id",
            "description": "Linked identity ID",
            "optional": false,
            "nullable": true
          },
          "identity_credential_id": {
            "examples": [
              "idc_3nOpRsTuVwXyZaBc"
            ],
            "type": "string",
            "name": "identity_credential_id",
            "description": "Identity credential created from this setup session",
            "optional": false,
            "nullable": true
          },
          "auth_method": {
            "examples": [
              {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.capabilities.auth_method"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pam_2mNpQrStUvWxYzAb"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique auth method identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "oauth",
                  "token",
                  "custom"
                ],
                "type": "enum",
                "name": "type",
                "description": "Authentication type",
                "optional": false,
                "nullable": false
              },
              "key": {
                "examples": [
                  "oauth2"
                ],
                "type": "string",
                "name": "key",
                "description": "Auth method key",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "OAuth 2.0"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Authenticate using OAuth 2.0"
                ],
                "type": "string",
                "name": "description",
                "description": "Auth method description",
                "optional": false,
                "nullable": true
              },
              "capabilities": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "capabilities",
                "description": "Auth method capabilities",
                "optional": false,
                "nullable": false
              },
              "input_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the required auth input fields",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "output_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the auth output fields",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "scopes": {
                "examples": [
                  [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.auth_method.scope"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pams_8tUvWxYzAbCdEfGh"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique scope identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "scope": {
                        "examples": [
                          "repo",
                          "user:email"
                        ],
                        "type": "string",
                        "name": "scope",
                        "description": "OAuth scope string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Repository Access"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the scope",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Full control of private repositories"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Scope description",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "scopes",
                "description": "Available OAuth scopes",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "provider_specification_id": {
                "examples": [
                  "psp_9gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_specification_id",
                "description": "Specification ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "credentials": {
            "examples": [
              {
                "object": "provider.auth_credentials",
                "id": "par_4sTuVwXyZaBcDeFg",
                "type": "oauth",
                "status": "active",
                "is_default": true,
                "is_managed": true,
                "name": "GitHub OAuth",
                "description": "OAuth credentials for GitHub API",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_credentials"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "par_4sTuVwXyZaBcDeFg"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique credentials identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "oauth"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Credentials status",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [
                  true,
                  false
                ],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default credentials for the provider",
                "optional": false,
                "nullable": false
              },
              "is_managed": {
                "examples": [
                  true,
                  false
                ],
                "type": "boolean",
                "name": "is_managed",
                "description": "Whether these credentials are managed by Metorial",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub OAuth"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "OAuth credentials for GitHub API"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "scopes": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "scopes",
                "description": "OAuth scopes requested by this credential",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config",
                "id": "pac_8pQrStUvWxYzAbCd",
                "type": "manual",
                "source": "manual",
                "status": "active",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub OAuth Token",
                "description": "OAuth token for GitHub API access",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "credentials": {
                  "object": "provider.auth_credentials",
                  "id": "par_4sTuVwXyZaBcDeFg",
                  "type": "oauth",
                  "status": "active",
                  "is_default": true,
                  "is_managed": true,
                  "name": "GitHub OAuth",
                  "description": "OAuth credentials for GitHub API",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_method": {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pac_8pQrStUvWxYzAbCd"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique auth config identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "manual",
                  "oauth_automated",
                  "oauth_manual"
                ],
                "type": "enum",
                "name": "type",
                "description": "Authentication type",
                "optional": false,
                "nullable": false
              },
              "source": {
                "examples": [
                  "manual",
                  "setup_session",
                  "system"
                ],
                "type": "enum",
                "name": "source",
                "description": "Auth config source",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Auth config status",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default auth config",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub OAuth Token"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "OAuth token for GitHub API access"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "tool_filter": {
                "examples": [
                  {
                    "type": "allow_all"
                  },
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "allow_all"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "allow_all"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "filter"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "filters": {
                        "examples": [
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Tool filter configuration",
                "optional": false,
                "nullable": false
              },
              "deployment": {
                "examples": [
                  {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.deployment#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pde_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Deployment ID",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default deployment",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Deployment name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "Production deployment"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "credentials": {
                "examples": [
                  {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.auth_credentials"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "par_4sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique credentials identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "oauth"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Credentials status",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [
                      true,
                      false
                    ],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default credentials for the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "is_managed": {
                    "examples": [
                      true,
                      false
                    ],
                    "type": "boolean",
                    "name": "is_managed",
                    "description": "Whether these credentials are managed by Metorial",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "GitHub OAuth"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "OAuth credentials for GitHub API"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "scopes": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "scopes",
                    "description": "OAuth scopes requested by this credential",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "auth_method": {
                "examples": [
                  {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.capabilities.auth_method"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pam_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique auth method identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "oauth",
                      "token",
                      "custom"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Authentication type",
                    "optional": false,
                    "nullable": false
                  },
                  "key": {
                    "examples": [
                      "oauth2"
                    ],
                    "type": "string",
                    "name": "key",
                    "description": "Auth method key",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "OAuth 2.0"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Authenticate using OAuth 2.0"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Auth method description",
                    "optional": false,
                    "nullable": true
                  },
                  "capabilities": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "capabilities",
                    "description": "Auth method capabilities",
                    "optional": false,
                    "nullable": false
                  },
                  "input_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the required auth input fields",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "output_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the auth output fields",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "scopes": {
                    "examples": [
                      [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.capabilities.auth_method.scope"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pams_8tUvWxYzAbCdEfGh"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique scope identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "scope": {
                            "examples": [
                              "repo",
                              "user:email"
                            ],
                            "type": "string",
                            "name": "scope",
                            "description": "OAuth scope string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Repository Access"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the scope",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Full control of private repositories"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Scope description",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "scopes",
                    "description": "Available OAuth scopes",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_specification_id": {
                    "examples": [
                      "psp_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_specification_id",
                    "description": "Specification ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "config": {
            "examples": [
              {
                "object": "provider.config",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "status": "active",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "from_vault": {
                  "object": "provider.config_vault",
                  "id": "pcvt_3bCdEfGhJkLmNpQr",
                  "status": "active",
                  "name": "Production Secrets",
                  "description": "Secure storage for production credentials",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique config identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Config status",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "tool_filter": {
                "examples": [
                  {
                    "type": "allow_all"
                  },
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "allow_all"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "allow_all"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "filter"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "filters": {
                        "examples": [
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Tool filter configuration",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "specification_id": {
                "examples": [
                  "psp_9gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "specification_id",
                "description": "Specification ID",
                "optional": false,
                "nullable": false
              },
              "deployment": {
                "examples": [
                  {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.deployment#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pde_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Deployment ID",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default deployment",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Deployment name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "Production deployment"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "from_vault": {
                "examples": [
                  {
                    "object": "provider.config_vault",
                    "id": "pcvt_3bCdEfGhJkLmNpQr",
                    "status": "active",
                    "name": "Production Secrets",
                    "description": "Secure storage for production credentials",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.config_vault"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pcvt_3bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique config vault identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Status of the config vault",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production Secrets"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Secure storage for production credentials"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "ui_mode": {
            "examples": [
              "metorial_elements",
              "dashboard_embeddable"
            ],
            "type": "enum",
            "name": "ui_mode",
            "description": "UI mode for setup",
            "optional": false,
            "nullable": false
          },
          "redirect_url": {
            "examples": [
              "https://app.example.com/callback"
            ],
            "type": "string",
            "name": "redirect_url",
            "description": "URL to redirect after setup",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [
              "2025-09-15T11:30:00.000Z"
            ],
            "type": "date",
            "name": "expires_at",
            "description": "Timestamp when the session expires",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_281",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by import ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_auth_credentials_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by auth credentials ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_auth_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by auth config ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_deployment_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider deployment ID(s)",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider auth import creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider auth import creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider auth import creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider auth import last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider auth import last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider auth import last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_282",
      "name": "authImport",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "provider.auth_import",
                "id": "paci_1vWxYzAbCdEfGhJk",
                "note": "Imported from previous environment",
                "ip": "192.168.1.1",
                "metadata": {},
                "auth_config": {
                  "object": "provider.auth_config",
                  "id": "pac_8pQrStUvWxYzAbCd",
                  "type": "manual",
                  "source": "manual",
                  "status": "active",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub OAuth Token",
                  "description": "OAuth token for GitHub API access",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "credentials": {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_method": {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_deployment_id": "pde_1aBcDeFgHjKlMnPq",
                "auth_method_id": "pam_2mNpQrStUvWxYzAb",
                "credentials_id": "par_4sTuVwXyZaBcDeFg",
                "created_at": "2025-09-15T10:30:00.000Z",
                "expires_at": "2026-03-15T10:30:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "provider.auth_import",
                  "id": "paci_1vWxYzAbCdEfGhJk",
                  "note": "Imported from previous environment",
                  "ip": "192.168.1.1",
                  "metadata": {},
                  "auth_config": {
                    "object": "provider.auth_config",
                    "id": "pac_8pQrStUvWxYzAbCd",
                    "type": "manual",
                    "source": "manual",
                    "status": "active",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub OAuth Token",
                    "description": "OAuth token for GitHub API access",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "credentials": {
                      "object": "provider.auth_credentials",
                      "id": "par_4sTuVwXyZaBcDeFg",
                      "type": "oauth",
                      "status": "active",
                      "is_default": true,
                      "is_managed": true,
                      "name": "GitHub OAuth",
                      "description": "OAuth credentials for GitHub API",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_method": {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_deployment_id": "pde_1aBcDeFgHjKlMnPq",
                  "auth_method_id": "pam_2mNpQrStUvWxYzAb",
                  "credentials_id": "par_4sTuVwXyZaBcDeFg",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "expires_at": "2026-03-15T10:30:00.000Z"
                },
                {
                  "object": "provider.auth_import",
                  "id": "paci_1vWxYzAbCdEfGhJk",
                  "note": "Imported from previous environment",
                  "ip": "192.168.1.1",
                  "metadata": {},
                  "auth_config": {
                    "object": "provider.auth_config",
                    "id": "pac_8pQrStUvWxYzAbCd",
                    "type": "manual",
                    "source": "manual",
                    "status": "active",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub OAuth Token",
                    "description": "OAuth token for GitHub API access",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "credentials": {
                      "object": "provider.auth_credentials",
                      "id": "par_4sTuVwXyZaBcDeFg",
                      "type": "oauth",
                      "status": "active",
                      "is_default": true,
                      "is_managed": true,
                      "name": "GitHub OAuth",
                      "description": "OAuth credentials for GitHub API",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_method": {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_deployment_id": "pde_1aBcDeFgHjKlMnPq",
                  "auth_method_id": "pam_2mNpQrStUvWxYzAb",
                  "credentials_id": "par_4sTuVwXyZaBcDeFg",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "expires_at": "2026-03-15T10:30:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.auth_import",
                    "id": "paci_1vWxYzAbCdEfGhJk",
                    "note": "Imported from previous environment",
                    "ip": "192.168.1.1",
                    "metadata": {},
                    "auth_config": {
                      "object": "provider.auth_config",
                      "id": "pac_8pQrStUvWxYzAbCd",
                      "type": "manual",
                      "source": "manual",
                      "status": "active",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub OAuth Token",
                      "description": "OAuth token for GitHub API access",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "deployment": {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "credentials": {
                        "object": "provider.auth_credentials",
                        "id": "par_4sTuVwXyZaBcDeFg",
                        "type": "oauth",
                        "status": "active",
                        "is_default": true,
                        "is_managed": true,
                        "name": "GitHub OAuth",
                        "description": "OAuth credentials for GitHub API",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_method": {
                        "object": "provider.capabilities.auth_method",
                        "id": "pam_2mNpQrStUvWxYzAb",
                        "type": "oauth",
                        "key": "oauth2",
                        "name": "OAuth 2.0",
                        "description": "Authenticate using OAuth 2.0",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "scopes": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          },
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_deployment_id": "pde_1aBcDeFgHjKlMnPq",
                    "auth_method_id": "pam_2mNpQrStUvWxYzAb",
                    "credentials_id": "par_4sTuVwXyZaBcDeFg",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "expires_at": "2026-03-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.auth_import"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "paci_1vWxYzAbCdEfGhJk"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique auth import identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "note": {
                    "examples": [
                      "Imported from previous environment"
                    ],
                    "type": "string",
                    "name": "note",
                    "description": "Note explaining the import",
                    "optional": false,
                    "nullable": false
                  },
                  "ip": {
                    "examples": [
                      "192.168.1.1"
                    ],
                    "type": "string",
                    "name": "ip",
                    "description": "IP address of the import request",
                    "optional": false,
                    "nullable": true
                  },
                  "user_agent": {
                    "examples": [],
                    "type": "string",
                    "name": "user_agent",
                    "description": "User agent of the import request",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config",
                        "id": "pac_8pQrStUvWxYzAbCd",
                        "type": "manual",
                        "source": "manual",
                        "status": "active",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub OAuth Token",
                        "description": "OAuth token for GitHub API access",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "deployment": {
                          "object": "provider.deployment#preview",
                          "id": "pde_1aBcDeFgHjKlMnPq",
                          "name": "Production",
                          "description": "Production deployment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "credentials": {
                          "object": "provider.auth_credentials",
                          "id": "par_4sTuVwXyZaBcDeFg",
                          "type": "oauth",
                          "status": "active",
                          "is_default": true,
                          "is_managed": true,
                          "name": "GitHub OAuth",
                          "description": "OAuth credentials for GitHub API",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_method": {
                          "object": "provider.capabilities.auth_method",
                          "id": "pam_2mNpQrStUvWxYzAb",
                          "type": "oauth",
                          "key": "oauth2",
                          "name": "OAuth 2.0",
                          "description": "Authenticate using OAuth 2.0",
                          "capabilities": {},
                          "input_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "output_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "scopes": [
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            },
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            }
                          ],
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pac_8pQrStUvWxYzAbCd"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique auth config identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "manual",
                          "oauth_automated",
                          "oauth_manual"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Authentication type",
                        "optional": false,
                        "nullable": false
                      },
                      "source": {
                        "examples": [
                          "manual",
                          "setup_session",
                          "system"
                        ],
                        "type": "enum",
                        "name": "source",
                        "description": "Auth config source",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Auth config status",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default auth config",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub OAuth Token"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "OAuth token for GitHub API access"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "tool_filter": {
                        "examples": [
                          {
                            "type": "allow_all"
                          },
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "allow_all"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "allow_all"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "filter"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "filters": {
                                "examples": [
                                  [
                                    {
                                      "type": "tool_keys"
                                    },
                                    {
                                      "type": "tool_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "tool_regex"
                                    },
                                    {
                                      "type": "tool_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_regex"
                                    },
                                    {
                                      "type": "resource_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_uris"
                                    },
                                    {
                                      "type": "resource_uris"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_keys"
                                    },
                                    {
                                      "type": "prompt_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_regex"
                                    },
                                    {
                                      "type": "prompt_regex"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_regex"
                                      },
                                      {
                                        "type": "resource_regex"
                                      },
                                      {
                                        "type": "resource_uris"
                                      },
                                      {
                                        "type": "prompt_keys"
                                      },
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_uris"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_uris"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "uris": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "union",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "description": "Tool filter configuration",
                        "optional": false,
                        "nullable": false
                      },
                      "deployment": {
                        "examples": [
                          {
                            "object": "provider.deployment#preview",
                            "id": "pde_1aBcDeFgHjKlMnPq",
                            "name": "Production",
                            "description": "Production deployment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.deployment#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pde_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Deployment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default deployment",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Production"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Deployment name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "Production deployment"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "credentials": {
                        "examples": [
                          {
                            "object": "provider.auth_credentials",
                            "id": "par_4sTuVwXyZaBcDeFg",
                            "type": "oauth",
                            "status": "active",
                            "is_default": true,
                            "is_managed": true,
                            "name": "GitHub OAuth",
                            "description": "OAuth credentials for GitHub API",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.auth_credentials"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "par_4sTuVwXyZaBcDeFg"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique credentials identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "oauth"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Credentials status",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [
                              true,
                              false
                            ],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default credentials for the provider",
                            "optional": false,
                            "nullable": false
                          },
                          "is_managed": {
                            "examples": [
                              true,
                              false
                            ],
                            "type": "boolean",
                            "name": "is_managed",
                            "description": "Whether these credentials are managed by Metorial",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "GitHub OAuth"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "OAuth credentials for GitHub API"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "scopes": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "name": "scopes",
                            "description": "OAuth scopes requested by this credential",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "auth_method": {
                        "examples": [
                          {
                            "object": "provider.capabilities.auth_method",
                            "id": "pam_2mNpQrStUvWxYzAb",
                            "type": "oauth",
                            "key": "oauth2",
                            "name": "OAuth 2.0",
                            "description": "Authenticate using OAuth 2.0",
                            "capabilities": {},
                            "input_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "output_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "scopes": [
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              },
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              }
                            ],
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.capabilities.auth_method"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pam_2mNpQrStUvWxYzAb"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique auth method identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "oauth",
                              "token",
                              "custom"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "Authentication type",
                            "optional": false,
                            "nullable": false
                          },
                          "key": {
                            "examples": [
                              "oauth2"
                            ],
                            "type": "string",
                            "name": "key",
                            "description": "Auth method key",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "OAuth 2.0"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Authenticate using OAuth 2.0"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Auth method description",
                            "optional": false,
                            "nullable": true
                          },
                          "capabilities": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "capabilities",
                            "description": "Auth method capabilities",
                            "optional": false,
                            "nullable": false
                          },
                          "input_schema": {
                            "examples": [
                              {
                                "type": "json_schema",
                                "schema": {}
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "json_schema"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "schema": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "schema",
                                "description": "JSON Schema defining the required auth input fields",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "output_schema": {
                            "examples": [
                              {
                                "type": "json_schema",
                                "schema": {}
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "json_schema"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "schema": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "schema",
                                "description": "JSON Schema defining the auth output fields",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "scopes": {
                            "examples": [
                              [
                                {
                                  "object": "provider.capabilities.auth_method.scope",
                                  "id": "pams_8tUvWxYzAbCdEfGh",
                                  "scope": "repo",
                                  "name": "Repository Access",
                                  "description": "Full control of private repositories"
                                },
                                {
                                  "object": "provider.capabilities.auth_method.scope",
                                  "id": "pams_8tUvWxYzAbCdEfGh",
                                  "scope": "repo",
                                  "name": "Repository Access",
                                  "description": "Full control of private repositories"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "object": "provider.capabilities.auth_method.scope",
                                    "id": "pams_8tUvWxYzAbCdEfGh",
                                    "scope": "repo",
                                    "name": "Repository Access",
                                    "description": "Full control of private repositories"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "provider.capabilities.auth_method.scope"
                                    ],
                                    "type": "literal",
                                    "description": "String representing the object's type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [
                                      "pams_8tUvWxYzAbCdEfGh"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "Unique scope identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "scope": {
                                    "examples": [
                                      "repo",
                                      "user:email"
                                    ],
                                    "type": "string",
                                    "name": "scope",
                                    "description": "OAuth scope string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Repository Access"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "Display name of the scope",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "description": {
                                    "examples": [
                                      "Full control of private repositories"
                                    ],
                                    "type": "string",
                                    "name": "description",
                                    "description": "Scope description",
                                    "optional": false,
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "name": "scopes",
                            "description": "Available OAuth scopes",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_specification_id": {
                            "examples": [
                              "psp_9gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_specification_id",
                            "description": "Specification ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_deployment_id": {
                    "examples": [
                      "pde_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "provider_deployment_id",
                    "description": "Deployment ID",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_method_id": {
                    "examples": [
                      "pam_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "auth_method_id",
                    "description": "Auth method ID",
                    "optional": false,
                    "nullable": false
                  },
                  "credentials_id": {
                    "examples": [
                      "par_4sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "credentials_id",
                    "description": "Auth credentials ID",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "expires_at": {
                    "examples": [
                      "2026-03-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "expires_at",
                    "description": "Timestamp when the import expires",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_284",
      "name": "authImport",
      "type": {
        "examples": [
          {
            "object": "provider.auth_import",
            "id": "paci_1vWxYzAbCdEfGhJk",
            "note": "Imported from previous environment",
            "ip": "192.168.1.1",
            "metadata": {},
            "auth_config": {
              "object": "provider.auth_config",
              "id": "pac_8pQrStUvWxYzAbCd",
              "type": "manual",
              "source": "manual",
              "status": "active",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "name": "GitHub OAuth Token",
              "description": "OAuth token for GitHub API access",
              "metadata": {},
              "tool_filter": {
                "type": "allow_all"
              },
              "deployment": {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "credentials": {
                "object": "provider.auth_credentials",
                "id": "par_4sTuVwXyZaBcDeFg",
                "type": "oauth",
                "status": "active",
                "is_default": true,
                "is_managed": true,
                "name": "GitHub OAuth",
                "description": "OAuth credentials for GitHub API",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "auth_method": {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "provider_deployment_id": "pde_1aBcDeFgHjKlMnPq",
            "auth_method_id": "pam_2mNpQrStUvWxYzAb",
            "credentials_id": "par_4sTuVwXyZaBcDeFg",
            "created_at": "2025-09-15T10:30:00.000Z",
            "expires_at": "2026-03-15T10:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.auth_import"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "paci_1vWxYzAbCdEfGhJk"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique auth import identifier",
            "optional": false,
            "nullable": false
          },
          "note": {
            "examples": [
              "Imported from previous environment"
            ],
            "type": "string",
            "name": "note",
            "description": "Note explaining the import",
            "optional": false,
            "nullable": false
          },
          "ip": {
            "examples": [
              "192.168.1.1"
            ],
            "type": "string",
            "name": "ip",
            "description": "IP address of the import request",
            "optional": false,
            "nullable": true
          },
          "user_agent": {
            "examples": [],
            "type": "string",
            "name": "user_agent",
            "description": "User agent of the import request",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config",
                "id": "pac_8pQrStUvWxYzAbCd",
                "type": "manual",
                "source": "manual",
                "status": "active",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub OAuth Token",
                "description": "OAuth token for GitHub API access",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "credentials": {
                  "object": "provider.auth_credentials",
                  "id": "par_4sTuVwXyZaBcDeFg",
                  "type": "oauth",
                  "status": "active",
                  "is_default": true,
                  "is_managed": true,
                  "name": "GitHub OAuth",
                  "description": "OAuth credentials for GitHub API",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_method": {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pac_8pQrStUvWxYzAbCd"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique auth config identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "manual",
                  "oauth_automated",
                  "oauth_manual"
                ],
                "type": "enum",
                "name": "type",
                "description": "Authentication type",
                "optional": false,
                "nullable": false
              },
              "source": {
                "examples": [
                  "manual",
                  "setup_session",
                  "system"
                ],
                "type": "enum",
                "name": "source",
                "description": "Auth config source",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Auth config status",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default auth config",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub OAuth Token"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "OAuth token for GitHub API access"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "tool_filter": {
                "examples": [
                  {
                    "type": "allow_all"
                  },
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "allow_all"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "allow_all"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "filter"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "filters": {
                        "examples": [
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Tool filter configuration",
                "optional": false,
                "nullable": false
              },
              "deployment": {
                "examples": [
                  {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.deployment#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pde_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Deployment ID",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default deployment",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Deployment name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "Production deployment"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "credentials": {
                "examples": [
                  {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.auth_credentials"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "par_4sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique credentials identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "oauth"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Credentials status",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [
                      true,
                      false
                    ],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default credentials for the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "is_managed": {
                    "examples": [
                      true,
                      false
                    ],
                    "type": "boolean",
                    "name": "is_managed",
                    "description": "Whether these credentials are managed by Metorial",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "GitHub OAuth"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "OAuth credentials for GitHub API"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "scopes": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "scopes",
                    "description": "OAuth scopes requested by this credential",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "auth_method": {
                "examples": [
                  {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.capabilities.auth_method"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pam_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique auth method identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "oauth",
                      "token",
                      "custom"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Authentication type",
                    "optional": false,
                    "nullable": false
                  },
                  "key": {
                    "examples": [
                      "oauth2"
                    ],
                    "type": "string",
                    "name": "key",
                    "description": "Auth method key",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "OAuth 2.0"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Authenticate using OAuth 2.0"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Auth method description",
                    "optional": false,
                    "nullable": true
                  },
                  "capabilities": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "capabilities",
                    "description": "Auth method capabilities",
                    "optional": false,
                    "nullable": false
                  },
                  "input_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the required auth input fields",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "output_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the auth output fields",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "scopes": {
                    "examples": [
                      [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.capabilities.auth_method.scope"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pams_8tUvWxYzAbCdEfGh"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique scope identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "scope": {
                            "examples": [
                              "repo",
                              "user:email"
                            ],
                            "type": "string",
                            "name": "scope",
                            "description": "OAuth scope string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Repository Access"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the scope",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Full control of private repositories"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Scope description",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "scopes",
                    "description": "Available OAuth scopes",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_specification_id": {
                    "examples": [
                      "psp_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_specification_id",
                    "description": "Specification ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "provider_deployment_id": {
            "examples": [
              "pde_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "provider_deployment_id",
            "description": "Deployment ID",
            "optional": false,
            "nullable": true
          },
          "auth_method_id": {
            "examples": [
              "pam_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "auth_method_id",
            "description": "Auth method ID",
            "optional": false,
            "nullable": false
          },
          "credentials_id": {
            "examples": [
              "par_4sTuVwXyZaBcDeFg"
            ],
            "type": "string",
            "name": "credentials_id",
            "description": "Auth credentials ID",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [
              "2026-03-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "expires_at",
            "description": "Timestamp when the import expires",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_286",
      "name": "Body",
      "type": {
        "examples": [
          {
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "provider_deployment_id": "pdp_4dEfGhJkLmNpQrSt",
            "provider_auth_config_id": "pacf_4sTuVwXyZaBcDeFg",
            "provider_auth_method_id": "pam_3cDeFgHjKlMnPqRs",
            "note": "Migrated from legacy OAuth app",
            "metadata": {},
            "value": {}
          }
        ],
        "properties": {
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "provider_deployment_id": {
            "examples": [
              "pdp_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "provider_auth_config_id": {
            "examples": [
              "pacf_4sTuVwXyZaBcDeFg"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "provider_auth_method_id": {
            "examples": [
              "pam_3cDeFgHjKlMnPqRs"
            ],
            "type": "string",
            "description": "The authentication method used by these credentials",
            "optional": true,
            "nullable": false
          },
          "note": {
            "examples": [
              "Migrated from legacy OAuth app"
            ],
            "type": "string",
            "description": "A note describing the import source or reason",
            "optional": false,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Custom key-value pairs for storing additional information",
            "optional": true,
            "nullable": false
          },
          "value": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "The credential data to import",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_287",
      "name": "authImport",
      "type": {
        "examples": [
          {
            "object": "provider.auth_import",
            "id": "paci_1vWxYzAbCdEfGhJk",
            "note": "Imported from previous environment",
            "ip": "192.168.1.1",
            "metadata": {},
            "auth_config": {
              "object": "provider.auth_config",
              "id": "pac_8pQrStUvWxYzAbCd",
              "type": "manual",
              "source": "manual",
              "status": "active",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "name": "GitHub OAuth Token",
              "description": "OAuth token for GitHub API access",
              "metadata": {},
              "tool_filter": {
                "type": "allow_all"
              },
              "deployment": {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "credentials": {
                "object": "provider.auth_credentials",
                "id": "par_4sTuVwXyZaBcDeFg",
                "type": "oauth",
                "status": "active",
                "is_default": true,
                "is_managed": true,
                "name": "GitHub OAuth",
                "description": "OAuth credentials for GitHub API",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "auth_method": {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "provider_deployment_id": "pde_1aBcDeFgHjKlMnPq",
            "auth_method_id": "pam_2mNpQrStUvWxYzAb",
            "credentials_id": "par_4sTuVwXyZaBcDeFg",
            "created_at": "2025-09-15T10:30:00.000Z",
            "expires_at": "2026-03-15T10:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.auth_import"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "paci_1vWxYzAbCdEfGhJk"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique auth import identifier",
            "optional": false,
            "nullable": false
          },
          "note": {
            "examples": [
              "Imported from previous environment"
            ],
            "type": "string",
            "name": "note",
            "description": "Note explaining the import",
            "optional": false,
            "nullable": false
          },
          "ip": {
            "examples": [
              "192.168.1.1"
            ],
            "type": "string",
            "name": "ip",
            "description": "IP address of the import request",
            "optional": false,
            "nullable": true
          },
          "user_agent": {
            "examples": [],
            "type": "string",
            "name": "user_agent",
            "description": "User agent of the import request",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config",
                "id": "pac_8pQrStUvWxYzAbCd",
                "type": "manual",
                "source": "manual",
                "status": "active",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub OAuth Token",
                "description": "OAuth token for GitHub API access",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "credentials": {
                  "object": "provider.auth_credentials",
                  "id": "par_4sTuVwXyZaBcDeFg",
                  "type": "oauth",
                  "status": "active",
                  "is_default": true,
                  "is_managed": true,
                  "name": "GitHub OAuth",
                  "description": "OAuth credentials for GitHub API",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_method": {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pac_8pQrStUvWxYzAbCd"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique auth config identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "manual",
                  "oauth_automated",
                  "oauth_manual"
                ],
                "type": "enum",
                "name": "type",
                "description": "Authentication type",
                "optional": false,
                "nullable": false
              },
              "source": {
                "examples": [
                  "manual",
                  "setup_session",
                  "system"
                ],
                "type": "enum",
                "name": "source",
                "description": "Auth config source",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Auth config status",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default auth config",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub OAuth Token"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "OAuth token for GitHub API access"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "tool_filter": {
                "examples": [
                  {
                    "type": "allow_all"
                  },
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "allow_all"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "allow_all"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "filter"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "filters": {
                        "examples": [
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Tool filter configuration",
                "optional": false,
                "nullable": false
              },
              "deployment": {
                "examples": [
                  {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.deployment#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pde_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Deployment ID",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default deployment",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Deployment name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "Production deployment"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "credentials": {
                "examples": [
                  {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.auth_credentials"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "par_4sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique credentials identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "oauth"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Credentials status",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [
                      true,
                      false
                    ],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default credentials for the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "is_managed": {
                    "examples": [
                      true,
                      false
                    ],
                    "type": "boolean",
                    "name": "is_managed",
                    "description": "Whether these credentials are managed by Metorial",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "GitHub OAuth"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "OAuth credentials for GitHub API"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "scopes": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "scopes",
                    "description": "OAuth scopes requested by this credential",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "auth_method": {
                "examples": [
                  {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.capabilities.auth_method"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pam_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique auth method identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "oauth",
                      "token",
                      "custom"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Authentication type",
                    "optional": false,
                    "nullable": false
                  },
                  "key": {
                    "examples": [
                      "oauth2"
                    ],
                    "type": "string",
                    "name": "key",
                    "description": "Auth method key",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "OAuth 2.0"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Authenticate using OAuth 2.0"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Auth method description",
                    "optional": false,
                    "nullable": true
                  },
                  "capabilities": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "capabilities",
                    "description": "Auth method capabilities",
                    "optional": false,
                    "nullable": false
                  },
                  "input_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the required auth input fields",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "output_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the auth output fields",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "scopes": {
                    "examples": [
                      [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.capabilities.auth_method.scope"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pams_8tUvWxYzAbCdEfGh"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique scope identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "scope": {
                            "examples": [
                              "repo",
                              "user:email"
                            ],
                            "type": "string",
                            "name": "scope",
                            "description": "OAuth scope string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Repository Access"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the scope",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Full control of private repositories"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Scope description",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "scopes",
                    "description": "Available OAuth scopes",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_specification_id": {
                    "examples": [
                      "psp_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_specification_id",
                    "description": "Specification ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "provider_deployment_id": {
            "examples": [
              "pde_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "provider_deployment_id",
            "description": "Deployment ID",
            "optional": false,
            "nullable": true
          },
          "auth_method_id": {
            "examples": [
              "pam_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "auth_method_id",
            "description": "Auth method ID",
            "optional": false,
            "nullable": false
          },
          "credentials_id": {
            "examples": [
              "par_4sTuVwXyZaBcDeFg"
            ],
            "type": "string",
            "name": "credentials_id",
            "description": "Auth credentials ID",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [
              "2026-03-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "expires_at",
            "description": "Timestamp when the import expires",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_289",
      "name": "Query",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "provider_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "provider_deployment_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "provider_auth_config_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "provider_auth_method_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_290",
      "name": "authImportSchema",
      "type": {
        "examples": [
          {
            "object": "provider.capabilities.auth_config.schema",
            "schema": {
              "type": "json_schema",
              "schema": {}
            },
            "visibility": "encrypted",
            "specification_id": "psp_9gHjKlMnPqRsTuVw",
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.capabilities.auth_config.schema"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "schema": {
            "examples": [
              {
                "type": "json_schema",
                "schema": {}
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "json_schema"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "schema": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "schema",
                "description": "JSON Schema for auth import data",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "visibility": {
            "examples": [
              "encrypted"
            ],
            "type": "enum",
            "description": "Visibility of the auth config data",
            "optional": false,
            "nullable": false
          },
          "specification_id": {
            "examples": [
              "psp_9gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "specification_id",
            "description": "Specification ID",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_293",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by export ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_auth_credentials_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by auth credentials ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_auth_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by auth config ID(s)",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider auth export creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider auth export creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider auth export creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider auth export last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider auth export last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider auth export last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_294",
      "name": "authExport",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "provider.auth_export",
                "id": "pace_7yZaBcDeFgHjKlMn",
                "note": "Exported for backup purposes",
                "ip": "192.168.1.1",
                "metadata": {},
                "auth_config": {
                  "object": "provider.auth_config",
                  "id": "pac_8pQrStUvWxYzAbCd",
                  "type": "manual",
                  "source": "manual",
                  "status": "active",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub OAuth Token",
                  "description": "OAuth token for GitHub API access",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "credentials": {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_method": {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_deployment_id": "pde_1aBcDeFgHjKlMnPq",
                "auth_method_id": "pam_2mNpQrStUvWxYzAb",
                "credentials_id": "par_4sTuVwXyZaBcDeFg",
                "value": {},
                "created_at": "2025-09-15T10:30:00.000Z",
                "expires_at": "2026-03-15T10:30:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "provider.auth_export",
                  "id": "pace_7yZaBcDeFgHjKlMn",
                  "note": "Exported for backup purposes",
                  "ip": "192.168.1.1",
                  "metadata": {},
                  "auth_config": {
                    "object": "provider.auth_config",
                    "id": "pac_8pQrStUvWxYzAbCd",
                    "type": "manual",
                    "source": "manual",
                    "status": "active",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub OAuth Token",
                    "description": "OAuth token for GitHub API access",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "credentials": {
                      "object": "provider.auth_credentials",
                      "id": "par_4sTuVwXyZaBcDeFg",
                      "type": "oauth",
                      "status": "active",
                      "is_default": true,
                      "is_managed": true,
                      "name": "GitHub OAuth",
                      "description": "OAuth credentials for GitHub API",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_method": {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_deployment_id": "pde_1aBcDeFgHjKlMnPq",
                  "auth_method_id": "pam_2mNpQrStUvWxYzAb",
                  "credentials_id": "par_4sTuVwXyZaBcDeFg",
                  "value": {},
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "expires_at": "2026-03-15T10:30:00.000Z"
                },
                {
                  "object": "provider.auth_export",
                  "id": "pace_7yZaBcDeFgHjKlMn",
                  "note": "Exported for backup purposes",
                  "ip": "192.168.1.1",
                  "metadata": {},
                  "auth_config": {
                    "object": "provider.auth_config",
                    "id": "pac_8pQrStUvWxYzAbCd",
                    "type": "manual",
                    "source": "manual",
                    "status": "active",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub OAuth Token",
                    "description": "OAuth token for GitHub API access",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "credentials": {
                      "object": "provider.auth_credentials",
                      "id": "par_4sTuVwXyZaBcDeFg",
                      "type": "oauth",
                      "status": "active",
                      "is_default": true,
                      "is_managed": true,
                      "name": "GitHub OAuth",
                      "description": "OAuth credentials for GitHub API",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_method": {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_deployment_id": "pde_1aBcDeFgHjKlMnPq",
                  "auth_method_id": "pam_2mNpQrStUvWxYzAb",
                  "credentials_id": "par_4sTuVwXyZaBcDeFg",
                  "value": {},
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "expires_at": "2026-03-15T10:30:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.auth_export",
                    "id": "pace_7yZaBcDeFgHjKlMn",
                    "note": "Exported for backup purposes",
                    "ip": "192.168.1.1",
                    "metadata": {},
                    "auth_config": {
                      "object": "provider.auth_config",
                      "id": "pac_8pQrStUvWxYzAbCd",
                      "type": "manual",
                      "source": "manual",
                      "status": "active",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub OAuth Token",
                      "description": "OAuth token for GitHub API access",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "deployment": {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "credentials": {
                        "object": "provider.auth_credentials",
                        "id": "par_4sTuVwXyZaBcDeFg",
                        "type": "oauth",
                        "status": "active",
                        "is_default": true,
                        "is_managed": true,
                        "name": "GitHub OAuth",
                        "description": "OAuth credentials for GitHub API",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_method": {
                        "object": "provider.capabilities.auth_method",
                        "id": "pam_2mNpQrStUvWxYzAb",
                        "type": "oauth",
                        "key": "oauth2",
                        "name": "OAuth 2.0",
                        "description": "Authenticate using OAuth 2.0",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "scopes": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          },
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_deployment_id": "pde_1aBcDeFgHjKlMnPq",
                    "auth_method_id": "pam_2mNpQrStUvWxYzAb",
                    "credentials_id": "par_4sTuVwXyZaBcDeFg",
                    "value": {},
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "expires_at": "2026-03-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.auth_export"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pace_7yZaBcDeFgHjKlMn"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique auth export identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "note": {
                    "examples": [
                      "Exported for backup purposes"
                    ],
                    "type": "string",
                    "name": "note",
                    "description": "Note explaining the export reason",
                    "optional": false,
                    "nullable": false
                  },
                  "ip": {
                    "examples": [
                      "192.168.1.1"
                    ],
                    "type": "string",
                    "name": "ip",
                    "description": "IP address of the export request",
                    "optional": false,
                    "nullable": true
                  },
                  "user_agent": {
                    "examples": [],
                    "type": "string",
                    "name": "user_agent",
                    "description": "User agent of the export request",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config",
                        "id": "pac_8pQrStUvWxYzAbCd",
                        "type": "manual",
                        "source": "manual",
                        "status": "active",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub OAuth Token",
                        "description": "OAuth token for GitHub API access",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "deployment": {
                          "object": "provider.deployment#preview",
                          "id": "pde_1aBcDeFgHjKlMnPq",
                          "name": "Production",
                          "description": "Production deployment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "credentials": {
                          "object": "provider.auth_credentials",
                          "id": "par_4sTuVwXyZaBcDeFg",
                          "type": "oauth",
                          "status": "active",
                          "is_default": true,
                          "is_managed": true,
                          "name": "GitHub OAuth",
                          "description": "OAuth credentials for GitHub API",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_method": {
                          "object": "provider.capabilities.auth_method",
                          "id": "pam_2mNpQrStUvWxYzAb",
                          "type": "oauth",
                          "key": "oauth2",
                          "name": "OAuth 2.0",
                          "description": "Authenticate using OAuth 2.0",
                          "capabilities": {},
                          "input_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "output_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "scopes": [
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            },
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            }
                          ],
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pac_8pQrStUvWxYzAbCd"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique auth config identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "manual",
                          "oauth_automated",
                          "oauth_manual"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Authentication type",
                        "optional": false,
                        "nullable": false
                      },
                      "source": {
                        "examples": [
                          "manual",
                          "setup_session",
                          "system"
                        ],
                        "type": "enum",
                        "name": "source",
                        "description": "Auth config source",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Auth config status",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default auth config",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub OAuth Token"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "OAuth token for GitHub API access"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "tool_filter": {
                        "examples": [
                          {
                            "type": "allow_all"
                          },
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "allow_all"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "allow_all"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "filter"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "filters": {
                                "examples": [
                                  [
                                    {
                                      "type": "tool_keys"
                                    },
                                    {
                                      "type": "tool_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "tool_regex"
                                    },
                                    {
                                      "type": "tool_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_regex"
                                    },
                                    {
                                      "type": "resource_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_uris"
                                    },
                                    {
                                      "type": "resource_uris"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_keys"
                                    },
                                    {
                                      "type": "prompt_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_regex"
                                    },
                                    {
                                      "type": "prompt_regex"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_regex"
                                      },
                                      {
                                        "type": "resource_regex"
                                      },
                                      {
                                        "type": "resource_uris"
                                      },
                                      {
                                        "type": "prompt_keys"
                                      },
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_uris"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_uris"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "uris": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "union",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "description": "Tool filter configuration",
                        "optional": false,
                        "nullable": false
                      },
                      "deployment": {
                        "examples": [
                          {
                            "object": "provider.deployment#preview",
                            "id": "pde_1aBcDeFgHjKlMnPq",
                            "name": "Production",
                            "description": "Production deployment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.deployment#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pde_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Deployment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default deployment",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Production"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Deployment name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "Production deployment"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "credentials": {
                        "examples": [
                          {
                            "object": "provider.auth_credentials",
                            "id": "par_4sTuVwXyZaBcDeFg",
                            "type": "oauth",
                            "status": "active",
                            "is_default": true,
                            "is_managed": true,
                            "name": "GitHub OAuth",
                            "description": "OAuth credentials for GitHub API",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.auth_credentials"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "par_4sTuVwXyZaBcDeFg"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique credentials identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "oauth"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Credentials status",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [
                              true,
                              false
                            ],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default credentials for the provider",
                            "optional": false,
                            "nullable": false
                          },
                          "is_managed": {
                            "examples": [
                              true,
                              false
                            ],
                            "type": "boolean",
                            "name": "is_managed",
                            "description": "Whether these credentials are managed by Metorial",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "GitHub OAuth"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "OAuth credentials for GitHub API"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "scopes": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "name": "scopes",
                            "description": "OAuth scopes requested by this credential",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "auth_method": {
                        "examples": [
                          {
                            "object": "provider.capabilities.auth_method",
                            "id": "pam_2mNpQrStUvWxYzAb",
                            "type": "oauth",
                            "key": "oauth2",
                            "name": "OAuth 2.0",
                            "description": "Authenticate using OAuth 2.0",
                            "capabilities": {},
                            "input_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "output_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "scopes": [
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              },
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              }
                            ],
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.capabilities.auth_method"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pam_2mNpQrStUvWxYzAb"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique auth method identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "oauth",
                              "token",
                              "custom"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "Authentication type",
                            "optional": false,
                            "nullable": false
                          },
                          "key": {
                            "examples": [
                              "oauth2"
                            ],
                            "type": "string",
                            "name": "key",
                            "description": "Auth method key",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "OAuth 2.0"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Authenticate using OAuth 2.0"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Auth method description",
                            "optional": false,
                            "nullable": true
                          },
                          "capabilities": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "capabilities",
                            "description": "Auth method capabilities",
                            "optional": false,
                            "nullable": false
                          },
                          "input_schema": {
                            "examples": [
                              {
                                "type": "json_schema",
                                "schema": {}
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "json_schema"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "schema": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "schema",
                                "description": "JSON Schema defining the required auth input fields",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "output_schema": {
                            "examples": [
                              {
                                "type": "json_schema",
                                "schema": {}
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "json_schema"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "schema": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "schema",
                                "description": "JSON Schema defining the auth output fields",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "scopes": {
                            "examples": [
                              [
                                {
                                  "object": "provider.capabilities.auth_method.scope",
                                  "id": "pams_8tUvWxYzAbCdEfGh",
                                  "scope": "repo",
                                  "name": "Repository Access",
                                  "description": "Full control of private repositories"
                                },
                                {
                                  "object": "provider.capabilities.auth_method.scope",
                                  "id": "pams_8tUvWxYzAbCdEfGh",
                                  "scope": "repo",
                                  "name": "Repository Access",
                                  "description": "Full control of private repositories"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "object": "provider.capabilities.auth_method.scope",
                                    "id": "pams_8tUvWxYzAbCdEfGh",
                                    "scope": "repo",
                                    "name": "Repository Access",
                                    "description": "Full control of private repositories"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "provider.capabilities.auth_method.scope"
                                    ],
                                    "type": "literal",
                                    "description": "String representing the object's type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [
                                      "pams_8tUvWxYzAbCdEfGh"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "Unique scope identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "scope": {
                                    "examples": [
                                      "repo",
                                      "user:email"
                                    ],
                                    "type": "string",
                                    "name": "scope",
                                    "description": "OAuth scope string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Repository Access"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "Display name of the scope",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "description": {
                                    "examples": [
                                      "Full control of private repositories"
                                    ],
                                    "type": "string",
                                    "name": "description",
                                    "description": "Scope description",
                                    "optional": false,
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "name": "scopes",
                            "description": "Available OAuth scopes",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_specification_id": {
                            "examples": [
                              "psp_9gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_specification_id",
                            "description": "Specification ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_deployment_id": {
                    "examples": [
                      "pde_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "provider_deployment_id",
                    "description": "Deployment ID",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_method_id": {
                    "examples": [
                      "pam_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "auth_method_id",
                    "description": "Auth method ID",
                    "optional": false,
                    "nullable": false
                  },
                  "credentials_id": {
                    "examples": [
                      "par_4sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "credentials_id",
                    "description": "Auth credentials ID",
                    "optional": false,
                    "nullable": true
                  },
                  "value": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "value",
                    "description": "The exported credential data",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "expires_at": {
                    "examples": [
                      "2026-03-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "expires_at",
                    "description": "Timestamp when the export expires",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_296",
      "name": "authExport",
      "type": {
        "examples": [
          {
            "object": "provider.auth_export",
            "id": "pace_7yZaBcDeFgHjKlMn",
            "note": "Exported for backup purposes",
            "ip": "192.168.1.1",
            "metadata": {},
            "auth_config": {
              "object": "provider.auth_config",
              "id": "pac_8pQrStUvWxYzAbCd",
              "type": "manual",
              "source": "manual",
              "status": "active",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "name": "GitHub OAuth Token",
              "description": "OAuth token for GitHub API access",
              "metadata": {},
              "tool_filter": {
                "type": "allow_all"
              },
              "deployment": {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "credentials": {
                "object": "provider.auth_credentials",
                "id": "par_4sTuVwXyZaBcDeFg",
                "type": "oauth",
                "status": "active",
                "is_default": true,
                "is_managed": true,
                "name": "GitHub OAuth",
                "description": "OAuth credentials for GitHub API",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "auth_method": {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "provider_deployment_id": "pde_1aBcDeFgHjKlMnPq",
            "auth_method_id": "pam_2mNpQrStUvWxYzAb",
            "credentials_id": "par_4sTuVwXyZaBcDeFg",
            "value": {},
            "created_at": "2025-09-15T10:30:00.000Z",
            "expires_at": "2026-03-15T10:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.auth_export"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pace_7yZaBcDeFgHjKlMn"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique auth export identifier",
            "optional": false,
            "nullable": false
          },
          "note": {
            "examples": [
              "Exported for backup purposes"
            ],
            "type": "string",
            "name": "note",
            "description": "Note explaining the export reason",
            "optional": false,
            "nullable": false
          },
          "ip": {
            "examples": [
              "192.168.1.1"
            ],
            "type": "string",
            "name": "ip",
            "description": "IP address of the export request",
            "optional": false,
            "nullable": true
          },
          "user_agent": {
            "examples": [],
            "type": "string",
            "name": "user_agent",
            "description": "User agent of the export request",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config",
                "id": "pac_8pQrStUvWxYzAbCd",
                "type": "manual",
                "source": "manual",
                "status": "active",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub OAuth Token",
                "description": "OAuth token for GitHub API access",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "credentials": {
                  "object": "provider.auth_credentials",
                  "id": "par_4sTuVwXyZaBcDeFg",
                  "type": "oauth",
                  "status": "active",
                  "is_default": true,
                  "is_managed": true,
                  "name": "GitHub OAuth",
                  "description": "OAuth credentials for GitHub API",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_method": {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pac_8pQrStUvWxYzAbCd"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique auth config identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "manual",
                  "oauth_automated",
                  "oauth_manual"
                ],
                "type": "enum",
                "name": "type",
                "description": "Authentication type",
                "optional": false,
                "nullable": false
              },
              "source": {
                "examples": [
                  "manual",
                  "setup_session",
                  "system"
                ],
                "type": "enum",
                "name": "source",
                "description": "Auth config source",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Auth config status",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default auth config",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub OAuth Token"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "OAuth token for GitHub API access"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "tool_filter": {
                "examples": [
                  {
                    "type": "allow_all"
                  },
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "allow_all"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "allow_all"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "filter"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "filters": {
                        "examples": [
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Tool filter configuration",
                "optional": false,
                "nullable": false
              },
              "deployment": {
                "examples": [
                  {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.deployment#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pde_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Deployment ID",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default deployment",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Deployment name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "Production deployment"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "credentials": {
                "examples": [
                  {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.auth_credentials"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "par_4sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique credentials identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "oauth"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Credentials status",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [
                      true,
                      false
                    ],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default credentials for the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "is_managed": {
                    "examples": [
                      true,
                      false
                    ],
                    "type": "boolean",
                    "name": "is_managed",
                    "description": "Whether these credentials are managed by Metorial",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "GitHub OAuth"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "OAuth credentials for GitHub API"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "scopes": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "scopes",
                    "description": "OAuth scopes requested by this credential",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "auth_method": {
                "examples": [
                  {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.capabilities.auth_method"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pam_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique auth method identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "oauth",
                      "token",
                      "custom"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Authentication type",
                    "optional": false,
                    "nullable": false
                  },
                  "key": {
                    "examples": [
                      "oauth2"
                    ],
                    "type": "string",
                    "name": "key",
                    "description": "Auth method key",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "OAuth 2.0"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Authenticate using OAuth 2.0"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Auth method description",
                    "optional": false,
                    "nullable": true
                  },
                  "capabilities": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "capabilities",
                    "description": "Auth method capabilities",
                    "optional": false,
                    "nullable": false
                  },
                  "input_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the required auth input fields",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "output_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the auth output fields",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "scopes": {
                    "examples": [
                      [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.capabilities.auth_method.scope"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pams_8tUvWxYzAbCdEfGh"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique scope identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "scope": {
                            "examples": [
                              "repo",
                              "user:email"
                            ],
                            "type": "string",
                            "name": "scope",
                            "description": "OAuth scope string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Repository Access"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the scope",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Full control of private repositories"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Scope description",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "scopes",
                    "description": "Available OAuth scopes",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_specification_id": {
                    "examples": [
                      "psp_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_specification_id",
                    "description": "Specification ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "provider_deployment_id": {
            "examples": [
              "pde_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "provider_deployment_id",
            "description": "Deployment ID",
            "optional": false,
            "nullable": true
          },
          "auth_method_id": {
            "examples": [
              "pam_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "auth_method_id",
            "description": "Auth method ID",
            "optional": false,
            "nullable": false
          },
          "credentials_id": {
            "examples": [
              "par_4sTuVwXyZaBcDeFg"
            ],
            "type": "string",
            "name": "credentials_id",
            "description": "Auth credentials ID",
            "optional": false,
            "nullable": true
          },
          "value": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "value",
            "description": "The exported credential data",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [
              "2026-03-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "expires_at",
            "description": "Timestamp when the export expires",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_298",
      "name": "Body",
      "type": {
        "examples": [
          {
            "provider_auth_config_id": "pacf_4sTuVwXyZaBcDeFg",
            "metadata": {}
          }
        ],
        "properties": {
          "provider_auth_config_id": {
            "examples": [
              "pacf_4sTuVwXyZaBcDeFg"
            ],
            "type": "string",
            "description": "Provider auth config ID",
            "optional": false,
            "nullable": false
          },
          "note": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Custom key-value pairs for storing additional information",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_299",
      "name": "authExport",
      "type": {
        "examples": [
          {
            "object": "provider.auth_export",
            "id": "pace_7yZaBcDeFgHjKlMn",
            "note": "Exported for backup purposes",
            "ip": "192.168.1.1",
            "metadata": {},
            "auth_config": {
              "object": "provider.auth_config",
              "id": "pac_8pQrStUvWxYzAbCd",
              "type": "manual",
              "source": "manual",
              "status": "active",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "name": "GitHub OAuth Token",
              "description": "OAuth token for GitHub API access",
              "metadata": {},
              "tool_filter": {
                "type": "allow_all"
              },
              "deployment": {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "credentials": {
                "object": "provider.auth_credentials",
                "id": "par_4sTuVwXyZaBcDeFg",
                "type": "oauth",
                "status": "active",
                "is_default": true,
                "is_managed": true,
                "name": "GitHub OAuth",
                "description": "OAuth credentials for GitHub API",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "auth_method": {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "provider_deployment_id": "pde_1aBcDeFgHjKlMnPq",
            "auth_method_id": "pam_2mNpQrStUvWxYzAb",
            "credentials_id": "par_4sTuVwXyZaBcDeFg",
            "value": {},
            "created_at": "2025-09-15T10:30:00.000Z",
            "expires_at": "2026-03-15T10:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.auth_export"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "pace_7yZaBcDeFgHjKlMn"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique auth export identifier",
            "optional": false,
            "nullable": false
          },
          "note": {
            "examples": [
              "Exported for backup purposes"
            ],
            "type": "string",
            "name": "note",
            "description": "Note explaining the export reason",
            "optional": false,
            "nullable": false
          },
          "ip": {
            "examples": [
              "192.168.1.1"
            ],
            "type": "string",
            "name": "ip",
            "description": "IP address of the export request",
            "optional": false,
            "nullable": true
          },
          "user_agent": {
            "examples": [],
            "type": "string",
            "name": "user_agent",
            "description": "User agent of the export request",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config",
                "id": "pac_8pQrStUvWxYzAbCd",
                "type": "manual",
                "source": "manual",
                "status": "active",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub OAuth Token",
                "description": "OAuth token for GitHub API access",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "credentials": {
                  "object": "provider.auth_credentials",
                  "id": "par_4sTuVwXyZaBcDeFg",
                  "type": "oauth",
                  "status": "active",
                  "is_default": true,
                  "is_managed": true,
                  "name": "GitHub OAuth",
                  "description": "OAuth credentials for GitHub API",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_method": {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pac_8pQrStUvWxYzAbCd"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique auth config identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "manual",
                  "oauth_automated",
                  "oauth_manual"
                ],
                "type": "enum",
                "name": "type",
                "description": "Authentication type",
                "optional": false,
                "nullable": false
              },
              "source": {
                "examples": [
                  "manual",
                  "setup_session",
                  "system"
                ],
                "type": "enum",
                "name": "source",
                "description": "Auth config source",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Auth config status",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default auth config",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub OAuth Token"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "OAuth token for GitHub API access"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "tool_filter": {
                "examples": [
                  {
                    "type": "allow_all"
                  },
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "allow_all"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "allow_all"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "filter"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "filters": {
                        "examples": [
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Tool filter configuration",
                "optional": false,
                "nullable": false
              },
              "deployment": {
                "examples": [
                  {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.deployment#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pde_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Deployment ID",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default deployment",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Deployment name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "Production deployment"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "credentials": {
                "examples": [
                  {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.auth_credentials"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "par_4sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique credentials identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "oauth"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Credentials status",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [
                      true,
                      false
                    ],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default credentials for the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "is_managed": {
                    "examples": [
                      true,
                      false
                    ],
                    "type": "boolean",
                    "name": "is_managed",
                    "description": "Whether these credentials are managed by Metorial",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "GitHub OAuth"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "OAuth credentials for GitHub API"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "scopes": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "scopes",
                    "description": "OAuth scopes requested by this credential",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "auth_method": {
                "examples": [
                  {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.capabilities.auth_method"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pam_2mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique auth method identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "oauth",
                      "token",
                      "custom"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Authentication type",
                    "optional": false,
                    "nullable": false
                  },
                  "key": {
                    "examples": [
                      "oauth2"
                    ],
                    "type": "string",
                    "name": "key",
                    "description": "Auth method key",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "OAuth 2.0"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Authenticate using OAuth 2.0"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Auth method description",
                    "optional": false,
                    "nullable": true
                  },
                  "capabilities": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "capabilities",
                    "description": "Auth method capabilities",
                    "optional": false,
                    "nullable": false
                  },
                  "input_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the required auth input fields",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "output_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the auth output fields",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "scopes": {
                    "examples": [
                      [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.capabilities.auth_method.scope"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pams_8tUvWxYzAbCdEfGh"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique scope identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "scope": {
                            "examples": [
                              "repo",
                              "user:email"
                            ],
                            "type": "string",
                            "name": "scope",
                            "description": "OAuth scope string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Repository Access"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the scope",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Full control of private repositories"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Scope description",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "scopes",
                    "description": "Available OAuth scopes",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_specification_id": {
                    "examples": [
                      "psp_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_specification_id",
                    "description": "Specification ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "provider_deployment_id": {
            "examples": [
              "pde_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "provider_deployment_id",
            "description": "Deployment ID",
            "optional": false,
            "nullable": true
          },
          "auth_method_id": {
            "examples": [
              "pam_2mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "auth_method_id",
            "description": "Auth method ID",
            "optional": false,
            "nullable": false
          },
          "credentials_id": {
            "examples": [
              "par_4sTuVwXyZaBcDeFg"
            ],
            "type": "string",
            "name": "credentials_id",
            "description": "Auth credentials ID",
            "optional": false,
            "nullable": true
          },
          "value": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "value",
            "description": "The exported credential data",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [
              "2026-03-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "expires_at",
            "description": "Timestamp when the export expires",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_302",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for integration creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for integration creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter integration creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for integration last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for integration last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter integration last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_303",
      "name": "integration",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "integration",
                "status": "active",
                "metadata": {},
                "configuration": {},
                "implementation": {
                  "type": "provider_template"
                },
                "providers": [
                  {
                    "object": "integration.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  {
                    "object": "integration.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ]
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "integration",
                  "status": "active",
                  "metadata": {},
                  "configuration": {},
                  "implementation": {
                    "type": "provider_template"
                  },
                  "providers": [
                    {
                      "object": "integration.provider",
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "integration.provider",
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ]
                },
                {
                  "object": "integration",
                  "status": "active",
                  "metadata": {},
                  "configuration": {},
                  "implementation": {
                    "type": "provider_template"
                  },
                  "providers": [
                    {
                      "object": "integration.provider",
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "integration.provider",
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration",
                    "status": "active",
                    "metadata": {},
                    "configuration": {},
                    "implementation": {
                      "type": "provider_template"
                    },
                    "providers": [
                      {
                        "object": "integration.provider",
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      {
                        "object": "integration.provider",
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "configuration": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "can_attach_custom_tool_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "can_attach_custom_provider_config": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "can_override_tool_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "use_integration_name_in_tool_names": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "implementation": {
                    "examples": [
                      {
                        "type": "provider_template"
                      },
                      {
                        "type": "magic_mcp_server"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "provider_template"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "provider_template"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_template_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "magic_mcp_server"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "magic_mcp_server"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "magic_mcp_server_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": true
                  },
                  "providers": {
                    "examples": [
                      [
                        {
                          "object": "integration.provider",
                          "status": "active",
                          "metadata": {},
                          "tool_filter": {
                            "type": "allow_all"
                          },
                          "config": {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        },
                        {
                          "object": "integration.provider",
                          "status": "active",
                          "metadata": {},
                          "tool_filter": {
                            "type": "allow_all"
                          },
                          "config": {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "integration.provider",
                            "status": "active",
                            "metadata": {},
                            "tool_filter": {
                              "type": "allow_all"
                            },
                            "config": {
                              "object": "provider.config#preview",
                              "id": "pcf_7dEfGhJkLmNpQrSt",
                              "name": "Production Config",
                              "description": "Configuration for production environment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "integration.provider"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "integration_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "optional": false,
                            "nullable": true
                          },
                          "tool_filter": {
                            "examples": [
                              {
                                "type": "allow_all"
                              },
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "allow_all"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "allow_all"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "ignore_parent_filters": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "filter",
                                    "filters": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_keys"
                                      }
                                    ]
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "filter"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "filters": {
                                    "examples": [
                                      [
                                        {
                                          "type": "tool_keys"
                                        },
                                        {
                                          "type": "tool_keys"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "tool_regex"
                                        },
                                        {
                                          "type": "tool_regex"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "resource_regex"
                                        },
                                        {
                                          "type": "resource_regex"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "resource_uris"
                                        },
                                        {
                                          "type": "resource_uris"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "prompt_keys"
                                        },
                                        {
                                          "type": "prompt_keys"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "prompt_regex"
                                        },
                                        {
                                          "type": "prompt_regex"
                                        }
                                      ]
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          },
                                          {
                                            "type": "tool_regex"
                                          },
                                          {
                                            "type": "resource_regex"
                                          },
                                          {
                                            "type": "resource_uris"
                                          },
                                          {
                                            "type": "prompt_keys"
                                          },
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "items": [
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_keys"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "tool_keys"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "keys": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "tool_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "resource_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "resource_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "resource_uris"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "resource_uris"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "uris": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "prompt_keys"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "prompt_keys"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "keys": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "prompt_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "prompt_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "union",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "ignore_parent_filters": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "description": "Tool filter configuration",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "deployment_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "auth_method_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "auth_credentials_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "config": {
                            "examples": [
                              {
                                "object": "provider.config#preview",
                                "id": "pcf_7dEfGhJkLmNpQrSt",
                                "name": "Production Config",
                                "description": "Configuration for production environment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.config#preview"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pcf_7dEfGhJkLmNpQrSt"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Config ID",
                                "optional": false,
                                "nullable": false
                              },
                              "is_default": {
                                "examples": [],
                                "type": "boolean",
                                "name": "is_default",
                                "description": "Whether this is the default config",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Production Config"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Config name",
                                "optional": false,
                                "nullable": true
                              },
                              "description": {
                                "examples": [
                                  "Configuration for production environment"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Description",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "metadata",
                                "description": "Custom key-value pairs for storing additional information",
                                "optional": false,
                                "nullable": true
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_id",
                                "description": "Provider ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "archived_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_305",
      "name": "integration",
      "type": {
        "examples": [
          {
            "object": "integration",
            "status": "active",
            "metadata": {},
            "configuration": {},
            "implementation": {
              "type": "provider_template"
            },
            "providers": [
              {
                "object": "integration.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              },
              {
                "object": "integration.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "configuration": {
            "examples": [
              {}
            ],
            "properties": {
              "can_attach_custom_tool_filters": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "can_attach_custom_provider_config": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "can_override_tool_filters": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "use_integration_name_in_tool_names": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "implementation": {
            "examples": [
              {
                "type": "provider_template"
              },
              {
                "type": "magic_mcp_server"
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "provider_template"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "provider_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_template_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "magic_mcp_server"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "magic_mcp_server"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "integration.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "integration.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_method_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_credentials_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_307",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          },
          "use_integration_name_in_tool_names": {
            "examples": [],
            "type": "boolean",
            "optional": true,
            "nullable": true
          },
          "can_attach_custom_tool_filters": {
            "examples": [],
            "type": "boolean",
            "optional": true,
            "nullable": false
          },
          "can_attach_custom_provider_config": {
            "examples": [],
            "type": "boolean",
            "optional": true,
            "nullable": false
          },
          "can_override_tool_filters": {
            "examples": [],
            "type": "boolean",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_308",
      "name": "integration",
      "type": {
        "examples": [
          {
            "object": "integration",
            "status": "active",
            "metadata": {},
            "configuration": {},
            "implementation": {
              "type": "provider_template"
            },
            "providers": [
              {
                "object": "integration.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              },
              {
                "object": "integration.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "configuration": {
            "examples": [
              {}
            ],
            "properties": {
              "can_attach_custom_tool_filters": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "can_attach_custom_provider_config": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "can_override_tool_filters": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "use_integration_name_in_tool_names": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "implementation": {
            "examples": [
              {
                "type": "provider_template"
              },
              {
                "type": "magic_mcp_server"
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "provider_template"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "provider_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_template_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "magic_mcp_server"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "magic_mcp_server"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "integration.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "integration.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_method_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_credentials_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_310",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": true
          },
          "use_integration_name_in_tool_names": {
            "examples": [],
            "type": "boolean",
            "optional": true,
            "nullable": true
          },
          "can_attach_custom_tool_filters": {
            "examples": [],
            "type": "boolean",
            "optional": true,
            "nullable": false
          },
          "can_attach_custom_provider_config": {
            "examples": [],
            "type": "boolean",
            "optional": true,
            "nullable": false
          },
          "can_override_tool_filters": {
            "examples": [],
            "type": "boolean",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_311",
      "name": "integration",
      "type": {
        "examples": [
          {
            "object": "integration",
            "status": "active",
            "metadata": {},
            "configuration": {},
            "implementation": {
              "type": "provider_template"
            },
            "providers": [
              {
                "object": "integration.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              },
              {
                "object": "integration.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "configuration": {
            "examples": [
              {}
            ],
            "properties": {
              "can_attach_custom_tool_filters": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "can_attach_custom_provider_config": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "can_override_tool_filters": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "use_integration_name_in_tool_names": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "implementation": {
            "examples": [
              {
                "type": "provider_template"
              },
              {
                "type": "magic_mcp_server"
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "provider_template"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "provider_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_template_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "magic_mcp_server"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "magic_mcp_server"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "integration.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "integration.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_method_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_credentials_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_313",
      "name": "integration",
      "type": {
        "examples": [
          {
            "object": "integration",
            "status": "active",
            "metadata": {},
            "configuration": {},
            "implementation": {
              "type": "provider_template"
            },
            "providers": [
              {
                "object": "integration.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              },
              {
                "object": "integration.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "configuration": {
            "examples": [
              {}
            ],
            "properties": {
              "can_attach_custom_tool_filters": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "can_attach_custom_provider_config": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "can_override_tool_filters": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "use_integration_name_in_tool_names": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "implementation": {
            "examples": [
              {
                "type": "provider_template"
              },
              {
                "type": "magic_mcp_server"
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "provider_template"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "provider_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_template_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "magic_mcp_server"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "magic_mcp_server"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "integration.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "integration.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_method_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_credentials_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_316",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_deployment_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_auth_method_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_auth_credentials_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for integration provider creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for integration provider creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter integration provider creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for integration provider last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for integration provider last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter integration provider last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_317",
      "name": "integration.provider",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "integration.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "integration.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "integration.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_method_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_credentials_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_319",
      "name": "integration.provider",
      "type": {
        "examples": [
          {
            "object": "integration.provider",
            "status": "active",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration.provider"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": true
          },
          "provider_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "deployment_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "auth_method_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "auth_credentials_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_321",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {},
            "tool_filters": {
              "type": "tool_keys"
            }
          }
        ],
        "properties": {
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "provider_deployment_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "provider_auth_method_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "provider_auth_credentials_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "provider_config_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          },
          "tool_filters": {
            "examples": [
              {
                "type": "tool_keys"
              },
              {
                "type": "tool_regex"
              },
              {
                "type": "resource_regex"
              },
              {
                "type": "resource_uris"
              },
              {
                "type": "prompt_keys"
              },
              {
                "type": "prompt_regex"
              },
              [
                {
                  "type": "tool_keys"
                },
                {
                  "type": "tool_keys"
                }
              ],
              [
                {
                  "type": "tool_regex"
                },
                {
                  "type": "tool_regex"
                }
              ],
              [
                {
                  "type": "resource_regex"
                },
                {
                  "type": "resource_regex"
                }
              ],
              [
                {
                  "type": "resource_uris"
                },
                {
                  "type": "resource_uris"
                }
              ],
              [
                {
                  "type": "prompt_keys"
                },
                {
                  "type": "prompt_keys"
                }
              ],
              [
                {
                  "type": "prompt_regex"
                },
                {
                  "type": "prompt_regex"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_regex"
                  },
                  {
                    "type": "resource_regex"
                  },
                  {
                    "type": "resource_uris"
                  },
                  {
                    "type": "prompt_keys"
                  },
                  {
                    "type": "prompt_regex"
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "tool_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_uris"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_uris"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "uris": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  [
                    {
                      "type": "tool_keys"
                    },
                    {
                      "type": "tool_keys"
                    }
                  ],
                  [
                    {
                      "type": "tool_regex"
                    },
                    {
                      "type": "tool_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_regex"
                    },
                    {
                      "type": "resource_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_uris"
                    },
                    {
                      "type": "resource_uris"
                    }
                  ],
                  [
                    {
                      "type": "prompt_keys"
                    },
                    {
                      "type": "prompt_keys"
                    }
                  ],
                  [
                    {
                      "type": "prompt_regex"
                    },
                    {
                      "type": "prompt_regex"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_regex"
                      },
                      {
                        "type": "resource_regex"
                      },
                      {
                        "type": "resource_uris"
                      },
                      {
                        "type": "prompt_keys"
                      },
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "tool_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_uris"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_uris"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "uris": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": true,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_322",
      "name": "integration.provider",
      "type": {
        "examples": [
          {
            "object": "integration.provider",
            "status": "active",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration.provider"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": true
          },
          "provider_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "deployment_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "auth_method_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "auth_credentials_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_324",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {},
            "tool_filters": {
              "type": "tool_keys"
            }
          }
        ],
        "properties": {
          "provider_deployment_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "provider_auth_method_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "provider_auth_credentials_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "provider_config_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": true
          },
          "tool_filters": {
            "examples": [
              {
                "type": "tool_keys"
              },
              {
                "type": "tool_regex"
              },
              {
                "type": "resource_regex"
              },
              {
                "type": "resource_uris"
              },
              {
                "type": "prompt_keys"
              },
              {
                "type": "prompt_regex"
              },
              [
                {
                  "type": "tool_keys"
                },
                {
                  "type": "tool_keys"
                }
              ],
              [
                {
                  "type": "tool_regex"
                },
                {
                  "type": "tool_regex"
                }
              ],
              [
                {
                  "type": "resource_regex"
                },
                {
                  "type": "resource_regex"
                }
              ],
              [
                {
                  "type": "resource_uris"
                },
                {
                  "type": "resource_uris"
                }
              ],
              [
                {
                  "type": "prompt_keys"
                },
                {
                  "type": "prompt_keys"
                }
              ],
              [
                {
                  "type": "prompt_regex"
                },
                {
                  "type": "prompt_regex"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_regex"
                  },
                  {
                    "type": "resource_regex"
                  },
                  {
                    "type": "resource_uris"
                  },
                  {
                    "type": "prompt_keys"
                  },
                  {
                    "type": "prompt_regex"
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "tool_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_uris"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_uris"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "uris": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  [
                    {
                      "type": "tool_keys"
                    },
                    {
                      "type": "tool_keys"
                    }
                  ],
                  [
                    {
                      "type": "tool_regex"
                    },
                    {
                      "type": "tool_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_regex"
                    },
                    {
                      "type": "resource_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_uris"
                    },
                    {
                      "type": "resource_uris"
                    }
                  ],
                  [
                    {
                      "type": "prompt_keys"
                    },
                    {
                      "type": "prompt_keys"
                    }
                  ],
                  [
                    {
                      "type": "prompt_regex"
                    },
                    {
                      "type": "prompt_regex"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_regex"
                      },
                      {
                        "type": "resource_regex"
                      },
                      {
                        "type": "resource_uris"
                      },
                      {
                        "type": "prompt_keys"
                      },
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "tool_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_uris"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_uris"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "uris": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": true,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_325",
      "name": "integration.provider",
      "type": {
        "examples": [
          {
            "object": "integration.provider",
            "status": "active",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration.provider"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": true
          },
          "provider_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "deployment_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "auth_method_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "auth_credentials_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_327",
      "name": "integration.provider",
      "type": {
        "examples": [
          {
            "object": "integration.provider",
            "status": "active",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration.provider"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": true
          },
          "provider_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "deployment_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "auth_method_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "auth_credentials_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_330",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "pending",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "pending",
                  "successful",
                  "expired",
                  "archived",
                  "deleted",
                  [
                    "pending",
                    "pending"
                  ],
                  [
                    "successful",
                    "successful"
                  ],
                  [
                    "expired",
                    "expired"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "pending",
                      "successful",
                      "expired",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "pending",
                        "pending"
                      ],
                      [
                        "successful",
                        "successful"
                      ],
                      [
                        "expired",
                        "expired"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "pending",
                          "successful",
                          "expired",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_instance_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for integration setup session creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for integration setup session creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter integration setup session creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for integration setup session last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for integration setup session last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter integration setup session last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_331",
      "name": "integration.setup_session",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "integration.setup_session",
                "status": "pending",
                "metadata": {},
                "configuration": {},
                "integration_instance": {
                  "object": "integration.instance",
                  "status": "draft",
                  "metadata": {},
                  "implementation": {
                    "type": "magic_mcp_server"
                  },
                  "providers": [
                    {
                      "object": "integration.instance.provider",
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "integration_provider": {
                        "object": "integration.provider#snapshot",
                        "provider_version": {
                          "object": "integration.provider.version"
                        },
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "integration.instance.provider",
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "integration_provider": {
                        "object": "integration.provider#snapshot",
                        "provider_version": {
                          "object": "integration.provider.version"
                        },
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ]
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "integration.setup_session",
                  "status": "pending",
                  "metadata": {},
                  "configuration": {},
                  "integration_instance": {
                    "object": "integration.instance",
                    "status": "draft",
                    "metadata": {},
                    "implementation": {
                      "type": "magic_mcp_server"
                    },
                    "providers": [
                      {
                        "object": "integration.instance.provider",
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "provider": {
                          "object": "provider#preview",
                          "id": "pro_5gHjKlMnPqRsTuVw",
                          "name": "GitHub",
                          "description": "Connect to GitHub repositories, issues, and pull requests",
                          "slug": "github",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "integration_provider": {
                          "object": "integration.provider#snapshot",
                          "provider_version": {
                            "object": "integration.provider.version"
                          },
                          "status": "active",
                          "metadata": {},
                          "tool_filter": {
                            "type": "allow_all"
                          },
                          "config": {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_config": {
                          "object": "provider.auth_config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      {
                        "object": "integration.instance.provider",
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "provider": {
                          "object": "provider#preview",
                          "id": "pro_5gHjKlMnPqRsTuVw",
                          "name": "GitHub",
                          "description": "Connect to GitHub repositories, issues, and pull requests",
                          "slug": "github",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "integration_provider": {
                          "object": "integration.provider#snapshot",
                          "provider_version": {
                            "object": "integration.provider.version"
                          },
                          "status": "active",
                          "metadata": {},
                          "tool_filter": {
                            "type": "allow_all"
                          },
                          "config": {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_config": {
                          "object": "provider.auth_config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ]
                  }
                },
                {
                  "object": "integration.setup_session",
                  "status": "pending",
                  "metadata": {},
                  "configuration": {},
                  "integration_instance": {
                    "object": "integration.instance",
                    "status": "draft",
                    "metadata": {},
                    "implementation": {
                      "type": "magic_mcp_server"
                    },
                    "providers": [
                      {
                        "object": "integration.instance.provider",
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "provider": {
                          "object": "provider#preview",
                          "id": "pro_5gHjKlMnPqRsTuVw",
                          "name": "GitHub",
                          "description": "Connect to GitHub repositories, issues, and pull requests",
                          "slug": "github",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "integration_provider": {
                          "object": "integration.provider#snapshot",
                          "provider_version": {
                            "object": "integration.provider.version"
                          },
                          "status": "active",
                          "metadata": {},
                          "tool_filter": {
                            "type": "allow_all"
                          },
                          "config": {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_config": {
                          "object": "provider.auth_config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      {
                        "object": "integration.instance.provider",
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "provider": {
                          "object": "provider#preview",
                          "id": "pro_5gHjKlMnPqRsTuVw",
                          "name": "GitHub",
                          "description": "Connect to GitHub repositories, issues, and pull requests",
                          "slug": "github",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "integration_provider": {
                          "object": "integration.provider#snapshot",
                          "provider_version": {
                            "object": "integration.provider.version"
                          },
                          "status": "active",
                          "metadata": {},
                          "tool_filter": {
                            "type": "allow_all"
                          },
                          "config": {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_config": {
                          "object": "provider.auth_config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ]
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration.setup_session",
                    "status": "pending",
                    "metadata": {},
                    "configuration": {},
                    "integration_instance": {
                      "object": "integration.instance",
                      "status": "draft",
                      "metadata": {},
                      "implementation": {
                        "type": "magic_mcp_server"
                      },
                      "providers": [
                        {
                          "object": "integration.instance.provider",
                          "status": "active",
                          "metadata": {},
                          "tool_filter": {
                            "type": "allow_all"
                          },
                          "provider": {
                            "object": "provider#preview",
                            "id": "pro_5gHjKlMnPqRsTuVw",
                            "name": "GitHub",
                            "description": "Connect to GitHub repositories, issues, and pull requests",
                            "slug": "github",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "integration_provider": {
                            "object": "integration.provider#snapshot",
                            "provider_version": {
                              "object": "integration.provider.version"
                            },
                            "status": "active",
                            "metadata": {},
                            "tool_filter": {
                              "type": "allow_all"
                            },
                            "config": {
                              "object": "provider.config#preview",
                              "id": "pcf_7dEfGhJkLmNpQrSt",
                              "name": "Production Config",
                              "description": "Configuration for production environment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            }
                          },
                          "config": {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "auth_config": {
                            "object": "provider.auth_config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        },
                        {
                          "object": "integration.instance.provider",
                          "status": "active",
                          "metadata": {},
                          "tool_filter": {
                            "type": "allow_all"
                          },
                          "provider": {
                            "object": "provider#preview",
                            "id": "pro_5gHjKlMnPqRsTuVw",
                            "name": "GitHub",
                            "description": "Connect to GitHub repositories, issues, and pull requests",
                            "slug": "github",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "integration_provider": {
                            "object": "integration.provider#snapshot",
                            "provider_version": {
                              "object": "integration.provider.version"
                            },
                            "status": "active",
                            "metadata": {},
                            "tool_filter": {
                              "type": "allow_all"
                            },
                            "config": {
                              "object": "provider.config#preview",
                              "id": "pcf_7dEfGhJkLmNpQrSt",
                              "name": "Production Config",
                              "description": "Configuration for production environment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            }
                          },
                          "config": {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "auth_config": {
                            "object": "provider.auth_config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        }
                      ]
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration.setup_session"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "pending",
                      "successful",
                      "expired",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "configuration": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "redirect_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "integration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_instance": {
                    "examples": [
                      {
                        "object": "integration.instance",
                        "status": "draft",
                        "metadata": {},
                        "implementation": {
                          "type": "magic_mcp_server"
                        },
                        "providers": [
                          {
                            "object": "integration.instance.provider",
                            "status": "active",
                            "metadata": {},
                            "tool_filter": {
                              "type": "allow_all"
                            },
                            "provider": {
                              "object": "provider#preview",
                              "id": "pro_5gHjKlMnPqRsTuVw",
                              "name": "GitHub",
                              "description": "Connect to GitHub repositories, issues, and pull requests",
                              "slug": "github",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "integration_provider": {
                              "object": "integration.provider#snapshot",
                              "provider_version": {
                                "object": "integration.provider.version"
                              },
                              "status": "active",
                              "metadata": {},
                              "tool_filter": {
                                "type": "allow_all"
                              },
                              "config": {
                                "object": "provider.config#preview",
                                "id": "pcf_7dEfGhJkLmNpQrSt",
                                "name": "Production Config",
                                "description": "Configuration for production environment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            },
                            "config": {
                              "object": "provider.config#preview",
                              "id": "pcf_7dEfGhJkLmNpQrSt",
                              "name": "Production Config",
                              "description": "Configuration for production environment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "auth_config": {
                              "object": "provider.auth_config#preview",
                              "id": "pcf_7dEfGhJkLmNpQrSt",
                              "name": "Production Config",
                              "description": "Configuration for production environment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            }
                          },
                          {
                            "object": "integration.instance.provider",
                            "status": "active",
                            "metadata": {},
                            "tool_filter": {
                              "type": "allow_all"
                            },
                            "provider": {
                              "object": "provider#preview",
                              "id": "pro_5gHjKlMnPqRsTuVw",
                              "name": "GitHub",
                              "description": "Connect to GitHub repositories, issues, and pull requests",
                              "slug": "github",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "integration_provider": {
                              "object": "integration.provider#snapshot",
                              "provider_version": {
                                "object": "integration.provider.version"
                              },
                              "status": "active",
                              "metadata": {},
                              "tool_filter": {
                                "type": "allow_all"
                              },
                              "config": {
                                "object": "provider.config#preview",
                                "id": "pcf_7dEfGhJkLmNpQrSt",
                                "name": "Production Config",
                                "description": "Configuration for production environment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            },
                            "config": {
                              "object": "provider.config#preview",
                              "id": "pcf_7dEfGhJkLmNpQrSt",
                              "name": "Production Config",
                              "description": "Configuration for production environment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "auth_config": {
                              "object": "provider.auth_config#preview",
                              "id": "pcf_7dEfGhJkLmNpQrSt",
                              "name": "Production Config",
                              "description": "Configuration for production environment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            }
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "integration.instance"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "draft",
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": true
                      },
                      "integration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "identity_actor_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "identity_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "implementation": {
                        "examples": [
                          {
                            "type": "magic_mcp_server"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "magic_mcp_server"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "magic_mcp_server_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "providers": {
                        "examples": [
                          [
                            {
                              "object": "integration.instance.provider",
                              "status": "active",
                              "metadata": {},
                              "tool_filter": {
                                "type": "allow_all"
                              },
                              "provider": {
                                "object": "provider#preview",
                                "id": "pro_5gHjKlMnPqRsTuVw",
                                "name": "GitHub",
                                "description": "Connect to GitHub repositories, issues, and pull requests",
                                "slug": "github",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              },
                              "integration_provider": {
                                "object": "integration.provider#snapshot",
                                "provider_version": {
                                  "object": "integration.provider.version"
                                },
                                "status": "active",
                                "metadata": {},
                                "tool_filter": {
                                  "type": "allow_all"
                                },
                                "config": {
                                  "object": "provider.config#preview",
                                  "id": "pcf_7dEfGhJkLmNpQrSt",
                                  "name": "Production Config",
                                  "description": "Configuration for production environment",
                                  "metadata": {},
                                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                  "created_at": "2025-09-15T10:30:00.000Z",
                                  "updated_at": "2026-01-10T14:45:00.000Z"
                                }
                              },
                              "config": {
                                "object": "provider.config#preview",
                                "id": "pcf_7dEfGhJkLmNpQrSt",
                                "name": "Production Config",
                                "description": "Configuration for production environment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              },
                              "auth_config": {
                                "object": "provider.auth_config#preview",
                                "id": "pcf_7dEfGhJkLmNpQrSt",
                                "name": "Production Config",
                                "description": "Configuration for production environment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            },
                            {
                              "object": "integration.instance.provider",
                              "status": "active",
                              "metadata": {},
                              "tool_filter": {
                                "type": "allow_all"
                              },
                              "provider": {
                                "object": "provider#preview",
                                "id": "pro_5gHjKlMnPqRsTuVw",
                                "name": "GitHub",
                                "description": "Connect to GitHub repositories, issues, and pull requests",
                                "slug": "github",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              },
                              "integration_provider": {
                                "object": "integration.provider#snapshot",
                                "provider_version": {
                                  "object": "integration.provider.version"
                                },
                                "status": "active",
                                "metadata": {},
                                "tool_filter": {
                                  "type": "allow_all"
                                },
                                "config": {
                                  "object": "provider.config#preview",
                                  "id": "pcf_7dEfGhJkLmNpQrSt",
                                  "name": "Production Config",
                                  "description": "Configuration for production environment",
                                  "metadata": {},
                                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                  "created_at": "2025-09-15T10:30:00.000Z",
                                  "updated_at": "2026-01-10T14:45:00.000Z"
                                }
                              },
                              "config": {
                                "object": "provider.config#preview",
                                "id": "pcf_7dEfGhJkLmNpQrSt",
                                "name": "Production Config",
                                "description": "Configuration for production environment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              },
                              "auth_config": {
                                "object": "provider.auth_config#preview",
                                "id": "pcf_7dEfGhJkLmNpQrSt",
                                "name": "Production Config",
                                "description": "Configuration for production environment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "integration.instance.provider",
                                "status": "active",
                                "metadata": {},
                                "tool_filter": {
                                  "type": "allow_all"
                                },
                                "provider": {
                                  "object": "provider#preview",
                                  "id": "pro_5gHjKlMnPqRsTuVw",
                                  "name": "GitHub",
                                  "description": "Connect to GitHub repositories, issues, and pull requests",
                                  "slug": "github",
                                  "created_at": "2025-09-15T10:30:00.000Z",
                                  "updated_at": "2026-01-10T14:45:00.000Z"
                                },
                                "integration_provider": {
                                  "object": "integration.provider#snapshot",
                                  "provider_version": {
                                    "object": "integration.provider.version"
                                  },
                                  "status": "active",
                                  "metadata": {},
                                  "tool_filter": {
                                    "type": "allow_all"
                                  },
                                  "config": {
                                    "object": "provider.config#preview",
                                    "id": "pcf_7dEfGhJkLmNpQrSt",
                                    "name": "Production Config",
                                    "description": "Configuration for production environment",
                                    "metadata": {},
                                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                    "created_at": "2025-09-15T10:30:00.000Z",
                                    "updated_at": "2026-01-10T14:45:00.000Z"
                                  }
                                },
                                "config": {
                                  "object": "provider.config#preview",
                                  "id": "pcf_7dEfGhJkLmNpQrSt",
                                  "name": "Production Config",
                                  "description": "Configuration for production environment",
                                  "metadata": {},
                                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                  "created_at": "2025-09-15T10:30:00.000Z",
                                  "updated_at": "2026-01-10T14:45:00.000Z"
                                },
                                "auth_config": {
                                  "object": "provider.auth_config#preview",
                                  "id": "pcf_7dEfGhJkLmNpQrSt",
                                  "name": "Production Config",
                                  "description": "Configuration for production environment",
                                  "metadata": {},
                                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                  "created_at": "2025-09-15T10:30:00.000Z",
                                  "updated_at": "2026-01-10T14:45:00.000Z"
                                }
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "integration.instance.provider"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "optional": false,
                                "nullable": true
                              },
                              "integration_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "integration_instance_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "tool_filter": {
                                "examples": [
                                  {
                                    "type": "allow_all"
                                  },
                                  {
                                    "type": "filter",
                                    "filters": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_keys"
                                      }
                                    ]
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "allow_all"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "allow_all"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "ignore_parent_filters": {
                                        "examples": [],
                                        "type": "boolean",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "filter",
                                        "filters": [
                                          {
                                            "type": "tool_keys"
                                          },
                                          {
                                            "type": "tool_keys"
                                          }
                                        ]
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "filter"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "filters": {
                                        "examples": [
                                          [
                                            {
                                              "type": "tool_keys"
                                            },
                                            {
                                              "type": "tool_keys"
                                            }
                                          ],
                                          [
                                            {
                                              "type": "tool_regex"
                                            },
                                            {
                                              "type": "tool_regex"
                                            }
                                          ],
                                          [
                                            {
                                              "type": "resource_regex"
                                            },
                                            {
                                              "type": "resource_regex"
                                            }
                                          ],
                                          [
                                            {
                                              "type": "resource_uris"
                                            },
                                            {
                                              "type": "resource_uris"
                                            }
                                          ],
                                          [
                                            {
                                              "type": "prompt_keys"
                                            },
                                            {
                                              "type": "prompt_keys"
                                            }
                                          ],
                                          [
                                            {
                                              "type": "prompt_regex"
                                            },
                                            {
                                              "type": "prompt_regex"
                                            }
                                          ]
                                        ],
                                        "items": [
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_keys"
                                              },
                                              {
                                                "type": "tool_regex"
                                              },
                                              {
                                                "type": "resource_regex"
                                              },
                                              {
                                                "type": "resource_uris"
                                              },
                                              {
                                                "type": "prompt_keys"
                                              },
                                              {
                                                "type": "prompt_regex"
                                              }
                                            ],
                                            "items": [
                                              {
                                                "examples": [
                                                  {
                                                    "type": "tool_keys"
                                                  }
                                                ],
                                                "properties": {
                                                  "type": {
                                                    "examples": [
                                                      "tool_keys"
                                                    ],
                                                    "type": "literal",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  "keys": {
                                                    "examples": [],
                                                    "items": [
                                                      {
                                                        "examples": [],
                                                        "type": "string",
                                                        "optional": false,
                                                        "nullable": false
                                                      }
                                                    ],
                                                    "type": "array",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                },
                                                "type": "object",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              {
                                                "examples": [
                                                  {
                                                    "type": "tool_regex"
                                                  }
                                                ],
                                                "properties": {
                                                  "type": {
                                                    "examples": [
                                                      "tool_regex"
                                                    ],
                                                    "type": "literal",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  "pattern": {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                },
                                                "type": "object",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              {
                                                "examples": [
                                                  {
                                                    "type": "resource_regex"
                                                  }
                                                ],
                                                "properties": {
                                                  "type": {
                                                    "examples": [
                                                      "resource_regex"
                                                    ],
                                                    "type": "literal",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  "pattern": {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                },
                                                "type": "object",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              {
                                                "examples": [
                                                  {
                                                    "type": "resource_uris"
                                                  }
                                                ],
                                                "properties": {
                                                  "type": {
                                                    "examples": [
                                                      "resource_uris"
                                                    ],
                                                    "type": "literal",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  "uris": {
                                                    "examples": [],
                                                    "items": [
                                                      {
                                                        "examples": [],
                                                        "type": "string",
                                                        "optional": false,
                                                        "nullable": false
                                                      }
                                                    ],
                                                    "type": "array",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                },
                                                "type": "object",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              {
                                                "examples": [
                                                  {
                                                    "type": "prompt_keys"
                                                  }
                                                ],
                                                "properties": {
                                                  "type": {
                                                    "examples": [
                                                      "prompt_keys"
                                                    ],
                                                    "type": "literal",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  "keys": {
                                                    "examples": [],
                                                    "items": [
                                                      {
                                                        "examples": [],
                                                        "type": "string",
                                                        "optional": false,
                                                        "nullable": false
                                                      }
                                                    ],
                                                    "type": "array",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                },
                                                "type": "object",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              {
                                                "examples": [
                                                  {
                                                    "type": "prompt_regex"
                                                  }
                                                ],
                                                "properties": {
                                                  "type": {
                                                    "examples": [
                                                      "prompt_regex"
                                                    ],
                                                    "type": "literal",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  "pattern": {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                },
                                                "type": "object",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "union",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "ignore_parent_filters": {
                                        "examples": [],
                                        "type": "boolean",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "description": "Tool filter configuration",
                                "optional": false,
                                "nullable": true
                              },
                              "is_override_tool_filter": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              },
                              "provider": {
                                "examples": [
                                  {
                                    "object": "provider#preview",
                                    "id": "pro_5gHjKlMnPqRsTuVw",
                                    "name": "GitHub",
                                    "description": "Connect to GitHub repositories, issues, and pull requests",
                                    "slug": "github",
                                    "created_at": "2025-09-15T10:30:00.000Z",
                                    "updated_at": "2026-01-10T14:45:00.000Z"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "provider#preview"
                                    ],
                                    "type": "literal",
                                    "description": "String representing the object's type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [
                                      "pro_5gHjKlMnPqRsTuVw"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "Unique provider identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "GitHub"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "Display name of the provider",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "description": {
                                    "examples": [
                                      "Connect to GitHub repositories, issues, and pull requests"
                                    ],
                                    "type": "string",
                                    "name": "description",
                                    "description": "Brief description of the provider",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "slug": {
                                    "examples": [
                                      "github"
                                    ],
                                    "type": "string",
                                    "name": "slug",
                                    "description": "URL-friendly identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [
                                      "2025-09-15T10:30:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "Timestamp when the provider was created",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [
                                      "2026-01-10T14:45:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "Timestamp when the provider was last updated",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "integration_provider": {
                                "examples": [
                                  {
                                    "object": "integration.provider#snapshot",
                                    "provider_version": {
                                      "object": "integration.provider.version"
                                    },
                                    "status": "active",
                                    "metadata": {},
                                    "tool_filter": {
                                      "type": "allow_all"
                                    },
                                    "config": {
                                      "object": "provider.config#preview",
                                      "id": "pcf_7dEfGhJkLmNpQrSt",
                                      "name": "Production Config",
                                      "description": "Configuration for production environment",
                                      "metadata": {},
                                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                      "created_at": "2025-09-15T10:30:00.000Z",
                                      "updated_at": "2026-01-10T14:45:00.000Z"
                                    }
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "integration.provider#snapshot"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "provider_version": {
                                    "examples": [
                                      {
                                        "object": "integration.provider.version"
                                      }
                                    ],
                                    "properties": {
                                      "object": {
                                        "examples": [
                                          "integration.provider.version"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "id": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "index": {
                                        "examples": [],
                                        "type": "number",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "status": {
                                    "examples": [
                                      "active",
                                      "archived",
                                      "deleted"
                                    ],
                                    "type": "enum",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "description": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "metadata": {
                                    "examples": [
                                      {}
                                    ],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "any",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "record",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "tool_filter": {
                                    "examples": [
                                      {
                                        "type": "allow_all"
                                      },
                                      {
                                        "type": "filter",
                                        "filters": [
                                          {
                                            "type": "tool_keys"
                                          },
                                          {
                                            "type": "tool_keys"
                                          }
                                        ]
                                      }
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "allow_all"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "allow_all"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "ignore_parent_filters": {
                                            "examples": [],
                                            "type": "boolean",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "filter",
                                            "filters": [
                                              {
                                                "type": "tool_keys"
                                              },
                                              {
                                                "type": "tool_keys"
                                              }
                                            ]
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "filter"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "filters": {
                                            "examples": [
                                              [
                                                {
                                                  "type": "tool_keys"
                                                },
                                                {
                                                  "type": "tool_keys"
                                                }
                                              ],
                                              [
                                                {
                                                  "type": "tool_regex"
                                                },
                                                {
                                                  "type": "tool_regex"
                                                }
                                              ],
                                              [
                                                {
                                                  "type": "resource_regex"
                                                },
                                                {
                                                  "type": "resource_regex"
                                                }
                                              ],
                                              [
                                                {
                                                  "type": "resource_uris"
                                                },
                                                {
                                                  "type": "resource_uris"
                                                }
                                              ],
                                              [
                                                {
                                                  "type": "prompt_keys"
                                                },
                                                {
                                                  "type": "prompt_keys"
                                                }
                                              ],
                                              [
                                                {
                                                  "type": "prompt_regex"
                                                },
                                                {
                                                  "type": "prompt_regex"
                                                }
                                              ]
                                            ],
                                            "items": [
                                              {
                                                "examples": [
                                                  {
                                                    "type": "tool_keys"
                                                  },
                                                  {
                                                    "type": "tool_regex"
                                                  },
                                                  {
                                                    "type": "resource_regex"
                                                  },
                                                  {
                                                    "type": "resource_uris"
                                                  },
                                                  {
                                                    "type": "prompt_keys"
                                                  },
                                                  {
                                                    "type": "prompt_regex"
                                                  }
                                                ],
                                                "items": [
                                                  {
                                                    "examples": [
                                                      {
                                                        "type": "tool_keys"
                                                      }
                                                    ],
                                                    "properties": {
                                                      "type": {
                                                        "examples": [
                                                          "tool_keys"
                                                        ],
                                                        "type": "literal",
                                                        "optional": false,
                                                        "nullable": false
                                                      },
                                                      "keys": {
                                                        "examples": [],
                                                        "items": [
                                                          {
                                                            "examples": [],
                                                            "type": "string",
                                                            "optional": false,
                                                            "nullable": false
                                                          }
                                                        ],
                                                        "type": "array",
                                                        "optional": false,
                                                        "nullable": false
                                                      }
                                                    },
                                                    "type": "object",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  {
                                                    "examples": [
                                                      {
                                                        "type": "tool_regex"
                                                      }
                                                    ],
                                                    "properties": {
                                                      "type": {
                                                        "examples": [
                                                          "tool_regex"
                                                        ],
                                                        "type": "literal",
                                                        "optional": false,
                                                        "nullable": false
                                                      },
                                                      "pattern": {
                                                        "examples": [],
                                                        "type": "string",
                                                        "optional": false,
                                                        "nullable": false
                                                      }
                                                    },
                                                    "type": "object",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  {
                                                    "examples": [
                                                      {
                                                        "type": "resource_regex"
                                                      }
                                                    ],
                                                    "properties": {
                                                      "type": {
                                                        "examples": [
                                                          "resource_regex"
                                                        ],
                                                        "type": "literal",
                                                        "optional": false,
                                                        "nullable": false
                                                      },
                                                      "pattern": {
                                                        "examples": [],
                                                        "type": "string",
                                                        "optional": false,
                                                        "nullable": false
                                                      }
                                                    },
                                                    "type": "object",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  {
                                                    "examples": [
                                                      {
                                                        "type": "resource_uris"
                                                      }
                                                    ],
                                                    "properties": {
                                                      "type": {
                                                        "examples": [
                                                          "resource_uris"
                                                        ],
                                                        "type": "literal",
                                                        "optional": false,
                                                        "nullable": false
                                                      },
                                                      "uris": {
                                                        "examples": [],
                                                        "items": [
                                                          {
                                                            "examples": [],
                                                            "type": "string",
                                                            "optional": false,
                                                            "nullable": false
                                                          }
                                                        ],
                                                        "type": "array",
                                                        "optional": false,
                                                        "nullable": false
                                                      }
                                                    },
                                                    "type": "object",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  {
                                                    "examples": [
                                                      {
                                                        "type": "prompt_keys"
                                                      }
                                                    ],
                                                    "properties": {
                                                      "type": {
                                                        "examples": [
                                                          "prompt_keys"
                                                        ],
                                                        "type": "literal",
                                                        "optional": false,
                                                        "nullable": false
                                                      },
                                                      "keys": {
                                                        "examples": [],
                                                        "items": [
                                                          {
                                                            "examples": [],
                                                            "type": "string",
                                                            "optional": false,
                                                            "nullable": false
                                                          }
                                                        ],
                                                        "type": "array",
                                                        "optional": false,
                                                        "nullable": false
                                                      }
                                                    },
                                                    "type": "object",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  {
                                                    "examples": [
                                                      {
                                                        "type": "prompt_regex"
                                                      }
                                                    ],
                                                    "properties": {
                                                      "type": {
                                                        "examples": [
                                                          "prompt_regex"
                                                        ],
                                                        "type": "literal",
                                                        "optional": false,
                                                        "nullable": false
                                                      },
                                                      "pattern": {
                                                        "examples": [],
                                                        "type": "string",
                                                        "optional": false,
                                                        "nullable": false
                                                      }
                                                    },
                                                    "type": "object",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "union",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "ignore_parent_filters": {
                                            "examples": [],
                                            "type": "boolean",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "union",
                                    "description": "Tool filter configuration",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "provider_id": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "deployment_id": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "auth_method_id": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "auth_credentials_id": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "config": {
                                    "examples": [
                                      {
                                        "object": "provider.config#preview",
                                        "id": "pcf_7dEfGhJkLmNpQrSt",
                                        "name": "Production Config",
                                        "description": "Configuration for production environment",
                                        "metadata": {},
                                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                        "created_at": "2025-09-15T10:30:00.000Z",
                                        "updated_at": "2026-01-10T14:45:00.000Z"
                                      }
                                    ],
                                    "properties": {
                                      "object": {
                                        "examples": [
                                          "provider.config#preview"
                                        ],
                                        "type": "literal",
                                        "description": "String representing the object's type",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "id": {
                                        "examples": [
                                          "pcf_7dEfGhJkLmNpQrSt"
                                        ],
                                        "type": "string",
                                        "name": "id",
                                        "description": "Config ID",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "is_default": {
                                        "examples": [],
                                        "type": "boolean",
                                        "name": "is_default",
                                        "description": "Whether this is the default config",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "name": {
                                        "examples": [
                                          "Production Config"
                                        ],
                                        "type": "string",
                                        "name": "name",
                                        "description": "Config name",
                                        "optional": false,
                                        "nullable": true
                                      },
                                      "description": {
                                        "examples": [
                                          "Configuration for production environment"
                                        ],
                                        "type": "string",
                                        "name": "description",
                                        "description": "Description",
                                        "optional": false,
                                        "nullable": true
                                      },
                                      "metadata": {
                                        "examples": [
                                          {}
                                        ],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "any",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "record",
                                        "name": "metadata",
                                        "description": "Custom key-value pairs for storing additional information",
                                        "optional": false,
                                        "nullable": true
                                      },
                                      "provider_id": {
                                        "examples": [
                                          "pro_5gHjKlMnPqRsTuVw"
                                        ],
                                        "type": "string",
                                        "name": "provider_id",
                                        "description": "Provider ID",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "created_at": {
                                        "examples": [
                                          "2025-09-15T10:30:00.000Z"
                                        ],
                                        "type": "date",
                                        "name": "created_at",
                                        "description": "Timestamp when created",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "updated_at": {
                                        "examples": [
                                          "2026-01-10T14:45:00.000Z"
                                        ],
                                        "type": "date",
                                        "name": "updated_at",
                                        "description": "Timestamp when last updated",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "archived_at": {
                                    "examples": [],
                                    "type": "date",
                                    "optional": false,
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "config": {
                                "examples": [
                                  {
                                    "object": "provider.config#preview",
                                    "id": "pcf_7dEfGhJkLmNpQrSt",
                                    "name": "Production Config",
                                    "description": "Configuration for production environment",
                                    "metadata": {},
                                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                    "created_at": "2025-09-15T10:30:00.000Z",
                                    "updated_at": "2026-01-10T14:45:00.000Z"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "provider.config#preview"
                                    ],
                                    "type": "literal",
                                    "description": "String representing the object's type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [
                                      "pcf_7dEfGhJkLmNpQrSt"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "Config ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "is_default": {
                                    "examples": [],
                                    "type": "boolean",
                                    "name": "is_default",
                                    "description": "Whether this is the default config",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Production Config"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "Config name",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "description": {
                                    "examples": [
                                      "Configuration for production environment"
                                    ],
                                    "type": "string",
                                    "name": "description",
                                    "description": "Description",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "metadata": {
                                    "examples": [
                                      {}
                                    ],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "any",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "record",
                                    "name": "metadata",
                                    "description": "Custom key-value pairs for storing additional information",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "provider_id": {
                                    "examples": [
                                      "pro_5gHjKlMnPqRsTuVw"
                                    ],
                                    "type": "string",
                                    "name": "provider_id",
                                    "description": "Provider ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [
                                      "2025-09-15T10:30:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "Timestamp when created",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [
                                      "2026-01-10T14:45:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "Timestamp when last updated",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": true
                              },
                              "auth_config": {
                                "examples": [
                                  {
                                    "object": "provider.auth_config#preview",
                                    "id": "pcf_7dEfGhJkLmNpQrSt",
                                    "name": "Production Config",
                                    "description": "Configuration for production environment",
                                    "metadata": {},
                                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                    "created_at": "2025-09-15T10:30:00.000Z",
                                    "updated_at": "2026-01-10T14:45:00.000Z"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "provider.auth_config#preview"
                                    ],
                                    "type": "literal",
                                    "description": "String representing the object's type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [
                                      "pcf_7dEfGhJkLmNpQrSt"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "Config ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "is_default": {
                                    "examples": [],
                                    "type": "boolean",
                                    "name": "is_default",
                                    "description": "Whether this is the default config",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Production Config"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "Config name",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "description": {
                                    "examples": [
                                      "Configuration for production environment"
                                    ],
                                    "type": "string",
                                    "name": "description",
                                    "description": "Description",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "metadata": {
                                    "examples": [
                                      {}
                                    ],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "any",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "record",
                                    "name": "metadata",
                                    "description": "Custom key-value pairs for storing additional information",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "provider_id": {
                                    "examples": [
                                      "pro_5gHjKlMnPqRsTuVw"
                                    ],
                                    "type": "string",
                                    "name": "provider_id",
                                    "description": "Provider ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [
                                      "2025-09-15T10:30:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "Timestamp when created",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [
                                      "2026-01-10T14:45:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "Timestamp when last updated",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": true
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "archived_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "archived_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "expires_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_333",
      "name": "integration.setup_session",
      "type": {
        "examples": [
          {
            "object": "integration.setup_session",
            "status": "pending",
            "metadata": {},
            "configuration": {},
            "integration_instance": {
              "object": "integration.instance",
              "status": "draft",
              "metadata": {},
              "implementation": {
                "type": "magic_mcp_server"
              },
              "providers": [
                {
                  "object": "integration.instance.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "integration_provider": {
                    "object": "integration.provider#snapshot",
                    "provider_version": {
                      "object": "integration.provider.version"
                    },
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "integration.instance.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "integration_provider": {
                    "object": "integration.provider#snapshot",
                    "provider_version": {
                      "object": "integration.provider.version"
                    },
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration.setup_session"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "successful",
              "expired",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "configuration": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "redirect_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "integration_instance": {
            "examples": [
              {
                "object": "integration.instance",
                "status": "draft",
                "metadata": {},
                "implementation": {
                  "type": "magic_mcp_server"
                },
                "providers": [
                  {
                    "object": "integration.instance.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "integration_provider": {
                      "object": "integration.provider#snapshot",
                      "provider_version": {
                        "object": "integration.provider.version"
                      },
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  {
                    "object": "integration.instance.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "integration_provider": {
                      "object": "integration.provider#snapshot",
                      "provider_version": {
                        "object": "integration.provider.version"
                      },
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ]
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "integration.instance"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "draft",
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "optional": false,
                "nullable": true
              },
              "integration_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "identity_actor_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "identity_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "implementation": {
                "examples": [
                  {
                    "type": "magic_mcp_server"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "magic_mcp_server"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "providers": {
                "examples": [
                  [
                    {
                      "object": "integration.instance.provider",
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "integration_provider": {
                        "object": "integration.provider#snapshot",
                        "provider_version": {
                          "object": "integration.provider.version"
                        },
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "integration.instance.provider",
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "integration_provider": {
                        "object": "integration.provider#snapshot",
                        "provider_version": {
                          "object": "integration.provider.version"
                        },
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "integration.instance.provider",
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "provider": {
                          "object": "provider#preview",
                          "id": "pro_5gHjKlMnPqRsTuVw",
                          "name": "GitHub",
                          "description": "Connect to GitHub repositories, issues, and pull requests",
                          "slug": "github",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "integration_provider": {
                          "object": "integration.provider#snapshot",
                          "provider_version": {
                            "object": "integration.provider.version"
                          },
                          "status": "active",
                          "metadata": {},
                          "tool_filter": {
                            "type": "allow_all"
                          },
                          "config": {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_config": {
                          "object": "provider.auth_config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "integration.instance.provider"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": true
                      },
                      "integration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "integration_instance_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "tool_filter": {
                        "examples": [
                          {
                            "type": "allow_all"
                          },
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "allow_all"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "allow_all"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "filter"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "filters": {
                                "examples": [
                                  [
                                    {
                                      "type": "tool_keys"
                                    },
                                    {
                                      "type": "tool_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "tool_regex"
                                    },
                                    {
                                      "type": "tool_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_regex"
                                    },
                                    {
                                      "type": "resource_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_uris"
                                    },
                                    {
                                      "type": "resource_uris"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_keys"
                                    },
                                    {
                                      "type": "prompt_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_regex"
                                    },
                                    {
                                      "type": "prompt_regex"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_regex"
                                      },
                                      {
                                        "type": "resource_regex"
                                      },
                                      {
                                        "type": "resource_uris"
                                      },
                                      {
                                        "type": "prompt_keys"
                                      },
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_uris"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_uris"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "uris": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "union",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "description": "Tool filter configuration",
                        "optional": false,
                        "nullable": true
                      },
                      "is_override_tool_filter": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "provider": {
                        "examples": [
                          {
                            "object": "provider#preview",
                            "id": "pro_5gHjKlMnPqRsTuVw",
                            "name": "GitHub",
                            "description": "Connect to GitHub repositories, issues, and pull requests",
                            "slug": "github",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique provider identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "GitHub"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the provider",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Connect to GitHub repositories, issues, and pull requests"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Brief description of the provider",
                            "optional": false,
                            "nullable": true
                          },
                          "slug": {
                            "examples": [
                              "github"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "URL-friendly identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when the provider was created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when the provider was last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "integration_provider": {
                        "examples": [
                          {
                            "object": "integration.provider#snapshot",
                            "provider_version": {
                              "object": "integration.provider.version"
                            },
                            "status": "active",
                            "metadata": {},
                            "tool_filter": {
                              "type": "allow_all"
                            },
                            "config": {
                              "object": "provider.config#preview",
                              "id": "pcf_7dEfGhJkLmNpQrSt",
                              "name": "Production Config",
                              "description": "Configuration for production environment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "integration.provider#snapshot"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_version": {
                            "examples": [
                              {
                                "object": "integration.provider.version"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "integration.provider.version"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "index": {
                                "examples": [],
                                "type": "number",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "optional": false,
                            "nullable": true
                          },
                          "tool_filter": {
                            "examples": [
                              {
                                "type": "allow_all"
                              },
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "allow_all"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "allow_all"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "ignore_parent_filters": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "filter",
                                    "filters": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_keys"
                                      }
                                    ]
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "filter"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "filters": {
                                    "examples": [
                                      [
                                        {
                                          "type": "tool_keys"
                                        },
                                        {
                                          "type": "tool_keys"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "tool_regex"
                                        },
                                        {
                                          "type": "tool_regex"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "resource_regex"
                                        },
                                        {
                                          "type": "resource_regex"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "resource_uris"
                                        },
                                        {
                                          "type": "resource_uris"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "prompt_keys"
                                        },
                                        {
                                          "type": "prompt_keys"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "prompt_regex"
                                        },
                                        {
                                          "type": "prompt_regex"
                                        }
                                      ]
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          },
                                          {
                                            "type": "tool_regex"
                                          },
                                          {
                                            "type": "resource_regex"
                                          },
                                          {
                                            "type": "resource_uris"
                                          },
                                          {
                                            "type": "prompt_keys"
                                          },
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "items": [
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_keys"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "tool_keys"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "keys": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "tool_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "resource_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "resource_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "resource_uris"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "resource_uris"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "uris": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "prompt_keys"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "prompt_keys"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "keys": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "prompt_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "prompt_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "union",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "ignore_parent_filters": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "description": "Tool filter configuration",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "deployment_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "auth_method_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "auth_credentials_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "config": {
                            "examples": [
                              {
                                "object": "provider.config#preview",
                                "id": "pcf_7dEfGhJkLmNpQrSt",
                                "name": "Production Config",
                                "description": "Configuration for production environment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.config#preview"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pcf_7dEfGhJkLmNpQrSt"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Config ID",
                                "optional": false,
                                "nullable": false
                              },
                              "is_default": {
                                "examples": [],
                                "type": "boolean",
                                "name": "is_default",
                                "description": "Whether this is the default config",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Production Config"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Config name",
                                "optional": false,
                                "nullable": true
                              },
                              "description": {
                                "examples": [
                                  "Configuration for production environment"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Description",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "metadata",
                                "description": "Custom key-value pairs for storing additional information",
                                "optional": false,
                                "nullable": true
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_id",
                                "description": "Provider ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "archived_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "config": {
                        "examples": [
                          {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.config#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pcf_7dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Config ID",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default config",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Production Config"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Config name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "Configuration for production environment"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "auth_config": {
                        "examples": [
                          {
                            "object": "provider.auth_config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.auth_config#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pcf_7dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Config ID",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default config",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Production Config"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Config name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "Configuration for production environment"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "archived_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "archived_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_335",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {},
            "configuration": {
              "provider_search": {
                "groups": [
                  {},
                  {}
                ],
                "collections": [
                  {},
                  {}
                ],
                "categories": [
                  {},
                  {}
                ]
              },
              "tool_filters": {},
              "ui": {
                "layout": "box"
              }
            }
          }
        ],
        "properties": {
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          },
          "identity_actor_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "identity_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "optional": true,
            "nullable": false
          },
          "redirect_url": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "configuration": {
            "examples": [
              {
                "provider_search": {
                  "groups": [
                    {},
                    {}
                  ],
                  "collections": [
                    {},
                    {}
                  ],
                  "categories": [
                    {},
                    {}
                  ]
                },
                "tool_filters": {},
                "ui": {
                  "layout": "box"
                }
              }
            ],
            "properties": {
              "provider_search": {
                "examples": [
                  {
                    "groups": [
                      {},
                      {}
                    ],
                    "collections": [
                      {},
                      {}
                    ],
                    "categories": [
                      {},
                      {}
                    ]
                  }
                ],
                "properties": {
                  "groups": {
                    "examples": [
                      [
                        {},
                        {}
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {}
                        ],
                        "properties": {
                          "group_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": true,
                    "nullable": false
                  },
                  "collections": {
                    "examples": [
                      [
                        {},
                        {}
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {}
                        ],
                        "properties": {
                          "collection_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": true,
                    "nullable": false
                  },
                  "categories": {
                    "examples": [
                      [
                        {},
                        {}
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {}
                        ],
                        "properties": {
                          "category_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": true,
                "nullable": false
              },
              "tool_filters": {
                "examples": [
                  {}
                ],
                "properties": {
                  "enabled": {
                    "examples": [],
                    "type": "boolean",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": true,
                "nullable": false
              },
              "ui": {
                "examples": [
                  {
                    "layout": "box"
                  }
                ],
                "properties": {
                  "layout": {
                    "examples": [
                      "box",
                      "side",
                      "light"
                    ],
                    "type": "enum",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_336",
      "name": "integration.setup_session",
      "type": {
        "examples": [
          {
            "object": "integration.setup_session",
            "status": "pending",
            "metadata": {},
            "configuration": {},
            "integration_instance": {
              "object": "integration.instance",
              "status": "draft",
              "metadata": {},
              "implementation": {
                "type": "magic_mcp_server"
              },
              "providers": [
                {
                  "object": "integration.instance.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "integration_provider": {
                    "object": "integration.provider#snapshot",
                    "provider_version": {
                      "object": "integration.provider.version"
                    },
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "integration.instance.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "integration_provider": {
                    "object": "integration.provider#snapshot",
                    "provider_version": {
                      "object": "integration.provider.version"
                    },
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration.setup_session"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "successful",
              "expired",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "configuration": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "redirect_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "integration_instance": {
            "examples": [
              {
                "object": "integration.instance",
                "status": "draft",
                "metadata": {},
                "implementation": {
                  "type": "magic_mcp_server"
                },
                "providers": [
                  {
                    "object": "integration.instance.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "integration_provider": {
                      "object": "integration.provider#snapshot",
                      "provider_version": {
                        "object": "integration.provider.version"
                      },
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  {
                    "object": "integration.instance.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "integration_provider": {
                      "object": "integration.provider#snapshot",
                      "provider_version": {
                        "object": "integration.provider.version"
                      },
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ]
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "integration.instance"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "draft",
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "optional": false,
                "nullable": true
              },
              "integration_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "identity_actor_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "identity_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "implementation": {
                "examples": [
                  {
                    "type": "magic_mcp_server"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "magic_mcp_server"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "providers": {
                "examples": [
                  [
                    {
                      "object": "integration.instance.provider",
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "integration_provider": {
                        "object": "integration.provider#snapshot",
                        "provider_version": {
                          "object": "integration.provider.version"
                        },
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "integration.instance.provider",
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "integration_provider": {
                        "object": "integration.provider#snapshot",
                        "provider_version": {
                          "object": "integration.provider.version"
                        },
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "integration.instance.provider",
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "provider": {
                          "object": "provider#preview",
                          "id": "pro_5gHjKlMnPqRsTuVw",
                          "name": "GitHub",
                          "description": "Connect to GitHub repositories, issues, and pull requests",
                          "slug": "github",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "integration_provider": {
                          "object": "integration.provider#snapshot",
                          "provider_version": {
                            "object": "integration.provider.version"
                          },
                          "status": "active",
                          "metadata": {},
                          "tool_filter": {
                            "type": "allow_all"
                          },
                          "config": {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_config": {
                          "object": "provider.auth_config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "integration.instance.provider"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": true
                      },
                      "integration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "integration_instance_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "tool_filter": {
                        "examples": [
                          {
                            "type": "allow_all"
                          },
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "allow_all"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "allow_all"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "filter"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "filters": {
                                "examples": [
                                  [
                                    {
                                      "type": "tool_keys"
                                    },
                                    {
                                      "type": "tool_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "tool_regex"
                                    },
                                    {
                                      "type": "tool_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_regex"
                                    },
                                    {
                                      "type": "resource_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_uris"
                                    },
                                    {
                                      "type": "resource_uris"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_keys"
                                    },
                                    {
                                      "type": "prompt_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_regex"
                                    },
                                    {
                                      "type": "prompt_regex"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_regex"
                                      },
                                      {
                                        "type": "resource_regex"
                                      },
                                      {
                                        "type": "resource_uris"
                                      },
                                      {
                                        "type": "prompt_keys"
                                      },
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_uris"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_uris"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "uris": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "union",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "description": "Tool filter configuration",
                        "optional": false,
                        "nullable": true
                      },
                      "is_override_tool_filter": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "provider": {
                        "examples": [
                          {
                            "object": "provider#preview",
                            "id": "pro_5gHjKlMnPqRsTuVw",
                            "name": "GitHub",
                            "description": "Connect to GitHub repositories, issues, and pull requests",
                            "slug": "github",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique provider identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "GitHub"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the provider",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Connect to GitHub repositories, issues, and pull requests"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Brief description of the provider",
                            "optional": false,
                            "nullable": true
                          },
                          "slug": {
                            "examples": [
                              "github"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "URL-friendly identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when the provider was created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when the provider was last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "integration_provider": {
                        "examples": [
                          {
                            "object": "integration.provider#snapshot",
                            "provider_version": {
                              "object": "integration.provider.version"
                            },
                            "status": "active",
                            "metadata": {},
                            "tool_filter": {
                              "type": "allow_all"
                            },
                            "config": {
                              "object": "provider.config#preview",
                              "id": "pcf_7dEfGhJkLmNpQrSt",
                              "name": "Production Config",
                              "description": "Configuration for production environment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "integration.provider#snapshot"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_version": {
                            "examples": [
                              {
                                "object": "integration.provider.version"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "integration.provider.version"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "index": {
                                "examples": [],
                                "type": "number",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "optional": false,
                            "nullable": true
                          },
                          "tool_filter": {
                            "examples": [
                              {
                                "type": "allow_all"
                              },
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "allow_all"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "allow_all"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "ignore_parent_filters": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "filter",
                                    "filters": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_keys"
                                      }
                                    ]
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "filter"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "filters": {
                                    "examples": [
                                      [
                                        {
                                          "type": "tool_keys"
                                        },
                                        {
                                          "type": "tool_keys"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "tool_regex"
                                        },
                                        {
                                          "type": "tool_regex"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "resource_regex"
                                        },
                                        {
                                          "type": "resource_regex"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "resource_uris"
                                        },
                                        {
                                          "type": "resource_uris"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "prompt_keys"
                                        },
                                        {
                                          "type": "prompt_keys"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "prompt_regex"
                                        },
                                        {
                                          "type": "prompt_regex"
                                        }
                                      ]
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          },
                                          {
                                            "type": "tool_regex"
                                          },
                                          {
                                            "type": "resource_regex"
                                          },
                                          {
                                            "type": "resource_uris"
                                          },
                                          {
                                            "type": "prompt_keys"
                                          },
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "items": [
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_keys"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "tool_keys"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "keys": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "tool_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "resource_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "resource_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "resource_uris"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "resource_uris"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "uris": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "prompt_keys"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "prompt_keys"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "keys": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "prompt_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "prompt_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "union",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "ignore_parent_filters": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "description": "Tool filter configuration",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "deployment_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "auth_method_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "auth_credentials_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "config": {
                            "examples": [
                              {
                                "object": "provider.config#preview",
                                "id": "pcf_7dEfGhJkLmNpQrSt",
                                "name": "Production Config",
                                "description": "Configuration for production environment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.config#preview"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pcf_7dEfGhJkLmNpQrSt"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Config ID",
                                "optional": false,
                                "nullable": false
                              },
                              "is_default": {
                                "examples": [],
                                "type": "boolean",
                                "name": "is_default",
                                "description": "Whether this is the default config",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Production Config"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Config name",
                                "optional": false,
                                "nullable": true
                              },
                              "description": {
                                "examples": [
                                  "Configuration for production environment"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Description",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "metadata",
                                "description": "Custom key-value pairs for storing additional information",
                                "optional": false,
                                "nullable": true
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_id",
                                "description": "Provider ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "archived_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "config": {
                        "examples": [
                          {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.config#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pcf_7dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Config ID",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default config",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Production Config"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Config name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "Configuration for production environment"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "auth_config": {
                        "examples": [
                          {
                            "object": "provider.auth_config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.auth_config#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pcf_7dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Config ID",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default config",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Production Config"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Config name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "Configuration for production environment"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "archived_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "archived_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_339",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "draft",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "draft",
                  "active",
                  "archived",
                  "deleted",
                  [
                    "draft",
                    "draft"
                  ],
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "draft",
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "draft",
                        "draft"
                      ],
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "draft",
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "identity_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "identity_credential_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "identity_actor_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_deployment_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_auth_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "session_template_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for integration instance creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for integration instance creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter integration instance creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for integration instance last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for integration instance last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter integration instance last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_340",
      "name": "integration.instance",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "integration.instance",
                "status": "draft",
                "metadata": {},
                "implementation": {
                  "type": "magic_mcp_server"
                },
                "providers": [
                  {
                    "object": "integration.instance.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "integration_provider": {
                      "object": "integration.provider#snapshot",
                      "provider_version": {
                        "object": "integration.provider.version"
                      },
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  {
                    "object": "integration.instance.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "integration_provider": {
                      "object": "integration.provider#snapshot",
                      "provider_version": {
                        "object": "integration.provider.version"
                      },
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ]
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "integration.instance",
                  "status": "draft",
                  "metadata": {},
                  "implementation": {
                    "type": "magic_mcp_server"
                  },
                  "providers": [
                    {
                      "object": "integration.instance.provider",
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "integration_provider": {
                        "object": "integration.provider#snapshot",
                        "provider_version": {
                          "object": "integration.provider.version"
                        },
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "integration.instance.provider",
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "integration_provider": {
                        "object": "integration.provider#snapshot",
                        "provider_version": {
                          "object": "integration.provider.version"
                        },
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ]
                },
                {
                  "object": "integration.instance",
                  "status": "draft",
                  "metadata": {},
                  "implementation": {
                    "type": "magic_mcp_server"
                  },
                  "providers": [
                    {
                      "object": "integration.instance.provider",
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "integration_provider": {
                        "object": "integration.provider#snapshot",
                        "provider_version": {
                          "object": "integration.provider.version"
                        },
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "integration.instance.provider",
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "integration_provider": {
                        "object": "integration.provider#snapshot",
                        "provider_version": {
                          "object": "integration.provider.version"
                        },
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration.instance",
                    "status": "draft",
                    "metadata": {},
                    "implementation": {
                      "type": "magic_mcp_server"
                    },
                    "providers": [
                      {
                        "object": "integration.instance.provider",
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "provider": {
                          "object": "provider#preview",
                          "id": "pro_5gHjKlMnPqRsTuVw",
                          "name": "GitHub",
                          "description": "Connect to GitHub repositories, issues, and pull requests",
                          "slug": "github",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "integration_provider": {
                          "object": "integration.provider#snapshot",
                          "provider_version": {
                            "object": "integration.provider.version"
                          },
                          "status": "active",
                          "metadata": {},
                          "tool_filter": {
                            "type": "allow_all"
                          },
                          "config": {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_config": {
                          "object": "provider.auth_config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      {
                        "object": "integration.instance.provider",
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "provider": {
                          "object": "provider#preview",
                          "id": "pro_5gHjKlMnPqRsTuVw",
                          "name": "GitHub",
                          "description": "Connect to GitHub repositories, issues, and pull requests",
                          "slug": "github",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "integration_provider": {
                          "object": "integration.provider#snapshot",
                          "provider_version": {
                            "object": "integration.provider.version"
                          },
                          "status": "active",
                          "metadata": {},
                          "tool_filter": {
                            "type": "allow_all"
                          },
                          "config": {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_config": {
                          "object": "provider.auth_config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration.instance"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "draft",
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "integration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "identity_actor_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "identity_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "implementation": {
                    "examples": [
                      {
                        "type": "magic_mcp_server"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "magic_mcp_server"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "magic_mcp_server_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "providers": {
                    "examples": [
                      [
                        {
                          "object": "integration.instance.provider",
                          "status": "active",
                          "metadata": {},
                          "tool_filter": {
                            "type": "allow_all"
                          },
                          "provider": {
                            "object": "provider#preview",
                            "id": "pro_5gHjKlMnPqRsTuVw",
                            "name": "GitHub",
                            "description": "Connect to GitHub repositories, issues, and pull requests",
                            "slug": "github",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "integration_provider": {
                            "object": "integration.provider#snapshot",
                            "provider_version": {
                              "object": "integration.provider.version"
                            },
                            "status": "active",
                            "metadata": {},
                            "tool_filter": {
                              "type": "allow_all"
                            },
                            "config": {
                              "object": "provider.config#preview",
                              "id": "pcf_7dEfGhJkLmNpQrSt",
                              "name": "Production Config",
                              "description": "Configuration for production environment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            }
                          },
                          "config": {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "auth_config": {
                            "object": "provider.auth_config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        },
                        {
                          "object": "integration.instance.provider",
                          "status": "active",
                          "metadata": {},
                          "tool_filter": {
                            "type": "allow_all"
                          },
                          "provider": {
                            "object": "provider#preview",
                            "id": "pro_5gHjKlMnPqRsTuVw",
                            "name": "GitHub",
                            "description": "Connect to GitHub repositories, issues, and pull requests",
                            "slug": "github",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "integration_provider": {
                            "object": "integration.provider#snapshot",
                            "provider_version": {
                              "object": "integration.provider.version"
                            },
                            "status": "active",
                            "metadata": {},
                            "tool_filter": {
                              "type": "allow_all"
                            },
                            "config": {
                              "object": "provider.config#preview",
                              "id": "pcf_7dEfGhJkLmNpQrSt",
                              "name": "Production Config",
                              "description": "Configuration for production environment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            }
                          },
                          "config": {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "auth_config": {
                            "object": "provider.auth_config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "integration.instance.provider",
                            "status": "active",
                            "metadata": {},
                            "tool_filter": {
                              "type": "allow_all"
                            },
                            "provider": {
                              "object": "provider#preview",
                              "id": "pro_5gHjKlMnPqRsTuVw",
                              "name": "GitHub",
                              "description": "Connect to GitHub repositories, issues, and pull requests",
                              "slug": "github",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "integration_provider": {
                              "object": "integration.provider#snapshot",
                              "provider_version": {
                                "object": "integration.provider.version"
                              },
                              "status": "active",
                              "metadata": {},
                              "tool_filter": {
                                "type": "allow_all"
                              },
                              "config": {
                                "object": "provider.config#preview",
                                "id": "pcf_7dEfGhJkLmNpQrSt",
                                "name": "Production Config",
                                "description": "Configuration for production environment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            },
                            "config": {
                              "object": "provider.config#preview",
                              "id": "pcf_7dEfGhJkLmNpQrSt",
                              "name": "Production Config",
                              "description": "Configuration for production environment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "auth_config": {
                              "object": "provider.auth_config#preview",
                              "id": "pcf_7dEfGhJkLmNpQrSt",
                              "name": "Production Config",
                              "description": "Configuration for production environment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "integration.instance.provider"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "optional": false,
                            "nullable": true
                          },
                          "integration_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "integration_instance_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "tool_filter": {
                            "examples": [
                              {
                                "type": "allow_all"
                              },
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "allow_all"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "allow_all"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "ignore_parent_filters": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "filter",
                                    "filters": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_keys"
                                      }
                                    ]
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "filter"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "filters": {
                                    "examples": [
                                      [
                                        {
                                          "type": "tool_keys"
                                        },
                                        {
                                          "type": "tool_keys"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "tool_regex"
                                        },
                                        {
                                          "type": "tool_regex"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "resource_regex"
                                        },
                                        {
                                          "type": "resource_regex"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "resource_uris"
                                        },
                                        {
                                          "type": "resource_uris"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "prompt_keys"
                                        },
                                        {
                                          "type": "prompt_keys"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "prompt_regex"
                                        },
                                        {
                                          "type": "prompt_regex"
                                        }
                                      ]
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          },
                                          {
                                            "type": "tool_regex"
                                          },
                                          {
                                            "type": "resource_regex"
                                          },
                                          {
                                            "type": "resource_uris"
                                          },
                                          {
                                            "type": "prompt_keys"
                                          },
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "items": [
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_keys"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "tool_keys"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "keys": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "tool_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "resource_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "resource_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "resource_uris"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "resource_uris"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "uris": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "prompt_keys"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "prompt_keys"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "keys": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "prompt_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "prompt_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "union",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "ignore_parent_filters": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "description": "Tool filter configuration",
                            "optional": false,
                            "nullable": true
                          },
                          "is_override_tool_filter": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "provider": {
                            "examples": [
                              {
                                "object": "provider#preview",
                                "id": "pro_5gHjKlMnPqRsTuVw",
                                "name": "GitHub",
                                "description": "Connect to GitHub repositories, issues, and pull requests",
                                "slug": "github",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider#preview"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique provider identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "GitHub"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Display name of the provider",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [
                                  "Connect to GitHub repositories, issues, and pull requests"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Brief description of the provider",
                                "optional": false,
                                "nullable": true
                              },
                              "slug": {
                                "examples": [
                                  "github"
                                ],
                                "type": "string",
                                "name": "slug",
                                "description": "URL-friendly identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when the provider was created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when the provider was last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "integration_provider": {
                            "examples": [
                              {
                                "object": "integration.provider#snapshot",
                                "provider_version": {
                                  "object": "integration.provider.version"
                                },
                                "status": "active",
                                "metadata": {},
                                "tool_filter": {
                                  "type": "allow_all"
                                },
                                "config": {
                                  "object": "provider.config#preview",
                                  "id": "pcf_7dEfGhJkLmNpQrSt",
                                  "name": "Production Config",
                                  "description": "Configuration for production environment",
                                  "metadata": {},
                                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                  "created_at": "2025-09-15T10:30:00.000Z",
                                  "updated_at": "2026-01-10T14:45:00.000Z"
                                }
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "integration.provider#snapshot"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "provider_version": {
                                "examples": [
                                  {
                                    "object": "integration.provider.version"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "integration.provider.version"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "index": {
                                    "examples": [],
                                    "type": "number",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "optional": false,
                                "nullable": true
                              },
                              "tool_filter": {
                                "examples": [
                                  {
                                    "type": "allow_all"
                                  },
                                  {
                                    "type": "filter",
                                    "filters": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_keys"
                                      }
                                    ]
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "allow_all"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "allow_all"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "ignore_parent_filters": {
                                        "examples": [],
                                        "type": "boolean",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "filter",
                                        "filters": [
                                          {
                                            "type": "tool_keys"
                                          },
                                          {
                                            "type": "tool_keys"
                                          }
                                        ]
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "filter"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "filters": {
                                        "examples": [
                                          [
                                            {
                                              "type": "tool_keys"
                                            },
                                            {
                                              "type": "tool_keys"
                                            }
                                          ],
                                          [
                                            {
                                              "type": "tool_regex"
                                            },
                                            {
                                              "type": "tool_regex"
                                            }
                                          ],
                                          [
                                            {
                                              "type": "resource_regex"
                                            },
                                            {
                                              "type": "resource_regex"
                                            }
                                          ],
                                          [
                                            {
                                              "type": "resource_uris"
                                            },
                                            {
                                              "type": "resource_uris"
                                            }
                                          ],
                                          [
                                            {
                                              "type": "prompt_keys"
                                            },
                                            {
                                              "type": "prompt_keys"
                                            }
                                          ],
                                          [
                                            {
                                              "type": "prompt_regex"
                                            },
                                            {
                                              "type": "prompt_regex"
                                            }
                                          ]
                                        ],
                                        "items": [
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_keys"
                                              },
                                              {
                                                "type": "tool_regex"
                                              },
                                              {
                                                "type": "resource_regex"
                                              },
                                              {
                                                "type": "resource_uris"
                                              },
                                              {
                                                "type": "prompt_keys"
                                              },
                                              {
                                                "type": "prompt_regex"
                                              }
                                            ],
                                            "items": [
                                              {
                                                "examples": [
                                                  {
                                                    "type": "tool_keys"
                                                  }
                                                ],
                                                "properties": {
                                                  "type": {
                                                    "examples": [
                                                      "tool_keys"
                                                    ],
                                                    "type": "literal",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  "keys": {
                                                    "examples": [],
                                                    "items": [
                                                      {
                                                        "examples": [],
                                                        "type": "string",
                                                        "optional": false,
                                                        "nullable": false
                                                      }
                                                    ],
                                                    "type": "array",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                },
                                                "type": "object",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              {
                                                "examples": [
                                                  {
                                                    "type": "tool_regex"
                                                  }
                                                ],
                                                "properties": {
                                                  "type": {
                                                    "examples": [
                                                      "tool_regex"
                                                    ],
                                                    "type": "literal",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  "pattern": {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                },
                                                "type": "object",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              {
                                                "examples": [
                                                  {
                                                    "type": "resource_regex"
                                                  }
                                                ],
                                                "properties": {
                                                  "type": {
                                                    "examples": [
                                                      "resource_regex"
                                                    ],
                                                    "type": "literal",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  "pattern": {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                },
                                                "type": "object",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              {
                                                "examples": [
                                                  {
                                                    "type": "resource_uris"
                                                  }
                                                ],
                                                "properties": {
                                                  "type": {
                                                    "examples": [
                                                      "resource_uris"
                                                    ],
                                                    "type": "literal",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  "uris": {
                                                    "examples": [],
                                                    "items": [
                                                      {
                                                        "examples": [],
                                                        "type": "string",
                                                        "optional": false,
                                                        "nullable": false
                                                      }
                                                    ],
                                                    "type": "array",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                },
                                                "type": "object",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              {
                                                "examples": [
                                                  {
                                                    "type": "prompt_keys"
                                                  }
                                                ],
                                                "properties": {
                                                  "type": {
                                                    "examples": [
                                                      "prompt_keys"
                                                    ],
                                                    "type": "literal",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  "keys": {
                                                    "examples": [],
                                                    "items": [
                                                      {
                                                        "examples": [],
                                                        "type": "string",
                                                        "optional": false,
                                                        "nullable": false
                                                      }
                                                    ],
                                                    "type": "array",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                },
                                                "type": "object",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              {
                                                "examples": [
                                                  {
                                                    "type": "prompt_regex"
                                                  }
                                                ],
                                                "properties": {
                                                  "type": {
                                                    "examples": [
                                                      "prompt_regex"
                                                    ],
                                                    "type": "literal",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  "pattern": {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                },
                                                "type": "object",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "union",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "ignore_parent_filters": {
                                        "examples": [],
                                        "type": "boolean",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "description": "Tool filter configuration",
                                "optional": false,
                                "nullable": true
                              },
                              "provider_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "deployment_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "auth_method_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "auth_credentials_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "config": {
                                "examples": [
                                  {
                                    "object": "provider.config#preview",
                                    "id": "pcf_7dEfGhJkLmNpQrSt",
                                    "name": "Production Config",
                                    "description": "Configuration for production environment",
                                    "metadata": {},
                                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                    "created_at": "2025-09-15T10:30:00.000Z",
                                    "updated_at": "2026-01-10T14:45:00.000Z"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "provider.config#preview"
                                    ],
                                    "type": "literal",
                                    "description": "String representing the object's type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [
                                      "pcf_7dEfGhJkLmNpQrSt"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "Config ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "is_default": {
                                    "examples": [],
                                    "type": "boolean",
                                    "name": "is_default",
                                    "description": "Whether this is the default config",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Production Config"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "Config name",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "description": {
                                    "examples": [
                                      "Configuration for production environment"
                                    ],
                                    "type": "string",
                                    "name": "description",
                                    "description": "Description",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "metadata": {
                                    "examples": [
                                      {}
                                    ],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "any",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "record",
                                    "name": "metadata",
                                    "description": "Custom key-value pairs for storing additional information",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "provider_id": {
                                    "examples": [
                                      "pro_5gHjKlMnPqRsTuVw"
                                    ],
                                    "type": "string",
                                    "name": "provider_id",
                                    "description": "Provider ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [
                                      "2025-09-15T10:30:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "Timestamp when created",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [
                                      "2026-01-10T14:45:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "Timestamp when last updated",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": true
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "archived_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "config": {
                            "examples": [
                              {
                                "object": "provider.config#preview",
                                "id": "pcf_7dEfGhJkLmNpQrSt",
                                "name": "Production Config",
                                "description": "Configuration for production environment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.config#preview"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pcf_7dEfGhJkLmNpQrSt"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Config ID",
                                "optional": false,
                                "nullable": false
                              },
                              "is_default": {
                                "examples": [],
                                "type": "boolean",
                                "name": "is_default",
                                "description": "Whether this is the default config",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Production Config"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Config name",
                                "optional": false,
                                "nullable": true
                              },
                              "description": {
                                "examples": [
                                  "Configuration for production environment"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Description",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "metadata",
                                "description": "Custom key-value pairs for storing additional information",
                                "optional": false,
                                "nullable": true
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_id",
                                "description": "Provider ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "auth_config": {
                            "examples": [
                              {
                                "object": "provider.auth_config#preview",
                                "id": "pcf_7dEfGhJkLmNpQrSt",
                                "name": "Production Config",
                                "description": "Configuration for production environment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.auth_config#preview"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pcf_7dEfGhJkLmNpQrSt"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Config ID",
                                "optional": false,
                                "nullable": false
                              },
                              "is_default": {
                                "examples": [],
                                "type": "boolean",
                                "name": "is_default",
                                "description": "Whether this is the default config",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Production Config"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Config name",
                                "optional": false,
                                "nullable": true
                              },
                              "description": {
                                "examples": [
                                  "Configuration for production environment"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Description",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "metadata",
                                "description": "Custom key-value pairs for storing additional information",
                                "optional": false,
                                "nullable": true
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_id",
                                "description": "Provider ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "archived_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_342",
      "name": "integration.instance",
      "type": {
        "examples": [
          {
            "object": "integration.instance",
            "status": "draft",
            "metadata": {},
            "implementation": {
              "type": "magic_mcp_server"
            },
            "providers": [
              {
                "object": "integration.instance.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "integration_provider": {
                  "object": "integration.provider#snapshot",
                  "provider_version": {
                    "object": "integration.provider.version"
                  },
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              },
              {
                "object": "integration.instance.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "integration_provider": {
                  "object": "integration.provider#snapshot",
                  "provider_version": {
                    "object": "integration.provider.version"
                  },
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration.instance"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "draft",
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "identity_actor_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "identity_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "implementation": {
            "examples": [
              {
                "type": "magic_mcp_server"
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "magic_mcp_server"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "magic_mcp_server_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "integration.instance.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "integration_provider": {
                    "object": "integration.provider#snapshot",
                    "provider_version": {
                      "object": "integration.provider.version"
                    },
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "integration.instance.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "integration_provider": {
                    "object": "integration.provider#snapshot",
                    "provider_version": {
                      "object": "integration.provider.version"
                    },
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration.instance.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "integration_provider": {
                      "object": "integration.provider#snapshot",
                      "provider_version": {
                        "object": "integration.provider.version"
                      },
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration.instance.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "integration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_instance_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": true
                  },
                  "is_override_tool_filter": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique provider identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Connect to GitHub repositories, issues, and pull requests"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Brief description of the provider",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [
                          "github"
                        ],
                        "type": "string",
                        "name": "slug",
                        "description": "URL-friendly identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the provider was created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the provider was last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_provider": {
                    "examples": [
                      {
                        "object": "integration.provider#snapshot",
                        "provider_version": {
                          "object": "integration.provider.version"
                        },
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "integration.provider#snapshot"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_version": {
                        "examples": [
                          {
                            "object": "integration.provider.version"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "integration.provider.version"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "index": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": true
                      },
                      "tool_filter": {
                        "examples": [
                          {
                            "type": "allow_all"
                          },
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "allow_all"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "allow_all"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "filter"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "filters": {
                                "examples": [
                                  [
                                    {
                                      "type": "tool_keys"
                                    },
                                    {
                                      "type": "tool_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "tool_regex"
                                    },
                                    {
                                      "type": "tool_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_regex"
                                    },
                                    {
                                      "type": "resource_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_uris"
                                    },
                                    {
                                      "type": "resource_uris"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_keys"
                                    },
                                    {
                                      "type": "prompt_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_regex"
                                    },
                                    {
                                      "type": "prompt_regex"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_regex"
                                      },
                                      {
                                        "type": "resource_regex"
                                      },
                                      {
                                        "type": "resource_uris"
                                      },
                                      {
                                        "type": "prompt_keys"
                                      },
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_uris"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_uris"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "uris": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "union",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "description": "Tool filter configuration",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "deployment_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "auth_method_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "auth_credentials_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "config": {
                        "examples": [
                          {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.config#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pcf_7dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Config ID",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default config",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Production Config"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Config name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "Configuration for production environment"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "archived_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_344",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_345",
      "name": "sessionTemplate",
      "type": {
        "examples": [
          {
            "object": "session.template",
            "id": "stm_2bCdEfGhJkLmNpQr",
            "status": "active",
            "name": "Production Template",
            "description": "Template for production sessions",
            "metadata": {},
            "providers": [
              {
                "object": "session.template.provider",
                "id": "stp_3cDeFgHjKlMnPqRs",
                "status": "active",
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "session.template.provider",
                "id": "stp_3cDeFgHjKlMnPqRs",
                "status": "active",
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session.template"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "stm_2bCdEfGhJkLmNpQr"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session template identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Status of the session template",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Template"
            ],
            "type": "string",
            "name": "name",
            "description": "Template name",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Template for production sessions"
            ],
            "type": "string",
            "name": "description",
            "description": "Template description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs",
            "optional": false,
            "nullable": true
          },
          "integration_instance_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "integration_instance_group_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "identity_actor_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "identity_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "session.template.provider",
                  "id": "stp_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "session.template.provider",
                  "id": "stp_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session.template.provider",
                    "id": "stp_3cDeFgHjKlMnPqRs",
                    "status": "active",
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.template.provider"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "stp_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session template provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Provider status",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "session_template_id": {
                    "examples": [
                      "stm_2bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "name": "session_template_id",
                    "description": "Parent session template ID",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "providers",
            "description": "Template providers",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_347",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_348",
      "name": "providerSession",
      "type": {
        "examples": [
          {
            "object": "session",
            "id": "ses_4dEfGhJkLmNpQrSt",
            "status": "active",
            "name": "Production Session",
            "description": "Session for production environment",
            "metadata": {},
            "connection_state": "connected",
            "connection_url": "https://mcp.metorial.com/mcp/ses_4dEfGhJkLmNpQrSt",
            "client_secret": "metorial_fk_4eC39HqLyjWDarjtT1zdp7dc",
            "usage": {},
            "providers": [
              {
                "object": "session.provider",
                "id": "spr_3cDeFgHjKlMnPqRs",
                "status": "active",
                "usage": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "session.provider",
                "id": "spr_3cDeFgHjKlMnPqRs",
                "status": "active",
                "usage": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "ses_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Session status",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Session"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Session for production environment"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "connection_state": {
            "examples": [
              "connected",
              "disconnected"
            ],
            "type": "enum",
            "name": "connection_state",
            "description": "Session connection state",
            "optional": false,
            "nullable": false
          },
          "connection_url": {
            "examples": [
              "https://mcp.metorial.com/mcp/ses_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "connection_url",
            "description": "MCP connection URL for this session",
            "optional": false,
            "nullable": false
          },
          "client_secret": {
            "examples": [
              "metorial_fk_4eC39HqLyjWDarjtT1zdp7dc"
            ],
            "type": "string",
            "name": "client_secret",
            "description": "Session-scoped fine grained client secret token",
            "optional": false,
            "nullable": true
          },
          "usage": {
            "examples": [
              {}
            ],
            "properties": {
              "total_productive_client_message_count": {
                "examples": [],
                "type": "number",
                "name": "total_productive_client_message_count",
                "description": "Total productive client messages",
                "optional": false,
                "nullable": false
              },
              "total_productive_provider_message_count": {
                "examples": [],
                "type": "number",
                "name": "total_productive_provider_message_count",
                "description": "Total productive provider messages",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "session.provider",
                  "id": "spr_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "usage": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "session.provider",
                  "id": "spr_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "usage": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session.provider",
                    "id": "spr_3cDeFgHjKlMnPqRs",
                    "status": "active",
                    "usage": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                    "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.provider"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "spr_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Provider status",
                    "optional": false,
                    "nullable": false
                  },
                  "usage": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "total_productive_client_message_count": {
                        "examples": [],
                        "type": "number",
                        "name": "total_productive_client_message_count",
                        "description": "Total productive client messages",
                        "optional": false,
                        "nullable": false
                      },
                      "total_productive_provider_message_count": {
                        "examples": [],
                        "type": "number",
                        "name": "total_productive_provider_message_count",
                        "description": "Total productive provider messages",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "name": "usage",
                    "description": "Usage statistics",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "session_id": {
                    "examples": [
                      "ses_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "session_id",
                    "description": "Parent session ID",
                    "optional": false,
                    "nullable": false
                  },
                  "from_template_id": {
                    "examples": [
                      "stm_2bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "name": "from_template_id",
                    "description": "Source template ID",
                    "optional": false,
                    "nullable": true
                  },
                  "from_template_provider_id": {
                    "examples": [
                      "stp_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "from_template_provider_id",
                    "description": "Source template provider ID",
                    "optional": false,
                    "nullable": true
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "providers",
            "description": "Session providers",
            "optional": false,
            "nullable": false
          },
          "from_templates_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "from_templates_ids",
            "description": "Template IDs this session was created from",
            "optional": false,
            "nullable": false
          },
          "has_errors": {
            "examples": [],
            "type": "boolean",
            "name": "has_errors",
            "description": "Whether the session has any errors",
            "optional": false,
            "nullable": false
          },
          "has_warnings": {
            "examples": [],
            "type": "boolean",
            "name": "has_warnings",
            "description": "Whether the session has any warnings",
            "optional": false,
            "nullable": false
          },
          "identity_actor_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "identity_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_350",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {},
            "providers": [
              {
                "tool_filters": {
                  "type": "tool_keys"
                }
              },
              {
                "tool_filters": {
                  "type": "tool_keys"
                }
              }
            ]
          }
        ],
        "properties": {
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          },
          "identity_actor_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "identity_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "tool_filters": {
                    "type": "tool_keys"
                  }
                },
                {
                  "tool_filters": {
                    "type": "tool_keys"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "tool_filters": {
                      "type": "tool_keys"
                    }
                  }
                ],
                "properties": {
                  "provider_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_config_id": {
                    "examples": [],
                    "type": "string",
                    "optional": true,
                    "nullable": true
                  },
                  "provider_auth_config_id": {
                    "examples": [],
                    "type": "string",
                    "optional": true,
                    "nullable": true
                  },
                  "tool_filters": {
                    "examples": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_regex"
                      },
                      {
                        "type": "resource_regex"
                      },
                      {
                        "type": "resource_uris"
                      },
                      {
                        "type": "prompt_keys"
                      },
                      {
                        "type": "prompt_regex"
                      },
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": true,
                    "nullable": true
                  },
                  "is_override_tool_filter": {
                    "examples": [],
                    "type": "boolean",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_351",
      "name": "integration.instance",
      "type": {
        "examples": [
          {
            "object": "integration.instance",
            "status": "draft",
            "metadata": {},
            "implementation": {
              "type": "magic_mcp_server"
            },
            "providers": [
              {
                "object": "integration.instance.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "integration_provider": {
                  "object": "integration.provider#snapshot",
                  "provider_version": {
                    "object": "integration.provider.version"
                  },
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              },
              {
                "object": "integration.instance.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "integration_provider": {
                  "object": "integration.provider#snapshot",
                  "provider_version": {
                    "object": "integration.provider.version"
                  },
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration.instance"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "draft",
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "identity_actor_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "identity_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "implementation": {
            "examples": [
              {
                "type": "magic_mcp_server"
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "magic_mcp_server"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "magic_mcp_server_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "integration.instance.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "integration_provider": {
                    "object": "integration.provider#snapshot",
                    "provider_version": {
                      "object": "integration.provider.version"
                    },
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "integration.instance.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "integration_provider": {
                    "object": "integration.provider#snapshot",
                    "provider_version": {
                      "object": "integration.provider.version"
                    },
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration.instance.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "integration_provider": {
                      "object": "integration.provider#snapshot",
                      "provider_version": {
                        "object": "integration.provider.version"
                      },
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration.instance.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "integration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_instance_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": true
                  },
                  "is_override_tool_filter": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique provider identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Connect to GitHub repositories, issues, and pull requests"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Brief description of the provider",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [
                          "github"
                        ],
                        "type": "string",
                        "name": "slug",
                        "description": "URL-friendly identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the provider was created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the provider was last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_provider": {
                    "examples": [
                      {
                        "object": "integration.provider#snapshot",
                        "provider_version": {
                          "object": "integration.provider.version"
                        },
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "integration.provider#snapshot"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_version": {
                        "examples": [
                          {
                            "object": "integration.provider.version"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "integration.provider.version"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "index": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": true
                      },
                      "tool_filter": {
                        "examples": [
                          {
                            "type": "allow_all"
                          },
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "allow_all"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "allow_all"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "filter"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "filters": {
                                "examples": [
                                  [
                                    {
                                      "type": "tool_keys"
                                    },
                                    {
                                      "type": "tool_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "tool_regex"
                                    },
                                    {
                                      "type": "tool_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_regex"
                                    },
                                    {
                                      "type": "resource_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_uris"
                                    },
                                    {
                                      "type": "resource_uris"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_keys"
                                    },
                                    {
                                      "type": "prompt_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_regex"
                                    },
                                    {
                                      "type": "prompt_regex"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_regex"
                                      },
                                      {
                                        "type": "resource_regex"
                                      },
                                      {
                                        "type": "resource_uris"
                                      },
                                      {
                                        "type": "prompt_keys"
                                      },
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_uris"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_uris"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "uris": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "union",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "description": "Tool filter configuration",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "deployment_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "auth_method_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "auth_credentials_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "config": {
                        "examples": [
                          {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.config#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pcf_7dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Config ID",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default config",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Production Config"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Config name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "Configuration for production environment"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "archived_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_353",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {},
            "providers": [
              {
                "tool_filters": {
                  "type": "tool_keys"
                }
              },
              {
                "tool_filters": {
                  "type": "tool_keys"
                }
              }
            ]
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": true
          },
          "identity_actor_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "identity_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "tool_filters": {
                    "type": "tool_keys"
                  }
                },
                {
                  "tool_filters": {
                    "type": "tool_keys"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "tool_filters": {
                      "type": "tool_keys"
                    }
                  }
                ],
                "properties": {
                  "provider_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_config_id": {
                    "examples": [],
                    "type": "string",
                    "optional": true,
                    "nullable": true
                  },
                  "provider_auth_config_id": {
                    "examples": [],
                    "type": "string",
                    "optional": true,
                    "nullable": true
                  },
                  "tool_filters": {
                    "examples": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_regex"
                      },
                      {
                        "type": "resource_regex"
                      },
                      {
                        "type": "resource_uris"
                      },
                      {
                        "type": "prompt_keys"
                      },
                      {
                        "type": "prompt_regex"
                      },
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": true,
                    "nullable": true
                  },
                  "is_override_tool_filter": {
                    "examples": [],
                    "type": "boolean",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_354",
      "name": "integration.instance",
      "type": {
        "examples": [
          {
            "object": "integration.instance",
            "status": "draft",
            "metadata": {},
            "implementation": {
              "type": "magic_mcp_server"
            },
            "providers": [
              {
                "object": "integration.instance.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "integration_provider": {
                  "object": "integration.provider#snapshot",
                  "provider_version": {
                    "object": "integration.provider.version"
                  },
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              },
              {
                "object": "integration.instance.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "integration_provider": {
                  "object": "integration.provider#snapshot",
                  "provider_version": {
                    "object": "integration.provider.version"
                  },
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration.instance"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "draft",
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "identity_actor_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "identity_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "implementation": {
            "examples": [
              {
                "type": "magic_mcp_server"
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "magic_mcp_server"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "magic_mcp_server_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "integration.instance.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "integration_provider": {
                    "object": "integration.provider#snapshot",
                    "provider_version": {
                      "object": "integration.provider.version"
                    },
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "integration.instance.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "integration_provider": {
                    "object": "integration.provider#snapshot",
                    "provider_version": {
                      "object": "integration.provider.version"
                    },
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration.instance.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "integration_provider": {
                      "object": "integration.provider#snapshot",
                      "provider_version": {
                        "object": "integration.provider.version"
                      },
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration.instance.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "integration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_instance_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": true
                  },
                  "is_override_tool_filter": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique provider identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Connect to GitHub repositories, issues, and pull requests"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Brief description of the provider",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [
                          "github"
                        ],
                        "type": "string",
                        "name": "slug",
                        "description": "URL-friendly identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the provider was created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the provider was last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_provider": {
                    "examples": [
                      {
                        "object": "integration.provider#snapshot",
                        "provider_version": {
                          "object": "integration.provider.version"
                        },
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "integration.provider#snapshot"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_version": {
                        "examples": [
                          {
                            "object": "integration.provider.version"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "integration.provider.version"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "index": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": true
                      },
                      "tool_filter": {
                        "examples": [
                          {
                            "type": "allow_all"
                          },
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "allow_all"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "allow_all"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "filter"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "filters": {
                                "examples": [
                                  [
                                    {
                                      "type": "tool_keys"
                                    },
                                    {
                                      "type": "tool_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "tool_regex"
                                    },
                                    {
                                      "type": "tool_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_regex"
                                    },
                                    {
                                      "type": "resource_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_uris"
                                    },
                                    {
                                      "type": "resource_uris"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_keys"
                                    },
                                    {
                                      "type": "prompt_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_regex"
                                    },
                                    {
                                      "type": "prompt_regex"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_regex"
                                      },
                                      {
                                        "type": "resource_regex"
                                      },
                                      {
                                        "type": "resource_uris"
                                      },
                                      {
                                        "type": "prompt_keys"
                                      },
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_uris"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_uris"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "uris": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "union",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "description": "Tool filter configuration",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "deployment_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "auth_method_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "auth_credentials_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "config": {
                        "examples": [
                          {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.config#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pcf_7dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Config ID",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default config",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Production Config"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Config name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "Configuration for production environment"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "archived_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_356",
      "name": "integration.instance",
      "type": {
        "examples": [
          {
            "object": "integration.instance",
            "status": "draft",
            "metadata": {},
            "implementation": {
              "type": "magic_mcp_server"
            },
            "providers": [
              {
                "object": "integration.instance.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "integration_provider": {
                  "object": "integration.provider#snapshot",
                  "provider_version": {
                    "object": "integration.provider.version"
                  },
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              },
              {
                "object": "integration.instance.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "integration_provider": {
                  "object": "integration.provider#snapshot",
                  "provider_version": {
                    "object": "integration.provider.version"
                  },
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration.instance"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "draft",
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "identity_actor_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "identity_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "implementation": {
            "examples": [
              {
                "type": "magic_mcp_server"
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "magic_mcp_server"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "magic_mcp_server_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "integration.instance.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "integration_provider": {
                    "object": "integration.provider#snapshot",
                    "provider_version": {
                      "object": "integration.provider.version"
                    },
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "integration.instance.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "integration_provider": {
                    "object": "integration.provider#snapshot",
                    "provider_version": {
                      "object": "integration.provider.version"
                    },
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration.instance.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "integration_provider": {
                      "object": "integration.provider#snapshot",
                      "provider_version": {
                        "object": "integration.provider.version"
                      },
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration.instance.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "integration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_instance_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": true
                  },
                  "is_override_tool_filter": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique provider identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Connect to GitHub repositories, issues, and pull requests"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Brief description of the provider",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [
                          "github"
                        ],
                        "type": "string",
                        "name": "slug",
                        "description": "URL-friendly identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the provider was created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the provider was last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_provider": {
                    "examples": [
                      {
                        "object": "integration.provider#snapshot",
                        "provider_version": {
                          "object": "integration.provider.version"
                        },
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "integration.provider#snapshot"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_version": {
                        "examples": [
                          {
                            "object": "integration.provider.version"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "integration.provider.version"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "index": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": true
                      },
                      "tool_filter": {
                        "examples": [
                          {
                            "type": "allow_all"
                          },
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "allow_all"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "allow_all"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "filter"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "filters": {
                                "examples": [
                                  [
                                    {
                                      "type": "tool_keys"
                                    },
                                    {
                                      "type": "tool_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "tool_regex"
                                    },
                                    {
                                      "type": "tool_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_regex"
                                    },
                                    {
                                      "type": "resource_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_uris"
                                    },
                                    {
                                      "type": "resource_uris"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_keys"
                                    },
                                    {
                                      "type": "prompt_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_regex"
                                    },
                                    {
                                      "type": "prompt_regex"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_regex"
                                      },
                                      {
                                        "type": "resource_regex"
                                      },
                                      {
                                        "type": "resource_uris"
                                      },
                                      {
                                        "type": "prompt_keys"
                                      },
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_uris"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_uris"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "uris": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "union",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "description": "Tool filter configuration",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "deployment_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "auth_method_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "auth_credentials_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "config": {
                        "examples": [
                          {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.config#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pcf_7dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Config ID",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default config",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Production Config"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Config name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "Configuration for production environment"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "archived_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_359",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_instance_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_deployment_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_auth_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "session_template_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for integration instance provider creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for integration instance provider creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter integration instance provider creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for integration instance provider last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for integration instance provider last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter integration instance provider last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_360",
      "name": "integration.instance.provider",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "integration.instance.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "integration_provider": {
                  "object": "integration.provider#snapshot",
                  "provider_version": {
                    "object": "integration.provider.version"
                  },
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "integration.instance.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "integration_provider": {
                    "object": "integration.provider#snapshot",
                    "provider_version": {
                      "object": "integration.provider.version"
                    },
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "integration.instance.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "integration_provider": {
                    "object": "integration.provider#snapshot",
                    "provider_version": {
                      "object": "integration.provider.version"
                    },
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration.instance.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "integration_provider": {
                      "object": "integration.provider#snapshot",
                      "provider_version": {
                        "object": "integration.provider.version"
                      },
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration.instance.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "integration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_instance_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": true
                  },
                  "is_override_tool_filter": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique provider identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Connect to GitHub repositories, issues, and pull requests"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Brief description of the provider",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [
                          "github"
                        ],
                        "type": "string",
                        "name": "slug",
                        "description": "URL-friendly identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the provider was created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the provider was last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_provider": {
                    "examples": [
                      {
                        "object": "integration.provider#snapshot",
                        "provider_version": {
                          "object": "integration.provider.version"
                        },
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "integration.provider#snapshot"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_version": {
                        "examples": [
                          {
                            "object": "integration.provider.version"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "integration.provider.version"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "index": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": true
                      },
                      "tool_filter": {
                        "examples": [
                          {
                            "type": "allow_all"
                          },
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "allow_all"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "allow_all"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "filter"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "filters": {
                                "examples": [
                                  [
                                    {
                                      "type": "tool_keys"
                                    },
                                    {
                                      "type": "tool_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "tool_regex"
                                    },
                                    {
                                      "type": "tool_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_regex"
                                    },
                                    {
                                      "type": "resource_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_uris"
                                    },
                                    {
                                      "type": "resource_uris"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_keys"
                                    },
                                    {
                                      "type": "prompt_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_regex"
                                    },
                                    {
                                      "type": "prompt_regex"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_regex"
                                      },
                                      {
                                        "type": "resource_regex"
                                      },
                                      {
                                        "type": "resource_uris"
                                      },
                                      {
                                        "type": "prompt_keys"
                                      },
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_uris"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_uris"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "uris": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "union",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "description": "Tool filter configuration",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "deployment_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "auth_method_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "auth_credentials_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "config": {
                        "examples": [
                          {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.config#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pcf_7dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Config ID",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default config",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Production Config"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Config name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "Configuration for production environment"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "archived_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_362",
      "name": "integration.instance.provider",
      "type": {
        "examples": [
          {
            "object": "integration.instance.provider",
            "status": "active",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "provider": {
              "object": "provider#preview",
              "id": "pro_5gHjKlMnPqRsTuVw",
              "name": "GitHub",
              "description": "Connect to GitHub repositories, issues, and pull requests",
              "slug": "github",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "integration_provider": {
              "object": "integration.provider#snapshot",
              "provider_version": {
                "object": "integration.provider.version"
              },
              "status": "active",
              "metadata": {},
              "tool_filter": {
                "type": "allow_all"
              },
              "config": {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            },
            "config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_config": {
              "object": "provider.auth_config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration.instance.provider"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "integration_instance_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": true
          },
          "is_override_tool_filter": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "provider": {
            "examples": [
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique provider identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name of the provider",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Connect to GitHub repositories, issues, and pull requests"
                ],
                "type": "string",
                "name": "description",
                "description": "Brief description of the provider",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [
                  "github"
                ],
                "type": "string",
                "name": "slug",
                "description": "URL-friendly identifier",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the provider was created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when the provider was last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "integration_provider": {
            "examples": [
              {
                "object": "integration.provider#snapshot",
                "provider_version": {
                  "object": "integration.provider.version"
                },
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "integration.provider#snapshot"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "provider_version": {
                "examples": [
                  {
                    "object": "integration.provider.version"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration.provider.version"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "index": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "optional": false,
                "nullable": true
              },
              "tool_filter": {
                "examples": [
                  {
                    "type": "allow_all"
                  },
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "allow_all"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "allow_all"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "filter"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "filters": {
                        "examples": [
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Tool filter configuration",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "deployment_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "auth_method_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "auth_credentials_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "config": {
                "examples": [
                  {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.config#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pcf_7dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Config ID",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default config",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production Config"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Config name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "Configuration for production environment"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "archived_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_364",
      "name": "Body",
      "type": {
        "examples": [
          {
            "tool_filters": {
              "type": "tool_keys"
            }
          }
        ],
        "properties": {
          "provider_deployment_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "provider_config_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "provider_auth_config_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "tool_filters": {
            "examples": [
              {
                "type": "tool_keys"
              },
              {
                "type": "tool_regex"
              },
              {
                "type": "resource_regex"
              },
              {
                "type": "resource_uris"
              },
              {
                "type": "prompt_keys"
              },
              {
                "type": "prompt_regex"
              },
              [
                {
                  "type": "tool_keys"
                },
                {
                  "type": "tool_keys"
                }
              ],
              [
                {
                  "type": "tool_regex"
                },
                {
                  "type": "tool_regex"
                }
              ],
              [
                {
                  "type": "resource_regex"
                },
                {
                  "type": "resource_regex"
                }
              ],
              [
                {
                  "type": "resource_uris"
                },
                {
                  "type": "resource_uris"
                }
              ],
              [
                {
                  "type": "prompt_keys"
                },
                {
                  "type": "prompt_keys"
                }
              ],
              [
                {
                  "type": "prompt_regex"
                },
                {
                  "type": "prompt_regex"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_regex"
                  },
                  {
                    "type": "resource_regex"
                  },
                  {
                    "type": "resource_uris"
                  },
                  {
                    "type": "prompt_keys"
                  },
                  {
                    "type": "prompt_regex"
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "tool_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_uris"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_uris"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "uris": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  [
                    {
                      "type": "tool_keys"
                    },
                    {
                      "type": "tool_keys"
                    }
                  ],
                  [
                    {
                      "type": "tool_regex"
                    },
                    {
                      "type": "tool_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_regex"
                    },
                    {
                      "type": "resource_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_uris"
                    },
                    {
                      "type": "resource_uris"
                    }
                  ],
                  [
                    {
                      "type": "prompt_keys"
                    },
                    {
                      "type": "prompt_keys"
                    }
                  ],
                  [
                    {
                      "type": "prompt_regex"
                    },
                    {
                      "type": "prompt_regex"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_regex"
                      },
                      {
                        "type": "resource_regex"
                      },
                      {
                        "type": "resource_uris"
                      },
                      {
                        "type": "prompt_keys"
                      },
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "tool_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_uris"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_uris"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "uris": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": true,
            "nullable": true
          },
          "is_override_tool_filter": {
            "examples": [],
            "type": "boolean",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_365",
      "name": "integration.instance.provider",
      "type": {
        "examples": [
          {
            "object": "integration.instance.provider",
            "status": "active",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "provider": {
              "object": "provider#preview",
              "id": "pro_5gHjKlMnPqRsTuVw",
              "name": "GitHub",
              "description": "Connect to GitHub repositories, issues, and pull requests",
              "slug": "github",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "integration_provider": {
              "object": "integration.provider#snapshot",
              "provider_version": {
                "object": "integration.provider.version"
              },
              "status": "active",
              "metadata": {},
              "tool_filter": {
                "type": "allow_all"
              },
              "config": {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            },
            "config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_config": {
              "object": "provider.auth_config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration.instance.provider"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "integration_instance_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": true
          },
          "is_override_tool_filter": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "provider": {
            "examples": [
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique provider identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name of the provider",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Connect to GitHub repositories, issues, and pull requests"
                ],
                "type": "string",
                "name": "description",
                "description": "Brief description of the provider",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [
                  "github"
                ],
                "type": "string",
                "name": "slug",
                "description": "URL-friendly identifier",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the provider was created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when the provider was last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "integration_provider": {
            "examples": [
              {
                "object": "integration.provider#snapshot",
                "provider_version": {
                  "object": "integration.provider.version"
                },
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "integration.provider#snapshot"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "provider_version": {
                "examples": [
                  {
                    "object": "integration.provider.version"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration.provider.version"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "index": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "optional": false,
                "nullable": true
              },
              "tool_filter": {
                "examples": [
                  {
                    "type": "allow_all"
                  },
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "allow_all"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "allow_all"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "filter"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "filters": {
                        "examples": [
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Tool filter configuration",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "deployment_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "auth_method_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "auth_credentials_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "config": {
                "examples": [
                  {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.config#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pcf_7dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Config ID",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_default",
                    "description": "Whether this is the default config",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production Config"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Config name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "Configuration for production environment"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "archived_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_368",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "draft",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "draft",
                  "active",
                  "archived",
                  "deleted",
                  [
                    "draft",
                    "draft"
                  ],
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "draft",
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "draft",
                        "draft"
                      ],
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "draft",
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_instance_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_instance_provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_deployment_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_auth_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "session_template_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for integration instance group creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for integration instance group creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter integration instance group creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for integration instance group last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for integration instance group last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter integration instance group last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_369",
      "name": "integration.instance.group",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "integration.instance.group",
                "status": "draft",
                "metadata": {},
                "implementation": {
                  "type": "magic_mcp_endpoint"
                },
                "providers": [
                  {
                    "object": "integration.instance.group.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    }
                  },
                  {
                    "object": "integration.instance.group.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    }
                  }
                ]
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "integration.instance.group",
                  "status": "draft",
                  "metadata": {},
                  "implementation": {
                    "type": "magic_mcp_endpoint"
                  },
                  "providers": [
                    {
                      "object": "integration.instance.group.provider",
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      }
                    },
                    {
                      "object": "integration.instance.group.provider",
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      }
                    }
                  ]
                },
                {
                  "object": "integration.instance.group",
                  "status": "draft",
                  "metadata": {},
                  "implementation": {
                    "type": "magic_mcp_endpoint"
                  },
                  "providers": [
                    {
                      "object": "integration.instance.group.provider",
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      }
                    },
                    {
                      "object": "integration.instance.group.provider",
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      }
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration.instance.group",
                    "status": "draft",
                    "metadata": {},
                    "implementation": {
                      "type": "magic_mcp_endpoint"
                    },
                    "providers": [
                      {
                        "object": "integration.instance.group.provider",
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        }
                      },
                      {
                        "object": "integration.instance.group.provider",
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        }
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration.instance.group"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "draft",
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "implementation": {
                    "examples": [
                      {
                        "type": "magic_mcp_endpoint"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "magic_mcp_endpoint"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "magic_mcp_endpoint_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "providers": {
                    "examples": [
                      [
                        {
                          "object": "integration.instance.group.provider",
                          "status": "active",
                          "metadata": {},
                          "tool_filter": {
                            "type": "allow_all"
                          }
                        },
                        {
                          "object": "integration.instance.group.provider",
                          "status": "active",
                          "metadata": {},
                          "tool_filter": {
                            "type": "allow_all"
                          }
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "integration.instance.group.provider",
                            "status": "active",
                            "metadata": {},
                            "tool_filter": {
                              "type": "allow_all"
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "integration.instance.group.provider"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "optional": false,
                            "nullable": true
                          },
                          "integration_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "integration_instance_group_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "integration_instance_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "integration_provider_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "integration_instance_provider_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "tool_filter": {
                            "examples": [
                              {
                                "type": "allow_all"
                              },
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "allow_all"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "allow_all"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "ignore_parent_filters": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "filter",
                                    "filters": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_keys"
                                      }
                                    ]
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "filter"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "filters": {
                                    "examples": [
                                      [
                                        {
                                          "type": "tool_keys"
                                        },
                                        {
                                          "type": "tool_keys"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "tool_regex"
                                        },
                                        {
                                          "type": "tool_regex"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "resource_regex"
                                        },
                                        {
                                          "type": "resource_regex"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "resource_uris"
                                        },
                                        {
                                          "type": "resource_uris"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "prompt_keys"
                                        },
                                        {
                                          "type": "prompt_keys"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "prompt_regex"
                                        },
                                        {
                                          "type": "prompt_regex"
                                        }
                                      ]
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          },
                                          {
                                            "type": "tool_regex"
                                          },
                                          {
                                            "type": "resource_regex"
                                          },
                                          {
                                            "type": "resource_uris"
                                          },
                                          {
                                            "type": "prompt_keys"
                                          },
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "items": [
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_keys"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "tool_keys"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "keys": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "tool_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "resource_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "resource_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "resource_uris"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "resource_uris"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "uris": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "prompt_keys"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "prompt_keys"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "keys": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "prompt_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "prompt_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "union",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "ignore_parent_filters": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "description": "Tool filter configuration",
                            "optional": false,
                            "nullable": true
                          },
                          "is_override_tool_filter": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "archived_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_371",
      "name": "integration.instance.group",
      "type": {
        "examples": [
          {
            "object": "integration.instance.group",
            "status": "draft",
            "metadata": {},
            "implementation": {
              "type": "magic_mcp_endpoint"
            },
            "providers": [
              {
                "object": "integration.instance.group.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                }
              },
              {
                "object": "integration.instance.group.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration.instance.group"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "draft",
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "implementation": {
            "examples": [
              {
                "type": "magic_mcp_endpoint"
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "magic_mcp_endpoint"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "magic_mcp_endpoint_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "integration.instance.group.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  }
                },
                {
                  "object": "integration.instance.group.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration.instance.group.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration.instance.group.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "integration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_instance_group_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_instance_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_provider_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "integration_instance_provider_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": true
                  },
                  "is_override_tool_filter": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_373",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_374",
      "name": "sessionTemplate",
      "type": {
        "examples": [
          {
            "object": "session.template",
            "id": "stm_2bCdEfGhJkLmNpQr",
            "status": "active",
            "name": "Production Template",
            "description": "Template for production sessions",
            "metadata": {},
            "providers": [
              {
                "object": "session.template.provider",
                "id": "stp_3cDeFgHjKlMnPqRs",
                "status": "active",
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "session.template.provider",
                "id": "stp_3cDeFgHjKlMnPqRs",
                "status": "active",
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session.template"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "stm_2bCdEfGhJkLmNpQr"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session template identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Status of the session template",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Template"
            ],
            "type": "string",
            "name": "name",
            "description": "Template name",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Template for production sessions"
            ],
            "type": "string",
            "name": "description",
            "description": "Template description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs",
            "optional": false,
            "nullable": true
          },
          "integration_instance_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "integration_instance_group_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "identity_actor_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "identity_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "session.template.provider",
                  "id": "stp_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "session.template.provider",
                  "id": "stp_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session.template.provider",
                    "id": "stp_3cDeFgHjKlMnPqRs",
                    "status": "active",
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.template.provider"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "stp_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session template provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Provider status",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "session_template_id": {
                    "examples": [
                      "stm_2bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "name": "session_template_id",
                    "description": "Parent session template ID",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "providers",
            "description": "Template providers",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_376",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_377",
      "name": "providerSession",
      "type": {
        "examples": [
          {
            "object": "session",
            "id": "ses_4dEfGhJkLmNpQrSt",
            "status": "active",
            "name": "Production Session",
            "description": "Session for production environment",
            "metadata": {},
            "connection_state": "connected",
            "connection_url": "https://mcp.metorial.com/mcp/ses_4dEfGhJkLmNpQrSt",
            "client_secret": "metorial_fk_4eC39HqLyjWDarjtT1zdp7dc",
            "usage": {},
            "providers": [
              {
                "object": "session.provider",
                "id": "spr_3cDeFgHjKlMnPqRs",
                "status": "active",
                "usage": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "session.provider",
                "id": "spr_3cDeFgHjKlMnPqRs",
                "status": "active",
                "usage": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "ses_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Session status",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Session"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Session for production environment"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "connection_state": {
            "examples": [
              "connected",
              "disconnected"
            ],
            "type": "enum",
            "name": "connection_state",
            "description": "Session connection state",
            "optional": false,
            "nullable": false
          },
          "connection_url": {
            "examples": [
              "https://mcp.metorial.com/mcp/ses_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "connection_url",
            "description": "MCP connection URL for this session",
            "optional": false,
            "nullable": false
          },
          "client_secret": {
            "examples": [
              "metorial_fk_4eC39HqLyjWDarjtT1zdp7dc"
            ],
            "type": "string",
            "name": "client_secret",
            "description": "Session-scoped fine grained client secret token",
            "optional": false,
            "nullable": true
          },
          "usage": {
            "examples": [
              {}
            ],
            "properties": {
              "total_productive_client_message_count": {
                "examples": [],
                "type": "number",
                "name": "total_productive_client_message_count",
                "description": "Total productive client messages",
                "optional": false,
                "nullable": false
              },
              "total_productive_provider_message_count": {
                "examples": [],
                "type": "number",
                "name": "total_productive_provider_message_count",
                "description": "Total productive provider messages",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "session.provider",
                  "id": "spr_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "usage": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "session.provider",
                  "id": "spr_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "usage": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session.provider",
                    "id": "spr_3cDeFgHjKlMnPqRs",
                    "status": "active",
                    "usage": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                    "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.provider"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "spr_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Provider status",
                    "optional": false,
                    "nullable": false
                  },
                  "usage": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "total_productive_client_message_count": {
                        "examples": [],
                        "type": "number",
                        "name": "total_productive_client_message_count",
                        "description": "Total productive client messages",
                        "optional": false,
                        "nullable": false
                      },
                      "total_productive_provider_message_count": {
                        "examples": [],
                        "type": "number",
                        "name": "total_productive_provider_message_count",
                        "description": "Total productive provider messages",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "name": "usage",
                    "description": "Usage statistics",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "session_id": {
                    "examples": [
                      "ses_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "session_id",
                    "description": "Parent session ID",
                    "optional": false,
                    "nullable": false
                  },
                  "from_template_id": {
                    "examples": [
                      "stm_2bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "name": "from_template_id",
                    "description": "Source template ID",
                    "optional": false,
                    "nullable": true
                  },
                  "from_template_provider_id": {
                    "examples": [
                      "stp_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "from_template_provider_id",
                    "description": "Source template provider ID",
                    "optional": false,
                    "nullable": true
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "providers",
            "description": "Session providers",
            "optional": false,
            "nullable": false
          },
          "from_templates_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "from_templates_ids",
            "description": "Template IDs this session was created from",
            "optional": false,
            "nullable": false
          },
          "has_errors": {
            "examples": [],
            "type": "boolean",
            "name": "has_errors",
            "description": "Whether the session has any errors",
            "optional": false,
            "nullable": false
          },
          "has_warnings": {
            "examples": [],
            "type": "boolean",
            "name": "has_warnings",
            "description": "Whether the session has any warnings",
            "optional": false,
            "nullable": false
          },
          "identity_actor_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "identity_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_379",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {},
            "providers": [
              {
                "tool_filters": {
                  "type": "tool_keys"
                }
              },
              {
                "tool_filters": {
                  "type": "tool_keys"
                }
              }
            ]
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          },
          "providers": {
            "examples": [
              [
                {
                  "tool_filters": {
                    "type": "tool_keys"
                  }
                },
                {
                  "tool_filters": {
                    "type": "tool_keys"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "tool_filters": {
                      "type": "tool_keys"
                    }
                  }
                ],
                "properties": {
                  "integration_instance_provider_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filters": {
                    "examples": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_regex"
                      },
                      {
                        "type": "resource_regex"
                      },
                      {
                        "type": "resource_uris"
                      },
                      {
                        "type": "prompt_keys"
                      },
                      {
                        "type": "prompt_regex"
                      },
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": true,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_380",
      "name": "integration.instance.group",
      "type": {
        "examples": [
          {
            "object": "integration.instance.group",
            "status": "draft",
            "metadata": {},
            "implementation": {
              "type": "magic_mcp_endpoint"
            },
            "providers": [
              {
                "object": "integration.instance.group.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                }
              },
              {
                "object": "integration.instance.group.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration.instance.group"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "draft",
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "implementation": {
            "examples": [
              {
                "type": "magic_mcp_endpoint"
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "magic_mcp_endpoint"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "magic_mcp_endpoint_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "integration.instance.group.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  }
                },
                {
                  "object": "integration.instance.group.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration.instance.group.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration.instance.group.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "integration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_instance_group_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_instance_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_provider_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "integration_instance_provider_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": true
                  },
                  "is_override_tool_filter": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_382",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {},
            "providers": [
              {
                "tool_filters": {
                  "type": "tool_keys"
                }
              },
              {
                "tool_filters": {
                  "type": "tool_keys"
                }
              }
            ]
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "tool_filters": {
                    "type": "tool_keys"
                  }
                },
                {
                  "tool_filters": {
                    "type": "tool_keys"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "tool_filters": {
                      "type": "tool_keys"
                    }
                  }
                ],
                "properties": {
                  "integration_instance_provider_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filters": {
                    "examples": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_regex"
                      },
                      {
                        "type": "resource_regex"
                      },
                      {
                        "type": "resource_uris"
                      },
                      {
                        "type": "prompt_keys"
                      },
                      {
                        "type": "prompt_regex"
                      },
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": true,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_383",
      "name": "integration.instance.group",
      "type": {
        "examples": [
          {
            "object": "integration.instance.group",
            "status": "draft",
            "metadata": {},
            "implementation": {
              "type": "magic_mcp_endpoint"
            },
            "providers": [
              {
                "object": "integration.instance.group.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                }
              },
              {
                "object": "integration.instance.group.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration.instance.group"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "draft",
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "implementation": {
            "examples": [
              {
                "type": "magic_mcp_endpoint"
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "magic_mcp_endpoint"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "magic_mcp_endpoint_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "integration.instance.group.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  }
                },
                {
                  "object": "integration.instance.group.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration.instance.group.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration.instance.group.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "integration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_instance_group_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_instance_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_provider_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "integration_instance_provider_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": true
                  },
                  "is_override_tool_filter": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_385",
      "name": "integration.instance.group",
      "type": {
        "examples": [
          {
            "object": "integration.instance.group",
            "status": "draft",
            "metadata": {},
            "implementation": {
              "type": "magic_mcp_endpoint"
            },
            "providers": [
              {
                "object": "integration.instance.group.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                }
              },
              {
                "object": "integration.instance.group.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration.instance.group"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "draft",
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "implementation": {
            "examples": [
              {
                "type": "magic_mcp_endpoint"
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "magic_mcp_endpoint"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "magic_mcp_endpoint_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "integration.instance.group.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  }
                },
                {
                  "object": "integration.instance.group.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration.instance.group.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration.instance.group.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "integration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_instance_group_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_instance_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_provider_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "integration_instance_provider_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": true
                  },
                  "is_override_tool_filter": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_388",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_instance_group_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_instance_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_instance_provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_deployment_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_auth_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "session_template_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for integration instance group provider creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for integration instance group provider creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter integration instance group provider creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for integration instance group provider last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for integration instance group provider last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter integration instance group provider last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_389",
      "name": "integration.instance.group.provider",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "integration.instance.group.provider",
                "status": "active",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "integration.instance.group.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  }
                },
                {
                  "object": "integration.instance.group.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration.instance.group.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration.instance.group.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "integration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_instance_group_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_instance_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_provider_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "integration_instance_provider_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": true
                  },
                  "is_override_tool_filter": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_391",
      "name": "integration.instance.group.provider",
      "type": {
        "examples": [
          {
            "object": "integration.instance.group.provider",
            "status": "active",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration.instance.group.provider"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "integration_instance_group_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "integration_instance_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "integration_provider_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "integration_instance_provider_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": true
          },
          "is_override_tool_filter": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_393",
      "name": "Body",
      "type": {
        "examples": [
          {
            "tool_filters": {
              "type": "tool_keys"
            }
          }
        ],
        "properties": {
          "tool_filters": {
            "examples": [
              {
                "type": "tool_keys"
              },
              {
                "type": "tool_regex"
              },
              {
                "type": "resource_regex"
              },
              {
                "type": "resource_uris"
              },
              {
                "type": "prompt_keys"
              },
              {
                "type": "prompt_regex"
              },
              [
                {
                  "type": "tool_keys"
                },
                {
                  "type": "tool_keys"
                }
              ],
              [
                {
                  "type": "tool_regex"
                },
                {
                  "type": "tool_regex"
                }
              ],
              [
                {
                  "type": "resource_regex"
                },
                {
                  "type": "resource_regex"
                }
              ],
              [
                {
                  "type": "resource_uris"
                },
                {
                  "type": "resource_uris"
                }
              ],
              [
                {
                  "type": "prompt_keys"
                },
                {
                  "type": "prompt_keys"
                }
              ],
              [
                {
                  "type": "prompt_regex"
                },
                {
                  "type": "prompt_regex"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_regex"
                  },
                  {
                    "type": "resource_regex"
                  },
                  {
                    "type": "resource_uris"
                  },
                  {
                    "type": "prompt_keys"
                  },
                  {
                    "type": "prompt_regex"
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "tool_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_uris"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_uris"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "uris": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  [
                    {
                      "type": "tool_keys"
                    },
                    {
                      "type": "tool_keys"
                    }
                  ],
                  [
                    {
                      "type": "tool_regex"
                    },
                    {
                      "type": "tool_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_regex"
                    },
                    {
                      "type": "resource_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_uris"
                    },
                    {
                      "type": "resource_uris"
                    }
                  ],
                  [
                    {
                      "type": "prompt_keys"
                    },
                    {
                      "type": "prompt_keys"
                    }
                  ],
                  [
                    {
                      "type": "prompt_regex"
                    },
                    {
                      "type": "prompt_regex"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_regex"
                      },
                      {
                        "type": "resource_regex"
                      },
                      {
                        "type": "resource_uris"
                      },
                      {
                        "type": "prompt_keys"
                      },
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "tool_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_uris"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_uris"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "uris": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": true,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_394",
      "name": "integration.instance.group.provider",
      "type": {
        "examples": [
          {
            "object": "integration.instance.group.provider",
            "status": "active",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration.instance.group.provider"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "integration_instance_group_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "integration_instance_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "integration_provider_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "integration_instance_provider_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": true
          },
          "is_override_tool_filter": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_396",
      "name": "integration.instance.group.provider",
      "type": {
        "examples": [
          {
            "object": "integration.instance.group.provider",
            "status": "active",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration.instance.group.provider"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "integration_instance_group_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "integration_instance_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "integration_provider_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "integration_instance_provider_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": true
          },
          "is_override_tool_filter": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_399",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by callback ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_deployment_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider deployment ID(s)",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by callback lifecycle status",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for callback creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for callback creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter callback creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for callback last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for callback last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter callback last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_400",
      "name": "callback",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "callback",
                "id": "clb_4dEfGhJkLmNpQrSt",
                "status": "active",
                "name": "Production Webhook Callback",
                "description": "Sends provider trigger deliveries to our production webhook endpoint",
                "metadata": {},
                "poll_interval_seconds_override": 60,
                "provider_deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "destinations": [
                  {
                    "object": "callback.destination",
                    "id": "cld_7dEfGhJkLmNpQrSt",
                    "status": "active",
                    "name": "Primary Webhook Endpoint",
                    "description": "Primary production webhook receiver",
                    "metadata": {},
                    "url": "https://api.example.com/webhooks/metorial",
                    "method": "POST",
                    "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  {
                    "object": "callback.destination",
                    "id": "cld_7dEfGhJkLmNpQrSt",
                    "status": "active",
                    "name": "Primary Webhook Endpoint",
                    "description": "Primary production webhook receiver",
                    "metadata": {},
                    "url": "https://api.example.com/webhooks/metorial",
                    "method": "POST",
                    "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "provider_triggers": [
                  {
                    "object": "callback.provider_trigger",
                    "id": "cbt_4dEfGhJkLmNpQrSt",
                    "provider_trigger": {
                      "object": "provider.trigger#preview",
                      "id": "ptr_7dEfGhJkLmNpQrSt",
                      "key": "messages.created",
                      "name": "Messages Created"
                    },
                    "event_types": [
                      "message.created",
                      "message.created"
                    ],
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  {
                    "object": "callback.provider_trigger",
                    "id": "cbt_4dEfGhJkLmNpQrSt",
                    "provider_trigger": {
                      "object": "provider.trigger#preview",
                      "id": "ptr_7dEfGhJkLmNpQrSt",
                      "key": "messages.created",
                      "name": "Messages Created"
                    },
                    "event_types": [
                      "message.created",
                      "message.created"
                    ],
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "callback",
                  "id": "clb_4dEfGhJkLmNpQrSt",
                  "status": "active",
                  "name": "Production Webhook Callback",
                  "description": "Sends provider trigger deliveries to our production webhook endpoint",
                  "metadata": {},
                  "poll_interval_seconds_override": 60,
                  "provider_deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "destinations": [
                    {
                      "object": "callback.destination",
                      "id": "cld_7dEfGhJkLmNpQrSt",
                      "status": "active",
                      "name": "Primary Webhook Endpoint",
                      "description": "Primary production webhook receiver",
                      "metadata": {},
                      "url": "https://api.example.com/webhooks/metorial",
                      "method": "POST",
                      "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    {
                      "object": "callback.destination",
                      "id": "cld_7dEfGhJkLmNpQrSt",
                      "status": "active",
                      "name": "Primary Webhook Endpoint",
                      "description": "Primary production webhook receiver",
                      "metadata": {},
                      "url": "https://api.example.com/webhooks/metorial",
                      "method": "POST",
                      "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  ],
                  "provider_triggers": [
                    {
                      "object": "callback.provider_trigger",
                      "id": "cbt_4dEfGhJkLmNpQrSt",
                      "provider_trigger": {
                        "object": "provider.trigger#preview",
                        "id": "ptr_7dEfGhJkLmNpQrSt",
                        "key": "messages.created",
                        "name": "Messages Created"
                      },
                      "event_types": [
                        "message.created",
                        "message.created"
                      ],
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    {
                      "object": "callback.provider_trigger",
                      "id": "cbt_4dEfGhJkLmNpQrSt",
                      "provider_trigger": {
                        "object": "provider.trigger#preview",
                        "id": "ptr_7dEfGhJkLmNpQrSt",
                        "key": "messages.created",
                        "name": "Messages Created"
                      },
                      "event_types": [
                        "message.created",
                        "message.created"
                      ],
                      "created_at": "2025-09-15T10:30:00.000Z"
                    }
                  ],
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "callback",
                  "id": "clb_4dEfGhJkLmNpQrSt",
                  "status": "active",
                  "name": "Production Webhook Callback",
                  "description": "Sends provider trigger deliveries to our production webhook endpoint",
                  "metadata": {},
                  "poll_interval_seconds_override": 60,
                  "provider_deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "destinations": [
                    {
                      "object": "callback.destination",
                      "id": "cld_7dEfGhJkLmNpQrSt",
                      "status": "active",
                      "name": "Primary Webhook Endpoint",
                      "description": "Primary production webhook receiver",
                      "metadata": {},
                      "url": "https://api.example.com/webhooks/metorial",
                      "method": "POST",
                      "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    {
                      "object": "callback.destination",
                      "id": "cld_7dEfGhJkLmNpQrSt",
                      "status": "active",
                      "name": "Primary Webhook Endpoint",
                      "description": "Primary production webhook receiver",
                      "metadata": {},
                      "url": "https://api.example.com/webhooks/metorial",
                      "method": "POST",
                      "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  ],
                  "provider_triggers": [
                    {
                      "object": "callback.provider_trigger",
                      "id": "cbt_4dEfGhJkLmNpQrSt",
                      "provider_trigger": {
                        "object": "provider.trigger#preview",
                        "id": "ptr_7dEfGhJkLmNpQrSt",
                        "key": "messages.created",
                        "name": "Messages Created"
                      },
                      "event_types": [
                        "message.created",
                        "message.created"
                      ],
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    {
                      "object": "callback.provider_trigger",
                      "id": "cbt_4dEfGhJkLmNpQrSt",
                      "provider_trigger": {
                        "object": "provider.trigger#preview",
                        "id": "ptr_7dEfGhJkLmNpQrSt",
                        "key": "messages.created",
                        "name": "Messages Created"
                      },
                      "event_types": [
                        "message.created",
                        "message.created"
                      ],
                      "created_at": "2025-09-15T10:30:00.000Z"
                    }
                  ],
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "callback",
                    "id": "clb_4dEfGhJkLmNpQrSt",
                    "status": "active",
                    "name": "Production Webhook Callback",
                    "description": "Sends provider trigger deliveries to our production webhook endpoint",
                    "metadata": {},
                    "poll_interval_seconds_override": 60,
                    "provider_deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "destinations": [
                      {
                        "object": "callback.destination",
                        "id": "cld_7dEfGhJkLmNpQrSt",
                        "status": "active",
                        "name": "Primary Webhook Endpoint",
                        "description": "Primary production webhook receiver",
                        "metadata": {},
                        "url": "https://api.example.com/webhooks/metorial",
                        "method": "POST",
                        "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      {
                        "object": "callback.destination",
                        "id": "cld_7dEfGhJkLmNpQrSt",
                        "status": "active",
                        "name": "Primary Webhook Endpoint",
                        "description": "Primary production webhook receiver",
                        "metadata": {},
                        "url": "https://api.example.com/webhooks/metorial",
                        "method": "POST",
                        "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "provider_triggers": [
                      {
                        "object": "callback.provider_trigger",
                        "id": "cbt_4dEfGhJkLmNpQrSt",
                        "provider_trigger": {
                          "object": "provider.trigger#preview",
                          "id": "ptr_7dEfGhJkLmNpQrSt",
                          "key": "messages.created",
                          "name": "Messages Created"
                        },
                        "event_types": [
                          "message.created",
                          "message.created"
                        ],
                        "created_at": "2025-09-15T10:30:00.000Z"
                      },
                      {
                        "object": "callback.provider_trigger",
                        "id": "cbt_4dEfGhJkLmNpQrSt",
                        "provider_trigger": {
                          "object": "provider.trigger#preview",
                          "id": "ptr_7dEfGhJkLmNpQrSt",
                          "key": "messages.created",
                          "name": "Messages Created"
                        },
                        "event_types": [
                          "message.created",
                          "message.created"
                        ],
                        "created_at": "2025-09-15T10:30:00.000Z"
                      }
                    ],
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "callback"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "clb_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique callback identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Callback lifecycle status",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production Webhook Callback"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name for the callback",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Sends provider trigger deliveries to our production webhook endpoint"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Optional callback description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional callback metadata",
                    "optional": false,
                    "nullable": true
                  },
                  "poll_interval_seconds_override": {
                    "examples": [
                      60
                    ],
                    "type": "number",
                    "name": "poll_interval_seconds_override",
                    "description": "Optional polling interval override, in seconds, for polling-capable triggers",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "destinations": {
                    "examples": [
                      [
                        {
                          "object": "callback.destination",
                          "id": "cld_7dEfGhJkLmNpQrSt",
                          "status": "active",
                          "name": "Primary Webhook Endpoint",
                          "description": "Primary production webhook receiver",
                          "metadata": {},
                          "url": "https://api.example.com/webhooks/metorial",
                          "method": "POST",
                          "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        {
                          "object": "callback.destination",
                          "id": "cld_7dEfGhJkLmNpQrSt",
                          "status": "active",
                          "name": "Primary Webhook Endpoint",
                          "description": "Primary production webhook receiver",
                          "metadata": {},
                          "url": "https://api.example.com/webhooks/metorial",
                          "method": "POST",
                          "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "callback.destination",
                            "id": "cld_7dEfGhJkLmNpQrSt",
                            "status": "active",
                            "name": "Primary Webhook Endpoint",
                            "description": "Primary production webhook receiver",
                            "metadata": {},
                            "url": "https://api.example.com/webhooks/metorial",
                            "method": "POST",
                            "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "callback.destination"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "cld_7dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique callback destination identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Callback destination lifecycle status",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Primary Webhook Endpoint"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name for the callback destination",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Primary production webhook receiver"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Optional destination description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional destination metadata",
                            "optional": false,
                            "nullable": true
                          },
                          "url": {
                            "examples": [
                              "https://api.example.com/webhooks/metorial"
                            ],
                            "type": "string",
                            "name": "url",
                            "description": "Webhook URL that receives callback deliveries",
                            "optional": false,
                            "nullable": false
                          },
                          "method": {
                            "examples": [
                              "POST"
                            ],
                            "type": "string",
                            "name": "method",
                            "description": "HTTP method used for webhook delivery",
                            "optional": false,
                            "nullable": false
                          },
                          "signing_secret": {
                            "examples": [
                              "whsec_4dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "signing_secret",
                            "description": "Secret used to verify callback webhook signatures. Populated on detailed destination responses when available.",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when the callback destination was created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when the callback destination was last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "destinations",
                    "description": "Destinations currently attached to this callback",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_triggers": {
                    "examples": [
                      [
                        {
                          "object": "callback.provider_trigger",
                          "id": "cbt_4dEfGhJkLmNpQrSt",
                          "provider_trigger": {
                            "object": "provider.trigger#preview",
                            "id": "ptr_7dEfGhJkLmNpQrSt",
                            "key": "messages.created",
                            "name": "Messages Created"
                          },
                          "event_types": [
                            "message.created",
                            "message.created"
                          ],
                          "created_at": "2025-09-15T10:30:00.000Z"
                        },
                        {
                          "object": "callback.provider_trigger",
                          "id": "cbt_4dEfGhJkLmNpQrSt",
                          "provider_trigger": {
                            "object": "provider.trigger#preview",
                            "id": "ptr_7dEfGhJkLmNpQrSt",
                            "key": "messages.created",
                            "name": "Messages Created"
                          },
                          "event_types": [
                            "message.created",
                            "message.created"
                          ],
                          "created_at": "2025-09-15T10:30:00.000Z"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "callback.provider_trigger",
                            "id": "cbt_4dEfGhJkLmNpQrSt",
                            "provider_trigger": {
                              "object": "provider.trigger#preview",
                              "id": "ptr_7dEfGhJkLmNpQrSt",
                              "key": "messages.created",
                              "name": "Messages Created"
                            },
                            "event_types": [
                              "message.created",
                              "message.created"
                            ],
                            "created_at": "2025-09-15T10:30:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "callback.provider_trigger"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "cbt_4dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique callback trigger association identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_trigger": {
                            "examples": [
                              {
                                "object": "provider.trigger#preview",
                                "id": "ptr_7dEfGhJkLmNpQrSt",
                                "key": "messages.created",
                                "name": "Messages Created"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.trigger#preview"
                                ],
                                "type": "literal",
                                "description": "String representing the provider trigger's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "ptr_7dEfGhJkLmNpQrSt"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Provider trigger identifier from the deployment specification",
                                "optional": false,
                                "nullable": false
                              },
                              "key": {
                                "examples": [
                                  "messages.created"
                                ],
                                "type": "string",
                                "name": "key",
                                "description": "Stable trigger key used by the provider",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Messages Created"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Human-readable trigger name",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "name": "provider_trigger",
                            "description": "Preview of the provider trigger associated with this callback trigger",
                            "optional": false,
                            "nullable": false
                          },
                          "event_types": {
                            "examples": [
                              [
                                "message.created",
                                "message.created"
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  "message.created"
                                ],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "name": "event_types",
                            "description": "Provider-specific event types enabled for this trigger",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when this trigger was attached to the callback",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "provider_triggers",
                    "description": "Triggers configured on this callback",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the callback was created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the callback was last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_402",
      "name": "callback",
      "type": {
        "examples": [
          {
            "object": "callback",
            "id": "clb_4dEfGhJkLmNpQrSt",
            "status": "active",
            "name": "Production Webhook Callback",
            "description": "Sends provider trigger deliveries to our production webhook endpoint",
            "metadata": {},
            "poll_interval_seconds_override": 60,
            "provider_deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "destinations": [
              {
                "object": "callback.destination",
                "id": "cld_7dEfGhJkLmNpQrSt",
                "status": "active",
                "name": "Primary Webhook Endpoint",
                "description": "Primary production webhook receiver",
                "metadata": {},
                "url": "https://api.example.com/webhooks/metorial",
                "method": "POST",
                "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "callback.destination",
                "id": "cld_7dEfGhJkLmNpQrSt",
                "status": "active",
                "name": "Primary Webhook Endpoint",
                "description": "Primary production webhook receiver",
                "metadata": {},
                "url": "https://api.example.com/webhooks/metorial",
                "method": "POST",
                "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "provider_triggers": [
              {
                "object": "callback.provider_trigger",
                "id": "cbt_4dEfGhJkLmNpQrSt",
                "provider_trigger": {
                  "object": "provider.trigger#preview",
                  "id": "ptr_7dEfGhJkLmNpQrSt",
                  "key": "messages.created",
                  "name": "Messages Created"
                },
                "event_types": [
                  "message.created",
                  "message.created"
                ],
                "created_at": "2025-09-15T10:30:00.000Z"
              },
              {
                "object": "callback.provider_trigger",
                "id": "cbt_4dEfGhJkLmNpQrSt",
                "provider_trigger": {
                  "object": "provider.trigger#preview",
                  "id": "ptr_7dEfGhJkLmNpQrSt",
                  "key": "messages.created",
                  "name": "Messages Created"
                },
                "event_types": [
                  "message.created",
                  "message.created"
                ],
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "callback"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "clb_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique callback identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Callback lifecycle status",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Webhook Callback"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name for the callback",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Sends provider trigger deliveries to our production webhook endpoint"
            ],
            "type": "string",
            "name": "description",
            "description": "Optional callback description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional callback metadata",
            "optional": false,
            "nullable": true
          },
          "poll_interval_seconds_override": {
            "examples": [
              60
            ],
            "type": "number",
            "name": "poll_interval_seconds_override",
            "description": "Optional polling interval override, in seconds, for polling-capable triggers",
            "optional": false,
            "nullable": true
          },
          "provider_deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "destinations": {
            "examples": [
              [
                {
                  "object": "callback.destination",
                  "id": "cld_7dEfGhJkLmNpQrSt",
                  "status": "active",
                  "name": "Primary Webhook Endpoint",
                  "description": "Primary production webhook receiver",
                  "metadata": {},
                  "url": "https://api.example.com/webhooks/metorial",
                  "method": "POST",
                  "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "callback.destination",
                  "id": "cld_7dEfGhJkLmNpQrSt",
                  "status": "active",
                  "name": "Primary Webhook Endpoint",
                  "description": "Primary production webhook receiver",
                  "metadata": {},
                  "url": "https://api.example.com/webhooks/metorial",
                  "method": "POST",
                  "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "callback.destination",
                    "id": "cld_7dEfGhJkLmNpQrSt",
                    "status": "active",
                    "name": "Primary Webhook Endpoint",
                    "description": "Primary production webhook receiver",
                    "metadata": {},
                    "url": "https://api.example.com/webhooks/metorial",
                    "method": "POST",
                    "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "callback.destination"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "cld_7dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique callback destination identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Callback destination lifecycle status",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Primary Webhook Endpoint"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name for the callback destination",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Primary production webhook receiver"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Optional destination description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional destination metadata",
                    "optional": false,
                    "nullable": true
                  },
                  "url": {
                    "examples": [
                      "https://api.example.com/webhooks/metorial"
                    ],
                    "type": "string",
                    "name": "url",
                    "description": "Webhook URL that receives callback deliveries",
                    "optional": false,
                    "nullable": false
                  },
                  "method": {
                    "examples": [
                      "POST"
                    ],
                    "type": "string",
                    "name": "method",
                    "description": "HTTP method used for webhook delivery",
                    "optional": false,
                    "nullable": false
                  },
                  "signing_secret": {
                    "examples": [
                      "whsec_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "signing_secret",
                    "description": "Secret used to verify callback webhook signatures. Populated on detailed destination responses when available.",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the callback destination was created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the callback destination was last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "destinations",
            "description": "Destinations currently attached to this callback",
            "optional": false,
            "nullable": false
          },
          "provider_triggers": {
            "examples": [
              [
                {
                  "object": "callback.provider_trigger",
                  "id": "cbt_4dEfGhJkLmNpQrSt",
                  "provider_trigger": {
                    "object": "provider.trigger#preview",
                    "id": "ptr_7dEfGhJkLmNpQrSt",
                    "key": "messages.created",
                    "name": "Messages Created"
                  },
                  "event_types": [
                    "message.created",
                    "message.created"
                  ],
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                {
                  "object": "callback.provider_trigger",
                  "id": "cbt_4dEfGhJkLmNpQrSt",
                  "provider_trigger": {
                    "object": "provider.trigger#preview",
                    "id": "ptr_7dEfGhJkLmNpQrSt",
                    "key": "messages.created",
                    "name": "Messages Created"
                  },
                  "event_types": [
                    "message.created",
                    "message.created"
                  ],
                  "created_at": "2025-09-15T10:30:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "callback.provider_trigger",
                    "id": "cbt_4dEfGhJkLmNpQrSt",
                    "provider_trigger": {
                      "object": "provider.trigger#preview",
                      "id": "ptr_7dEfGhJkLmNpQrSt",
                      "key": "messages.created",
                      "name": "Messages Created"
                    },
                    "event_types": [
                      "message.created",
                      "message.created"
                    ],
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "callback.provider_trigger"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "cbt_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique callback trigger association identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_trigger": {
                    "examples": [
                      {
                        "object": "provider.trigger#preview",
                        "id": "ptr_7dEfGhJkLmNpQrSt",
                        "key": "messages.created",
                        "name": "Messages Created"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.trigger#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the provider trigger's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "ptr_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Provider trigger identifier from the deployment specification",
                        "optional": false,
                        "nullable": false
                      },
                      "key": {
                        "examples": [
                          "messages.created"
                        ],
                        "type": "string",
                        "name": "key",
                        "description": "Stable trigger key used by the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Messages Created"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Human-readable trigger name",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "name": "provider_trigger",
                    "description": "Preview of the provider trigger associated with this callback trigger",
                    "optional": false,
                    "nullable": false
                  },
                  "event_types": {
                    "examples": [
                      [
                        "message.created",
                        "message.created"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "message.created"
                        ],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "event_types",
                    "description": "Provider-specific event types enabled for this trigger",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when this trigger was attached to the callback",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "provider_triggers",
            "description": "Triggers configured on this callback",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the callback was created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the callback was last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_404",
      "name": "Body",
      "type": {
        "examples": [
          {
            "provider_deployment_id": "pde_1aBcDeFgHjKlMnPq",
            "name": "Production Webhook Callback",
            "description": "Sends provider trigger deliveries to our production webhook",
            "metadata": {},
            "poll_interval_seconds_override": 60,
            "destination_ids": [
              "cld_7dEfGhJkLmNpQrSt",
              "cld_7dEfGhJkLmNpQrSt"
            ],
            "triggers": [
              {
                "trigger_id": "messages.created",
                "event_types": [
                  "message.created",
                  "message.created"
                ]
              },
              {
                "trigger_id": "messages.created",
                "event_types": [
                  "message.created",
                  "message.created"
                ]
              }
            ]
          }
        ],
        "properties": {
          "provider_deployment_id": {
            "examples": [
              "pde_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "description": "Provider deployment that owns the trigger specification for this callback",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Webhook Callback"
            ],
            "type": "string",
            "description": "Display name for the callback",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Sends provider trigger deliveries to our production webhook"
            ],
            "type": "string",
            "description": "Optional callback description",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Custom key-value pairs for storing additional callback metadata",
            "optional": true,
            "nullable": false
          },
          "poll_interval_seconds_override": {
            "examples": [
              60
            ],
            "type": "number",
            "description": "Optional polling interval override, in seconds, for polling triggers",
            "optional": true,
            "nullable": true
          },
          "destination_ids": {
            "examples": [
              [
                "cld_7dEfGhJkLmNpQrSt",
                "cld_7dEfGhJkLmNpQrSt"
              ]
            ],
            "items": [
              {
                "examples": [
                  "cld_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "description": "Optional callback destination IDs that should receive deliveries. Destinations can also be attached later.",
            "optional": true,
            "nullable": false
          },
          "triggers": {
            "examples": [
              [
                {
                  "trigger_id": "messages.created",
                  "event_types": [
                    "message.created",
                    "message.created"
                  ]
                },
                {
                  "trigger_id": "messages.created",
                  "event_types": [
                    "message.created",
                    "message.created"
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "trigger_id": "messages.created",
                    "event_types": [
                      "message.created",
                      "message.created"
                    ]
                  }
                ],
                "properties": {
                  "trigger_id": {
                    "examples": [
                      "messages.created"
                    ],
                    "type": "string",
                    "description": "Provider trigger key or identifier from the deployment specification",
                    "optional": false,
                    "nullable": false
                  },
                  "event_types": {
                    "examples": [
                      [
                        "message.created",
                        "message.created"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "message.created"
                        ],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "description": "Optional provider-specific event type filters for this trigger",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Trigger definition for this callback",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_405",
      "name": "callback",
      "type": {
        "examples": [
          {
            "object": "callback",
            "id": "clb_4dEfGhJkLmNpQrSt",
            "status": "active",
            "name": "Production Webhook Callback",
            "description": "Sends provider trigger deliveries to our production webhook endpoint",
            "metadata": {},
            "poll_interval_seconds_override": 60,
            "provider_deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "destinations": [
              {
                "object": "callback.destination",
                "id": "cld_7dEfGhJkLmNpQrSt",
                "status": "active",
                "name": "Primary Webhook Endpoint",
                "description": "Primary production webhook receiver",
                "metadata": {},
                "url": "https://api.example.com/webhooks/metorial",
                "method": "POST",
                "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "callback.destination",
                "id": "cld_7dEfGhJkLmNpQrSt",
                "status": "active",
                "name": "Primary Webhook Endpoint",
                "description": "Primary production webhook receiver",
                "metadata": {},
                "url": "https://api.example.com/webhooks/metorial",
                "method": "POST",
                "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "provider_triggers": [
              {
                "object": "callback.provider_trigger",
                "id": "cbt_4dEfGhJkLmNpQrSt",
                "provider_trigger": {
                  "object": "provider.trigger#preview",
                  "id": "ptr_7dEfGhJkLmNpQrSt",
                  "key": "messages.created",
                  "name": "Messages Created"
                },
                "event_types": [
                  "message.created",
                  "message.created"
                ],
                "created_at": "2025-09-15T10:30:00.000Z"
              },
              {
                "object": "callback.provider_trigger",
                "id": "cbt_4dEfGhJkLmNpQrSt",
                "provider_trigger": {
                  "object": "provider.trigger#preview",
                  "id": "ptr_7dEfGhJkLmNpQrSt",
                  "key": "messages.created",
                  "name": "Messages Created"
                },
                "event_types": [
                  "message.created",
                  "message.created"
                ],
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "callback"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "clb_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique callback identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Callback lifecycle status",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Webhook Callback"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name for the callback",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Sends provider trigger deliveries to our production webhook endpoint"
            ],
            "type": "string",
            "name": "description",
            "description": "Optional callback description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional callback metadata",
            "optional": false,
            "nullable": true
          },
          "poll_interval_seconds_override": {
            "examples": [
              60
            ],
            "type": "number",
            "name": "poll_interval_seconds_override",
            "description": "Optional polling interval override, in seconds, for polling-capable triggers",
            "optional": false,
            "nullable": true
          },
          "provider_deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "destinations": {
            "examples": [
              [
                {
                  "object": "callback.destination",
                  "id": "cld_7dEfGhJkLmNpQrSt",
                  "status": "active",
                  "name": "Primary Webhook Endpoint",
                  "description": "Primary production webhook receiver",
                  "metadata": {},
                  "url": "https://api.example.com/webhooks/metorial",
                  "method": "POST",
                  "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "callback.destination",
                  "id": "cld_7dEfGhJkLmNpQrSt",
                  "status": "active",
                  "name": "Primary Webhook Endpoint",
                  "description": "Primary production webhook receiver",
                  "metadata": {},
                  "url": "https://api.example.com/webhooks/metorial",
                  "method": "POST",
                  "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "callback.destination",
                    "id": "cld_7dEfGhJkLmNpQrSt",
                    "status": "active",
                    "name": "Primary Webhook Endpoint",
                    "description": "Primary production webhook receiver",
                    "metadata": {},
                    "url": "https://api.example.com/webhooks/metorial",
                    "method": "POST",
                    "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "callback.destination"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "cld_7dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique callback destination identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Callback destination lifecycle status",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Primary Webhook Endpoint"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name for the callback destination",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Primary production webhook receiver"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Optional destination description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional destination metadata",
                    "optional": false,
                    "nullable": true
                  },
                  "url": {
                    "examples": [
                      "https://api.example.com/webhooks/metorial"
                    ],
                    "type": "string",
                    "name": "url",
                    "description": "Webhook URL that receives callback deliveries",
                    "optional": false,
                    "nullable": false
                  },
                  "method": {
                    "examples": [
                      "POST"
                    ],
                    "type": "string",
                    "name": "method",
                    "description": "HTTP method used for webhook delivery",
                    "optional": false,
                    "nullable": false
                  },
                  "signing_secret": {
                    "examples": [
                      "whsec_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "signing_secret",
                    "description": "Secret used to verify callback webhook signatures. Populated on detailed destination responses when available.",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the callback destination was created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the callback destination was last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "destinations",
            "description": "Destinations currently attached to this callback",
            "optional": false,
            "nullable": false
          },
          "provider_triggers": {
            "examples": [
              [
                {
                  "object": "callback.provider_trigger",
                  "id": "cbt_4dEfGhJkLmNpQrSt",
                  "provider_trigger": {
                    "object": "provider.trigger#preview",
                    "id": "ptr_7dEfGhJkLmNpQrSt",
                    "key": "messages.created",
                    "name": "Messages Created"
                  },
                  "event_types": [
                    "message.created",
                    "message.created"
                  ],
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                {
                  "object": "callback.provider_trigger",
                  "id": "cbt_4dEfGhJkLmNpQrSt",
                  "provider_trigger": {
                    "object": "provider.trigger#preview",
                    "id": "ptr_7dEfGhJkLmNpQrSt",
                    "key": "messages.created",
                    "name": "Messages Created"
                  },
                  "event_types": [
                    "message.created",
                    "message.created"
                  ],
                  "created_at": "2025-09-15T10:30:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "callback.provider_trigger",
                    "id": "cbt_4dEfGhJkLmNpQrSt",
                    "provider_trigger": {
                      "object": "provider.trigger#preview",
                      "id": "ptr_7dEfGhJkLmNpQrSt",
                      "key": "messages.created",
                      "name": "Messages Created"
                    },
                    "event_types": [
                      "message.created",
                      "message.created"
                    ],
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "callback.provider_trigger"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "cbt_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique callback trigger association identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_trigger": {
                    "examples": [
                      {
                        "object": "provider.trigger#preview",
                        "id": "ptr_7dEfGhJkLmNpQrSt",
                        "key": "messages.created",
                        "name": "Messages Created"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.trigger#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the provider trigger's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "ptr_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Provider trigger identifier from the deployment specification",
                        "optional": false,
                        "nullable": false
                      },
                      "key": {
                        "examples": [
                          "messages.created"
                        ],
                        "type": "string",
                        "name": "key",
                        "description": "Stable trigger key used by the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Messages Created"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Human-readable trigger name",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "name": "provider_trigger",
                    "description": "Preview of the provider trigger associated with this callback trigger",
                    "optional": false,
                    "nullable": false
                  },
                  "event_types": {
                    "examples": [
                      [
                        "message.created",
                        "message.created"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "message.created"
                        ],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "event_types",
                    "description": "Provider-specific event types enabled for this trigger",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when this trigger was attached to the callback",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "provider_triggers",
            "description": "Triggers configured on this callback",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the callback was created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the callback was last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_407",
      "name": "Body",
      "type": {
        "examples": [
          {
            "name": "Staging Webhook Callback",
            "description": "Sends deliveries to the staging webhook endpoint",
            "metadata": {},
            "poll_interval_seconds_override": 120,
            "destination_ids": [
              "cld_7dEfGhJkLmNpQrSt",
              "cld_7dEfGhJkLmNpQrSt"
            ],
            "triggers": [
              {
                "trigger_id": "messages.created",
                "event_types": [
                  "message.created",
                  "message.created"
                ]
              },
              {
                "trigger_id": "messages.created",
                "event_types": [
                  "message.created",
                  "message.created"
                ]
              }
            ]
          }
        ],
        "properties": {
          "name": {
            "examples": [
              "Staging Webhook Callback"
            ],
            "type": "string",
            "description": "Updated callback display name",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [
              "Sends deliveries to the staging webhook endpoint"
            ],
            "type": "string",
            "description": "Updated callback description",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Updated custom metadata for the callback",
            "optional": true,
            "nullable": false
          },
          "poll_interval_seconds_override": {
            "examples": [
              120
            ],
            "type": "number",
            "description": "Updated polling interval override, in seconds",
            "optional": true,
            "nullable": true
          },
          "destination_ids": {
            "examples": [
              [
                "cld_7dEfGhJkLmNpQrSt",
                "cld_7dEfGhJkLmNpQrSt"
              ]
            ],
            "items": [
              {
                "examples": [
                  "cld_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "description": "Replacement list of callback destination IDs",
            "optional": true,
            "nullable": false
          },
          "triggers": {
            "examples": [
              [
                {
                  "trigger_id": "messages.created",
                  "event_types": [
                    "message.created",
                    "message.created"
                  ]
                },
                {
                  "trigger_id": "messages.created",
                  "event_types": [
                    "message.created",
                    "message.created"
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "trigger_id": "messages.created",
                    "event_types": [
                      "message.created",
                      "message.created"
                    ]
                  }
                ],
                "properties": {
                  "trigger_id": {
                    "examples": [
                      "messages.created"
                    ],
                    "type": "string",
                    "description": "Provider trigger key or identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "event_types": {
                    "examples": [
                      [
                        "message.created",
                        "message.created"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "message.created"
                        ],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "description": "Updated provider-specific event type filters for this trigger",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Updated trigger definition for this callback",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_408",
      "name": "callback",
      "type": {
        "examples": [
          {
            "object": "callback",
            "id": "clb_4dEfGhJkLmNpQrSt",
            "status": "active",
            "name": "Production Webhook Callback",
            "description": "Sends provider trigger deliveries to our production webhook endpoint",
            "metadata": {},
            "poll_interval_seconds_override": 60,
            "provider_deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "destinations": [
              {
                "object": "callback.destination",
                "id": "cld_7dEfGhJkLmNpQrSt",
                "status": "active",
                "name": "Primary Webhook Endpoint",
                "description": "Primary production webhook receiver",
                "metadata": {},
                "url": "https://api.example.com/webhooks/metorial",
                "method": "POST",
                "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "callback.destination",
                "id": "cld_7dEfGhJkLmNpQrSt",
                "status": "active",
                "name": "Primary Webhook Endpoint",
                "description": "Primary production webhook receiver",
                "metadata": {},
                "url": "https://api.example.com/webhooks/metorial",
                "method": "POST",
                "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "provider_triggers": [
              {
                "object": "callback.provider_trigger",
                "id": "cbt_4dEfGhJkLmNpQrSt",
                "provider_trigger": {
                  "object": "provider.trigger#preview",
                  "id": "ptr_7dEfGhJkLmNpQrSt",
                  "key": "messages.created",
                  "name": "Messages Created"
                },
                "event_types": [
                  "message.created",
                  "message.created"
                ],
                "created_at": "2025-09-15T10:30:00.000Z"
              },
              {
                "object": "callback.provider_trigger",
                "id": "cbt_4dEfGhJkLmNpQrSt",
                "provider_trigger": {
                  "object": "provider.trigger#preview",
                  "id": "ptr_7dEfGhJkLmNpQrSt",
                  "key": "messages.created",
                  "name": "Messages Created"
                },
                "event_types": [
                  "message.created",
                  "message.created"
                ],
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "callback"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "clb_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique callback identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Callback lifecycle status",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Webhook Callback"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name for the callback",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Sends provider trigger deliveries to our production webhook endpoint"
            ],
            "type": "string",
            "name": "description",
            "description": "Optional callback description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional callback metadata",
            "optional": false,
            "nullable": true
          },
          "poll_interval_seconds_override": {
            "examples": [
              60
            ],
            "type": "number",
            "name": "poll_interval_seconds_override",
            "description": "Optional polling interval override, in seconds, for polling-capable triggers",
            "optional": false,
            "nullable": true
          },
          "provider_deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "destinations": {
            "examples": [
              [
                {
                  "object": "callback.destination",
                  "id": "cld_7dEfGhJkLmNpQrSt",
                  "status": "active",
                  "name": "Primary Webhook Endpoint",
                  "description": "Primary production webhook receiver",
                  "metadata": {},
                  "url": "https://api.example.com/webhooks/metorial",
                  "method": "POST",
                  "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "callback.destination",
                  "id": "cld_7dEfGhJkLmNpQrSt",
                  "status": "active",
                  "name": "Primary Webhook Endpoint",
                  "description": "Primary production webhook receiver",
                  "metadata": {},
                  "url": "https://api.example.com/webhooks/metorial",
                  "method": "POST",
                  "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "callback.destination",
                    "id": "cld_7dEfGhJkLmNpQrSt",
                    "status": "active",
                    "name": "Primary Webhook Endpoint",
                    "description": "Primary production webhook receiver",
                    "metadata": {},
                    "url": "https://api.example.com/webhooks/metorial",
                    "method": "POST",
                    "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "callback.destination"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "cld_7dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique callback destination identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Callback destination lifecycle status",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Primary Webhook Endpoint"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name for the callback destination",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Primary production webhook receiver"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Optional destination description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional destination metadata",
                    "optional": false,
                    "nullable": true
                  },
                  "url": {
                    "examples": [
                      "https://api.example.com/webhooks/metorial"
                    ],
                    "type": "string",
                    "name": "url",
                    "description": "Webhook URL that receives callback deliveries",
                    "optional": false,
                    "nullable": false
                  },
                  "method": {
                    "examples": [
                      "POST"
                    ],
                    "type": "string",
                    "name": "method",
                    "description": "HTTP method used for webhook delivery",
                    "optional": false,
                    "nullable": false
                  },
                  "signing_secret": {
                    "examples": [
                      "whsec_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "signing_secret",
                    "description": "Secret used to verify callback webhook signatures. Populated on detailed destination responses when available.",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the callback destination was created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the callback destination was last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "destinations",
            "description": "Destinations currently attached to this callback",
            "optional": false,
            "nullable": false
          },
          "provider_triggers": {
            "examples": [
              [
                {
                  "object": "callback.provider_trigger",
                  "id": "cbt_4dEfGhJkLmNpQrSt",
                  "provider_trigger": {
                    "object": "provider.trigger#preview",
                    "id": "ptr_7dEfGhJkLmNpQrSt",
                    "key": "messages.created",
                    "name": "Messages Created"
                  },
                  "event_types": [
                    "message.created",
                    "message.created"
                  ],
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                {
                  "object": "callback.provider_trigger",
                  "id": "cbt_4dEfGhJkLmNpQrSt",
                  "provider_trigger": {
                    "object": "provider.trigger#preview",
                    "id": "ptr_7dEfGhJkLmNpQrSt",
                    "key": "messages.created",
                    "name": "Messages Created"
                  },
                  "event_types": [
                    "message.created",
                    "message.created"
                  ],
                  "created_at": "2025-09-15T10:30:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "callback.provider_trigger",
                    "id": "cbt_4dEfGhJkLmNpQrSt",
                    "provider_trigger": {
                      "object": "provider.trigger#preview",
                      "id": "ptr_7dEfGhJkLmNpQrSt",
                      "key": "messages.created",
                      "name": "Messages Created"
                    },
                    "event_types": [
                      "message.created",
                      "message.created"
                    ],
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "callback.provider_trigger"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "cbt_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique callback trigger association identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_trigger": {
                    "examples": [
                      {
                        "object": "provider.trigger#preview",
                        "id": "ptr_7dEfGhJkLmNpQrSt",
                        "key": "messages.created",
                        "name": "Messages Created"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.trigger#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the provider trigger's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "ptr_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Provider trigger identifier from the deployment specification",
                        "optional": false,
                        "nullable": false
                      },
                      "key": {
                        "examples": [
                          "messages.created"
                        ],
                        "type": "string",
                        "name": "key",
                        "description": "Stable trigger key used by the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Messages Created"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Human-readable trigger name",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "name": "provider_trigger",
                    "description": "Preview of the provider trigger associated with this callback trigger",
                    "optional": false,
                    "nullable": false
                  },
                  "event_types": {
                    "examples": [
                      [
                        "message.created",
                        "message.created"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "message.created"
                        ],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "event_types",
                    "description": "Provider-specific event types enabled for this trigger",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when this trigger was attached to the callback",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "provider_triggers",
            "description": "Triggers configured on this callback",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the callback was created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the callback was last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_410",
      "name": "callback",
      "type": {
        "examples": [
          {
            "object": "callback",
            "id": "clb_4dEfGhJkLmNpQrSt",
            "status": "active",
            "name": "Production Webhook Callback",
            "description": "Sends provider trigger deliveries to our production webhook endpoint",
            "metadata": {},
            "poll_interval_seconds_override": 60,
            "provider_deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "destinations": [
              {
                "object": "callback.destination",
                "id": "cld_7dEfGhJkLmNpQrSt",
                "status": "active",
                "name": "Primary Webhook Endpoint",
                "description": "Primary production webhook receiver",
                "metadata": {},
                "url": "https://api.example.com/webhooks/metorial",
                "method": "POST",
                "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "callback.destination",
                "id": "cld_7dEfGhJkLmNpQrSt",
                "status": "active",
                "name": "Primary Webhook Endpoint",
                "description": "Primary production webhook receiver",
                "metadata": {},
                "url": "https://api.example.com/webhooks/metorial",
                "method": "POST",
                "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "provider_triggers": [
              {
                "object": "callback.provider_trigger",
                "id": "cbt_4dEfGhJkLmNpQrSt",
                "provider_trigger": {
                  "object": "provider.trigger#preview",
                  "id": "ptr_7dEfGhJkLmNpQrSt",
                  "key": "messages.created",
                  "name": "Messages Created"
                },
                "event_types": [
                  "message.created",
                  "message.created"
                ],
                "created_at": "2025-09-15T10:30:00.000Z"
              },
              {
                "object": "callback.provider_trigger",
                "id": "cbt_4dEfGhJkLmNpQrSt",
                "provider_trigger": {
                  "object": "provider.trigger#preview",
                  "id": "ptr_7dEfGhJkLmNpQrSt",
                  "key": "messages.created",
                  "name": "Messages Created"
                },
                "event_types": [
                  "message.created",
                  "message.created"
                ],
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "callback"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "clb_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique callback identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Callback lifecycle status",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Webhook Callback"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name for the callback",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Sends provider trigger deliveries to our production webhook endpoint"
            ],
            "type": "string",
            "name": "description",
            "description": "Optional callback description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional callback metadata",
            "optional": false,
            "nullable": true
          },
          "poll_interval_seconds_override": {
            "examples": [
              60
            ],
            "type": "number",
            "name": "poll_interval_seconds_override",
            "description": "Optional polling interval override, in seconds, for polling-capable triggers",
            "optional": false,
            "nullable": true
          },
          "provider_deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "destinations": {
            "examples": [
              [
                {
                  "object": "callback.destination",
                  "id": "cld_7dEfGhJkLmNpQrSt",
                  "status": "active",
                  "name": "Primary Webhook Endpoint",
                  "description": "Primary production webhook receiver",
                  "metadata": {},
                  "url": "https://api.example.com/webhooks/metorial",
                  "method": "POST",
                  "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "callback.destination",
                  "id": "cld_7dEfGhJkLmNpQrSt",
                  "status": "active",
                  "name": "Primary Webhook Endpoint",
                  "description": "Primary production webhook receiver",
                  "metadata": {},
                  "url": "https://api.example.com/webhooks/metorial",
                  "method": "POST",
                  "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "callback.destination",
                    "id": "cld_7dEfGhJkLmNpQrSt",
                    "status": "active",
                    "name": "Primary Webhook Endpoint",
                    "description": "Primary production webhook receiver",
                    "metadata": {},
                    "url": "https://api.example.com/webhooks/metorial",
                    "method": "POST",
                    "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "callback.destination"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "cld_7dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique callback destination identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Callback destination lifecycle status",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Primary Webhook Endpoint"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name for the callback destination",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Primary production webhook receiver"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Optional destination description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional destination metadata",
                    "optional": false,
                    "nullable": true
                  },
                  "url": {
                    "examples": [
                      "https://api.example.com/webhooks/metorial"
                    ],
                    "type": "string",
                    "name": "url",
                    "description": "Webhook URL that receives callback deliveries",
                    "optional": false,
                    "nullable": false
                  },
                  "method": {
                    "examples": [
                      "POST"
                    ],
                    "type": "string",
                    "name": "method",
                    "description": "HTTP method used for webhook delivery",
                    "optional": false,
                    "nullable": false
                  },
                  "signing_secret": {
                    "examples": [
                      "whsec_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "signing_secret",
                    "description": "Secret used to verify callback webhook signatures. Populated on detailed destination responses when available.",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the callback destination was created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the callback destination was last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "destinations",
            "description": "Destinations currently attached to this callback",
            "optional": false,
            "nullable": false
          },
          "provider_triggers": {
            "examples": [
              [
                {
                  "object": "callback.provider_trigger",
                  "id": "cbt_4dEfGhJkLmNpQrSt",
                  "provider_trigger": {
                    "object": "provider.trigger#preview",
                    "id": "ptr_7dEfGhJkLmNpQrSt",
                    "key": "messages.created",
                    "name": "Messages Created"
                  },
                  "event_types": [
                    "message.created",
                    "message.created"
                  ],
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                {
                  "object": "callback.provider_trigger",
                  "id": "cbt_4dEfGhJkLmNpQrSt",
                  "provider_trigger": {
                    "object": "provider.trigger#preview",
                    "id": "ptr_7dEfGhJkLmNpQrSt",
                    "key": "messages.created",
                    "name": "Messages Created"
                  },
                  "event_types": [
                    "message.created",
                    "message.created"
                  ],
                  "created_at": "2025-09-15T10:30:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "callback.provider_trigger",
                    "id": "cbt_4dEfGhJkLmNpQrSt",
                    "provider_trigger": {
                      "object": "provider.trigger#preview",
                      "id": "ptr_7dEfGhJkLmNpQrSt",
                      "key": "messages.created",
                      "name": "Messages Created"
                    },
                    "event_types": [
                      "message.created",
                      "message.created"
                    ],
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "callback.provider_trigger"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "cbt_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique callback trigger association identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_trigger": {
                    "examples": [
                      {
                        "object": "provider.trigger#preview",
                        "id": "ptr_7dEfGhJkLmNpQrSt",
                        "key": "messages.created",
                        "name": "Messages Created"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.trigger#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the provider trigger's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "ptr_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Provider trigger identifier from the deployment specification",
                        "optional": false,
                        "nullable": false
                      },
                      "key": {
                        "examples": [
                          "messages.created"
                        ],
                        "type": "string",
                        "name": "key",
                        "description": "Stable trigger key used by the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Messages Created"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Human-readable trigger name",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "name": "provider_trigger",
                    "description": "Preview of the provider trigger associated with this callback trigger",
                    "optional": false,
                    "nullable": false
                  },
                  "event_types": {
                    "examples": [
                      [
                        "message.created",
                        "message.created"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "message.created"
                        ],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "event_types",
                    "description": "Provider-specific event types enabled for this trigger",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when this trigger was attached to the callback",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "provider_triggers",
            "description": "Triggers configured on this callback",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the callback was created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the callback was last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_413",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "callback_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Only include destinations linked to the callback ID(s).",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for callback destination creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for callback destination creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter callback destination creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for callback destination last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for callback destination last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter callback destination last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "description": "Pagination parameters for listing callback destinations",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_414",
      "name": "callback.destination",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "callback.destination",
                "id": "cld_7dEfGhJkLmNpQrSt",
                "status": "active",
                "name": "Primary Webhook Endpoint",
                "description": "Primary production webhook receiver",
                "metadata": {},
                "url": "https://api.example.com/webhooks/metorial",
                "method": "POST",
                "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "callback.destination",
                  "id": "cld_7dEfGhJkLmNpQrSt",
                  "status": "active",
                  "name": "Primary Webhook Endpoint",
                  "description": "Primary production webhook receiver",
                  "metadata": {},
                  "url": "https://api.example.com/webhooks/metorial",
                  "method": "POST",
                  "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "callback.destination",
                  "id": "cld_7dEfGhJkLmNpQrSt",
                  "status": "active",
                  "name": "Primary Webhook Endpoint",
                  "description": "Primary production webhook receiver",
                  "metadata": {},
                  "url": "https://api.example.com/webhooks/metorial",
                  "method": "POST",
                  "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "callback.destination",
                    "id": "cld_7dEfGhJkLmNpQrSt",
                    "status": "active",
                    "name": "Primary Webhook Endpoint",
                    "description": "Primary production webhook receiver",
                    "metadata": {},
                    "url": "https://api.example.com/webhooks/metorial",
                    "method": "POST",
                    "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "callback.destination"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "cld_7dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique callback destination identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Callback destination lifecycle status",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Primary Webhook Endpoint"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name for the callback destination",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Primary production webhook receiver"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Optional destination description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional destination metadata",
                    "optional": false,
                    "nullable": true
                  },
                  "url": {
                    "examples": [
                      "https://api.example.com/webhooks/metorial"
                    ],
                    "type": "string",
                    "name": "url",
                    "description": "Webhook URL that receives callback deliveries",
                    "optional": false,
                    "nullable": false
                  },
                  "method": {
                    "examples": [
                      "POST"
                    ],
                    "type": "string",
                    "name": "method",
                    "description": "HTTP method used for webhook delivery",
                    "optional": false,
                    "nullable": false
                  },
                  "signing_secret": {
                    "examples": [
                      "whsec_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "signing_secret",
                    "description": "Secret used to verify callback webhook signatures. Populated on detailed destination responses when available.",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the callback destination was created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the callback destination was last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_416",
      "name": "callback.destination",
      "type": {
        "examples": [
          {
            "object": "callback.destination",
            "id": "cld_7dEfGhJkLmNpQrSt",
            "status": "active",
            "name": "Primary Webhook Endpoint",
            "description": "Primary production webhook receiver",
            "metadata": {},
            "url": "https://api.example.com/webhooks/metorial",
            "method": "POST",
            "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "callback.destination"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "cld_7dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique callback destination identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Callback destination lifecycle status",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Primary Webhook Endpoint"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name for the callback destination",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Primary production webhook receiver"
            ],
            "type": "string",
            "name": "description",
            "description": "Optional destination description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional destination metadata",
            "optional": false,
            "nullable": true
          },
          "url": {
            "examples": [
              "https://api.example.com/webhooks/metorial"
            ],
            "type": "string",
            "name": "url",
            "description": "Webhook URL that receives callback deliveries",
            "optional": false,
            "nullable": false
          },
          "method": {
            "examples": [
              "POST"
            ],
            "type": "string",
            "name": "method",
            "description": "HTTP method used for webhook delivery",
            "optional": false,
            "nullable": false
          },
          "signing_secret": {
            "examples": [
              "whsec_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "signing_secret",
            "description": "Secret used to verify callback webhook signatures. Populated on detailed destination responses when available.",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the callback destination was created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the callback destination was last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_418",
      "name": "Body",
      "type": {
        "examples": [
          {
            "name": "Primary Webhook Endpoint",
            "description": "Primary production webhook receiver",
            "metadata": {},
            "url": "https://api.example.com/webhooks/metorial"
          }
        ],
        "properties": {
          "name": {
            "examples": [
              "Primary Webhook Endpoint"
            ],
            "type": "string",
            "description": "Display name for the callback destination",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Primary production webhook receiver"
            ],
            "type": "string",
            "description": "Optional callback destination description",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Custom key-value pairs for storing destination metadata",
            "optional": true,
            "nullable": false
          },
          "url": {
            "examples": [
              "https://api.example.com/webhooks/metorial"
            ],
            "type": "string",
            "description": "Webhook URL that should receive callback deliveries",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_419",
      "name": "callback.destination",
      "type": {
        "examples": [
          {
            "object": "callback.destination",
            "id": "cld_7dEfGhJkLmNpQrSt",
            "status": "active",
            "name": "Primary Webhook Endpoint",
            "description": "Primary production webhook receiver",
            "metadata": {},
            "url": "https://api.example.com/webhooks/metorial",
            "method": "POST",
            "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "callback.destination"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "cld_7dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique callback destination identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Callback destination lifecycle status",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Primary Webhook Endpoint"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name for the callback destination",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Primary production webhook receiver"
            ],
            "type": "string",
            "name": "description",
            "description": "Optional destination description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional destination metadata",
            "optional": false,
            "nullable": true
          },
          "url": {
            "examples": [
              "https://api.example.com/webhooks/metorial"
            ],
            "type": "string",
            "name": "url",
            "description": "Webhook URL that receives callback deliveries",
            "optional": false,
            "nullable": false
          },
          "method": {
            "examples": [
              "POST"
            ],
            "type": "string",
            "name": "method",
            "description": "HTTP method used for webhook delivery",
            "optional": false,
            "nullable": false
          },
          "signing_secret": {
            "examples": [
              "whsec_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "signing_secret",
            "description": "Secret used to verify callback webhook signatures. Populated on detailed destination responses when available.",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the callback destination was created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the callback destination was last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_421",
      "name": "Body",
      "type": {
        "examples": [
          {
            "name": "Secondary Webhook Endpoint",
            "description": "Secondary failover webhook receiver",
            "metadata": {},
            "url": "https://api.example.com/webhooks/metorial/failover"
          }
        ],
        "properties": {
          "name": {
            "examples": [
              "Secondary Webhook Endpoint"
            ],
            "type": "string",
            "description": "Updated callback destination name",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [
              "Secondary failover webhook receiver"
            ],
            "type": "string",
            "description": "Updated destination description",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Updated destination metadata",
            "optional": true,
            "nullable": false
          },
          "url": {
            "examples": [
              "https://api.example.com/webhooks/metorial/failover"
            ],
            "type": "string",
            "description": "Updated webhook URL for callback deliveries",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_422",
      "name": "callback.destination",
      "type": {
        "examples": [
          {
            "object": "callback.destination",
            "id": "cld_7dEfGhJkLmNpQrSt",
            "status": "active",
            "name": "Primary Webhook Endpoint",
            "description": "Primary production webhook receiver",
            "metadata": {},
            "url": "https://api.example.com/webhooks/metorial",
            "method": "POST",
            "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "callback.destination"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "cld_7dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique callback destination identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Callback destination lifecycle status",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Primary Webhook Endpoint"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name for the callback destination",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Primary production webhook receiver"
            ],
            "type": "string",
            "name": "description",
            "description": "Optional destination description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional destination metadata",
            "optional": false,
            "nullable": true
          },
          "url": {
            "examples": [
              "https://api.example.com/webhooks/metorial"
            ],
            "type": "string",
            "name": "url",
            "description": "Webhook URL that receives callback deliveries",
            "optional": false,
            "nullable": false
          },
          "method": {
            "examples": [
              "POST"
            ],
            "type": "string",
            "name": "method",
            "description": "HTTP method used for webhook delivery",
            "optional": false,
            "nullable": false
          },
          "signing_secret": {
            "examples": [
              "whsec_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "signing_secret",
            "description": "Secret used to verify callback webhook signatures. Populated on detailed destination responses when available.",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the callback destination was created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the callback destination was last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_424",
      "name": "callback.destination",
      "type": {
        "examples": [
          {
            "object": "callback.destination",
            "id": "cld_7dEfGhJkLmNpQrSt",
            "status": "active",
            "name": "Primary Webhook Endpoint",
            "description": "Primary production webhook receiver",
            "metadata": {},
            "url": "https://api.example.com/webhooks/metorial",
            "method": "POST",
            "signing_secret": "whsec_4dEfGhJkLmNpQrSt",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "callback.destination"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "cld_7dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique callback destination identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Callback destination lifecycle status",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Primary Webhook Endpoint"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name for the callback destination",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Primary production webhook receiver"
            ],
            "type": "string",
            "name": "description",
            "description": "Optional destination description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional destination metadata",
            "optional": false,
            "nullable": true
          },
          "url": {
            "examples": [
              "https://api.example.com/webhooks/metorial"
            ],
            "type": "string",
            "name": "url",
            "description": "Webhook URL that receives callback deliveries",
            "optional": false,
            "nullable": false
          },
          "method": {
            "examples": [
              "POST"
            ],
            "type": "string",
            "name": "method",
            "description": "HTTP method used for webhook delivery",
            "optional": false,
            "nullable": false
          },
          "signing_secret": {
            "examples": [
              "whsec_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "signing_secret",
            "description": "Secret used to verify callback webhook signatures. Populated on detailed destination responses when available.",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the callback destination was created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the callback destination was last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_427",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by callback event ID(s)",
                "optional": true,
                "nullable": false
              },
              "type": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by event type(s)",
                "optional": true,
                "nullable": false
              },
              "source_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider source ID(s)",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_428",
      "name": "callback.event",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "callback.event",
                "id": "cte_4dEfGhJkLmNpQrSt",
                "type": "message.created",
                "source_id": "thr_123456",
                "trigger_key": "messages.created",
                "input": {},
                "output": {},
                "status": "pending",
                "error": {},
                "delivery_status": "pending",
                "callback_id": "clb_4dEfGhJkLmNpQrSt",
                "callback_instance_id": "cbi_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "callback.event",
                  "id": "cte_4dEfGhJkLmNpQrSt",
                  "type": "message.created",
                  "source_id": "thr_123456",
                  "trigger_key": "messages.created",
                  "input": {},
                  "output": {},
                  "status": "pending",
                  "error": {},
                  "delivery_status": "pending",
                  "callback_id": "clb_4dEfGhJkLmNpQrSt",
                  "callback_instance_id": "cbi_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                {
                  "object": "callback.event",
                  "id": "cte_4dEfGhJkLmNpQrSt",
                  "type": "message.created",
                  "source_id": "thr_123456",
                  "trigger_key": "messages.created",
                  "input": {},
                  "output": {},
                  "status": "pending",
                  "error": {},
                  "delivery_status": "pending",
                  "callback_id": "clb_4dEfGhJkLmNpQrSt",
                  "callback_instance_id": "cbi_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "callback.event",
                    "id": "cte_4dEfGhJkLmNpQrSt",
                    "type": "message.created",
                    "source_id": "thr_123456",
                    "trigger_key": "messages.created",
                    "input": {},
                    "output": {},
                    "status": "pending",
                    "error": {},
                    "delivery_status": "pending",
                    "callback_id": "clb_4dEfGhJkLmNpQrSt",
                    "callback_instance_id": "cbi_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "callback.event"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "cte_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique callback event identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "message.created"
                    ],
                    "type": "string",
                    "name": "type",
                    "description": "Provider event type received by the callback",
                    "optional": false,
                    "nullable": false
                  },
                  "source_id": {
                    "examples": [
                      "thr_123456"
                    ],
                    "type": "string",
                    "name": "source_id",
                    "description": "Provider-specific source identifier for the event",
                    "optional": false,
                    "nullable": false
                  },
                  "trigger_key": {
                    "examples": [
                      "messages.created"
                    ],
                    "type": "string",
                    "name": "trigger_key",
                    "description": "Trigger key that produced this event",
                    "optional": false,
                    "nullable": false
                  },
                  "input": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "input",
                    "description": "Original trigger input payload captured for the event",
                    "optional": false,
                    "nullable": true
                  },
                  "output": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "output",
                    "description": "Trigger output payload resolved for the event",
                    "optional": false,
                    "nullable": true
                  },
                  "status": {
                    "examples": [
                      "pending",
                      "processing",
                      "retrying",
                      "succeeded",
                      "failed",
                      "skipped"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Lifecycle status for this callback event",
                    "optional": false,
                    "nullable": false
                  },
                  "error": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "code": {
                        "examples": [],
                        "type": "string",
                        "name": "code",
                        "description": "Machine-readable callback event error code",
                        "optional": false,
                        "nullable": true
                      },
                      "message": {
                        "examples": [],
                        "type": "string",
                        "name": "message",
                        "description": "Human-readable callback event error message",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "delivery_status": {
                    "examples": [
                      "pending",
                      "sent",
                      "failed",
                      "skipped"
                    ],
                    "type": "enum",
                    "name": "delivery_status",
                    "description": "Aggregate delivery status for this callback event",
                    "optional": false,
                    "nullable": false
                  },
                  "callback_id": {
                    "examples": [
                      "clb_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "callback_id",
                    "description": "Parent callback identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "callback_instance_id": {
                    "examples": [
                      "cbi_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "callback_instance_id",
                    "description": "Callback instance that received the event, when applicable",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the callback event was created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_430",
      "name": "callback.event",
      "type": {
        "examples": [
          {
            "object": "callback.event",
            "id": "cte_4dEfGhJkLmNpQrSt",
            "type": "message.created",
            "source_id": "thr_123456",
            "trigger_key": "messages.created",
            "input": {},
            "output": {},
            "status": "pending",
            "error": {},
            "delivery_status": "pending",
            "callback_id": "clb_4dEfGhJkLmNpQrSt",
            "callback_instance_id": "cbi_5gHjKlMnPqRsTuVw",
            "created_at": "2025-09-15T10:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "callback.event"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "cte_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique callback event identifier",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "message.created"
            ],
            "type": "string",
            "name": "type",
            "description": "Provider event type received by the callback",
            "optional": false,
            "nullable": false
          },
          "source_id": {
            "examples": [
              "thr_123456"
            ],
            "type": "string",
            "name": "source_id",
            "description": "Provider-specific source identifier for the event",
            "optional": false,
            "nullable": false
          },
          "trigger_key": {
            "examples": [
              "messages.created"
            ],
            "type": "string",
            "name": "trigger_key",
            "description": "Trigger key that produced this event",
            "optional": false,
            "nullable": false
          },
          "input": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "input",
            "description": "Original trigger input payload captured for the event",
            "optional": false,
            "nullable": true
          },
          "output": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "output",
            "description": "Trigger output payload resolved for the event",
            "optional": false,
            "nullable": true
          },
          "status": {
            "examples": [
              "pending",
              "processing",
              "retrying",
              "succeeded",
              "failed",
              "skipped"
            ],
            "type": "enum",
            "name": "status",
            "description": "Lifecycle status for this callback event",
            "optional": false,
            "nullable": false
          },
          "error": {
            "examples": [
              {}
            ],
            "properties": {
              "code": {
                "examples": [],
                "type": "string",
                "name": "code",
                "description": "Machine-readable callback event error code",
                "optional": false,
                "nullable": true
              },
              "message": {
                "examples": [],
                "type": "string",
                "name": "message",
                "description": "Human-readable callback event error message",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "delivery_status": {
            "examples": [
              "pending",
              "sent",
              "failed",
              "skipped"
            ],
            "type": "enum",
            "name": "delivery_status",
            "description": "Aggregate delivery status for this callback event",
            "optional": false,
            "nullable": false
          },
          "callback_id": {
            "examples": [
              "clb_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "callback_id",
            "description": "Parent callback identifier",
            "optional": false,
            "nullable": false
          },
          "callback_instance_id": {
            "examples": [
              "cbi_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "callback_instance_id",
            "description": "Callback instance that received the event, when applicable",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the callback event was created",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_433",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "attached",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by callback instance ID(s)",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "attached",
                  "detached",
                  [
                    "attached",
                    "attached"
                  ],
                  [
                    "detached",
                    "detached"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "attached",
                      "detached"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "attached",
                        "attached"
                      ],
                      [
                        "detached",
                        "detached"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "attached",
                          "detached"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by callback instance status",
                "optional": true,
                "nullable": false
              },
              "provider_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider config ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_auth_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider auth config ID(s)",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for callback instance creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for callback instance creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter callback instance creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for callback instance last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for callback instance last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter callback instance last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_434",
      "name": "callback.instance",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "callback.instance",
                "id": "cbi_5gHjKlMnPqRsTuVw",
                "status": "attached",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "webhook_url": "https://api.example.com/slates-hub/triggers/receiver-webhook/shtr_abc123",
                "triggers": [
                  {
                    "object": "callback.instance.trigger",
                    "id": "ctr_9gHjKlMnPqRsTuVw",
                    "source": "polling",
                    "poll_interval_seconds": 60,
                    "next_poll_at": "2026-01-10T14:45:00.000Z",
                    "last_polled_at": "2026-01-10T14:44:00.000Z",
                    "webhook_url": "https://provider.example.com/webhooks/abc123",
                    "provider_trigger": {
                      "object": "provider.capabilities.trigger",
                      "id": "ptr_4nOpQrStUvWxYzAb",
                      "key": "messages.created",
                      "name": "Messages Created",
                      "description": "Fires whenever a new message is created in the provider",
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "invocation": {
                        "type": "polling",
                        "interval_seconds": 60
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  {
                    "object": "callback.instance.trigger",
                    "id": "ctr_9gHjKlMnPqRsTuVw",
                    "source": "polling",
                    "poll_interval_seconds": 60,
                    "next_poll_at": "2026-01-10T14:45:00.000Z",
                    "last_polled_at": "2026-01-10T14:44:00.000Z",
                    "webhook_url": "https://provider.example.com/webhooks/abc123",
                    "provider_trigger": {
                      "object": "provider.capabilities.trigger",
                      "id": "ptr_4nOpQrStUvWxYzAb",
                      "key": "messages.created",
                      "name": "Messages Created",
                      "description": "Fires whenever a new message is created in the provider",
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "invocation": {
                        "type": "polling",
                        "interval_seconds": 60
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "callback.instance",
                  "id": "cbi_5gHjKlMnPqRsTuVw",
                  "status": "attached",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "webhook_url": "https://api.example.com/slates-hub/triggers/receiver-webhook/shtr_abc123",
                  "triggers": [
                    {
                      "object": "callback.instance.trigger",
                      "id": "ctr_9gHjKlMnPqRsTuVw",
                      "source": "polling",
                      "poll_interval_seconds": 60,
                      "next_poll_at": "2026-01-10T14:45:00.000Z",
                      "last_polled_at": "2026-01-10T14:44:00.000Z",
                      "webhook_url": "https://provider.example.com/webhooks/abc123",
                      "provider_trigger": {
                        "object": "provider.capabilities.trigger",
                        "id": "ptr_4nOpQrStUvWxYzAb",
                        "key": "messages.created",
                        "name": "Messages Created",
                        "description": "Fires whenever a new message is created in the provider",
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "invocation": {
                          "type": "polling",
                          "interval_seconds": 60
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "callback.instance.trigger",
                      "id": "ctr_9gHjKlMnPqRsTuVw",
                      "source": "polling",
                      "poll_interval_seconds": 60,
                      "next_poll_at": "2026-01-10T14:45:00.000Z",
                      "last_polled_at": "2026-01-10T14:44:00.000Z",
                      "webhook_url": "https://provider.example.com/webhooks/abc123",
                      "provider_trigger": {
                        "object": "provider.capabilities.trigger",
                        "id": "ptr_4nOpQrStUvWxYzAb",
                        "key": "messages.created",
                        "name": "Messages Created",
                        "description": "Fires whenever a new message is created in the provider",
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "invocation": {
                          "type": "polling",
                          "interval_seconds": 60
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ],
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "callback.instance",
                  "id": "cbi_5gHjKlMnPqRsTuVw",
                  "status": "attached",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "webhook_url": "https://api.example.com/slates-hub/triggers/receiver-webhook/shtr_abc123",
                  "triggers": [
                    {
                      "object": "callback.instance.trigger",
                      "id": "ctr_9gHjKlMnPqRsTuVw",
                      "source": "polling",
                      "poll_interval_seconds": 60,
                      "next_poll_at": "2026-01-10T14:45:00.000Z",
                      "last_polled_at": "2026-01-10T14:44:00.000Z",
                      "webhook_url": "https://provider.example.com/webhooks/abc123",
                      "provider_trigger": {
                        "object": "provider.capabilities.trigger",
                        "id": "ptr_4nOpQrStUvWxYzAb",
                        "key": "messages.created",
                        "name": "Messages Created",
                        "description": "Fires whenever a new message is created in the provider",
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "invocation": {
                          "type": "polling",
                          "interval_seconds": 60
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "callback.instance.trigger",
                      "id": "ctr_9gHjKlMnPqRsTuVw",
                      "source": "polling",
                      "poll_interval_seconds": 60,
                      "next_poll_at": "2026-01-10T14:45:00.000Z",
                      "last_polled_at": "2026-01-10T14:44:00.000Z",
                      "webhook_url": "https://provider.example.com/webhooks/abc123",
                      "provider_trigger": {
                        "object": "provider.capabilities.trigger",
                        "id": "ptr_4nOpQrStUvWxYzAb",
                        "key": "messages.created",
                        "name": "Messages Created",
                        "description": "Fires whenever a new message is created in the provider",
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "invocation": {
                          "type": "polling",
                          "interval_seconds": 60
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ],
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "callback.instance",
                    "id": "cbi_5gHjKlMnPqRsTuVw",
                    "status": "attached",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "webhook_url": "https://api.example.com/slates-hub/triggers/receiver-webhook/shtr_abc123",
                    "triggers": [
                      {
                        "object": "callback.instance.trigger",
                        "id": "ctr_9gHjKlMnPqRsTuVw",
                        "source": "polling",
                        "poll_interval_seconds": 60,
                        "next_poll_at": "2026-01-10T14:45:00.000Z",
                        "last_polled_at": "2026-01-10T14:44:00.000Z",
                        "webhook_url": "https://provider.example.com/webhooks/abc123",
                        "provider_trigger": {
                          "object": "provider.capabilities.trigger",
                          "id": "ptr_4nOpQrStUvWxYzAb",
                          "key": "messages.created",
                          "name": "Messages Created",
                          "description": "Fires whenever a new message is created in the provider",
                          "input_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "output_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "invocation": {
                            "type": "polling",
                            "interval_seconds": 60
                          },
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      {
                        "object": "callback.instance.trigger",
                        "id": "ctr_9gHjKlMnPqRsTuVw",
                        "source": "polling",
                        "poll_interval_seconds": 60,
                        "next_poll_at": "2026-01-10T14:45:00.000Z",
                        "last_polled_at": "2026-01-10T14:44:00.000Z",
                        "webhook_url": "https://provider.example.com/webhooks/abc123",
                        "provider_trigger": {
                          "object": "provider.capabilities.trigger",
                          "id": "ptr_4nOpQrStUvWxYzAb",
                          "key": "messages.created",
                          "name": "Messages Created",
                          "description": "Fires whenever a new message is created in the provider",
                          "input_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "output_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "invocation": {
                            "type": "polling",
                            "interval_seconds": 60
                          },
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ],
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "callback.instance"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "cbi_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique callback instance identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "attached",
                      "detached"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Whether the callback instance is currently attached to a deployment/config pair",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "webhook_url": {
                    "examples": [
                      "https://api.example.com/slates-hub/triggers/receiver-webhook/shtr_abc123"
                    ],
                    "type": "string",
                    "name": "webhook_url",
                    "description": "Shared webhook URL for manual provider setup on this callback instance",
                    "optional": false,
                    "nullable": true
                  },
                  "triggers": {
                    "examples": [
                      [
                        {
                          "object": "callback.instance.trigger",
                          "id": "ctr_9gHjKlMnPqRsTuVw",
                          "source": "polling",
                          "poll_interval_seconds": 60,
                          "next_poll_at": "2026-01-10T14:45:00.000Z",
                          "last_polled_at": "2026-01-10T14:44:00.000Z",
                          "webhook_url": "https://provider.example.com/webhooks/abc123",
                          "provider_trigger": {
                            "object": "provider.capabilities.trigger",
                            "id": "ptr_4nOpQrStUvWxYzAb",
                            "key": "messages.created",
                            "name": "Messages Created",
                            "description": "Fires whenever a new message is created in the provider",
                            "input_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "output_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "invocation": {
                              "type": "polling",
                              "interval_seconds": 60
                            },
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        },
                        {
                          "object": "callback.instance.trigger",
                          "id": "ctr_9gHjKlMnPqRsTuVw",
                          "source": "polling",
                          "poll_interval_seconds": 60,
                          "next_poll_at": "2026-01-10T14:45:00.000Z",
                          "last_polled_at": "2026-01-10T14:44:00.000Z",
                          "webhook_url": "https://provider.example.com/webhooks/abc123",
                          "provider_trigger": {
                            "object": "provider.capabilities.trigger",
                            "id": "ptr_4nOpQrStUvWxYzAb",
                            "key": "messages.created",
                            "name": "Messages Created",
                            "description": "Fires whenever a new message is created in the provider",
                            "input_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "output_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "invocation": {
                              "type": "polling",
                              "interval_seconds": 60
                            },
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "callback.instance.trigger",
                            "id": "ctr_9gHjKlMnPqRsTuVw",
                            "source": "polling",
                            "poll_interval_seconds": 60,
                            "next_poll_at": "2026-01-10T14:45:00.000Z",
                            "last_polled_at": "2026-01-10T14:44:00.000Z",
                            "webhook_url": "https://provider.example.com/webhooks/abc123",
                            "provider_trigger": {
                              "object": "provider.capabilities.trigger",
                              "id": "ptr_4nOpQrStUvWxYzAb",
                              "key": "messages.created",
                              "name": "Messages Created",
                              "description": "Fires whenever a new message is created in the provider",
                              "input_schema": {
                                "type": "json_schema",
                                "schema": {}
                              },
                              "output_schema": {
                                "type": "json_schema",
                                "schema": {}
                              },
                              "invocation": {
                                "type": "polling",
                                "interval_seconds": 60
                              },
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "callback.instance.trigger"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "ctr_9gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique receiver trigger identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "source": {
                            "examples": [
                              "polling",
                              "webhook"
                            ],
                            "type": "enum",
                            "name": "source",
                            "description": "How this trigger is invoked by the provider backend",
                            "optional": false,
                            "nullable": false
                          },
                          "poll_interval_seconds": {
                            "examples": [
                              60
                            ],
                            "type": "number",
                            "name": "poll_interval_seconds",
                            "description": "Polling interval in seconds when the trigger uses polling",
                            "optional": false,
                            "nullable": true
                          },
                          "next_poll_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "next_poll_at",
                            "description": "Next scheduled poll timestamp for polling triggers",
                            "optional": false,
                            "nullable": true
                          },
                          "last_polled_at": {
                            "examples": [
                              "2026-01-10T14:44:00.000Z"
                            ],
                            "type": "date",
                            "name": "last_polled_at",
                            "description": "Last successful poll timestamp for polling triggers",
                            "optional": false,
                            "nullable": true
                          },
                          "webhook_url": {
                            "examples": [
                              "https://provider.example.com/webhooks/abc123"
                            ],
                            "type": "string",
                            "name": "webhook_url",
                            "description": "Provider webhook URL registered for this trigger when webhook delivery is used",
                            "optional": false,
                            "nullable": true
                          },
                          "is_webhook_registered": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_webhook_registered",
                            "description": "Whether webhook registration is currently active for this trigger",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_trigger": {
                            "examples": [
                              {
                                "object": "provider.capabilities.trigger",
                                "id": "ptr_4nOpQrStUvWxYzAb",
                                "key": "messages.created",
                                "name": "Messages Created",
                                "description": "Fires whenever a new message is created in the provider",
                                "input_schema": {
                                  "type": "json_schema",
                                  "schema": {}
                                },
                                "output_schema": {
                                  "type": "json_schema",
                                  "schema": {}
                                },
                                "invocation": {
                                  "type": "polling",
                                  "interval_seconds": 60
                                },
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.capabilities.trigger"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "ptr_4nOpQrStUvWxYzAb"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique provider trigger identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "key": {
                                "examples": [
                                  "messages.created"
                                ],
                                "type": "string",
                                "name": "key",
                                "description": "Trigger key used when subscribing callbacks",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Messages Created"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Display name of the trigger",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [
                                  "Fires whenever a new message is created in the provider"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Trigger description",
                                "optional": false,
                                "nullable": true
                              },
                              "input_schema": {
                                "examples": [
                                  {
                                    "type": "json_schema",
                                    "schema": {}
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "json_schema"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "schema": {
                                    "examples": [
                                      {}
                                    ],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "any",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "record",
                                    "name": "schema",
                                    "description": "JSON Schema defining the trigger payload input shape",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": true
                              },
                              "output_schema": {
                                "examples": [
                                  {
                                    "type": "json_schema",
                                    "schema": {}
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "json_schema"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "schema": {
                                    "examples": [
                                      {}
                                    ],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "any",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "record",
                                    "name": "schema",
                                    "description": "JSON Schema defining the trigger delivery output shape",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": true
                              },
                              "invocation": {
                                "examples": [
                                  {
                                    "type": "polling",
                                    "interval_seconds": 60
                                  },
                                  {
                                    "type": "webhook",
                                    "auto_registration": {
                                      "status": "supported"
                                    },
                                    "auto_unregistration": {
                                      "status": "supported"
                                    }
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "polling",
                                        "interval_seconds": 60
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "polling"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "interval_seconds": {
                                        "examples": [
                                          60
                                        ],
                                        "type": "number",
                                        "name": "interval_seconds",
                                        "description": "Polling interval in seconds for polling-based triggers",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "webhook",
                                        "auto_registration": {
                                          "status": "supported"
                                        },
                                        "auto_unregistration": {
                                          "status": "supported"
                                        }
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "webhook"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "auto_registration": {
                                        "examples": [
                                          {
                                            "status": "supported"
                                          }
                                        ],
                                        "properties": {
                                          "status": {
                                            "examples": [
                                              "supported",
                                              "unsupported"
                                            ],
                                            "type": "enum",
                                            "name": "status",
                                            "description": "Whether automatic webhook registration is supported",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "auto_unregistration": {
                                        "examples": [
                                          {
                                            "status": "supported"
                                          }
                                        ],
                                        "properties": {
                                          "status": {
                                            "examples": [
                                              "supported",
                                              "unsupported"
                                            ],
                                            "type": "enum",
                                            "name": "status",
                                            "description": "Whether automatic webhook removal is supported",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_id",
                                "description": "Provider ID",
                                "optional": false,
                                "nullable": false
                              },
                              "provider_specification_id": {
                                "examples": [
                                  "psp_9gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_specification_id",
                                "description": "Provider specification ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "triggers",
                    "description": "Resolved trigger registrations for this callback instance",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the callback instance was created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the callback instance was last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_436",
      "name": "callback.instance",
      "type": {
        "examples": [
          {
            "object": "callback.instance",
            "id": "cbi_5gHjKlMnPqRsTuVw",
            "status": "attached",
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_config": {
              "object": "provider.auth_config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "webhook_url": "https://api.example.com/slates-hub/triggers/receiver-webhook/shtr_abc123",
            "triggers": [
              {
                "object": "callback.instance.trigger",
                "id": "ctr_9gHjKlMnPqRsTuVw",
                "source": "polling",
                "poll_interval_seconds": 60,
                "next_poll_at": "2026-01-10T14:45:00.000Z",
                "last_polled_at": "2026-01-10T14:44:00.000Z",
                "webhook_url": "https://provider.example.com/webhooks/abc123",
                "provider_trigger": {
                  "object": "provider.capabilities.trigger",
                  "id": "ptr_4nOpQrStUvWxYzAb",
                  "key": "messages.created",
                  "name": "Messages Created",
                  "description": "Fires whenever a new message is created in the provider",
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "invocation": {
                    "type": "polling",
                    "interval_seconds": 60
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              },
              {
                "object": "callback.instance.trigger",
                "id": "ctr_9gHjKlMnPqRsTuVw",
                "source": "polling",
                "poll_interval_seconds": 60,
                "next_poll_at": "2026-01-10T14:45:00.000Z",
                "last_polled_at": "2026-01-10T14:44:00.000Z",
                "webhook_url": "https://provider.example.com/webhooks/abc123",
                "provider_trigger": {
                  "object": "provider.capabilities.trigger",
                  "id": "ptr_4nOpQrStUvWxYzAb",
                  "key": "messages.created",
                  "name": "Messages Created",
                  "description": "Fires whenever a new message is created in the provider",
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "invocation": {
                    "type": "polling",
                    "interval_seconds": 60
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ],
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "callback.instance"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "cbi_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique callback instance identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "attached",
              "detached"
            ],
            "type": "enum",
            "name": "status",
            "description": "Whether the callback instance is currently attached to a deployment/config pair",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "webhook_url": {
            "examples": [
              "https://api.example.com/slates-hub/triggers/receiver-webhook/shtr_abc123"
            ],
            "type": "string",
            "name": "webhook_url",
            "description": "Shared webhook URL for manual provider setup on this callback instance",
            "optional": false,
            "nullable": true
          },
          "triggers": {
            "examples": [
              [
                {
                  "object": "callback.instance.trigger",
                  "id": "ctr_9gHjKlMnPqRsTuVw",
                  "source": "polling",
                  "poll_interval_seconds": 60,
                  "next_poll_at": "2026-01-10T14:45:00.000Z",
                  "last_polled_at": "2026-01-10T14:44:00.000Z",
                  "webhook_url": "https://provider.example.com/webhooks/abc123",
                  "provider_trigger": {
                    "object": "provider.capabilities.trigger",
                    "id": "ptr_4nOpQrStUvWxYzAb",
                    "key": "messages.created",
                    "name": "Messages Created",
                    "description": "Fires whenever a new message is created in the provider",
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "invocation": {
                      "type": "polling",
                      "interval_seconds": 60
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "callback.instance.trigger",
                  "id": "ctr_9gHjKlMnPqRsTuVw",
                  "source": "polling",
                  "poll_interval_seconds": 60,
                  "next_poll_at": "2026-01-10T14:45:00.000Z",
                  "last_polled_at": "2026-01-10T14:44:00.000Z",
                  "webhook_url": "https://provider.example.com/webhooks/abc123",
                  "provider_trigger": {
                    "object": "provider.capabilities.trigger",
                    "id": "ptr_4nOpQrStUvWxYzAb",
                    "key": "messages.created",
                    "name": "Messages Created",
                    "description": "Fires whenever a new message is created in the provider",
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "invocation": {
                      "type": "polling",
                      "interval_seconds": 60
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "callback.instance.trigger",
                    "id": "ctr_9gHjKlMnPqRsTuVw",
                    "source": "polling",
                    "poll_interval_seconds": 60,
                    "next_poll_at": "2026-01-10T14:45:00.000Z",
                    "last_polled_at": "2026-01-10T14:44:00.000Z",
                    "webhook_url": "https://provider.example.com/webhooks/abc123",
                    "provider_trigger": {
                      "object": "provider.capabilities.trigger",
                      "id": "ptr_4nOpQrStUvWxYzAb",
                      "key": "messages.created",
                      "name": "Messages Created",
                      "description": "Fires whenever a new message is created in the provider",
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "invocation": {
                        "type": "polling",
                        "interval_seconds": 60
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "callback.instance.trigger"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "ctr_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique receiver trigger identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "source": {
                    "examples": [
                      "polling",
                      "webhook"
                    ],
                    "type": "enum",
                    "name": "source",
                    "description": "How this trigger is invoked by the provider backend",
                    "optional": false,
                    "nullable": false
                  },
                  "poll_interval_seconds": {
                    "examples": [
                      60
                    ],
                    "type": "number",
                    "name": "poll_interval_seconds",
                    "description": "Polling interval in seconds when the trigger uses polling",
                    "optional": false,
                    "nullable": true
                  },
                  "next_poll_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "next_poll_at",
                    "description": "Next scheduled poll timestamp for polling triggers",
                    "optional": false,
                    "nullable": true
                  },
                  "last_polled_at": {
                    "examples": [
                      "2026-01-10T14:44:00.000Z"
                    ],
                    "type": "date",
                    "name": "last_polled_at",
                    "description": "Last successful poll timestamp for polling triggers",
                    "optional": false,
                    "nullable": true
                  },
                  "webhook_url": {
                    "examples": [
                      "https://provider.example.com/webhooks/abc123"
                    ],
                    "type": "string",
                    "name": "webhook_url",
                    "description": "Provider webhook URL registered for this trigger when webhook delivery is used",
                    "optional": false,
                    "nullable": true
                  },
                  "is_webhook_registered": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_webhook_registered",
                    "description": "Whether webhook registration is currently active for this trigger",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_trigger": {
                    "examples": [
                      {
                        "object": "provider.capabilities.trigger",
                        "id": "ptr_4nOpQrStUvWxYzAb",
                        "key": "messages.created",
                        "name": "Messages Created",
                        "description": "Fires whenever a new message is created in the provider",
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "invocation": {
                          "type": "polling",
                          "interval_seconds": 60
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.trigger"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "ptr_4nOpQrStUvWxYzAb"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique provider trigger identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "key": {
                        "examples": [
                          "messages.created"
                        ],
                        "type": "string",
                        "name": "key",
                        "description": "Trigger key used when subscribing callbacks",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Messages Created"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the trigger",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Fires whenever a new message is created in the provider"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Trigger description",
                        "optional": false,
                        "nullable": true
                      },
                      "input_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the trigger payload input shape",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "output_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the trigger delivery output shape",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "invocation": {
                        "examples": [
                          {
                            "type": "polling",
                            "interval_seconds": 60
                          },
                          {
                            "type": "webhook",
                            "auto_registration": {
                              "status": "supported"
                            },
                            "auto_unregistration": {
                              "status": "supported"
                            }
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "polling",
                                "interval_seconds": 60
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "polling"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "interval_seconds": {
                                "examples": [
                                  60
                                ],
                                "type": "number",
                                "name": "interval_seconds",
                                "description": "Polling interval in seconds for polling-based triggers",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "webhook",
                                "auto_registration": {
                                  "status": "supported"
                                },
                                "auto_unregistration": {
                                  "status": "supported"
                                }
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "webhook"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "auto_registration": {
                                "examples": [
                                  {
                                    "status": "supported"
                                  }
                                ],
                                "properties": {
                                  "status": {
                                    "examples": [
                                      "supported",
                                      "unsupported"
                                    ],
                                    "type": "enum",
                                    "name": "status",
                                    "description": "Whether automatic webhook registration is supported",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "auto_unregistration": {
                                "examples": [
                                  {
                                    "status": "supported"
                                  }
                                ],
                                "properties": {
                                  "status": {
                                    "examples": [
                                      "supported",
                                      "unsupported"
                                    ],
                                    "type": "enum",
                                    "name": "status",
                                    "description": "Whether automatic webhook removal is supported",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_specification_id": {
                        "examples": [
                          "psp_9gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_specification_id",
                        "description": "Provider specification ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "triggers",
            "description": "Resolved trigger registrations for this callback instance",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the callback instance was created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the callback instance was last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_438",
      "name": "Body",
      "type": {
        "examples": [
          {
            "provider_config_id": "pcf_7dEfGhJkLmNpQrSt",
            "provider_auth_config_id": "pac_8pQrStUvWxYzAbCd"
          }
        ],
        "properties": {
          "provider_config_id": {
            "examples": [
              "pcf_7dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "description": "Provider config to attach to the callback instance",
            "optional": false,
            "nullable": false
          },
          "provider_auth_config_id": {
            "examples": [
              "pac_8pQrStUvWxYzAbCd"
            ],
            "type": "string",
            "description": "Optional provider auth config to attach to the callback instance",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_439",
      "name": "callback.instance",
      "type": {
        "examples": [
          {
            "object": "callback.instance",
            "id": "cbi_5gHjKlMnPqRsTuVw",
            "status": "attached",
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_config": {
              "object": "provider.auth_config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "webhook_url": "https://api.example.com/slates-hub/triggers/receiver-webhook/shtr_abc123",
            "triggers": [
              {
                "object": "callback.instance.trigger",
                "id": "ctr_9gHjKlMnPqRsTuVw",
                "source": "polling",
                "poll_interval_seconds": 60,
                "next_poll_at": "2026-01-10T14:45:00.000Z",
                "last_polled_at": "2026-01-10T14:44:00.000Z",
                "webhook_url": "https://provider.example.com/webhooks/abc123",
                "provider_trigger": {
                  "object": "provider.capabilities.trigger",
                  "id": "ptr_4nOpQrStUvWxYzAb",
                  "key": "messages.created",
                  "name": "Messages Created",
                  "description": "Fires whenever a new message is created in the provider",
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "invocation": {
                    "type": "polling",
                    "interval_seconds": 60
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              },
              {
                "object": "callback.instance.trigger",
                "id": "ctr_9gHjKlMnPqRsTuVw",
                "source": "polling",
                "poll_interval_seconds": 60,
                "next_poll_at": "2026-01-10T14:45:00.000Z",
                "last_polled_at": "2026-01-10T14:44:00.000Z",
                "webhook_url": "https://provider.example.com/webhooks/abc123",
                "provider_trigger": {
                  "object": "provider.capabilities.trigger",
                  "id": "ptr_4nOpQrStUvWxYzAb",
                  "key": "messages.created",
                  "name": "Messages Created",
                  "description": "Fires whenever a new message is created in the provider",
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "invocation": {
                    "type": "polling",
                    "interval_seconds": 60
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ],
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "callback.instance"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "cbi_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique callback instance identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "attached",
              "detached"
            ],
            "type": "enum",
            "name": "status",
            "description": "Whether the callback instance is currently attached to a deployment/config pair",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "webhook_url": {
            "examples": [
              "https://api.example.com/slates-hub/triggers/receiver-webhook/shtr_abc123"
            ],
            "type": "string",
            "name": "webhook_url",
            "description": "Shared webhook URL for manual provider setup on this callback instance",
            "optional": false,
            "nullable": true
          },
          "triggers": {
            "examples": [
              [
                {
                  "object": "callback.instance.trigger",
                  "id": "ctr_9gHjKlMnPqRsTuVw",
                  "source": "polling",
                  "poll_interval_seconds": 60,
                  "next_poll_at": "2026-01-10T14:45:00.000Z",
                  "last_polled_at": "2026-01-10T14:44:00.000Z",
                  "webhook_url": "https://provider.example.com/webhooks/abc123",
                  "provider_trigger": {
                    "object": "provider.capabilities.trigger",
                    "id": "ptr_4nOpQrStUvWxYzAb",
                    "key": "messages.created",
                    "name": "Messages Created",
                    "description": "Fires whenever a new message is created in the provider",
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "invocation": {
                      "type": "polling",
                      "interval_seconds": 60
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "callback.instance.trigger",
                  "id": "ctr_9gHjKlMnPqRsTuVw",
                  "source": "polling",
                  "poll_interval_seconds": 60,
                  "next_poll_at": "2026-01-10T14:45:00.000Z",
                  "last_polled_at": "2026-01-10T14:44:00.000Z",
                  "webhook_url": "https://provider.example.com/webhooks/abc123",
                  "provider_trigger": {
                    "object": "provider.capabilities.trigger",
                    "id": "ptr_4nOpQrStUvWxYzAb",
                    "key": "messages.created",
                    "name": "Messages Created",
                    "description": "Fires whenever a new message is created in the provider",
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "invocation": {
                      "type": "polling",
                      "interval_seconds": 60
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "callback.instance.trigger",
                    "id": "ctr_9gHjKlMnPqRsTuVw",
                    "source": "polling",
                    "poll_interval_seconds": 60,
                    "next_poll_at": "2026-01-10T14:45:00.000Z",
                    "last_polled_at": "2026-01-10T14:44:00.000Z",
                    "webhook_url": "https://provider.example.com/webhooks/abc123",
                    "provider_trigger": {
                      "object": "provider.capabilities.trigger",
                      "id": "ptr_4nOpQrStUvWxYzAb",
                      "key": "messages.created",
                      "name": "Messages Created",
                      "description": "Fires whenever a new message is created in the provider",
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "invocation": {
                        "type": "polling",
                        "interval_seconds": 60
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "callback.instance.trigger"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "ctr_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique receiver trigger identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "source": {
                    "examples": [
                      "polling",
                      "webhook"
                    ],
                    "type": "enum",
                    "name": "source",
                    "description": "How this trigger is invoked by the provider backend",
                    "optional": false,
                    "nullable": false
                  },
                  "poll_interval_seconds": {
                    "examples": [
                      60
                    ],
                    "type": "number",
                    "name": "poll_interval_seconds",
                    "description": "Polling interval in seconds when the trigger uses polling",
                    "optional": false,
                    "nullable": true
                  },
                  "next_poll_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "next_poll_at",
                    "description": "Next scheduled poll timestamp for polling triggers",
                    "optional": false,
                    "nullable": true
                  },
                  "last_polled_at": {
                    "examples": [
                      "2026-01-10T14:44:00.000Z"
                    ],
                    "type": "date",
                    "name": "last_polled_at",
                    "description": "Last successful poll timestamp for polling triggers",
                    "optional": false,
                    "nullable": true
                  },
                  "webhook_url": {
                    "examples": [
                      "https://provider.example.com/webhooks/abc123"
                    ],
                    "type": "string",
                    "name": "webhook_url",
                    "description": "Provider webhook URL registered for this trigger when webhook delivery is used",
                    "optional": false,
                    "nullable": true
                  },
                  "is_webhook_registered": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_webhook_registered",
                    "description": "Whether webhook registration is currently active for this trigger",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_trigger": {
                    "examples": [
                      {
                        "object": "provider.capabilities.trigger",
                        "id": "ptr_4nOpQrStUvWxYzAb",
                        "key": "messages.created",
                        "name": "Messages Created",
                        "description": "Fires whenever a new message is created in the provider",
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "invocation": {
                          "type": "polling",
                          "interval_seconds": 60
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.trigger"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "ptr_4nOpQrStUvWxYzAb"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique provider trigger identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "key": {
                        "examples": [
                          "messages.created"
                        ],
                        "type": "string",
                        "name": "key",
                        "description": "Trigger key used when subscribing callbacks",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Messages Created"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the trigger",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Fires whenever a new message is created in the provider"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Trigger description",
                        "optional": false,
                        "nullable": true
                      },
                      "input_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the trigger payload input shape",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "output_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the trigger delivery output shape",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "invocation": {
                        "examples": [
                          {
                            "type": "polling",
                            "interval_seconds": 60
                          },
                          {
                            "type": "webhook",
                            "auto_registration": {
                              "status": "supported"
                            },
                            "auto_unregistration": {
                              "status": "supported"
                            }
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "polling",
                                "interval_seconds": 60
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "polling"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "interval_seconds": {
                                "examples": [
                                  60
                                ],
                                "type": "number",
                                "name": "interval_seconds",
                                "description": "Polling interval in seconds for polling-based triggers",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "webhook",
                                "auto_registration": {
                                  "status": "supported"
                                },
                                "auto_unregistration": {
                                  "status": "supported"
                                }
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "webhook"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "auto_registration": {
                                "examples": [
                                  {
                                    "status": "supported"
                                  }
                                ],
                                "properties": {
                                  "status": {
                                    "examples": [
                                      "supported",
                                      "unsupported"
                                    ],
                                    "type": "enum",
                                    "name": "status",
                                    "description": "Whether automatic webhook registration is supported",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "auto_unregistration": {
                                "examples": [
                                  {
                                    "status": "supported"
                                  }
                                ],
                                "properties": {
                                  "status": {
                                    "examples": [
                                      "supported",
                                      "unsupported"
                                    ],
                                    "type": "enum",
                                    "name": "status",
                                    "description": "Whether automatic webhook removal is supported",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_specification_id": {
                        "examples": [
                          "psp_9gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_specification_id",
                        "description": "Provider specification ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "triggers",
            "description": "Resolved trigger registrations for this callback instance",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the callback instance was created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the callback instance was last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_441",
      "name": "callback.instance",
      "type": {
        "examples": [
          {
            "object": "callback.instance",
            "id": "cbi_5gHjKlMnPqRsTuVw",
            "status": "attached",
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_config": {
              "object": "provider.auth_config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "webhook_url": "https://api.example.com/slates-hub/triggers/receiver-webhook/shtr_abc123",
            "triggers": [
              {
                "object": "callback.instance.trigger",
                "id": "ctr_9gHjKlMnPqRsTuVw",
                "source": "polling",
                "poll_interval_seconds": 60,
                "next_poll_at": "2026-01-10T14:45:00.000Z",
                "last_polled_at": "2026-01-10T14:44:00.000Z",
                "webhook_url": "https://provider.example.com/webhooks/abc123",
                "provider_trigger": {
                  "object": "provider.capabilities.trigger",
                  "id": "ptr_4nOpQrStUvWxYzAb",
                  "key": "messages.created",
                  "name": "Messages Created",
                  "description": "Fires whenever a new message is created in the provider",
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "invocation": {
                    "type": "polling",
                    "interval_seconds": 60
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              },
              {
                "object": "callback.instance.trigger",
                "id": "ctr_9gHjKlMnPqRsTuVw",
                "source": "polling",
                "poll_interval_seconds": 60,
                "next_poll_at": "2026-01-10T14:45:00.000Z",
                "last_polled_at": "2026-01-10T14:44:00.000Z",
                "webhook_url": "https://provider.example.com/webhooks/abc123",
                "provider_trigger": {
                  "object": "provider.capabilities.trigger",
                  "id": "ptr_4nOpQrStUvWxYzAb",
                  "key": "messages.created",
                  "name": "Messages Created",
                  "description": "Fires whenever a new message is created in the provider",
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "invocation": {
                    "type": "polling",
                    "interval_seconds": 60
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ],
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "callback.instance"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "cbi_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique callback instance identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "attached",
              "detached"
            ],
            "type": "enum",
            "name": "status",
            "description": "Whether the callback instance is currently attached to a deployment/config pair",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "webhook_url": {
            "examples": [
              "https://api.example.com/slates-hub/triggers/receiver-webhook/shtr_abc123"
            ],
            "type": "string",
            "name": "webhook_url",
            "description": "Shared webhook URL for manual provider setup on this callback instance",
            "optional": false,
            "nullable": true
          },
          "triggers": {
            "examples": [
              [
                {
                  "object": "callback.instance.trigger",
                  "id": "ctr_9gHjKlMnPqRsTuVw",
                  "source": "polling",
                  "poll_interval_seconds": 60,
                  "next_poll_at": "2026-01-10T14:45:00.000Z",
                  "last_polled_at": "2026-01-10T14:44:00.000Z",
                  "webhook_url": "https://provider.example.com/webhooks/abc123",
                  "provider_trigger": {
                    "object": "provider.capabilities.trigger",
                    "id": "ptr_4nOpQrStUvWxYzAb",
                    "key": "messages.created",
                    "name": "Messages Created",
                    "description": "Fires whenever a new message is created in the provider",
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "invocation": {
                      "type": "polling",
                      "interval_seconds": 60
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "callback.instance.trigger",
                  "id": "ctr_9gHjKlMnPqRsTuVw",
                  "source": "polling",
                  "poll_interval_seconds": 60,
                  "next_poll_at": "2026-01-10T14:45:00.000Z",
                  "last_polled_at": "2026-01-10T14:44:00.000Z",
                  "webhook_url": "https://provider.example.com/webhooks/abc123",
                  "provider_trigger": {
                    "object": "provider.capabilities.trigger",
                    "id": "ptr_4nOpQrStUvWxYzAb",
                    "key": "messages.created",
                    "name": "Messages Created",
                    "description": "Fires whenever a new message is created in the provider",
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "invocation": {
                      "type": "polling",
                      "interval_seconds": 60
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "callback.instance.trigger",
                    "id": "ctr_9gHjKlMnPqRsTuVw",
                    "source": "polling",
                    "poll_interval_seconds": 60,
                    "next_poll_at": "2026-01-10T14:45:00.000Z",
                    "last_polled_at": "2026-01-10T14:44:00.000Z",
                    "webhook_url": "https://provider.example.com/webhooks/abc123",
                    "provider_trigger": {
                      "object": "provider.capabilities.trigger",
                      "id": "ptr_4nOpQrStUvWxYzAb",
                      "key": "messages.created",
                      "name": "Messages Created",
                      "description": "Fires whenever a new message is created in the provider",
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "invocation": {
                        "type": "polling",
                        "interval_seconds": 60
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "callback.instance.trigger"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "ctr_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique receiver trigger identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "source": {
                    "examples": [
                      "polling",
                      "webhook"
                    ],
                    "type": "enum",
                    "name": "source",
                    "description": "How this trigger is invoked by the provider backend",
                    "optional": false,
                    "nullable": false
                  },
                  "poll_interval_seconds": {
                    "examples": [
                      60
                    ],
                    "type": "number",
                    "name": "poll_interval_seconds",
                    "description": "Polling interval in seconds when the trigger uses polling",
                    "optional": false,
                    "nullable": true
                  },
                  "next_poll_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "next_poll_at",
                    "description": "Next scheduled poll timestamp for polling triggers",
                    "optional": false,
                    "nullable": true
                  },
                  "last_polled_at": {
                    "examples": [
                      "2026-01-10T14:44:00.000Z"
                    ],
                    "type": "date",
                    "name": "last_polled_at",
                    "description": "Last successful poll timestamp for polling triggers",
                    "optional": false,
                    "nullable": true
                  },
                  "webhook_url": {
                    "examples": [
                      "https://provider.example.com/webhooks/abc123"
                    ],
                    "type": "string",
                    "name": "webhook_url",
                    "description": "Provider webhook URL registered for this trigger when webhook delivery is used",
                    "optional": false,
                    "nullable": true
                  },
                  "is_webhook_registered": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_webhook_registered",
                    "description": "Whether webhook registration is currently active for this trigger",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_trigger": {
                    "examples": [
                      {
                        "object": "provider.capabilities.trigger",
                        "id": "ptr_4nOpQrStUvWxYzAb",
                        "key": "messages.created",
                        "name": "Messages Created",
                        "description": "Fires whenever a new message is created in the provider",
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "invocation": {
                          "type": "polling",
                          "interval_seconds": 60
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.trigger"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "ptr_4nOpQrStUvWxYzAb"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique provider trigger identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "key": {
                        "examples": [
                          "messages.created"
                        ],
                        "type": "string",
                        "name": "key",
                        "description": "Trigger key used when subscribing callbacks",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Messages Created"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the trigger",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Fires whenever a new message is created in the provider"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Trigger description",
                        "optional": false,
                        "nullable": true
                      },
                      "input_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the trigger payload input shape",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "output_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the trigger delivery output shape",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "invocation": {
                        "examples": [
                          {
                            "type": "polling",
                            "interval_seconds": 60
                          },
                          {
                            "type": "webhook",
                            "auto_registration": {
                              "status": "supported"
                            },
                            "auto_unregistration": {
                              "status": "supported"
                            }
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "polling",
                                "interval_seconds": 60
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "polling"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "interval_seconds": {
                                "examples": [
                                  60
                                ],
                                "type": "number",
                                "name": "interval_seconds",
                                "description": "Polling interval in seconds for polling-based triggers",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "webhook",
                                "auto_registration": {
                                  "status": "supported"
                                },
                                "auto_unregistration": {
                                  "status": "supported"
                                }
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "webhook"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "auto_registration": {
                                "examples": [
                                  {
                                    "status": "supported"
                                  }
                                ],
                                "properties": {
                                  "status": {
                                    "examples": [
                                      "supported",
                                      "unsupported"
                                    ],
                                    "type": "enum",
                                    "name": "status",
                                    "description": "Whether automatic webhook registration is supported",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "auto_unregistration": {
                                "examples": [
                                  {
                                    "status": "supported"
                                  }
                                ],
                                "properties": {
                                  "status": {
                                    "examples": [
                                      "supported",
                                      "unsupported"
                                    ],
                                    "type": "enum",
                                    "name": "status",
                                    "description": "Whether automatic webhook removal is supported",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_specification_id": {
                        "examples": [
                          "psp_9gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_specification_id",
                        "description": "Provider specification ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "triggers",
            "description": "Resolved trigger registrations for this callback instance",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the callback instance was created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the callback instance was last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_444",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "pending"
              }
            ],
            "properties": {
              "destination_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by callback destination ID(s)",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "pending",
                  "failed",
                  "delivered",
                  "retrying",
                  [
                    "pending",
                    "pending"
                  ],
                  [
                    "failed",
                    "failed"
                  ],
                  [
                    "delivered",
                    "delivered"
                  ],
                  [
                    "retrying",
                    "retrying"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "pending",
                      "failed",
                      "delivered",
                      "retrying"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "pending",
                        "pending"
                      ],
                      [
                        "failed",
                        "failed"
                      ],
                      [
                        "delivered",
                        "delivered"
                      ],
                      [
                        "retrying",
                        "retrying"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "pending",
                          "failed",
                          "delivered",
                          "retrying"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by callback notification delivery status",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_445",
      "name": "callback.notification",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "callback.notification",
                "id": "sdi_0mn59k130hP1fPd2zSMT4C",
                "status": "pending",
                "error": {},
                "event": {
                  "object": "callback.notification.event",
                  "id": "evt_4dEfGhJkLmNpQrSt",
                  "type": "message.created",
                  "topics": [
                    "messages",
                    "messages"
                  ],
                  "status": "pending",
                  "request": {
                    "headers": [
                      {},
                      {}
                    ]
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "destination": {
                  "object": "callback.notification.destination",
                  "id": "dest_4dEfGhJkLmNpQrSt",
                  "name": "Primary Webhook Endpoint",
                  "description": "Primary production webhook receiver",
                  "type": "http_endpoint",
                  "event_types": [
                    "message.created",
                    "message.created"
                  ],
                  "retry": {
                    "type": "linear"
                  },
                  "webhook": {
                    "id": "wh_4dEfGhJkLmNpQrSt",
                    "url": "https://api.example.com/webhooks/metorial",
                    "method": "POST",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "attempts": [
                  {
                    "object": "callback.notification.attempt",
                    "id": "sda_4dEfGhJkLmNpQrSt",
                    "status": "succeeded",
                    "error": {},
                    "response": {
                      "headers": [
                        {},
                        {}
                      ]
                    }
                  },
                  {
                    "object": "callback.notification.attempt",
                    "id": "sda_4dEfGhJkLmNpQrSt",
                    "status": "succeeded",
                    "error": {},
                    "response": {
                      "headers": [
                        {},
                        {}
                      ]
                    }
                  }
                ],
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z",
                "last_attempt_at": "2026-01-10T14:45:00.000Z",
                "next_attempt_at": "2026-01-10T14:50:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "callback.notification",
                  "id": "sdi_0mn59k130hP1fPd2zSMT4C",
                  "status": "pending",
                  "error": {},
                  "event": {
                    "object": "callback.notification.event",
                    "id": "evt_4dEfGhJkLmNpQrSt",
                    "type": "message.created",
                    "topics": [
                      "messages",
                      "messages"
                    ],
                    "status": "pending",
                    "request": {
                      "headers": [
                        {},
                        {}
                      ]
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "destination": {
                    "object": "callback.notification.destination",
                    "id": "dest_4dEfGhJkLmNpQrSt",
                    "name": "Primary Webhook Endpoint",
                    "description": "Primary production webhook receiver",
                    "type": "http_endpoint",
                    "event_types": [
                      "message.created",
                      "message.created"
                    ],
                    "retry": {
                      "type": "linear"
                    },
                    "webhook": {
                      "id": "wh_4dEfGhJkLmNpQrSt",
                      "url": "https://api.example.com/webhooks/metorial",
                      "method": "POST",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "attempts": [
                    {
                      "object": "callback.notification.attempt",
                      "id": "sda_4dEfGhJkLmNpQrSt",
                      "status": "succeeded",
                      "error": {},
                      "response": {
                        "headers": [
                          {},
                          {}
                        ]
                      }
                    },
                    {
                      "object": "callback.notification.attempt",
                      "id": "sda_4dEfGhJkLmNpQrSt",
                      "status": "succeeded",
                      "error": {},
                      "response": {
                        "headers": [
                          {},
                          {}
                        ]
                      }
                    }
                  ],
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z",
                  "last_attempt_at": "2026-01-10T14:45:00.000Z",
                  "next_attempt_at": "2026-01-10T14:50:00.000Z"
                },
                {
                  "object": "callback.notification",
                  "id": "sdi_0mn59k130hP1fPd2zSMT4C",
                  "status": "pending",
                  "error": {},
                  "event": {
                    "object": "callback.notification.event",
                    "id": "evt_4dEfGhJkLmNpQrSt",
                    "type": "message.created",
                    "topics": [
                      "messages",
                      "messages"
                    ],
                    "status": "pending",
                    "request": {
                      "headers": [
                        {},
                        {}
                      ]
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "destination": {
                    "object": "callback.notification.destination",
                    "id": "dest_4dEfGhJkLmNpQrSt",
                    "name": "Primary Webhook Endpoint",
                    "description": "Primary production webhook receiver",
                    "type": "http_endpoint",
                    "event_types": [
                      "message.created",
                      "message.created"
                    ],
                    "retry": {
                      "type": "linear"
                    },
                    "webhook": {
                      "id": "wh_4dEfGhJkLmNpQrSt",
                      "url": "https://api.example.com/webhooks/metorial",
                      "method": "POST",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "attempts": [
                    {
                      "object": "callback.notification.attempt",
                      "id": "sda_4dEfGhJkLmNpQrSt",
                      "status": "succeeded",
                      "error": {},
                      "response": {
                        "headers": [
                          {},
                          {}
                        ]
                      }
                    },
                    {
                      "object": "callback.notification.attempt",
                      "id": "sda_4dEfGhJkLmNpQrSt",
                      "status": "succeeded",
                      "error": {},
                      "response": {
                        "headers": [
                          {},
                          {}
                        ]
                      }
                    }
                  ],
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z",
                  "last_attempt_at": "2026-01-10T14:45:00.000Z",
                  "next_attempt_at": "2026-01-10T14:50:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "callback.notification",
                    "id": "sdi_0mn59k130hP1fPd2zSMT4C",
                    "status": "pending",
                    "error": {},
                    "event": {
                      "object": "callback.notification.event",
                      "id": "evt_4dEfGhJkLmNpQrSt",
                      "type": "message.created",
                      "topics": [
                        "messages",
                        "messages"
                      ],
                      "status": "pending",
                      "request": {
                        "headers": [
                          {},
                          {}
                        ]
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "destination": {
                      "object": "callback.notification.destination",
                      "id": "dest_4dEfGhJkLmNpQrSt",
                      "name": "Primary Webhook Endpoint",
                      "description": "Primary production webhook receiver",
                      "type": "http_endpoint",
                      "event_types": [
                        "message.created",
                        "message.created"
                      ],
                      "retry": {
                        "type": "linear"
                      },
                      "webhook": {
                        "id": "wh_4dEfGhJkLmNpQrSt",
                        "url": "https://api.example.com/webhooks/metorial",
                        "method": "POST",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "attempts": [
                      {
                        "object": "callback.notification.attempt",
                        "id": "sda_4dEfGhJkLmNpQrSt",
                        "status": "succeeded",
                        "error": {},
                        "response": {
                          "headers": [
                            {},
                            {}
                          ]
                        }
                      },
                      {
                        "object": "callback.notification.attempt",
                        "id": "sda_4dEfGhJkLmNpQrSt",
                        "status": "succeeded",
                        "error": {},
                        "response": {
                          "headers": [
                            {},
                            {}
                          ]
                        }
                      }
                    ],
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z",
                    "last_attempt_at": "2026-01-10T14:45:00.000Z",
                    "next_attempt_at": "2026-01-10T14:50:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "callback.notification"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "sdi_0mn59k130hP1fPd2zSMT4C"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique callback notification identifier. This delivery intent ID should be used to fetch notification details.",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "pending",
                      "delivered",
                      "retrying",
                      "failed"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current notification delivery status",
                    "optional": false,
                    "nullable": false
                  },
                  "error": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "code": {
                        "examples": [],
                        "type": "string",
                        "name": "code",
                        "description": "Machine-readable error code",
                        "optional": false,
                        "nullable": false
                      },
                      "message": {
                        "examples": [],
                        "type": "string",
                        "name": "message",
                        "description": "Human-readable error message",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "name": "error",
                    "description": "Last known delivery error payload, if any",
                    "optional": false,
                    "nullable": true
                  },
                  "attempt_count": {
                    "examples": [],
                    "type": "number",
                    "name": "attempt_count",
                    "description": "Number of delivery attempts made for this notification",
                    "optional": false,
                    "nullable": false
                  },
                  "event": {
                    "examples": [
                      {
                        "object": "callback.notification.event",
                        "id": "evt_4dEfGhJkLmNpQrSt",
                        "type": "message.created",
                        "topics": [
                          "messages",
                          "messages"
                        ],
                        "status": "pending",
                        "request": {
                          "headers": [
                            {},
                            {}
                          ]
                        },
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "callback.notification.event"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "evt_4dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Underlying event identifier for this notification",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "message.created"
                        ],
                        "type": "string",
                        "name": "type",
                        "description": "Event type delivered to the destination",
                        "optional": false,
                        "nullable": false
                      },
                      "topics": {
                        "examples": [
                          [
                            "messages",
                            "messages"
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              "messages"
                            ],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "topics",
                        "description": "Topics associated with the event",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "pending",
                          "delivered",
                          "failed"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Aggregate delivery status for the underlying event",
                        "optional": false,
                        "nullable": false
                      },
                      "destination_count": {
                        "examples": [],
                        "type": "number",
                        "name": "destination_count",
                        "description": "Total number of destinations targeted by the event",
                        "optional": false,
                        "nullable": true
                      },
                      "success_count": {
                        "examples": [],
                        "type": "number",
                        "name": "success_count",
                        "description": "Number of successful deliveries for the event",
                        "optional": false,
                        "nullable": false
                      },
                      "failure_count": {
                        "examples": [],
                        "type": "number",
                        "name": "failure_count",
                        "description": "Number of failed deliveries for the event",
                        "optional": false,
                        "nullable": false
                      },
                      "request": {
                        "examples": [
                          {
                            "headers": [
                              {},
                              {}
                            ]
                          }
                        ],
                        "properties": {
                          "body": {
                            "examples": [],
                            "type": "string",
                            "name": "body",
                            "description": "Serialized request body generated for the event",
                            "optional": false,
                            "nullable": false
                          },
                          "headers": {
                            "examples": [
                              [
                                {},
                                {}
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {}
                                ],
                                "properties": {
                                  "key": {
                                    "examples": [],
                                    "type": "string",
                                    "name": "key",
                                    "description": "Header key",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "value": {
                                    "examples": [],
                                    "type": "string",
                                    "name": "value",
                                    "description": "Header value",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "name": "headers",
                            "description": "Serialized request headers generated for the event",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "name": "request",
                        "description": "Serialized request payload generated for the event",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the event was created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the event was last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "destination": {
                    "examples": [
                      {
                        "object": "callback.notification.destination",
                        "id": "dest_4dEfGhJkLmNpQrSt",
                        "name": "Primary Webhook Endpoint",
                        "description": "Primary production webhook receiver",
                        "type": "http_endpoint",
                        "event_types": [
                          "message.created",
                          "message.created"
                        ],
                        "retry": {
                          "type": "linear"
                        },
                        "webhook": {
                          "id": "wh_4dEfGhJkLmNpQrSt",
                          "url": "https://api.example.com/webhooks/metorial",
                          "method": "POST",
                          "created_at": "2025-09-15T10:30:00.000Z"
                        },
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "callback.notification.destination"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "dest_4dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Destination identifier used for this callback notification",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Primary Webhook Endpoint"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Destination display name",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Primary production webhook receiver"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Optional destination description",
                        "optional": false,
                        "nullable": true
                      },
                      "type": {
                        "examples": [
                          "http_endpoint"
                        ],
                        "type": "literal",
                        "name": "type",
                        "description": "Delivery destination type",
                        "optional": false,
                        "nullable": false
                      },
                      "event_types": {
                        "examples": [
                          [
                            "message.created",
                            "message.created"
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              "message.created"
                            ],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "event_types",
                        "description": "Event types this destination accepted for the notification",
                        "optional": false,
                        "nullable": true
                      },
                      "retry": {
                        "examples": [
                          {
                            "type": "linear"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "linear",
                              "exponential"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "Retry strategy type",
                            "optional": false,
                            "nullable": false
                          },
                          "maxAttempts": {
                            "examples": [],
                            "type": "number",
                            "name": "maxAttempts",
                            "description": "Maximum number of delivery attempts",
                            "optional": false,
                            "nullable": false
                          },
                          "delaySeconds": {
                            "examples": [],
                            "type": "number",
                            "name": "delaySeconds",
                            "description": "Delay between delivery attempts in seconds",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "retry",
                        "description": "Retry configuration applied to this destination",
                        "optional": false,
                        "nullable": false
                      },
                      "webhook": {
                        "examples": [
                          {
                            "id": "wh_4dEfGhJkLmNpQrSt",
                            "url": "https://api.example.com/webhooks/metorial",
                            "method": "POST",
                            "created_at": "2025-09-15T10:30:00.000Z"
                          }
                        ],
                        "properties": {
                          "id": {
                            "examples": [
                              "wh_4dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Webhook identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "url": {
                            "examples": [
                              "https://api.example.com/webhooks/metorial"
                            ],
                            "type": "string",
                            "name": "url",
                            "description": "Webhook URL used for the notification",
                            "optional": false,
                            "nullable": false
                          },
                          "method": {
                            "examples": [
                              "POST",
                              "PUT",
                              "PATCH"
                            ],
                            "type": "enum",
                            "name": "method",
                            "description": "HTTP method used for delivery",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when the webhook destination was created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "webhook",
                        "description": "Webhook destination details",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the destination was created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the destination was last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "attempts": {
                    "examples": [
                      [
                        {
                          "object": "callback.notification.attempt",
                          "id": "sda_4dEfGhJkLmNpQrSt",
                          "status": "succeeded",
                          "error": {},
                          "response": {
                            "headers": [
                              {},
                              {}
                            ]
                          }
                        },
                        {
                          "object": "callback.notification.attempt",
                          "id": "sda_4dEfGhJkLmNpQrSt",
                          "status": "succeeded",
                          "error": {},
                          "response": {
                            "headers": [
                              {},
                              {}
                            ]
                          }
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "callback.notification.attempt",
                            "id": "sda_4dEfGhJkLmNpQrSt",
                            "status": "succeeded",
                            "error": {},
                            "response": {
                              "headers": [
                                {},
                                {}
                              ]
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "callback.notification.attempt"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "sda_4dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique delivery attempt identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "succeeded",
                              "failed"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Delivery attempt status",
                            "optional": false,
                            "nullable": false
                          },
                          "attempt_number": {
                            "examples": [],
                            "type": "number",
                            "name": "attempt_number",
                            "description": "1-based sequence number for the delivery attempt",
                            "optional": false,
                            "nullable": false
                          },
                          "duration_ms": {
                            "examples": [],
                            "type": "number",
                            "name": "duration_ms",
                            "description": "How long the delivery attempt took in milliseconds",
                            "optional": false,
                            "nullable": false
                          },
                          "error": {
                            "examples": [
                              {}
                            ],
                            "properties": {
                              "code": {
                                "examples": [],
                                "type": "string",
                                "name": "code",
                                "description": "Machine-readable attempt error code",
                                "optional": false,
                                "nullable": false
                              },
                              "message": {
                                "examples": [],
                                "type": "string",
                                "name": "message",
                                "description": "Human-readable attempt error message",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "name": "error",
                            "description": "Attempt-specific error payload, if present",
                            "optional": false,
                            "nullable": true
                          },
                          "response": {
                            "examples": [
                              {
                                "headers": [
                                  {},
                                  {}
                                ]
                              }
                            ],
                            "properties": {
                              "status_code": {
                                "examples": [],
                                "type": "number",
                                "name": "status_code",
                                "description": "HTTP response status code returned for the attempt",
                                "optional": false,
                                "nullable": false
                              },
                              "body": {
                                "examples": [],
                                "type": "string",
                                "name": "body",
                                "description": "Captured response body for the attempt, if stored",
                                "optional": false,
                                "nullable": true
                              },
                              "headers": {
                                "examples": [
                                  [
                                    {},
                                    {}
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {}
                                    ],
                                    "properties": {
                                      "key": {
                                        "examples": [],
                                        "type": "string",
                                        "name": "key",
                                        "description": "Response header key",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "value": {
                                        "examples": [],
                                        "type": "string",
                                        "name": "value",
                                        "description": "Response header value",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "name": "headers",
                                "description": "Captured response headers for the attempt, if stored",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "name": "response",
                            "description": "Captured delivery response metadata for the attempt",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when the attempt record was created",
                            "optional": false,
                            "nullable": false
                          },
                          "started_at": {
                            "examples": [],
                            "type": "date",
                            "name": "started_at",
                            "description": "Timestamp when the delivery attempt started",
                            "optional": false,
                            "nullable": false
                          },
                          "completed_at": {
                            "examples": [],
                            "type": "date",
                            "name": "completed_at",
                            "description": "Timestamp when the delivery attempt completed",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "attempts",
                    "description": "Recorded delivery attempts for this notification. Present on detailed responses when available.",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the notification was created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the notification was last updated",
                    "optional": false,
                    "nullable": false
                  },
                  "last_attempt_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "last_attempt_at",
                    "description": "Timestamp of the most recent delivery attempt",
                    "optional": false,
                    "nullable": true
                  },
                  "next_attempt_at": {
                    "examples": [
                      "2026-01-10T14:50:00.000Z"
                    ],
                    "type": "date",
                    "name": "next_attempt_at",
                    "description": "Timestamp of the next scheduled retry attempt, if any",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_447",
      "name": "callback.notification",
      "type": {
        "examples": [
          {
            "object": "callback.notification",
            "id": "sdi_0mn59k130hP1fPd2zSMT4C",
            "status": "pending",
            "error": {},
            "event": {
              "object": "callback.notification.event",
              "id": "evt_4dEfGhJkLmNpQrSt",
              "type": "message.created",
              "topics": [
                "messages",
                "messages"
              ],
              "status": "pending",
              "request": {
                "headers": [
                  {},
                  {}
                ]
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "destination": {
              "object": "callback.notification.destination",
              "id": "dest_4dEfGhJkLmNpQrSt",
              "name": "Primary Webhook Endpoint",
              "description": "Primary production webhook receiver",
              "type": "http_endpoint",
              "event_types": [
                "message.created",
                "message.created"
              ],
              "retry": {
                "type": "linear"
              },
              "webhook": {
                "id": "wh_4dEfGhJkLmNpQrSt",
                "url": "https://api.example.com/webhooks/metorial",
                "method": "POST",
                "created_at": "2025-09-15T10:30:00.000Z"
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "attempts": [
              {
                "object": "callback.notification.attempt",
                "id": "sda_4dEfGhJkLmNpQrSt",
                "status": "succeeded",
                "error": {},
                "response": {
                  "headers": [
                    {},
                    {}
                  ]
                }
              },
              {
                "object": "callback.notification.attempt",
                "id": "sda_4dEfGhJkLmNpQrSt",
                "status": "succeeded",
                "error": {},
                "response": {
                  "headers": [
                    {},
                    {}
                  ]
                }
              }
            ],
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z",
            "last_attempt_at": "2026-01-10T14:45:00.000Z",
            "next_attempt_at": "2026-01-10T14:50:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "callback.notification"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "sdi_0mn59k130hP1fPd2zSMT4C"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique callback notification identifier. This delivery intent ID should be used to fetch notification details.",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "delivered",
              "retrying",
              "failed"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current notification delivery status",
            "optional": false,
            "nullable": false
          },
          "error": {
            "examples": [
              {}
            ],
            "properties": {
              "code": {
                "examples": [],
                "type": "string",
                "name": "code",
                "description": "Machine-readable error code",
                "optional": false,
                "nullable": false
              },
              "message": {
                "examples": [],
                "type": "string",
                "name": "message",
                "description": "Human-readable error message",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "name": "error",
            "description": "Last known delivery error payload, if any",
            "optional": false,
            "nullable": true
          },
          "attempt_count": {
            "examples": [],
            "type": "number",
            "name": "attempt_count",
            "description": "Number of delivery attempts made for this notification",
            "optional": false,
            "nullable": false
          },
          "event": {
            "examples": [
              {
                "object": "callback.notification.event",
                "id": "evt_4dEfGhJkLmNpQrSt",
                "type": "message.created",
                "topics": [
                  "messages",
                  "messages"
                ],
                "status": "pending",
                "request": {
                  "headers": [
                    {},
                    {}
                  ]
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "callback.notification.event"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "evt_4dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Underlying event identifier for this notification",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "message.created"
                ],
                "type": "string",
                "name": "type",
                "description": "Event type delivered to the destination",
                "optional": false,
                "nullable": false
              },
              "topics": {
                "examples": [
                  [
                    "messages",
                    "messages"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "messages"
                    ],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "topics",
                "description": "Topics associated with the event",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "pending",
                  "delivered",
                  "failed"
                ],
                "type": "enum",
                "name": "status",
                "description": "Aggregate delivery status for the underlying event",
                "optional": false,
                "nullable": false
              },
              "destination_count": {
                "examples": [],
                "type": "number",
                "name": "destination_count",
                "description": "Total number of destinations targeted by the event",
                "optional": false,
                "nullable": true
              },
              "success_count": {
                "examples": [],
                "type": "number",
                "name": "success_count",
                "description": "Number of successful deliveries for the event",
                "optional": false,
                "nullable": false
              },
              "failure_count": {
                "examples": [],
                "type": "number",
                "name": "failure_count",
                "description": "Number of failed deliveries for the event",
                "optional": false,
                "nullable": false
              },
              "request": {
                "examples": [
                  {
                    "headers": [
                      {},
                      {}
                    ]
                  }
                ],
                "properties": {
                  "body": {
                    "examples": [],
                    "type": "string",
                    "name": "body",
                    "description": "Serialized request body generated for the event",
                    "optional": false,
                    "nullable": false
                  },
                  "headers": {
                    "examples": [
                      [
                        {},
                        {}
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {}
                        ],
                        "properties": {
                          "key": {
                            "examples": [],
                            "type": "string",
                            "name": "key",
                            "description": "Header key",
                            "optional": false,
                            "nullable": false
                          },
                          "value": {
                            "examples": [],
                            "type": "string",
                            "name": "value",
                            "description": "Header value",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "headers",
                    "description": "Serialized request headers generated for the event",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "name": "request",
                "description": "Serialized request payload generated for the event",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the event was created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when the event was last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "destination": {
            "examples": [
              {
                "object": "callback.notification.destination",
                "id": "dest_4dEfGhJkLmNpQrSt",
                "name": "Primary Webhook Endpoint",
                "description": "Primary production webhook receiver",
                "type": "http_endpoint",
                "event_types": [
                  "message.created",
                  "message.created"
                ],
                "retry": {
                  "type": "linear"
                },
                "webhook": {
                  "id": "wh_4dEfGhJkLmNpQrSt",
                  "url": "https://api.example.com/webhooks/metorial",
                  "method": "POST",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "callback.notification.destination"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "dest_4dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Destination identifier used for this callback notification",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Primary Webhook Endpoint"
                ],
                "type": "string",
                "name": "name",
                "description": "Destination display name",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Primary production webhook receiver"
                ],
                "type": "string",
                "name": "description",
                "description": "Optional destination description",
                "optional": false,
                "nullable": true
              },
              "type": {
                "examples": [
                  "http_endpoint"
                ],
                "type": "literal",
                "name": "type",
                "description": "Delivery destination type",
                "optional": false,
                "nullable": false
              },
              "event_types": {
                "examples": [
                  [
                    "message.created",
                    "message.created"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "message.created"
                    ],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "event_types",
                "description": "Event types this destination accepted for the notification",
                "optional": false,
                "nullable": true
              },
              "retry": {
                "examples": [
                  {
                    "type": "linear"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "linear",
                      "exponential"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Retry strategy type",
                    "optional": false,
                    "nullable": false
                  },
                  "maxAttempts": {
                    "examples": [],
                    "type": "number",
                    "name": "maxAttempts",
                    "description": "Maximum number of delivery attempts",
                    "optional": false,
                    "nullable": false
                  },
                  "delaySeconds": {
                    "examples": [],
                    "type": "number",
                    "name": "delaySeconds",
                    "description": "Delay between delivery attempts in seconds",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "name": "retry",
                "description": "Retry configuration applied to this destination",
                "optional": false,
                "nullable": false
              },
              "webhook": {
                "examples": [
                  {
                    "id": "wh_4dEfGhJkLmNpQrSt",
                    "url": "https://api.example.com/webhooks/metorial",
                    "method": "POST",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "id": {
                    "examples": [
                      "wh_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Webhook identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "url": {
                    "examples": [
                      "https://api.example.com/webhooks/metorial"
                    ],
                    "type": "string",
                    "name": "url",
                    "description": "Webhook URL used for the notification",
                    "optional": false,
                    "nullable": false
                  },
                  "method": {
                    "examples": [
                      "POST",
                      "PUT",
                      "PATCH"
                    ],
                    "type": "enum",
                    "name": "method",
                    "description": "HTTP method used for delivery",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the webhook destination was created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "name": "webhook",
                "description": "Webhook destination details",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the destination was created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when the destination was last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "attempts": {
            "examples": [
              [
                {
                  "object": "callback.notification.attempt",
                  "id": "sda_4dEfGhJkLmNpQrSt",
                  "status": "succeeded",
                  "error": {},
                  "response": {
                    "headers": [
                      {},
                      {}
                    ]
                  }
                },
                {
                  "object": "callback.notification.attempt",
                  "id": "sda_4dEfGhJkLmNpQrSt",
                  "status": "succeeded",
                  "error": {},
                  "response": {
                    "headers": [
                      {},
                      {}
                    ]
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "callback.notification.attempt",
                    "id": "sda_4dEfGhJkLmNpQrSt",
                    "status": "succeeded",
                    "error": {},
                    "response": {
                      "headers": [
                        {},
                        {}
                      ]
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "callback.notification.attempt"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "sda_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique delivery attempt identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "succeeded",
                      "failed"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Delivery attempt status",
                    "optional": false,
                    "nullable": false
                  },
                  "attempt_number": {
                    "examples": [],
                    "type": "number",
                    "name": "attempt_number",
                    "description": "1-based sequence number for the delivery attempt",
                    "optional": false,
                    "nullable": false
                  },
                  "duration_ms": {
                    "examples": [],
                    "type": "number",
                    "name": "duration_ms",
                    "description": "How long the delivery attempt took in milliseconds",
                    "optional": false,
                    "nullable": false
                  },
                  "error": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "code": {
                        "examples": [],
                        "type": "string",
                        "name": "code",
                        "description": "Machine-readable attempt error code",
                        "optional": false,
                        "nullable": false
                      },
                      "message": {
                        "examples": [],
                        "type": "string",
                        "name": "message",
                        "description": "Human-readable attempt error message",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "name": "error",
                    "description": "Attempt-specific error payload, if present",
                    "optional": false,
                    "nullable": true
                  },
                  "response": {
                    "examples": [
                      {
                        "headers": [
                          {},
                          {}
                        ]
                      }
                    ],
                    "properties": {
                      "status_code": {
                        "examples": [],
                        "type": "number",
                        "name": "status_code",
                        "description": "HTTP response status code returned for the attempt",
                        "optional": false,
                        "nullable": false
                      },
                      "body": {
                        "examples": [],
                        "type": "string",
                        "name": "body",
                        "description": "Captured response body for the attempt, if stored",
                        "optional": false,
                        "nullable": true
                      },
                      "headers": {
                        "examples": [
                          [
                            {},
                            {}
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {}
                            ],
                            "properties": {
                              "key": {
                                "examples": [],
                                "type": "string",
                                "name": "key",
                                "description": "Response header key",
                                "optional": false,
                                "nullable": false
                              },
                              "value": {
                                "examples": [],
                                "type": "string",
                                "name": "value",
                                "description": "Response header value",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "headers",
                        "description": "Captured response headers for the attempt, if stored",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "name": "response",
                    "description": "Captured delivery response metadata for the attempt",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the attempt record was created",
                    "optional": false,
                    "nullable": false
                  },
                  "started_at": {
                    "examples": [],
                    "type": "date",
                    "name": "started_at",
                    "description": "Timestamp when the delivery attempt started",
                    "optional": false,
                    "nullable": false
                  },
                  "completed_at": {
                    "examples": [],
                    "type": "date",
                    "name": "completed_at",
                    "description": "Timestamp when the delivery attempt completed",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "attempts",
            "description": "Recorded delivery attempts for this notification. Present on detailed responses when available.",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when the notification was created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when the notification was last updated",
            "optional": false,
            "nullable": false
          },
          "last_attempt_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "last_attempt_at",
            "description": "Timestamp of the most recent delivery attempt",
            "optional": false,
            "nullable": true
          },
          "next_attempt_at": {
            "examples": [
              "2026-01-10T14:50:00.000Z"
            ],
            "type": "date",
            "name": "next_attempt_at",
            "description": "Timestamp of the next scheduled retry attempt, if any",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_450",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "firewall_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "enclave_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for network creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for network creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter network creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for network last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for network last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter network last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_451",
      "name": "network",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "network",
                "public_ips": [
                  {
                    "object": "network.public_ip"
                  },
                  {
                    "object": "network.public_ip"
                  }
                ]
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "network",
                  "public_ips": [
                    {
                      "object": "network.public_ip"
                    },
                    {
                      "object": "network.public_ip"
                    }
                  ]
                },
                {
                  "object": "network",
                  "public_ips": [
                    {
                      "object": "network.public_ip"
                    },
                    {
                      "object": "network.public_ip"
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "network",
                    "public_ips": [
                      {
                        "object": "network.public_ip"
                      },
                      {
                        "object": "network.public_ip"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "network"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "public_ips": {
                    "examples": [
                      [
                        {
                          "object": "network.public_ip"
                        },
                        {
                          "object": "network.public_ip"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "network.public_ip"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "network.public_ip"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "ip": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "region": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_453",
      "name": "network",
      "type": {
        "examples": [
          {
            "object": "network",
            "public_ips": [
              {
                "object": "network.public_ip"
              },
              {
                "object": "network.public_ip"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "network"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "public_ips": {
            "examples": [
              [
                {
                  "object": "network.public_ip"
                },
                {
                  "object": "network.public_ip"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "network.public_ip"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "network.public_ip"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "ip": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "region": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_455",
      "name": "Query",
      "type": {
        "examples": [
          {
            "direction": "ingress"
          }
        ],
        "properties": {
          "direction": {
            "examples": [
              "ingress",
              "egress"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "enclave_id": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": true,
            "nullable": false
          },
          "hostname": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": true,
            "nullable": false
          },
          "ip": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": true,
            "nullable": false
          },
          "from": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "to": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "interval_minutes": {
            "examples": [],
            "type": "number",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_456",
      "name": "networkLogs",
      "type": {
        "examples": [
          {
            "object": "network.logs",
            "direction": "ingress",
            "records": [
              {
                "object": "network.log",
                "direction": "ingress",
                "result": "allowed"
              },
              {
                "object": "network.log",
                "direction": "ingress",
                "result": "allowed"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "network.logs"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "direction": {
            "examples": [
              "ingress",
              "egress"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "enclave_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "records": {
            "examples": [
              [
                {
                  "object": "network.log",
                  "direction": "ingress",
                  "result": "allowed"
                },
                {
                  "object": "network.log",
                  "direction": "ingress",
                  "result": "allowed"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "network.log",
                    "direction": "ingress",
                    "result": "allowed"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "network.log"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "direction": {
                    "examples": [
                      "ingress",
                      "egress"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "enclave_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "bucket_start": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "hostname": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "ip": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "port": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "count": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "result": {
                    "examples": [
                      "allowed",
                      "denied"
                    ],
                    "type": "enum",
                    "optional": true,
                    "nullable": false
                  },
                  "first_seen_at": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "last_seen_at": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_459",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "created_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "network_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_deployment_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "firewall_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for enclave creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for enclave creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter enclave creation time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_460",
      "name": "enclave",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "enclave",
                "enclave_environment": {
                  "object": "enclave.environment#preview",
                  "type": "metorial"
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "enclave",
                  "enclave_environment": {
                    "object": "enclave.environment#preview",
                    "type": "metorial"
                  }
                },
                {
                  "object": "enclave",
                  "enclave_environment": {
                    "object": "enclave.environment#preview",
                    "type": "metorial"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "enclave",
                    "enclave_environment": {
                      "object": "enclave.environment#preview",
                      "type": "metorial"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "enclave"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "network_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_deployment_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "enclave_environment": {
                    "examples": [
                      {
                        "object": "enclave.environment#preview",
                        "type": "metorial"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "enclave.environment#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "metorial",
                          "outpost"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "last_used_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_462",
      "name": "enclave",
      "type": {
        "examples": [
          {
            "object": "enclave",
            "enclave_environment": {
              "object": "enclave.environment#preview",
              "type": "metorial"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "enclave"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "network_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "provider_deployment_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "enclave_environment": {
            "examples": [
              {
                "object": "enclave.environment#preview",
                "type": "metorial"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "enclave.environment#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "metorial",
                  "outpost"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "last_used_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_465",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "network_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "enclave_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "network_policy_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for firewall creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for firewall creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter firewall creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for firewall last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for firewall last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter firewall last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_466",
      "name": "firewall",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "network.firewall",
                "status": "active",
                "network_policies": [
                  {
                    "object": "network.policy#preview",
                    "rules": [
                      {
                        "object": "network.policy.rule",
                        "effect": "allow",
                        "direction": "ingress",
                        "ports": [
                          {
                            "object": "network.policy.port_range"
                          },
                          {
                            "object": "network.policy.port_range"
                          }
                        ]
                      },
                      {
                        "object": "network.policy.rule",
                        "effect": "allow",
                        "direction": "ingress",
                        "ports": [
                          {
                            "object": "network.policy.port_range"
                          },
                          {
                            "object": "network.policy.port_range"
                          }
                        ]
                      }
                    ]
                  },
                  {
                    "object": "network.policy#preview",
                    "rules": [
                      {
                        "object": "network.policy.rule",
                        "effect": "allow",
                        "direction": "ingress",
                        "ports": [
                          {
                            "object": "network.policy.port_range"
                          },
                          {
                            "object": "network.policy.port_range"
                          }
                        ]
                      },
                      {
                        "object": "network.policy.rule",
                        "effect": "allow",
                        "direction": "ingress",
                        "ports": [
                          {
                            "object": "network.policy.port_range"
                          },
                          {
                            "object": "network.policy.port_range"
                          }
                        ]
                      }
                    ]
                  }
                ]
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "network.firewall",
                  "status": "active",
                  "network_policies": [
                    {
                      "object": "network.policy#preview",
                      "rules": [
                        {
                          "object": "network.policy.rule",
                          "effect": "allow",
                          "direction": "ingress",
                          "ports": [
                            {
                              "object": "network.policy.port_range"
                            },
                            {
                              "object": "network.policy.port_range"
                            }
                          ]
                        },
                        {
                          "object": "network.policy.rule",
                          "effect": "allow",
                          "direction": "ingress",
                          "ports": [
                            {
                              "object": "network.policy.port_range"
                            },
                            {
                              "object": "network.policy.port_range"
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "object": "network.policy#preview",
                      "rules": [
                        {
                          "object": "network.policy.rule",
                          "effect": "allow",
                          "direction": "ingress",
                          "ports": [
                            {
                              "object": "network.policy.port_range"
                            },
                            {
                              "object": "network.policy.port_range"
                            }
                          ]
                        },
                        {
                          "object": "network.policy.rule",
                          "effect": "allow",
                          "direction": "ingress",
                          "ports": [
                            {
                              "object": "network.policy.port_range"
                            },
                            {
                              "object": "network.policy.port_range"
                            }
                          ]
                        }
                      ]
                    }
                  ]
                },
                {
                  "object": "network.firewall",
                  "status": "active",
                  "network_policies": [
                    {
                      "object": "network.policy#preview",
                      "rules": [
                        {
                          "object": "network.policy.rule",
                          "effect": "allow",
                          "direction": "ingress",
                          "ports": [
                            {
                              "object": "network.policy.port_range"
                            },
                            {
                              "object": "network.policy.port_range"
                            }
                          ]
                        },
                        {
                          "object": "network.policy.rule",
                          "effect": "allow",
                          "direction": "ingress",
                          "ports": [
                            {
                              "object": "network.policy.port_range"
                            },
                            {
                              "object": "network.policy.port_range"
                            }
                          ]
                        }
                      ]
                    },
                    {
                      "object": "network.policy#preview",
                      "rules": [
                        {
                          "object": "network.policy.rule",
                          "effect": "allow",
                          "direction": "ingress",
                          "ports": [
                            {
                              "object": "network.policy.port_range"
                            },
                            {
                              "object": "network.policy.port_range"
                            }
                          ]
                        },
                        {
                          "object": "network.policy.rule",
                          "effect": "allow",
                          "direction": "ingress",
                          "ports": [
                            {
                              "object": "network.policy.port_range"
                            },
                            {
                              "object": "network.policy.port_range"
                            }
                          ]
                        }
                      ]
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "network.firewall",
                    "status": "active",
                    "network_policies": [
                      {
                        "object": "network.policy#preview",
                        "rules": [
                          {
                            "object": "network.policy.rule",
                            "effect": "allow",
                            "direction": "ingress",
                            "ports": [
                              {
                                "object": "network.policy.port_range"
                              },
                              {
                                "object": "network.policy.port_range"
                              }
                            ]
                          },
                          {
                            "object": "network.policy.rule",
                            "effect": "allow",
                            "direction": "ingress",
                            "ports": [
                              {
                                "object": "network.policy.port_range"
                              },
                              {
                                "object": "network.policy.port_range"
                              }
                            ]
                          }
                        ]
                      },
                      {
                        "object": "network.policy#preview",
                        "rules": [
                          {
                            "object": "network.policy.rule",
                            "effect": "allow",
                            "direction": "ingress",
                            "ports": [
                              {
                                "object": "network.policy.port_range"
                              },
                              {
                                "object": "network.policy.port_range"
                              }
                            ]
                          },
                          {
                            "object": "network.policy.rule",
                            "effect": "allow",
                            "direction": "ingress",
                            "ports": [
                              {
                                "object": "network.policy.port_range"
                              },
                              {
                                "object": "network.policy.port_range"
                              }
                            ]
                          }
                        ]
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "network.firewall"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "network_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "network_policies": {
                    "examples": [
                      [
                        {
                          "object": "network.policy#preview",
                          "rules": [
                            {
                              "object": "network.policy.rule",
                              "effect": "allow",
                              "direction": "ingress",
                              "ports": [
                                {
                                  "object": "network.policy.port_range"
                                },
                                {
                                  "object": "network.policy.port_range"
                                }
                              ]
                            },
                            {
                              "object": "network.policy.rule",
                              "effect": "allow",
                              "direction": "ingress",
                              "ports": [
                                {
                                  "object": "network.policy.port_range"
                                },
                                {
                                  "object": "network.policy.port_range"
                                }
                              ]
                            }
                          ]
                        },
                        {
                          "object": "network.policy#preview",
                          "rules": [
                            {
                              "object": "network.policy.rule",
                              "effect": "allow",
                              "direction": "ingress",
                              "ports": [
                                {
                                  "object": "network.policy.port_range"
                                },
                                {
                                  "object": "network.policy.port_range"
                                }
                              ]
                            },
                            {
                              "object": "network.policy.rule",
                              "effect": "allow",
                              "direction": "ingress",
                              "ports": [
                                {
                                  "object": "network.policy.port_range"
                                },
                                {
                                  "object": "network.policy.port_range"
                                }
                              ]
                            }
                          ]
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "network.policy#preview",
                            "rules": [
                              {
                                "object": "network.policy.rule",
                                "effect": "allow",
                                "direction": "ingress",
                                "ports": [
                                  {
                                    "object": "network.policy.port_range"
                                  },
                                  {
                                    "object": "network.policy.port_range"
                                  }
                                ]
                              },
                              {
                                "object": "network.policy.rule",
                                "effect": "allow",
                                "direction": "ingress",
                                "ports": [
                                  {
                                    "object": "network.policy.port_range"
                                  },
                                  {
                                    "object": "network.policy.port_range"
                                  }
                                ]
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "network.policy#preview"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "version": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          },
                          "rules": {
                            "examples": [
                              [
                                {
                                  "object": "network.policy.rule",
                                  "effect": "allow",
                                  "direction": "ingress",
                                  "ports": [
                                    {
                                      "object": "network.policy.port_range"
                                    },
                                    {
                                      "object": "network.policy.port_range"
                                    }
                                  ]
                                },
                                {
                                  "object": "network.policy.rule",
                                  "effect": "allow",
                                  "direction": "ingress",
                                  "ports": [
                                    {
                                      "object": "network.policy.port_range"
                                    },
                                    {
                                      "object": "network.policy.port_range"
                                    }
                                  ]
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "object": "network.policy.rule",
                                    "effect": "allow",
                                    "direction": "ingress",
                                    "ports": [
                                      {
                                        "object": "network.policy.port_range"
                                      },
                                      {
                                        "object": "network.policy.port_range"
                                      }
                                    ]
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "network.policy.rule"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "effect": {
                                    "examples": [
                                      "allow",
                                      "deny"
                                    ],
                                    "type": "enum",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "direction": {
                                    "examples": [
                                      "ingress",
                                      "egress"
                                    ],
                                    "type": "enum",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "cidrs": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "description": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "enabled": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "priority": {
                                    "examples": [],
                                    "type": "number",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "ports": {
                                    "examples": [
                                      [
                                        {
                                          "object": "network.policy.port_range"
                                        },
                                        {
                                          "object": "network.policy.port_range"
                                        }
                                      ]
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "object": "network.policy.port_range"
                                          }
                                        ],
                                        "properties": {
                                          "object": {
                                            "examples": [
                                              "network.policy.port_range"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "from": {
                                            "examples": [],
                                            "type": "number",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "to": {
                                            "examples": [],
                                            "type": "number",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_468",
      "name": "firewall",
      "type": {
        "examples": [
          {
            "object": "network.firewall",
            "status": "active",
            "network_policies": [
              {
                "object": "network.policy#preview",
                "rules": [
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  },
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  }
                ]
              },
              {
                "object": "network.policy#preview",
                "rules": [
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  },
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  }
                ]
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "network.firewall"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "network_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "network_policies": {
            "examples": [
              [
                {
                  "object": "network.policy#preview",
                  "rules": [
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    },
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    }
                  ]
                },
                {
                  "object": "network.policy#preview",
                  "rules": [
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    },
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "network.policy#preview",
                    "rules": [
                      {
                        "object": "network.policy.rule",
                        "effect": "allow",
                        "direction": "ingress",
                        "ports": [
                          {
                            "object": "network.policy.port_range"
                          },
                          {
                            "object": "network.policy.port_range"
                          }
                        ]
                      },
                      {
                        "object": "network.policy.rule",
                        "effect": "allow",
                        "direction": "ingress",
                        "ports": [
                          {
                            "object": "network.policy.port_range"
                          },
                          {
                            "object": "network.policy.port_range"
                          }
                        ]
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "network.policy#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "version": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "rules": {
                    "examples": [
                      [
                        {
                          "object": "network.policy.rule",
                          "effect": "allow",
                          "direction": "ingress",
                          "ports": [
                            {
                              "object": "network.policy.port_range"
                            },
                            {
                              "object": "network.policy.port_range"
                            }
                          ]
                        },
                        {
                          "object": "network.policy.rule",
                          "effect": "allow",
                          "direction": "ingress",
                          "ports": [
                            {
                              "object": "network.policy.port_range"
                            },
                            {
                              "object": "network.policy.port_range"
                            }
                          ]
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "network.policy.rule",
                            "effect": "allow",
                            "direction": "ingress",
                            "ports": [
                              {
                                "object": "network.policy.port_range"
                              },
                              {
                                "object": "network.policy.port_range"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "network.policy.rule"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "effect": {
                            "examples": [
                              "allow",
                              "deny"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "direction": {
                            "examples": [
                              "ingress",
                              "egress"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "cidrs": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "enabled": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "priority": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          },
                          "ports": {
                            "examples": [
                              [
                                {
                                  "object": "network.policy.port_range"
                                },
                                {
                                  "object": "network.policy.port_range"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "object": "network.policy.port_range"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "network.policy.port_range"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "from": {
                                    "examples": [],
                                    "type": "number",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "to": {
                                    "examples": [],
                                    "type": "number",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_470",
      "name": "Body",
      "type": {
        "examples": [
          {
            "bindings": [
              {
                "target_type": "enclave"
              },
              {
                "target_type": "enclave"
              }
            ]
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "network_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "bindings": {
            "examples": [
              [
                {
                  "target_type": "enclave"
                },
                {
                  "target_type": "enclave"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "target_type": "enclave"
                  }
                ],
                "properties": {
                  "target_type": {
                    "examples": [
                      "enclave",
                      "provider",
                      "network"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "enclave_id": {
                    "examples": [],
                    "type": "string",
                    "optional": true,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [],
                    "type": "string",
                    "optional": true,
                    "nullable": false
                  },
                  "network_id": {
                    "examples": [],
                    "type": "string",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          },
          "network_policy_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_471",
      "name": "firewall",
      "type": {
        "examples": [
          {
            "object": "network.firewall",
            "status": "active",
            "network_policies": [
              {
                "object": "network.policy#preview",
                "rules": [
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  },
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  }
                ]
              },
              {
                "object": "network.policy#preview",
                "rules": [
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  },
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  }
                ]
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "network.firewall"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "network_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "network_policies": {
            "examples": [
              [
                {
                  "object": "network.policy#preview",
                  "rules": [
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    },
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    }
                  ]
                },
                {
                  "object": "network.policy#preview",
                  "rules": [
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    },
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "network.policy#preview",
                    "rules": [
                      {
                        "object": "network.policy.rule",
                        "effect": "allow",
                        "direction": "ingress",
                        "ports": [
                          {
                            "object": "network.policy.port_range"
                          },
                          {
                            "object": "network.policy.port_range"
                          }
                        ]
                      },
                      {
                        "object": "network.policy.rule",
                        "effect": "allow",
                        "direction": "ingress",
                        "ports": [
                          {
                            "object": "network.policy.port_range"
                          },
                          {
                            "object": "network.policy.port_range"
                          }
                        ]
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "network.policy#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "version": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "rules": {
                    "examples": [
                      [
                        {
                          "object": "network.policy.rule",
                          "effect": "allow",
                          "direction": "ingress",
                          "ports": [
                            {
                              "object": "network.policy.port_range"
                            },
                            {
                              "object": "network.policy.port_range"
                            }
                          ]
                        },
                        {
                          "object": "network.policy.rule",
                          "effect": "allow",
                          "direction": "ingress",
                          "ports": [
                            {
                              "object": "network.policy.port_range"
                            },
                            {
                              "object": "network.policy.port_range"
                            }
                          ]
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "network.policy.rule",
                            "effect": "allow",
                            "direction": "ingress",
                            "ports": [
                              {
                                "object": "network.policy.port_range"
                              },
                              {
                                "object": "network.policy.port_range"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "network.policy.rule"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "effect": {
                            "examples": [
                              "allow",
                              "deny"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "direction": {
                            "examples": [
                              "ingress",
                              "egress"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "cidrs": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "enabled": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "priority": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          },
                          "ports": {
                            "examples": [
                              [
                                {
                                  "object": "network.policy.port_range"
                                },
                                {
                                  "object": "network.policy.port_range"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "object": "network.policy.port_range"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "network.policy.port_range"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "from": {
                                    "examples": [],
                                    "type": "number",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "to": {
                                    "examples": [],
                                    "type": "number",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_473",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "network_policy_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_474",
      "name": "firewall",
      "type": {
        "examples": [
          {
            "object": "network.firewall",
            "status": "active",
            "network_policies": [
              {
                "object": "network.policy#preview",
                "rules": [
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  },
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  }
                ]
              },
              {
                "object": "network.policy#preview",
                "rules": [
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  },
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  }
                ]
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "network.firewall"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "network_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "network_policies": {
            "examples": [
              [
                {
                  "object": "network.policy#preview",
                  "rules": [
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    },
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    }
                  ]
                },
                {
                  "object": "network.policy#preview",
                  "rules": [
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    },
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "network.policy#preview",
                    "rules": [
                      {
                        "object": "network.policy.rule",
                        "effect": "allow",
                        "direction": "ingress",
                        "ports": [
                          {
                            "object": "network.policy.port_range"
                          },
                          {
                            "object": "network.policy.port_range"
                          }
                        ]
                      },
                      {
                        "object": "network.policy.rule",
                        "effect": "allow",
                        "direction": "ingress",
                        "ports": [
                          {
                            "object": "network.policy.port_range"
                          },
                          {
                            "object": "network.policy.port_range"
                          }
                        ]
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "network.policy#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "version": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "rules": {
                    "examples": [
                      [
                        {
                          "object": "network.policy.rule",
                          "effect": "allow",
                          "direction": "ingress",
                          "ports": [
                            {
                              "object": "network.policy.port_range"
                            },
                            {
                              "object": "network.policy.port_range"
                            }
                          ]
                        },
                        {
                          "object": "network.policy.rule",
                          "effect": "allow",
                          "direction": "ingress",
                          "ports": [
                            {
                              "object": "network.policy.port_range"
                            },
                            {
                              "object": "network.policy.port_range"
                            }
                          ]
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "network.policy.rule",
                            "effect": "allow",
                            "direction": "ingress",
                            "ports": [
                              {
                                "object": "network.policy.port_range"
                              },
                              {
                                "object": "network.policy.port_range"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "network.policy.rule"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "effect": {
                            "examples": [
                              "allow",
                              "deny"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "direction": {
                            "examples": [
                              "ingress",
                              "egress"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "cidrs": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "enabled": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "priority": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          },
                          "ports": {
                            "examples": [
                              [
                                {
                                  "object": "network.policy.port_range"
                                },
                                {
                                  "object": "network.policy.port_range"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "object": "network.policy.port_range"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "network.policy.port_range"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "from": {
                                    "examples": [],
                                    "type": "number",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "to": {
                                    "examples": [],
                                    "type": "number",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_476",
      "name": "firewall",
      "type": {
        "examples": [
          {
            "object": "network.firewall",
            "status": "active",
            "network_policies": [
              {
                "object": "network.policy#preview",
                "rules": [
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  },
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  }
                ]
              },
              {
                "object": "network.policy#preview",
                "rules": [
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  },
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  }
                ]
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "network.firewall"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "network_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "network_policies": {
            "examples": [
              [
                {
                  "object": "network.policy#preview",
                  "rules": [
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    },
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    }
                  ]
                },
                {
                  "object": "network.policy#preview",
                  "rules": [
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    },
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "network.policy#preview",
                    "rules": [
                      {
                        "object": "network.policy.rule",
                        "effect": "allow",
                        "direction": "ingress",
                        "ports": [
                          {
                            "object": "network.policy.port_range"
                          },
                          {
                            "object": "network.policy.port_range"
                          }
                        ]
                      },
                      {
                        "object": "network.policy.rule",
                        "effect": "allow",
                        "direction": "ingress",
                        "ports": [
                          {
                            "object": "network.policy.port_range"
                          },
                          {
                            "object": "network.policy.port_range"
                          }
                        ]
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "network.policy#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "version": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "rules": {
                    "examples": [
                      [
                        {
                          "object": "network.policy.rule",
                          "effect": "allow",
                          "direction": "ingress",
                          "ports": [
                            {
                              "object": "network.policy.port_range"
                            },
                            {
                              "object": "network.policy.port_range"
                            }
                          ]
                        },
                        {
                          "object": "network.policy.rule",
                          "effect": "allow",
                          "direction": "ingress",
                          "ports": [
                            {
                              "object": "network.policy.port_range"
                            },
                            {
                              "object": "network.policy.port_range"
                            }
                          ]
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "network.policy.rule",
                            "effect": "allow",
                            "direction": "ingress",
                            "ports": [
                              {
                                "object": "network.policy.port_range"
                              },
                              {
                                "object": "network.policy.port_range"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "network.policy.rule"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "effect": {
                            "examples": [
                              "allow",
                              "deny"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "direction": {
                            "examples": [
                              "ingress",
                              "egress"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "cidrs": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "enabled": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "priority": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          },
                          "ports": {
                            "examples": [
                              [
                                {
                                  "object": "network.policy.port_range"
                                },
                                {
                                  "object": "network.policy.port_range"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "object": "network.policy.port_range"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "network.policy.port_range"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "from": {
                                    "examples": [],
                                    "type": "number",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "to": {
                                    "examples": [],
                                    "type": "number",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_478",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "network_policy_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "position": {
            "examples": [],
            "type": "number",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_479",
      "name": "firewall",
      "type": {
        "examples": [
          {
            "object": "network.firewall",
            "status": "active",
            "network_policies": [
              {
                "object": "network.policy#preview",
                "rules": [
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  },
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  }
                ]
              },
              {
                "object": "network.policy#preview",
                "rules": [
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  },
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  }
                ]
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "network.firewall"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "network_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "network_policies": {
            "examples": [
              [
                {
                  "object": "network.policy#preview",
                  "rules": [
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    },
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    }
                  ]
                },
                {
                  "object": "network.policy#preview",
                  "rules": [
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    },
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "network.policy#preview",
                    "rules": [
                      {
                        "object": "network.policy.rule",
                        "effect": "allow",
                        "direction": "ingress",
                        "ports": [
                          {
                            "object": "network.policy.port_range"
                          },
                          {
                            "object": "network.policy.port_range"
                          }
                        ]
                      },
                      {
                        "object": "network.policy.rule",
                        "effect": "allow",
                        "direction": "ingress",
                        "ports": [
                          {
                            "object": "network.policy.port_range"
                          },
                          {
                            "object": "network.policy.port_range"
                          }
                        ]
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "network.policy#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "version": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "rules": {
                    "examples": [
                      [
                        {
                          "object": "network.policy.rule",
                          "effect": "allow",
                          "direction": "ingress",
                          "ports": [
                            {
                              "object": "network.policy.port_range"
                            },
                            {
                              "object": "network.policy.port_range"
                            }
                          ]
                        },
                        {
                          "object": "network.policy.rule",
                          "effect": "allow",
                          "direction": "ingress",
                          "ports": [
                            {
                              "object": "network.policy.port_range"
                            },
                            {
                              "object": "network.policy.port_range"
                            }
                          ]
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "network.policy.rule",
                            "effect": "allow",
                            "direction": "ingress",
                            "ports": [
                              {
                                "object": "network.policy.port_range"
                              },
                              {
                                "object": "network.policy.port_range"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "network.policy.rule"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "effect": {
                            "examples": [
                              "allow",
                              "deny"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "direction": {
                            "examples": [
                              "ingress",
                              "egress"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "cidrs": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "enabled": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "priority": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          },
                          "ports": {
                            "examples": [
                              [
                                {
                                  "object": "network.policy.port_range"
                                },
                                {
                                  "object": "network.policy.port_range"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "object": "network.policy.port_range"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "network.policy.port_range"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "from": {
                                    "examples": [],
                                    "type": "number",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "to": {
                                    "examples": [],
                                    "type": "number",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_481",
      "name": "firewall",
      "type": {
        "examples": [
          {
            "object": "network.firewall",
            "status": "active",
            "network_policies": [
              {
                "object": "network.policy#preview",
                "rules": [
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  },
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  }
                ]
              },
              {
                "object": "network.policy#preview",
                "rules": [
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  },
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  }
                ]
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "network.firewall"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "network_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "network_policies": {
            "examples": [
              [
                {
                  "object": "network.policy#preview",
                  "rules": [
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    },
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    }
                  ]
                },
                {
                  "object": "network.policy#preview",
                  "rules": [
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    },
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "network.policy#preview",
                    "rules": [
                      {
                        "object": "network.policy.rule",
                        "effect": "allow",
                        "direction": "ingress",
                        "ports": [
                          {
                            "object": "network.policy.port_range"
                          },
                          {
                            "object": "network.policy.port_range"
                          }
                        ]
                      },
                      {
                        "object": "network.policy.rule",
                        "effect": "allow",
                        "direction": "ingress",
                        "ports": [
                          {
                            "object": "network.policy.port_range"
                          },
                          {
                            "object": "network.policy.port_range"
                          }
                        ]
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "network.policy#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "version": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "rules": {
                    "examples": [
                      [
                        {
                          "object": "network.policy.rule",
                          "effect": "allow",
                          "direction": "ingress",
                          "ports": [
                            {
                              "object": "network.policy.port_range"
                            },
                            {
                              "object": "network.policy.port_range"
                            }
                          ]
                        },
                        {
                          "object": "network.policy.rule",
                          "effect": "allow",
                          "direction": "ingress",
                          "ports": [
                            {
                              "object": "network.policy.port_range"
                            },
                            {
                              "object": "network.policy.port_range"
                            }
                          ]
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "network.policy.rule",
                            "effect": "allow",
                            "direction": "ingress",
                            "ports": [
                              {
                                "object": "network.policy.port_range"
                              },
                              {
                                "object": "network.policy.port_range"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "network.policy.rule"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "effect": {
                            "examples": [
                              "allow",
                              "deny"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "direction": {
                            "examples": [
                              "ingress",
                              "egress"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "cidrs": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "enabled": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "priority": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          },
                          "ports": {
                            "examples": [
                              [
                                {
                                  "object": "network.policy.port_range"
                                },
                                {
                                  "object": "network.policy.port_range"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "object": "network.policy.port_range"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "network.policy.port_range"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "from": {
                                    "examples": [],
                                    "type": "number",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "to": {
                                    "examples": [],
                                    "type": "number",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_484",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "target_type": "enclave",
                "created_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "firewall_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "enclave_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "network_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "target_type": {
                "examples": [
                  "enclave",
                  "provider",
                  "network",
                  [
                    "enclave",
                    "enclave"
                  ],
                  [
                    "provider",
                    "provider"
                  ],
                  [
                    "network",
                    "network"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "enclave",
                      "provider",
                      "network"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "enclave",
                        "enclave"
                      ],
                      [
                        "provider",
                        "provider"
                      ],
                      [
                        "network",
                        "network"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "enclave",
                          "provider",
                          "network"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for firewall binding creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for firewall binding creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter firewall binding creation time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_485",
      "name": "firewall.binding",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "network.firewall.binding",
                "target_type": "enclave",
                "firewall": {
                  "object": "network.firewall#preview"
                },
                "target": {
                  "object": "network.firewall.binding.target#preview",
                  "type": "enclave"
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "network.firewall.binding",
                  "target_type": "enclave",
                  "firewall": {
                    "object": "network.firewall#preview"
                  },
                  "target": {
                    "object": "network.firewall.binding.target#preview",
                    "type": "enclave"
                  }
                },
                {
                  "object": "network.firewall.binding",
                  "target_type": "enclave",
                  "firewall": {
                    "object": "network.firewall#preview"
                  },
                  "target": {
                    "object": "network.firewall.binding.target#preview",
                    "type": "enclave"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "network.firewall.binding",
                    "target_type": "enclave",
                    "firewall": {
                      "object": "network.firewall#preview"
                    },
                    "target": {
                      "object": "network.firewall.binding.target#preview",
                      "type": "enclave"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "network.firewall.binding"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "target_type": {
                    "examples": [
                      "enclave",
                      "provider",
                      "network"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "firewall": {
                    "examples": [
                      {
                        "object": "network.firewall#preview"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "network.firewall#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "target": {
                    "examples": [
                      {
                        "object": "network.firewall.binding.target#preview",
                        "type": "enclave"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "network.firewall.binding.target#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "enclave",
                          "provider",
                          "network"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_487",
      "name": "firewall.binding",
      "type": {
        "examples": [
          {
            "object": "network.firewall.binding",
            "target_type": "enclave",
            "firewall": {
              "object": "network.firewall#preview"
            },
            "target": {
              "object": "network.firewall.binding.target#preview",
              "type": "enclave"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "network.firewall.binding"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "target_type": {
            "examples": [
              "enclave",
              "provider",
              "network"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "firewall": {
            "examples": [
              {
                "object": "network.firewall#preview"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "network.firewall#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "target": {
            "examples": [
              {
                "object": "network.firewall.binding.target#preview",
                "type": "enclave"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "network.firewall.binding.target#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "enclave",
                  "provider",
                  "network"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_489",
      "name": "Body",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {}
            ],
            "properties": {
              "firewall_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "target_type": "enclave"
              }
            ],
            "properties": {
              "target_type": {
                "examples": [
                  "enclave",
                  "provider",
                  "network"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "enclave_id": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "network_id": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_490",
      "name": "firewall.binding",
      "type": {
        "examples": [
          {
            "object": "network.firewall.binding",
            "target_type": "enclave",
            "firewall": {
              "object": "network.firewall#preview"
            },
            "target": {
              "object": "network.firewall.binding.target#preview",
              "type": "enclave"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "network.firewall.binding"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "target_type": {
            "examples": [
              "enclave",
              "provider",
              "network"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "firewall": {
            "examples": [
              {
                "object": "network.firewall#preview"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "network.firewall#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "target": {
            "examples": [
              {
                "object": "network.firewall.binding.target#preview",
                "type": "enclave"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "network.firewall.binding.target#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "enclave",
                  "provider",
                  "network"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_492",
      "name": "firewall.binding",
      "type": {
        "examples": [
          {
            "object": "network.firewall.binding",
            "target_type": "enclave",
            "firewall": {
              "object": "network.firewall#preview"
            },
            "target": {
              "object": "network.firewall.binding.target#preview",
              "type": "enclave"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "network.firewall.binding"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "target_type": {
            "examples": [
              "enclave",
              "provider",
              "network"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "firewall": {
            "examples": [
              {
                "object": "network.firewall#preview"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "network.firewall#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "target": {
            "examples": [
              {
                "object": "network.firewall.binding.target#preview",
                "type": "enclave"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "network.firewall.binding.target#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "enclave",
                  "provider",
                  "network"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_495",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "firewall_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for network policy creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for network policy creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter network policy creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for network policy last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for network policy last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter network policy last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_496",
      "name": "network.policy",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "network.policy",
                "status": "active",
                "rules": [
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  },
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  }
                ]
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "network.policy",
                  "status": "active",
                  "rules": [
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    },
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    }
                  ]
                },
                {
                  "object": "network.policy",
                  "status": "active",
                  "rules": [
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    },
                    {
                      "object": "network.policy.rule",
                      "effect": "allow",
                      "direction": "ingress",
                      "ports": [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "network.policy",
                    "status": "active",
                    "rules": [
                      {
                        "object": "network.policy.rule",
                        "effect": "allow",
                        "direction": "ingress",
                        "ports": [
                          {
                            "object": "network.policy.port_range"
                          },
                          {
                            "object": "network.policy.port_range"
                          }
                        ]
                      },
                      {
                        "object": "network.policy.rule",
                        "effect": "allow",
                        "direction": "ingress",
                        "ports": [
                          {
                            "object": "network.policy.port_range"
                          },
                          {
                            "object": "network.policy.port_range"
                          }
                        ]
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "network.policy"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "version": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "rules": {
                    "examples": [
                      [
                        {
                          "object": "network.policy.rule",
                          "effect": "allow",
                          "direction": "ingress",
                          "ports": [
                            {
                              "object": "network.policy.port_range"
                            },
                            {
                              "object": "network.policy.port_range"
                            }
                          ]
                        },
                        {
                          "object": "network.policy.rule",
                          "effect": "allow",
                          "direction": "ingress",
                          "ports": [
                            {
                              "object": "network.policy.port_range"
                            },
                            {
                              "object": "network.policy.port_range"
                            }
                          ]
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "network.policy.rule",
                            "effect": "allow",
                            "direction": "ingress",
                            "ports": [
                              {
                                "object": "network.policy.port_range"
                              },
                              {
                                "object": "network.policy.port_range"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "network.policy.rule"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "effect": {
                            "examples": [
                              "allow",
                              "deny"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "direction": {
                            "examples": [
                              "ingress",
                              "egress"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "cidrs": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "enabled": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "priority": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          },
                          "ports": {
                            "examples": [
                              [
                                {
                                  "object": "network.policy.port_range"
                                },
                                {
                                  "object": "network.policy.port_range"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "object": "network.policy.port_range"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "network.policy.port_range"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "from": {
                                    "examples": [],
                                    "type": "number",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "to": {
                                    "examples": [],
                                    "type": "number",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "firewall_ids": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_498",
      "name": "network.policy",
      "type": {
        "examples": [
          {
            "object": "network.policy",
            "status": "active",
            "rules": [
              {
                "object": "network.policy.rule",
                "effect": "allow",
                "direction": "ingress",
                "ports": [
                  {
                    "object": "network.policy.port_range"
                  },
                  {
                    "object": "network.policy.port_range"
                  }
                ]
              },
              {
                "object": "network.policy.rule",
                "effect": "allow",
                "direction": "ingress",
                "ports": [
                  {
                    "object": "network.policy.port_range"
                  },
                  {
                    "object": "network.policy.port_range"
                  }
                ]
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "network.policy"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "version": {
            "examples": [],
            "type": "number",
            "optional": false,
            "nullable": false
          },
          "rules": {
            "examples": [
              [
                {
                  "object": "network.policy.rule",
                  "effect": "allow",
                  "direction": "ingress",
                  "ports": [
                    {
                      "object": "network.policy.port_range"
                    },
                    {
                      "object": "network.policy.port_range"
                    }
                  ]
                },
                {
                  "object": "network.policy.rule",
                  "effect": "allow",
                  "direction": "ingress",
                  "ports": [
                    {
                      "object": "network.policy.port_range"
                    },
                    {
                      "object": "network.policy.port_range"
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "network.policy.rule"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "effect": {
                    "examples": [
                      "allow",
                      "deny"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "direction": {
                    "examples": [
                      "ingress",
                      "egress"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "cidrs": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "enabled": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "priority": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "ports": {
                    "examples": [
                      [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "network.policy.port_range"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "network.policy.port_range"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "from": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          },
                          "to": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "firewall_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_500",
      "name": "Body",
      "type": {
        "examples": [
          {
            "rules": [
              {
                "effect": "allow",
                "direction": "ingress",
                "ports": [
                  {},
                  {}
                ]
              },
              {
                "effect": "allow",
                "direction": "ingress",
                "ports": [
                  {},
                  {}
                ]
              }
            ]
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "rules": {
            "examples": [
              [
                {
                  "effect": "allow",
                  "direction": "ingress",
                  "ports": [
                    {},
                    {}
                  ]
                },
                {
                  "effect": "allow",
                  "direction": "ingress",
                  "ports": [
                    {},
                    {}
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {},
                      {}
                    ]
                  }
                ],
                "properties": {
                  "effect": {
                    "examples": [
                      "allow",
                      "deny"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "direction": {
                    "examples": [
                      "ingress",
                      "egress"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "cidrs": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": true,
                    "nullable": false
                  },
                  "enabled": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "priority": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "ports": {
                    "examples": [
                      [
                        {},
                        {}
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {}
                        ],
                        "properties": {
                          "from": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          },
                          "to": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_501",
      "name": "network.policy",
      "type": {
        "examples": [
          {
            "object": "network.policy",
            "status": "active",
            "rules": [
              {
                "object": "network.policy.rule",
                "effect": "allow",
                "direction": "ingress",
                "ports": [
                  {
                    "object": "network.policy.port_range"
                  },
                  {
                    "object": "network.policy.port_range"
                  }
                ]
              },
              {
                "object": "network.policy.rule",
                "effect": "allow",
                "direction": "ingress",
                "ports": [
                  {
                    "object": "network.policy.port_range"
                  },
                  {
                    "object": "network.policy.port_range"
                  }
                ]
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "network.policy"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "version": {
            "examples": [],
            "type": "number",
            "optional": false,
            "nullable": false
          },
          "rules": {
            "examples": [
              [
                {
                  "object": "network.policy.rule",
                  "effect": "allow",
                  "direction": "ingress",
                  "ports": [
                    {
                      "object": "network.policy.port_range"
                    },
                    {
                      "object": "network.policy.port_range"
                    }
                  ]
                },
                {
                  "object": "network.policy.rule",
                  "effect": "allow",
                  "direction": "ingress",
                  "ports": [
                    {
                      "object": "network.policy.port_range"
                    },
                    {
                      "object": "network.policy.port_range"
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "network.policy.rule"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "effect": {
                    "examples": [
                      "allow",
                      "deny"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "direction": {
                    "examples": [
                      "ingress",
                      "egress"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "cidrs": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "enabled": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "priority": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "ports": {
                    "examples": [
                      [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "network.policy.port_range"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "network.policy.port_range"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "from": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          },
                          "to": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "firewall_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_503",
      "name": "Body",
      "type": {
        "examples": [
          {
            "rules": [
              {
                "effect": "allow",
                "direction": "ingress",
                "ports": [
                  {},
                  {}
                ]
              },
              {
                "effect": "allow",
                "direction": "ingress",
                "ports": [
                  {},
                  {}
                ]
              }
            ]
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "rules": {
            "examples": [
              [
                {
                  "effect": "allow",
                  "direction": "ingress",
                  "ports": [
                    {},
                    {}
                  ]
                },
                {
                  "effect": "allow",
                  "direction": "ingress",
                  "ports": [
                    {},
                    {}
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {},
                      {}
                    ]
                  }
                ],
                "properties": {
                  "effect": {
                    "examples": [
                      "allow",
                      "deny"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "direction": {
                    "examples": [
                      "ingress",
                      "egress"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "cidrs": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": true,
                    "nullable": false
                  },
                  "enabled": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "priority": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "ports": {
                    "examples": [
                      [
                        {},
                        {}
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {}
                        ],
                        "properties": {
                          "from": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          },
                          "to": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_504",
      "name": "network.policy",
      "type": {
        "examples": [
          {
            "object": "network.policy",
            "status": "active",
            "rules": [
              {
                "object": "network.policy.rule",
                "effect": "allow",
                "direction": "ingress",
                "ports": [
                  {
                    "object": "network.policy.port_range"
                  },
                  {
                    "object": "network.policy.port_range"
                  }
                ]
              },
              {
                "object": "network.policy.rule",
                "effect": "allow",
                "direction": "ingress",
                "ports": [
                  {
                    "object": "network.policy.port_range"
                  },
                  {
                    "object": "network.policy.port_range"
                  }
                ]
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "network.policy"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "version": {
            "examples": [],
            "type": "number",
            "optional": false,
            "nullable": false
          },
          "rules": {
            "examples": [
              [
                {
                  "object": "network.policy.rule",
                  "effect": "allow",
                  "direction": "ingress",
                  "ports": [
                    {
                      "object": "network.policy.port_range"
                    },
                    {
                      "object": "network.policy.port_range"
                    }
                  ]
                },
                {
                  "object": "network.policy.rule",
                  "effect": "allow",
                  "direction": "ingress",
                  "ports": [
                    {
                      "object": "network.policy.port_range"
                    },
                    {
                      "object": "network.policy.port_range"
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "network.policy.rule"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "effect": {
                    "examples": [
                      "allow",
                      "deny"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "direction": {
                    "examples": [
                      "ingress",
                      "egress"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "cidrs": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "enabled": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "priority": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "ports": {
                    "examples": [
                      [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "network.policy.port_range"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "network.policy.port_range"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "from": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          },
                          "to": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "firewall_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_506",
      "name": "network.policy",
      "type": {
        "examples": [
          {
            "object": "network.policy",
            "status": "active",
            "rules": [
              {
                "object": "network.policy.rule",
                "effect": "allow",
                "direction": "ingress",
                "ports": [
                  {
                    "object": "network.policy.port_range"
                  },
                  {
                    "object": "network.policy.port_range"
                  }
                ]
              },
              {
                "object": "network.policy.rule",
                "effect": "allow",
                "direction": "ingress",
                "ports": [
                  {
                    "object": "network.policy.port_range"
                  },
                  {
                    "object": "network.policy.port_range"
                  }
                ]
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "network.policy"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "version": {
            "examples": [],
            "type": "number",
            "optional": false,
            "nullable": false
          },
          "rules": {
            "examples": [
              [
                {
                  "object": "network.policy.rule",
                  "effect": "allow",
                  "direction": "ingress",
                  "ports": [
                    {
                      "object": "network.policy.port_range"
                    },
                    {
                      "object": "network.policy.port_range"
                    }
                  ]
                },
                {
                  "object": "network.policy.rule",
                  "effect": "allow",
                  "direction": "ingress",
                  "ports": [
                    {
                      "object": "network.policy.port_range"
                    },
                    {
                      "object": "network.policy.port_range"
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "network.policy.rule"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "effect": {
                    "examples": [
                      "allow",
                      "deny"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "direction": {
                    "examples": [
                      "ingress",
                      "egress"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "cidrs": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "enabled": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "priority": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "ports": {
                    "examples": [
                      [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "network.policy.port_range"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "network.policy.port_range"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "from": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          },
                          "to": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "firewall_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_508",
      "name": "Body",
      "type": {
        "examples": [
          {
            "effect": "allow",
            "direction": "ingress",
            "ports": [
              {},
              {}
            ]
          }
        ],
        "properties": {
          "effect": {
            "examples": [
              "allow",
              "deny"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "direction": {
            "examples": [
              "ingress",
              "egress"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "cidrs": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "enabled": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "priority": {
            "examples": [],
            "type": "number",
            "optional": false,
            "nullable": false
          },
          "ports": {
            "examples": [
              [
                {},
                {}
              ]
            ],
            "items": [
              {
                "examples": [
                  {}
                ],
                "properties": {
                  "from": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "to": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_509",
      "name": "network.policy.rule",
      "type": {
        "examples": [
          {
            "object": "network.policy.rule",
            "effect": "allow",
            "direction": "ingress",
            "ports": [
              {
                "object": "network.policy.port_range"
              },
              {
                "object": "network.policy.port_range"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "network.policy.rule"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "effect": {
            "examples": [
              "allow",
              "deny"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "direction": {
            "examples": [
              "ingress",
              "egress"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "cidrs": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "enabled": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "priority": {
            "examples": [],
            "type": "number",
            "optional": false,
            "nullable": false
          },
          "ports": {
            "examples": [
              [
                {
                  "object": "network.policy.port_range"
                },
                {
                  "object": "network.policy.port_range"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "network.policy.port_range"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "network.policy.port_range"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "from": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "to": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_511",
      "name": "Body",
      "type": {
        "examples": [
          {
            "effect": "allow",
            "direction": "ingress",
            "ports": [
              {},
              {}
            ]
          }
        ],
        "properties": {
          "effect": {
            "examples": [
              "allow",
              "deny"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "direction": {
            "examples": [
              "ingress",
              "egress"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "cidrs": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "enabled": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "priority": {
            "examples": [],
            "type": "number",
            "optional": false,
            "nullable": false
          },
          "ports": {
            "examples": [
              [
                {},
                {}
              ]
            ],
            "items": [
              {
                "examples": [
                  {}
                ],
                "properties": {
                  "from": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "to": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_512",
      "name": "network.policy.rule",
      "type": {
        "examples": [
          {
            "object": "network.policy.rule",
            "effect": "allow",
            "direction": "ingress",
            "ports": [
              {
                "object": "network.policy.port_range"
              },
              {
                "object": "network.policy.port_range"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "network.policy.rule"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "effect": {
            "examples": [
              "allow",
              "deny"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "direction": {
            "examples": [
              "ingress",
              "egress"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "cidrs": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "enabled": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "priority": {
            "examples": [],
            "type": "number",
            "optional": false,
            "nullable": false
          },
          "ports": {
            "examples": [
              [
                {
                  "object": "network.policy.port_range"
                },
                {
                  "object": "network.policy.port_range"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "network.policy.port_range"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "network.policy.port_range"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "from": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "to": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_514",
      "name": "network.policy",
      "type": {
        "examples": [
          {
            "object": "network.policy",
            "status": "active",
            "rules": [
              {
                "object": "network.policy.rule",
                "effect": "allow",
                "direction": "ingress",
                "ports": [
                  {
                    "object": "network.policy.port_range"
                  },
                  {
                    "object": "network.policy.port_range"
                  }
                ]
              },
              {
                "object": "network.policy.rule",
                "effect": "allow",
                "direction": "ingress",
                "ports": [
                  {
                    "object": "network.policy.port_range"
                  },
                  {
                    "object": "network.policy.port_range"
                  }
                ]
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "network.policy"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "version": {
            "examples": [],
            "type": "number",
            "optional": false,
            "nullable": false
          },
          "rules": {
            "examples": [
              [
                {
                  "object": "network.policy.rule",
                  "effect": "allow",
                  "direction": "ingress",
                  "ports": [
                    {
                      "object": "network.policy.port_range"
                    },
                    {
                      "object": "network.policy.port_range"
                    }
                  ]
                },
                {
                  "object": "network.policy.rule",
                  "effect": "allow",
                  "direction": "ingress",
                  "ports": [
                    {
                      "object": "network.policy.port_range"
                    },
                    {
                      "object": "network.policy.port_range"
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "network.policy.rule",
                    "effect": "allow",
                    "direction": "ingress",
                    "ports": [
                      {
                        "object": "network.policy.port_range"
                      },
                      {
                        "object": "network.policy.port_range"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "network.policy.rule"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "effect": {
                    "examples": [
                      "allow",
                      "deny"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "direction": {
                    "examples": [
                      "ingress",
                      "egress"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "cidrs": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "enabled": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "priority": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "ports": {
                    "examples": [
                      [
                        {
                          "object": "network.policy.port_range"
                        },
                        {
                          "object": "network.policy.port_range"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "network.policy.port_range"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "network.policy.port_range"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "from": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          },
                          "to": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "firewall_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_517",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "active",
                  "archived",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by status (active, archived)",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session ID(s)",
                "optional": true,
                "nullable": false
              },
              "agent_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by connected agent ID(s)",
                "optional": true,
                "nullable": false
              },
              "actor_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by connected identity actor ID(s)",
                "optional": true,
                "nullable": false
              },
              "consumer_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by connected consumer ID(s)",
                "optional": true,
                "nullable": false
              },
              "identity_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by connected identity ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_template_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session template ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_deployment_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider deployment ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider config ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_auth_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider auth config ID(s)",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for session creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for session creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter session creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for session last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for session last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter session last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_518",
      "name": "providerSession",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "session",
                "id": "ses_4dEfGhJkLmNpQrSt",
                "status": "active",
                "name": "Production Session",
                "description": "Session for production environment",
                "metadata": {},
                "connection_state": "connected",
                "connection_url": "https://mcp.metorial.com/mcp/ses_4dEfGhJkLmNpQrSt",
                "client_secret": "metorial_fk_4eC39HqLyjWDarjtT1zdp7dc",
                "usage": {},
                "providers": [
                  {
                    "object": "session.provider",
                    "id": "spr_3cDeFgHjKlMnPqRs",
                    "status": "active",
                    "usage": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                    "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  {
                    "object": "session.provider",
                    "id": "spr_3cDeFgHjKlMnPqRs",
                    "status": "active",
                    "usage": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                    "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "session",
                  "id": "ses_4dEfGhJkLmNpQrSt",
                  "status": "active",
                  "name": "Production Session",
                  "description": "Session for production environment",
                  "metadata": {},
                  "connection_state": "connected",
                  "connection_url": "https://mcp.metorial.com/mcp/ses_4dEfGhJkLmNpQrSt",
                  "client_secret": "metorial_fk_4eC39HqLyjWDarjtT1zdp7dc",
                  "usage": {},
                  "providers": [
                    {
                      "object": "session.provider",
                      "id": "spr_3cDeFgHjKlMnPqRs",
                      "status": "active",
                      "usage": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "session_id": "ses_4dEfGhJkLmNpQrSt",
                      "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                      "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                      "deployment": {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview"
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    {
                      "object": "session.provider",
                      "id": "spr_3cDeFgHjKlMnPqRs",
                      "status": "active",
                      "usage": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "session_id": "ses_4dEfGhJkLmNpQrSt",
                      "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                      "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                      "deployment": {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview"
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  ],
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "session",
                  "id": "ses_4dEfGhJkLmNpQrSt",
                  "status": "active",
                  "name": "Production Session",
                  "description": "Session for production environment",
                  "metadata": {},
                  "connection_state": "connected",
                  "connection_url": "https://mcp.metorial.com/mcp/ses_4dEfGhJkLmNpQrSt",
                  "client_secret": "metorial_fk_4eC39HqLyjWDarjtT1zdp7dc",
                  "usage": {},
                  "providers": [
                    {
                      "object": "session.provider",
                      "id": "spr_3cDeFgHjKlMnPqRs",
                      "status": "active",
                      "usage": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "session_id": "ses_4dEfGhJkLmNpQrSt",
                      "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                      "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                      "deployment": {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview"
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    {
                      "object": "session.provider",
                      "id": "spr_3cDeFgHjKlMnPqRs",
                      "status": "active",
                      "usage": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "session_id": "ses_4dEfGhJkLmNpQrSt",
                      "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                      "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                      "deployment": {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview"
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  ],
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session",
                    "id": "ses_4dEfGhJkLmNpQrSt",
                    "status": "active",
                    "name": "Production Session",
                    "description": "Session for production environment",
                    "metadata": {},
                    "connection_state": "connected",
                    "connection_url": "https://mcp.metorial.com/mcp/ses_4dEfGhJkLmNpQrSt",
                    "client_secret": "metorial_fk_4eC39HqLyjWDarjtT1zdp7dc",
                    "usage": {},
                    "providers": [
                      {
                        "object": "session.provider",
                        "id": "spr_3cDeFgHjKlMnPqRs",
                        "status": "active",
                        "usage": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "session_id": "ses_4dEfGhJkLmNpQrSt",
                        "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                        "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                        "deployment": {
                          "object": "provider.deployment#preview",
                          "id": "pde_1aBcDeFgHjKlMnPq",
                          "name": "Production",
                          "description": "Production deployment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_config": {
                          "object": "provider.auth_config#preview"
                        },
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      {
                        "object": "session.provider",
                        "id": "spr_3cDeFgHjKlMnPqRs",
                        "status": "active",
                        "usage": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "session_id": "ses_4dEfGhJkLmNpQrSt",
                        "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                        "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                        "deployment": {
                          "object": "provider.deployment#preview",
                          "id": "pde_1aBcDeFgHjKlMnPq",
                          "name": "Production",
                          "description": "Production deployment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_config": {
                          "object": "provider.auth_config#preview"
                        },
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "ses_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Session status",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production Session"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [
                      "Session for production environment"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "connection_state": {
                    "examples": [
                      "connected",
                      "disconnected"
                    ],
                    "type": "enum",
                    "name": "connection_state",
                    "description": "Session connection state",
                    "optional": false,
                    "nullable": false
                  },
                  "connection_url": {
                    "examples": [
                      "https://mcp.metorial.com/mcp/ses_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "connection_url",
                    "description": "MCP connection URL for this session",
                    "optional": false,
                    "nullable": false
                  },
                  "client_secret": {
                    "examples": [
                      "metorial_fk_4eC39HqLyjWDarjtT1zdp7dc"
                    ],
                    "type": "string",
                    "name": "client_secret",
                    "description": "Session-scoped fine grained client secret token",
                    "optional": false,
                    "nullable": true
                  },
                  "usage": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "total_productive_client_message_count": {
                        "examples": [],
                        "type": "number",
                        "name": "total_productive_client_message_count",
                        "description": "Total productive client messages",
                        "optional": false,
                        "nullable": false
                      },
                      "total_productive_provider_message_count": {
                        "examples": [],
                        "type": "number",
                        "name": "total_productive_provider_message_count",
                        "description": "Total productive provider messages",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "providers": {
                    "examples": [
                      [
                        {
                          "object": "session.provider",
                          "id": "spr_3cDeFgHjKlMnPqRs",
                          "status": "active",
                          "usage": {},
                          "tool_filter": {
                            "type": "allow_all"
                          },
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "session_id": "ses_4dEfGhJkLmNpQrSt",
                          "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                          "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                          "deployment": {
                            "object": "provider.deployment#preview",
                            "id": "pde_1aBcDeFgHjKlMnPq",
                            "name": "Production",
                            "description": "Production deployment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "config": {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "auth_config": {
                            "object": "provider.auth_config#preview"
                          },
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        {
                          "object": "session.provider",
                          "id": "spr_3cDeFgHjKlMnPqRs",
                          "status": "active",
                          "usage": {},
                          "tool_filter": {
                            "type": "allow_all"
                          },
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "session_id": "ses_4dEfGhJkLmNpQrSt",
                          "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                          "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                          "deployment": {
                            "object": "provider.deployment#preview",
                            "id": "pde_1aBcDeFgHjKlMnPq",
                            "name": "Production",
                            "description": "Production deployment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "config": {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "auth_config": {
                            "object": "provider.auth_config#preview"
                          },
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "session.provider",
                            "id": "spr_3cDeFgHjKlMnPqRs",
                            "status": "active",
                            "usage": {},
                            "tool_filter": {
                              "type": "allow_all"
                            },
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "session_id": "ses_4dEfGhJkLmNpQrSt",
                            "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                            "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                            "deployment": {
                              "object": "provider.deployment#preview",
                              "id": "pde_1aBcDeFgHjKlMnPq",
                              "name": "Production",
                              "description": "Production deployment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "config": {
                              "object": "provider.config#preview",
                              "id": "pcf_7dEfGhJkLmNpQrSt",
                              "name": "Production Config",
                              "description": "Configuration for production environment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "auth_config": {
                              "object": "provider.auth_config#preview"
                            },
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "session.provider"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "spr_3cDeFgHjKlMnPqRs"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique session provider identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Provider status",
                            "optional": false,
                            "nullable": false
                          },
                          "usage": {
                            "examples": [
                              {}
                            ],
                            "properties": {
                              "total_productive_client_message_count": {
                                "examples": [],
                                "type": "number",
                                "name": "total_productive_client_message_count",
                                "description": "Total productive client messages",
                                "optional": false,
                                "nullable": false
                              },
                              "total_productive_provider_message_count": {
                                "examples": [],
                                "type": "number",
                                "name": "total_productive_provider_message_count",
                                "description": "Total productive provider messages",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "name": "usage",
                            "description": "Usage statistics",
                            "optional": false,
                            "nullable": false
                          },
                          "tool_filter": {
                            "examples": [
                              {
                                "type": "allow_all"
                              },
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "allow_all"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "allow_all"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "ignore_parent_filters": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "filter",
                                    "filters": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_keys"
                                      }
                                    ]
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "filter"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "filters": {
                                    "examples": [
                                      [
                                        {
                                          "type": "tool_keys"
                                        },
                                        {
                                          "type": "tool_keys"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "tool_regex"
                                        },
                                        {
                                          "type": "tool_regex"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "resource_regex"
                                        },
                                        {
                                          "type": "resource_regex"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "resource_uris"
                                        },
                                        {
                                          "type": "resource_uris"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "prompt_keys"
                                        },
                                        {
                                          "type": "prompt_keys"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "prompt_regex"
                                        },
                                        {
                                          "type": "prompt_regex"
                                        }
                                      ]
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          },
                                          {
                                            "type": "tool_regex"
                                          },
                                          {
                                            "type": "resource_regex"
                                          },
                                          {
                                            "type": "resource_uris"
                                          },
                                          {
                                            "type": "prompt_keys"
                                          },
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "items": [
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_keys"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "tool_keys"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "keys": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "tool_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "resource_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "resource_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "resource_uris"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "resource_uris"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "uris": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "prompt_keys"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "prompt_keys"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "keys": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "prompt_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "prompt_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "union",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "ignore_parent_filters": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "description": "Tool filter configuration",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "session_id": {
                            "examples": [
                              "ses_4dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "session_id",
                            "description": "Parent session ID",
                            "optional": false,
                            "nullable": false
                          },
                          "from_template_id": {
                            "examples": [
                              "stm_2bCdEfGhJkLmNpQr"
                            ],
                            "type": "string",
                            "name": "from_template_id",
                            "description": "Source template ID",
                            "optional": false,
                            "nullable": true
                          },
                          "from_template_provider_id": {
                            "examples": [
                              "stp_3cDeFgHjKlMnPqRs"
                            ],
                            "type": "string",
                            "name": "from_template_provider_id",
                            "description": "Source template provider ID",
                            "optional": false,
                            "nullable": true
                          },
                          "deployment": {
                            "examples": [
                              {
                                "object": "provider.deployment#preview",
                                "id": "pde_1aBcDeFgHjKlMnPq",
                                "name": "Production",
                                "description": "Production deployment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.deployment#preview"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pde_1aBcDeFgHjKlMnPq"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Deployment ID",
                                "optional": false,
                                "nullable": false
                              },
                              "is_default": {
                                "examples": [],
                                "type": "boolean",
                                "name": "is_default",
                                "description": "Whether this is the default deployment",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Production"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Deployment name",
                                "optional": false,
                                "nullable": true
                              },
                              "description": {
                                "examples": [
                                  "Production deployment"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Description",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "metadata",
                                "description": "Custom key-value pairs for storing additional information",
                                "optional": false,
                                "nullable": true
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_id",
                                "description": "Provider ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "config": {
                            "examples": [
                              {
                                "object": "provider.config#preview",
                                "id": "pcf_7dEfGhJkLmNpQrSt",
                                "name": "Production Config",
                                "description": "Configuration for production environment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.config#preview"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pcf_7dEfGhJkLmNpQrSt"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Config ID",
                                "optional": false,
                                "nullable": false
                              },
                              "is_default": {
                                "examples": [],
                                "type": "boolean",
                                "name": "is_default",
                                "description": "Whether this is the default config",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Production Config"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Config name",
                                "optional": false,
                                "nullable": true
                              },
                              "description": {
                                "examples": [
                                  "Configuration for production environment"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Description",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "metadata",
                                "description": "Custom key-value pairs for storing additional information",
                                "optional": false,
                                "nullable": true
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_id",
                                "description": "Provider ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "auth_config": {
                            "examples": [
                              {
                                "object": "provider.auth_config#preview"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.auth_config#preview"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "providers",
                    "description": "Session providers",
                    "optional": false,
                    "nullable": false
                  },
                  "from_templates_ids": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "from_templates_ids",
                    "description": "Template IDs this session was created from",
                    "optional": false,
                    "nullable": false
                  },
                  "has_errors": {
                    "examples": [],
                    "type": "boolean",
                    "name": "has_errors",
                    "description": "Whether the session has any errors",
                    "optional": false,
                    "nullable": false
                  },
                  "has_warnings": {
                    "examples": [],
                    "type": "boolean",
                    "name": "has_warnings",
                    "description": "Whether the session has any warnings",
                    "optional": false,
                    "nullable": false
                  },
                  "identity_actor_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "identity_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_520",
      "name": "providerSession",
      "type": {
        "examples": [
          {
            "object": "session",
            "id": "ses_4dEfGhJkLmNpQrSt",
            "status": "active",
            "name": "Production Session",
            "description": "Session for production environment",
            "metadata": {},
            "connection_state": "connected",
            "connection_url": "https://mcp.metorial.com/mcp/ses_4dEfGhJkLmNpQrSt",
            "client_secret": "metorial_fk_4eC39HqLyjWDarjtT1zdp7dc",
            "usage": {},
            "providers": [
              {
                "object": "session.provider",
                "id": "spr_3cDeFgHjKlMnPqRs",
                "status": "active",
                "usage": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "session.provider",
                "id": "spr_3cDeFgHjKlMnPqRs",
                "status": "active",
                "usage": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "ses_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Session status",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Session"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Session for production environment"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "connection_state": {
            "examples": [
              "connected",
              "disconnected"
            ],
            "type": "enum",
            "name": "connection_state",
            "description": "Session connection state",
            "optional": false,
            "nullable": false
          },
          "connection_url": {
            "examples": [
              "https://mcp.metorial.com/mcp/ses_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "connection_url",
            "description": "MCP connection URL for this session",
            "optional": false,
            "nullable": false
          },
          "client_secret": {
            "examples": [
              "metorial_fk_4eC39HqLyjWDarjtT1zdp7dc"
            ],
            "type": "string",
            "name": "client_secret",
            "description": "Session-scoped fine grained client secret token",
            "optional": false,
            "nullable": true
          },
          "usage": {
            "examples": [
              {}
            ],
            "properties": {
              "total_productive_client_message_count": {
                "examples": [],
                "type": "number",
                "name": "total_productive_client_message_count",
                "description": "Total productive client messages",
                "optional": false,
                "nullable": false
              },
              "total_productive_provider_message_count": {
                "examples": [],
                "type": "number",
                "name": "total_productive_provider_message_count",
                "description": "Total productive provider messages",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "session.provider",
                  "id": "spr_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "usage": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "session.provider",
                  "id": "spr_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "usage": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session.provider",
                    "id": "spr_3cDeFgHjKlMnPqRs",
                    "status": "active",
                    "usage": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                    "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.provider"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "spr_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Provider status",
                    "optional": false,
                    "nullable": false
                  },
                  "usage": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "total_productive_client_message_count": {
                        "examples": [],
                        "type": "number",
                        "name": "total_productive_client_message_count",
                        "description": "Total productive client messages",
                        "optional": false,
                        "nullable": false
                      },
                      "total_productive_provider_message_count": {
                        "examples": [],
                        "type": "number",
                        "name": "total_productive_provider_message_count",
                        "description": "Total productive provider messages",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "name": "usage",
                    "description": "Usage statistics",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "session_id": {
                    "examples": [
                      "ses_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "session_id",
                    "description": "Parent session ID",
                    "optional": false,
                    "nullable": false
                  },
                  "from_template_id": {
                    "examples": [
                      "stm_2bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "name": "from_template_id",
                    "description": "Source template ID",
                    "optional": false,
                    "nullable": true
                  },
                  "from_template_provider_id": {
                    "examples": [
                      "stp_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "from_template_provider_id",
                    "description": "Source template provider ID",
                    "optional": false,
                    "nullable": true
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "providers",
            "description": "Session providers",
            "optional": false,
            "nullable": false
          },
          "from_templates_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "from_templates_ids",
            "description": "Template IDs this session was created from",
            "optional": false,
            "nullable": false
          },
          "has_errors": {
            "examples": [],
            "type": "boolean",
            "name": "has_errors",
            "description": "Whether the session has any errors",
            "optional": false,
            "nullable": false
          },
          "has_warnings": {
            "examples": [],
            "type": "boolean",
            "name": "has_warnings",
            "description": "Whether the session has any warnings",
            "optional": false,
            "nullable": false
          },
          "identity_actor_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "identity_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_522",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          },
          "providers": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "items": [
                          {
                            "examples": [
                              {
                                "provider_deployment_id": "pdp_4dEfGhJkLmNpQrSt"
                              },
                              {
                                "provider_deployment": {
                                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                  "name": "Default Deployment",
                                  "description": "Deployment for production environment",
                                  "metadata": {},
                                  "locked_provider_version_id": "pv_1a2b3c4d5e6f7g8h9"
                                }
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "provider_deployment_id": "pdp_4dEfGhJkLmNpQrSt"
                                  }
                                ],
                                "properties": {
                                  "provider_deployment_id": {
                                    "examples": [
                                      "pdp_4dEfGhJkLmNpQrSt"
                                    ],
                                    "type": "string",
                                    "description": "Existing provider deployment ID",
                                    "optional": true,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "provider_deployment": {
                                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                      "name": "Default Deployment",
                                      "description": "Deployment for production environment",
                                      "metadata": {},
                                      "locked_provider_version_id": "pv_1a2b3c4d5e6f7g8h9"
                                    }
                                  }
                                ],
                                "properties": {
                                  "provider_deployment": {
                                    "examples": [
                                      {
                                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                        "name": "Default Deployment",
                                        "description": "Deployment for production environment",
                                        "metadata": {},
                                        "locked_provider_version_id": "pv_1a2b3c4d5e6f7g8h9"
                                      }
                                    ],
                                    "properties": {
                                      "provider_id": {
                                        "examples": [
                                          "pro_5gHjKlMnPqRsTuVw"
                                        ],
                                        "type": "string",
                                        "description": "Provider ID",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "name": {
                                        "examples": [
                                          "Default Deployment"
                                        ],
                                        "type": "string",
                                        "optional": true,
                                        "nullable": false
                                      },
                                      "description": {
                                        "examples": [
                                          "Deployment for production environment"
                                        ],
                                        "type": "string",
                                        "optional": true,
                                        "nullable": false
                                      },
                                      "metadata": {
                                        "examples": [
                                          {}
                                        ],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "any",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "record",
                                        "description": "Custom key-value pairs for storing additional information",
                                        "optional": true,
                                        "nullable": false
                                      },
                                      "locked_provider_version_id": {
                                        "examples": [
                                          "pv_1a2b3c4d5e6f7g8h9"
                                        ],
                                        "type": "string",
                                        "description": "Locked provider version ID to ensure consistent behavior",
                                        "optional": true,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": true,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "provider_config_id": "pcf_7dEfGhJkLmNpQrSt"
                              },
                              {
                                "provider_config": {
                                  "name": "Default Config",
                                  "value": {}
                                }
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "provider_config_id": "pcf_7dEfGhJkLmNpQrSt"
                                  }
                                ],
                                "properties": {
                                  "provider_config_id": {
                                    "examples": [
                                      "pcf_7dEfGhJkLmNpQrSt"
                                    ],
                                    "type": "string",
                                    "description": "Existing provider config ID",
                                    "optional": true,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "provider_config": {
                                      "name": "Default Config",
                                      "value": {}
                                    }
                                  }
                                ],
                                "properties": {
                                  "provider_config": {
                                    "examples": [
                                      {
                                        "name": "Default Config",
                                        "value": {}
                                      },
                                      {
                                        "name": "Default Config",
                                        "provider_config_vault_id": "pcvt_3bCdEfGhJkLmNpQr",
                                        "provider_id": "pro_5gHjKlMnPqRsTuVw"
                                      }
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "name": "Default Config",
                                            "value": {}
                                          }
                                        ],
                                        "properties": {
                                          "name": {
                                            "examples": [
                                              "Default Config"
                                            ],
                                            "type": "string",
                                            "optional": true,
                                            "nullable": false
                                          },
                                          "value": {
                                            "examples": [
                                              {}
                                            ],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "any",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "record",
                                            "description": "Provider-specific configuration values",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "name": "Default Config",
                                            "provider_config_vault_id": "pcvt_3bCdEfGhJkLmNpQr",
                                            "provider_id": "pro_5gHjKlMnPqRsTuVw"
                                          }
                                        ],
                                        "properties": {
                                          "name": {
                                            "examples": [
                                              "Default Config"
                                            ],
                                            "type": "string",
                                            "optional": true,
                                            "nullable": false
                                          },
                                          "provider_config_vault_id": {
                                            "examples": [
                                              "pcvt_3bCdEfGhJkLmNpQr"
                                            ],
                                            "type": "string",
                                            "description": "Provider config vault ID",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "provider_id": {
                                            "examples": [
                                              "pro_5gHjKlMnPqRsTuVw"
                                            ],
                                            "type": "string",
                                            "description": "Explicitly specify provider ID to associate with this auth config",
                                            "optional": true,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "union",
                                    "optional": true,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "intersection",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [],
                        "items": [
                          {
                            "examples": [
                              {
                                "provider_auth_config_id": "pac_3nOpRsTuVwXyZaBc"
                              },
                              {
                                "provider_auth_config": {
                                  "name": "Default Auth Config",
                                  "provider_auth_method_id": "pam_2mNpQrStUvWxYzAb",
                                  "credentials": {},
                                  "provider_id": "pro_5gHjKlMnPqRsTuVw"
                                }
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "provider_auth_config_id": "pac_3nOpRsTuVwXyZaBc"
                                  }
                                ],
                                "properties": {
                                  "provider_auth_config_id": {
                                    "examples": [
                                      "pac_3nOpRsTuVwXyZaBc"
                                    ],
                                    "type": "string",
                                    "description": "Existing provider auth config ID",
                                    "optional": true,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "provider_auth_config": {
                                      "name": "Default Auth Config",
                                      "provider_auth_method_id": "pam_2mNpQrStUvWxYzAb",
                                      "credentials": {},
                                      "provider_id": "pro_5gHjKlMnPqRsTuVw"
                                    }
                                  }
                                ],
                                "properties": {
                                  "provider_auth_config": {
                                    "examples": [
                                      {
                                        "name": "Default Auth Config",
                                        "provider_auth_method_id": "pam_2mNpQrStUvWxYzAb",
                                        "credentials": {},
                                        "provider_id": "pro_5gHjKlMnPqRsTuVw"
                                      }
                                    ],
                                    "properties": {
                                      "name": {
                                        "examples": [
                                          "Default Auth Config"
                                        ],
                                        "type": "string",
                                        "optional": true,
                                        "nullable": false
                                      },
                                      "provider_auth_method_id": {
                                        "examples": [
                                          "pam_2mNpQrStUvWxYzAb"
                                        ],
                                        "type": "string",
                                        "description": "The authentication method to use (e.g., OAuth flow)",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "credentials": {
                                        "examples": [
                                          {}
                                        ],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "any",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "record",
                                        "description": "Provider-specific authentication credentials",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "provider_id": {
                                        "examples": [
                                          "pro_5gHjKlMnPqRsTuVw"
                                        ],
                                        "type": "string",
                                        "description": "Explicitly specify provider ID to associate with this auth config",
                                        "optional": true,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": true,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {}
                            ],
                            "properties": {
                              "session_template_id": {
                                "examples": [],
                                "type": "string",
                                "optional": true,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "intersection",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "intersection",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "tool_filters": {
                          "type": "tool_keys"
                        }
                      }
                    ],
                    "properties": {
                      "tool_filters": {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          },
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": true,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "intersection",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_523",
      "name": "providerSession",
      "type": {
        "examples": [
          {
            "object": "session",
            "id": "ses_4dEfGhJkLmNpQrSt",
            "status": "active",
            "name": "Production Session",
            "description": "Session for production environment",
            "metadata": {},
            "connection_state": "connected",
            "connection_url": "https://mcp.metorial.com/mcp/ses_4dEfGhJkLmNpQrSt",
            "client_secret": "metorial_fk_4eC39HqLyjWDarjtT1zdp7dc",
            "usage": {},
            "providers": [
              {
                "object": "session.provider",
                "id": "spr_3cDeFgHjKlMnPqRs",
                "status": "active",
                "usage": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "session.provider",
                "id": "spr_3cDeFgHjKlMnPqRs",
                "status": "active",
                "usage": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "ses_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Session status",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Session"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Session for production environment"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "connection_state": {
            "examples": [
              "connected",
              "disconnected"
            ],
            "type": "enum",
            "name": "connection_state",
            "description": "Session connection state",
            "optional": false,
            "nullable": false
          },
          "connection_url": {
            "examples": [
              "https://mcp.metorial.com/mcp/ses_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "connection_url",
            "description": "MCP connection URL for this session",
            "optional": false,
            "nullable": false
          },
          "client_secret": {
            "examples": [
              "metorial_fk_4eC39HqLyjWDarjtT1zdp7dc"
            ],
            "type": "string",
            "name": "client_secret",
            "description": "Session-scoped fine grained client secret token",
            "optional": false,
            "nullable": true
          },
          "usage": {
            "examples": [
              {}
            ],
            "properties": {
              "total_productive_client_message_count": {
                "examples": [],
                "type": "number",
                "name": "total_productive_client_message_count",
                "description": "Total productive client messages",
                "optional": false,
                "nullable": false
              },
              "total_productive_provider_message_count": {
                "examples": [],
                "type": "number",
                "name": "total_productive_provider_message_count",
                "description": "Total productive provider messages",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "session.provider",
                  "id": "spr_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "usage": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "session.provider",
                  "id": "spr_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "usage": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session.provider",
                    "id": "spr_3cDeFgHjKlMnPqRs",
                    "status": "active",
                    "usage": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                    "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.provider"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "spr_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Provider status",
                    "optional": false,
                    "nullable": false
                  },
                  "usage": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "total_productive_client_message_count": {
                        "examples": [],
                        "type": "number",
                        "name": "total_productive_client_message_count",
                        "description": "Total productive client messages",
                        "optional": false,
                        "nullable": false
                      },
                      "total_productive_provider_message_count": {
                        "examples": [],
                        "type": "number",
                        "name": "total_productive_provider_message_count",
                        "description": "Total productive provider messages",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "name": "usage",
                    "description": "Usage statistics",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "session_id": {
                    "examples": [
                      "ses_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "session_id",
                    "description": "Parent session ID",
                    "optional": false,
                    "nullable": false
                  },
                  "from_template_id": {
                    "examples": [
                      "stm_2bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "name": "from_template_id",
                    "description": "Source template ID",
                    "optional": false,
                    "nullable": true
                  },
                  "from_template_provider_id": {
                    "examples": [
                      "stp_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "from_template_provider_id",
                    "description": "Source template provider ID",
                    "optional": false,
                    "nullable": true
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "providers",
            "description": "Session providers",
            "optional": false,
            "nullable": false
          },
          "from_templates_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "from_templates_ids",
            "description": "Template IDs this session was created from",
            "optional": false,
            "nullable": false
          },
          "has_errors": {
            "examples": [],
            "type": "boolean",
            "name": "has_errors",
            "description": "Whether the session has any errors",
            "optional": false,
            "nullable": false
          },
          "has_warnings": {
            "examples": [],
            "type": "boolean",
            "name": "has_warnings",
            "description": "Whether the session has any warnings",
            "optional": false,
            "nullable": false
          },
          "identity_actor_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "identity_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_525",
      "name": "Body",
      "type": {
        "examples": [
          {
            "name": "My updated session",
            "description": "Updated session description",
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [
              "My updated session"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [
              "Updated session description"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Custom key-value pairs for storing additional information",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_526",
      "name": "providerSession",
      "type": {
        "examples": [
          {
            "object": "session",
            "id": "ses_4dEfGhJkLmNpQrSt",
            "status": "active",
            "name": "Production Session",
            "description": "Session for production environment",
            "metadata": {},
            "connection_state": "connected",
            "connection_url": "https://mcp.metorial.com/mcp/ses_4dEfGhJkLmNpQrSt",
            "client_secret": "metorial_fk_4eC39HqLyjWDarjtT1zdp7dc",
            "usage": {},
            "providers": [
              {
                "object": "session.provider",
                "id": "spr_3cDeFgHjKlMnPqRs",
                "status": "active",
                "usage": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "session.provider",
                "id": "spr_3cDeFgHjKlMnPqRs",
                "status": "active",
                "usage": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "ses_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Session status",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Session"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Session for production environment"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "connection_state": {
            "examples": [
              "connected",
              "disconnected"
            ],
            "type": "enum",
            "name": "connection_state",
            "description": "Session connection state",
            "optional": false,
            "nullable": false
          },
          "connection_url": {
            "examples": [
              "https://mcp.metorial.com/mcp/ses_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "connection_url",
            "description": "MCP connection URL for this session",
            "optional": false,
            "nullable": false
          },
          "client_secret": {
            "examples": [
              "metorial_fk_4eC39HqLyjWDarjtT1zdp7dc"
            ],
            "type": "string",
            "name": "client_secret",
            "description": "Session-scoped fine grained client secret token",
            "optional": false,
            "nullable": true
          },
          "usage": {
            "examples": [
              {}
            ],
            "properties": {
              "total_productive_client_message_count": {
                "examples": [],
                "type": "number",
                "name": "total_productive_client_message_count",
                "description": "Total productive client messages",
                "optional": false,
                "nullable": false
              },
              "total_productive_provider_message_count": {
                "examples": [],
                "type": "number",
                "name": "total_productive_provider_message_count",
                "description": "Total productive provider messages",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "session.provider",
                  "id": "spr_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "usage": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "session.provider",
                  "id": "spr_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "usage": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session.provider",
                    "id": "spr_3cDeFgHjKlMnPqRs",
                    "status": "active",
                    "usage": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                    "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.provider"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "spr_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Provider status",
                    "optional": false,
                    "nullable": false
                  },
                  "usage": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "total_productive_client_message_count": {
                        "examples": [],
                        "type": "number",
                        "name": "total_productive_client_message_count",
                        "description": "Total productive client messages",
                        "optional": false,
                        "nullable": false
                      },
                      "total_productive_provider_message_count": {
                        "examples": [],
                        "type": "number",
                        "name": "total_productive_provider_message_count",
                        "description": "Total productive provider messages",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "name": "usage",
                    "description": "Usage statistics",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "session_id": {
                    "examples": [
                      "ses_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "session_id",
                    "description": "Parent session ID",
                    "optional": false,
                    "nullable": false
                  },
                  "from_template_id": {
                    "examples": [
                      "stm_2bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "name": "from_template_id",
                    "description": "Source template ID",
                    "optional": false,
                    "nullable": true
                  },
                  "from_template_provider_id": {
                    "examples": [
                      "stp_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "from_template_provider_id",
                    "description": "Source template provider ID",
                    "optional": false,
                    "nullable": true
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "providers",
            "description": "Session providers",
            "optional": false,
            "nullable": false
          },
          "from_templates_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "from_templates_ids",
            "description": "Template IDs this session was created from",
            "optional": false,
            "nullable": false
          },
          "has_errors": {
            "examples": [],
            "type": "boolean",
            "name": "has_errors",
            "description": "Whether the session has any errors",
            "optional": false,
            "nullable": false
          },
          "has_warnings": {
            "examples": [],
            "type": "boolean",
            "name": "has_warnings",
            "description": "Whether the session has any warnings",
            "optional": false,
            "nullable": false
          },
          "identity_actor_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "identity_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_528",
      "name": "providerSession",
      "type": {
        "examples": [
          {
            "object": "session",
            "id": "ses_4dEfGhJkLmNpQrSt",
            "status": "active",
            "name": "Production Session",
            "description": "Session for production environment",
            "metadata": {},
            "connection_state": "connected",
            "connection_url": "https://mcp.metorial.com/mcp/ses_4dEfGhJkLmNpQrSt",
            "client_secret": "metorial_fk_4eC39HqLyjWDarjtT1zdp7dc",
            "usage": {},
            "providers": [
              {
                "object": "session.provider",
                "id": "spr_3cDeFgHjKlMnPqRs",
                "status": "active",
                "usage": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "session.provider",
                "id": "spr_3cDeFgHjKlMnPqRs",
                "status": "active",
                "usage": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "ses_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Session status",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Session"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [
              "Session for production environment"
            ],
            "type": "string",
            "name": "description",
            "description": "Description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "connection_state": {
            "examples": [
              "connected",
              "disconnected"
            ],
            "type": "enum",
            "name": "connection_state",
            "description": "Session connection state",
            "optional": false,
            "nullable": false
          },
          "connection_url": {
            "examples": [
              "https://mcp.metorial.com/mcp/ses_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "connection_url",
            "description": "MCP connection URL for this session",
            "optional": false,
            "nullable": false
          },
          "client_secret": {
            "examples": [
              "metorial_fk_4eC39HqLyjWDarjtT1zdp7dc"
            ],
            "type": "string",
            "name": "client_secret",
            "description": "Session-scoped fine grained client secret token",
            "optional": false,
            "nullable": true
          },
          "usage": {
            "examples": [
              {}
            ],
            "properties": {
              "total_productive_client_message_count": {
                "examples": [],
                "type": "number",
                "name": "total_productive_client_message_count",
                "description": "Total productive client messages",
                "optional": false,
                "nullable": false
              },
              "total_productive_provider_message_count": {
                "examples": [],
                "type": "number",
                "name": "total_productive_provider_message_count",
                "description": "Total productive provider messages",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "session.provider",
                  "id": "spr_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "usage": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "session.provider",
                  "id": "spr_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "usage": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session.provider",
                    "id": "spr_3cDeFgHjKlMnPqRs",
                    "status": "active",
                    "usage": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                    "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.provider"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "spr_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Provider status",
                    "optional": false,
                    "nullable": false
                  },
                  "usage": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "total_productive_client_message_count": {
                        "examples": [],
                        "type": "number",
                        "name": "total_productive_client_message_count",
                        "description": "Total productive client messages",
                        "optional": false,
                        "nullable": false
                      },
                      "total_productive_provider_message_count": {
                        "examples": [],
                        "type": "number",
                        "name": "total_productive_provider_message_count",
                        "description": "Total productive provider messages",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "name": "usage",
                    "description": "Usage statistics",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "session_id": {
                    "examples": [
                      "ses_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "session_id",
                    "description": "Parent session ID",
                    "optional": false,
                    "nullable": false
                  },
                  "from_template_id": {
                    "examples": [
                      "stm_2bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "name": "from_template_id",
                    "description": "Source template ID",
                    "optional": false,
                    "nullable": true
                  },
                  "from_template_provider_id": {
                    "examples": [
                      "stp_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "from_template_provider_id",
                    "description": "Source template provider ID",
                    "optional": false,
                    "nullable": true
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "providers",
            "description": "Session providers",
            "optional": false,
            "nullable": false
          },
          "from_templates_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "from_templates_ids",
            "description": "Template IDs this session was created from",
            "optional": false,
            "nullable": false
          },
          "has_errors": {
            "examples": [],
            "type": "boolean",
            "name": "has_errors",
            "description": "Whether the session has any errors",
            "optional": false,
            "nullable": false
          },
          "has_warnings": {
            "examples": [],
            "type": "boolean",
            "name": "has_warnings",
            "description": "Whether the session has any warnings",
            "optional": false,
            "nullable": false
          },
          "identity_actor_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "identity_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_531",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "active",
                  "archived",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by status (active, archived)",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session template ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter templates that include sessions with these IDs",
                "optional": true,
                "nullable": false
              },
              "session_provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter templates that include session providers with these IDs",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter templates that include providers with these IDs",
                "optional": true,
                "nullable": false
              },
              "provider_deployment_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter templates that include provider deployments with these IDs",
                "optional": true,
                "nullable": false
              },
              "provider_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter templates that include provider configs with these IDs",
                "optional": true,
                "nullable": false
              },
              "provider_auth_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter templates that include provider auth configs with these IDs",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for session template creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for session template creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter session template creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for session template last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for session template last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter session template last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_532",
      "name": "sessionTemplate",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "session.template",
                "id": "stm_2bCdEfGhJkLmNpQr",
                "status": "active",
                "name": "Production Template",
                "description": "Template for production sessions",
                "metadata": {},
                "providers": [
                  {
                    "object": "session.template.provider",
                    "id": "stp_3cDeFgHjKlMnPqRs",
                    "status": "active",
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  {
                    "object": "session.template.provider",
                    "id": "stp_3cDeFgHjKlMnPqRs",
                    "status": "active",
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "session.template",
                  "id": "stm_2bCdEfGhJkLmNpQr",
                  "status": "active",
                  "name": "Production Template",
                  "description": "Template for production sessions",
                  "metadata": {},
                  "providers": [
                    {
                      "object": "session.template.provider",
                      "id": "stp_3cDeFgHjKlMnPqRs",
                      "status": "active",
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                      "deployment": {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview"
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    {
                      "object": "session.template.provider",
                      "id": "stp_3cDeFgHjKlMnPqRs",
                      "status": "active",
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                      "deployment": {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview"
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  ],
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "session.template",
                  "id": "stm_2bCdEfGhJkLmNpQr",
                  "status": "active",
                  "name": "Production Template",
                  "description": "Template for production sessions",
                  "metadata": {},
                  "providers": [
                    {
                      "object": "session.template.provider",
                      "id": "stp_3cDeFgHjKlMnPqRs",
                      "status": "active",
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                      "deployment": {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview"
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    {
                      "object": "session.template.provider",
                      "id": "stp_3cDeFgHjKlMnPqRs",
                      "status": "active",
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                      "deployment": {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview"
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  ],
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session.template",
                    "id": "stm_2bCdEfGhJkLmNpQr",
                    "status": "active",
                    "name": "Production Template",
                    "description": "Template for production sessions",
                    "metadata": {},
                    "providers": [
                      {
                        "object": "session.template.provider",
                        "id": "stp_3cDeFgHjKlMnPqRs",
                        "status": "active",
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                        "deployment": {
                          "object": "provider.deployment#preview",
                          "id": "pde_1aBcDeFgHjKlMnPq",
                          "name": "Production",
                          "description": "Production deployment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_config": {
                          "object": "provider.auth_config#preview"
                        },
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      {
                        "object": "session.template.provider",
                        "id": "stp_3cDeFgHjKlMnPqRs",
                        "status": "active",
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                        "deployment": {
                          "object": "provider.deployment#preview",
                          "id": "pde_1aBcDeFgHjKlMnPq",
                          "name": "Production",
                          "description": "Production deployment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_config": {
                          "object": "provider.auth_config#preview"
                        },
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.template"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "stm_2bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session template identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Status of the session template",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production Template"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Template name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Template for production sessions"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Template description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs",
                    "optional": false,
                    "nullable": true
                  },
                  "integration_instance_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "integration_instance_group_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "identity_actor_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "identity_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "providers": {
                    "examples": [
                      [
                        {
                          "object": "session.template.provider",
                          "id": "stp_3cDeFgHjKlMnPqRs",
                          "status": "active",
                          "tool_filter": {
                            "type": "allow_all"
                          },
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                          "deployment": {
                            "object": "provider.deployment#preview",
                            "id": "pde_1aBcDeFgHjKlMnPq",
                            "name": "Production",
                            "description": "Production deployment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "config": {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "auth_config": {
                            "object": "provider.auth_config#preview"
                          },
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        {
                          "object": "session.template.provider",
                          "id": "stp_3cDeFgHjKlMnPqRs",
                          "status": "active",
                          "tool_filter": {
                            "type": "allow_all"
                          },
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                          "deployment": {
                            "object": "provider.deployment#preview",
                            "id": "pde_1aBcDeFgHjKlMnPq",
                            "name": "Production",
                            "description": "Production deployment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "config": {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "auth_config": {
                            "object": "provider.auth_config#preview"
                          },
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "session.template.provider",
                            "id": "stp_3cDeFgHjKlMnPqRs",
                            "status": "active",
                            "tool_filter": {
                              "type": "allow_all"
                            },
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                            "deployment": {
                              "object": "provider.deployment#preview",
                              "id": "pde_1aBcDeFgHjKlMnPq",
                              "name": "Production",
                              "description": "Production deployment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "config": {
                              "object": "provider.config#preview",
                              "id": "pcf_7dEfGhJkLmNpQrSt",
                              "name": "Production Config",
                              "description": "Configuration for production environment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "auth_config": {
                              "object": "provider.auth_config#preview"
                            },
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "session.template.provider"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "stp_3cDeFgHjKlMnPqRs"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique session template provider identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Provider status",
                            "optional": false,
                            "nullable": false
                          },
                          "tool_filter": {
                            "examples": [
                              {
                                "type": "allow_all"
                              },
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "allow_all"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "allow_all"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "ignore_parent_filters": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "filter",
                                    "filters": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_keys"
                                      }
                                    ]
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "filter"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "filters": {
                                    "examples": [
                                      [
                                        {
                                          "type": "tool_keys"
                                        },
                                        {
                                          "type": "tool_keys"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "tool_regex"
                                        },
                                        {
                                          "type": "tool_regex"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "resource_regex"
                                        },
                                        {
                                          "type": "resource_regex"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "resource_uris"
                                        },
                                        {
                                          "type": "resource_uris"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "prompt_keys"
                                        },
                                        {
                                          "type": "prompt_keys"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "prompt_regex"
                                        },
                                        {
                                          "type": "prompt_regex"
                                        }
                                      ]
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          },
                                          {
                                            "type": "tool_regex"
                                          },
                                          {
                                            "type": "resource_regex"
                                          },
                                          {
                                            "type": "resource_uris"
                                          },
                                          {
                                            "type": "prompt_keys"
                                          },
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "items": [
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_keys"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "tool_keys"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "keys": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "tool_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "resource_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "resource_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "resource_uris"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "resource_uris"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "uris": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "prompt_keys"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "prompt_keys"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "keys": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "prompt_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "prompt_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "union",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "ignore_parent_filters": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "description": "Tool filter configuration",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "session_template_id": {
                            "examples": [
                              "stm_2bCdEfGhJkLmNpQr"
                            ],
                            "type": "string",
                            "name": "session_template_id",
                            "description": "Parent session template ID",
                            "optional": false,
                            "nullable": false
                          },
                          "deployment": {
                            "examples": [
                              {
                                "object": "provider.deployment#preview",
                                "id": "pde_1aBcDeFgHjKlMnPq",
                                "name": "Production",
                                "description": "Production deployment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.deployment#preview"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pde_1aBcDeFgHjKlMnPq"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Deployment ID",
                                "optional": false,
                                "nullable": false
                              },
                              "is_default": {
                                "examples": [],
                                "type": "boolean",
                                "name": "is_default",
                                "description": "Whether this is the default deployment",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Production"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Deployment name",
                                "optional": false,
                                "nullable": true
                              },
                              "description": {
                                "examples": [
                                  "Production deployment"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Description",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "metadata",
                                "description": "Custom key-value pairs for storing additional information",
                                "optional": false,
                                "nullable": true
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_id",
                                "description": "Provider ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "config": {
                            "examples": [
                              {
                                "object": "provider.config#preview",
                                "id": "pcf_7dEfGhJkLmNpQrSt",
                                "name": "Production Config",
                                "description": "Configuration for production environment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.config#preview"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pcf_7dEfGhJkLmNpQrSt"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Config ID",
                                "optional": false,
                                "nullable": false
                              },
                              "is_default": {
                                "examples": [],
                                "type": "boolean",
                                "name": "is_default",
                                "description": "Whether this is the default config",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Production Config"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Config name",
                                "optional": false,
                                "nullable": true
                              },
                              "description": {
                                "examples": [
                                  "Configuration for production environment"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Description",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "metadata",
                                "description": "Custom key-value pairs for storing additional information",
                                "optional": false,
                                "nullable": true
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_id",
                                "description": "Provider ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "auth_config": {
                            "examples": [
                              {
                                "object": "provider.auth_config#preview"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.auth_config#preview"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "providers",
                    "description": "Template providers",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_534",
      "name": "sessionTemplate",
      "type": {
        "examples": [
          {
            "object": "session.template",
            "id": "stm_2bCdEfGhJkLmNpQr",
            "status": "active",
            "name": "Production Template",
            "description": "Template for production sessions",
            "metadata": {},
            "providers": [
              {
                "object": "session.template.provider",
                "id": "stp_3cDeFgHjKlMnPqRs",
                "status": "active",
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "session.template.provider",
                "id": "stp_3cDeFgHjKlMnPqRs",
                "status": "active",
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session.template"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "stm_2bCdEfGhJkLmNpQr"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session template identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Status of the session template",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Template"
            ],
            "type": "string",
            "name": "name",
            "description": "Template name",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Template for production sessions"
            ],
            "type": "string",
            "name": "description",
            "description": "Template description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs",
            "optional": false,
            "nullable": true
          },
          "integration_instance_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "integration_instance_group_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "identity_actor_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "identity_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "session.template.provider",
                  "id": "stp_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "session.template.provider",
                  "id": "stp_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session.template.provider",
                    "id": "stp_3cDeFgHjKlMnPqRs",
                    "status": "active",
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.template.provider"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "stp_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session template provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Provider status",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "session_template_id": {
                    "examples": [
                      "stm_2bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "name": "session_template_id",
                    "description": "Parent session template ID",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "providers",
            "description": "Template providers",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_536",
      "name": "Body",
      "type": {
        "examples": [
          {
            "name": "Production Template",
            "description": "Template for production sessions",
            "metadata": {},
            "providers": [
              {
                "tool_filters": {
                  "type": "tool_keys"
                }
              },
              {
                "tool_filters": {
                  "type": "tool_keys"
                }
              }
            ]
          }
        ],
        "properties": {
          "name": {
            "examples": [
              "Production Template"
            ],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Template for production sessions"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Custom key-value pairs for storing additional information",
            "optional": true,
            "nullable": false
          },
          "providers": {
            "examples": [
              [
                {
                  "tool_filters": {
                    "type": "tool_keys"
                  }
                },
                {
                  "tool_filters": {
                    "type": "tool_keys"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "tool_filters": {
                      "type": "tool_keys"
                    }
                  }
                ],
                "properties": {
                  "provider_deployment_id": {
                    "examples": [],
                    "type": "string",
                    "optional": true,
                    "nullable": false
                  },
                  "provider_config_id": {
                    "examples": [],
                    "type": "string",
                    "optional": true,
                    "nullable": false
                  },
                  "provider_auth_config_id": {
                    "examples": [],
                    "type": "string",
                    "optional": true,
                    "nullable": false
                  },
                  "tool_filters": {
                    "examples": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_regex"
                      },
                      {
                        "type": "resource_regex"
                      },
                      {
                        "type": "resource_uris"
                      },
                      {
                        "type": "prompt_keys"
                      },
                      {
                        "type": "prompt_regex"
                      },
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": true,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "description": "Optional list of providers to include in the template",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_537",
      "name": "sessionTemplate",
      "type": {
        "examples": [
          {
            "object": "session.template",
            "id": "stm_2bCdEfGhJkLmNpQr",
            "status": "active",
            "name": "Production Template",
            "description": "Template for production sessions",
            "metadata": {},
            "providers": [
              {
                "object": "session.template.provider",
                "id": "stp_3cDeFgHjKlMnPqRs",
                "status": "active",
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "session.template.provider",
                "id": "stp_3cDeFgHjKlMnPqRs",
                "status": "active",
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session.template"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "stm_2bCdEfGhJkLmNpQr"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session template identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Status of the session template",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Template"
            ],
            "type": "string",
            "name": "name",
            "description": "Template name",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Template for production sessions"
            ],
            "type": "string",
            "name": "description",
            "description": "Template description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs",
            "optional": false,
            "nullable": true
          },
          "integration_instance_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "integration_instance_group_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "identity_actor_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "identity_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "session.template.provider",
                  "id": "stp_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "session.template.provider",
                  "id": "stp_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session.template.provider",
                    "id": "stp_3cDeFgHjKlMnPqRs",
                    "status": "active",
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.template.provider"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "stp_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session template provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Provider status",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "session_template_id": {
                    "examples": [
                      "stm_2bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "name": "session_template_id",
                    "description": "Parent session template ID",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "providers",
            "description": "Template providers",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_539",
      "name": "Body",
      "type": {
        "examples": [
          {
            "name": "Updated Template Name",
            "description": "Updated description",
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [
              "Updated Template Name"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [
              "Updated description"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Custom key-value pairs for storing additional information",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_540",
      "name": "sessionTemplate",
      "type": {
        "examples": [
          {
            "object": "session.template",
            "id": "stm_2bCdEfGhJkLmNpQr",
            "status": "active",
            "name": "Production Template",
            "description": "Template for production sessions",
            "metadata": {},
            "providers": [
              {
                "object": "session.template.provider",
                "id": "stp_3cDeFgHjKlMnPqRs",
                "status": "active",
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "session.template.provider",
                "id": "stp_3cDeFgHjKlMnPqRs",
                "status": "active",
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session.template"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "stm_2bCdEfGhJkLmNpQr"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session template identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Status of the session template",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Template"
            ],
            "type": "string",
            "name": "name",
            "description": "Template name",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Template for production sessions"
            ],
            "type": "string",
            "name": "description",
            "description": "Template description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs",
            "optional": false,
            "nullable": true
          },
          "integration_instance_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "integration_instance_group_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "identity_actor_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "identity_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "session.template.provider",
                  "id": "stp_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "session.template.provider",
                  "id": "stp_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session.template.provider",
                    "id": "stp_3cDeFgHjKlMnPqRs",
                    "status": "active",
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.template.provider"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "stp_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session template provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Provider status",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "session_template_id": {
                    "examples": [
                      "stm_2bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "name": "session_template_id",
                    "description": "Parent session template ID",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "providers",
            "description": "Template providers",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_542",
      "name": "sessionTemplate",
      "type": {
        "examples": [
          {
            "object": "session.template",
            "id": "stm_2bCdEfGhJkLmNpQr",
            "status": "active",
            "name": "Production Template",
            "description": "Template for production sessions",
            "metadata": {},
            "providers": [
              {
                "object": "session.template.provider",
                "id": "stp_3cDeFgHjKlMnPqRs",
                "status": "active",
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "session.template.provider",
                "id": "stp_3cDeFgHjKlMnPqRs",
                "status": "active",
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session.template"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "stm_2bCdEfGhJkLmNpQr"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session template identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Status of the session template",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production Template"
            ],
            "type": "string",
            "name": "name",
            "description": "Template name",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "Template for production sessions"
            ],
            "type": "string",
            "name": "description",
            "description": "Template description",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs",
            "optional": false,
            "nullable": true
          },
          "integration_instance_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "integration_instance_group_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "identity_actor_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "identity_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "session.template.provider",
                  "id": "stp_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "session.template.provider",
                  "id": "stp_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session.template.provider",
                    "id": "stp_3cDeFgHjKlMnPqRs",
                    "status": "active",
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.template.provider"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "stp_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session template provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Provider status",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "session_template_id": {
                    "examples": [
                      "stm_2bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "name": "session_template_id",
                    "description": "Parent session template ID",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "providers",
            "description": "Template providers",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_544",
      "name": "provider.tools",
      "type": {
        "examples": [
          {
            "object": "provider.tools",
            "items": [
              {
                "object": "provider.tool",
                "id": "pto_5jKlMnPqRsTuVwXy",
                "key": "create_issue",
                "name": "Create Issue",
                "description": "Creates a new issue in a GitHub repository",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "tags": {},
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "provider.tool",
                "id": "pto_5jKlMnPqRsTuVwXy",
                "key": "create_issue",
                "name": "Create Issue",
                "description": "Creates a new issue in a GitHub repository",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "tags": {},
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.tools"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "items": {
            "examples": [
              [
                {
                  "object": "provider.tool",
                  "id": "pto_5jKlMnPqRsTuVwXy",
                  "key": "create_issue",
                  "name": "Create Issue",
                  "description": "Creates a new issue in a GitHub repository",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "tags": {},
                  "specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider.tool",
                  "id": "pto_5jKlMnPqRsTuVwXy",
                  "key": "create_issue",
                  "name": "Create Issue",
                  "description": "Creates a new issue in a GitHub repository",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "tags": {},
                  "specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.tool",
                    "id": "pto_5jKlMnPqRsTuVwXy",
                    "key": "create_issue",
                    "name": "Create Issue",
                    "description": "Creates a new issue in a GitHub repository",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "tags": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.tool"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pto_5jKlMnPqRsTuVwXy"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique tool identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "key": {
                    "examples": [
                      "create_issue"
                    ],
                    "type": "string",
                    "name": "key",
                    "description": "Tool key",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Create Issue"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the tool",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Creates a new issue in a GitHub repository"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Tool description",
                    "optional": false,
                    "nullable": true
                  },
                  "capabilities": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "capabilities",
                    "description": "Tool capabilities",
                    "optional": false,
                    "nullable": false
                  },
                  "constraints": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "constraints",
                    "description": "Tool constraints",
                    "optional": false,
                    "nullable": false
                  },
                  "instructions": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "instructions",
                    "description": "Tool usage instructions",
                    "optional": false,
                    "nullable": false
                  },
                  "input_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the tool input parameters",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "output_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the tool output format",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "tags": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "destructive": {
                        "examples": [],
                        "type": "boolean",
                        "name": "destructive",
                        "description": "Whether the tool is destructive",
                        "optional": false,
                        "nullable": true
                      },
                      "read_only": {
                        "examples": [],
                        "type": "boolean",
                        "name": "read_only",
                        "description": "Whether the tool is read-only",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "specification_id": {
                    "examples": [
                      "psp_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "specification_id",
                    "description": "Specification ID",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_547",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "active",
                  "archived",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session template provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_template_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session template ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_deployment_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider deployment ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider config ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_auth_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider auth config ID(s)",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for session template provider creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for session template provider creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter session template provider creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for session template provider last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for session template provider last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter session template provider last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_548",
      "name": "sessionTemplateProvider",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "session.template.provider",
                "id": "stp_3cDeFgHjKlMnPqRs",
                "status": "active",
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "session.template.provider",
                  "id": "stp_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "session.template.provider",
                  "id": "stp_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session.template.provider",
                    "id": "stp_3cDeFgHjKlMnPqRs",
                    "status": "active",
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "session_template_id": "stm_2bCdEfGhJkLmNpQr",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.template.provider"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "stp_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session template provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Provider status",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "session_template_id": {
                    "examples": [
                      "stm_2bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "name": "session_template_id",
                    "description": "Parent session template ID",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_550",
      "name": "sessionTemplateProvider",
      "type": {
        "examples": [
          {
            "object": "session.template.provider",
            "id": "stp_3cDeFgHjKlMnPqRs",
            "status": "active",
            "tool_filter": {
              "type": "allow_all"
            },
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "session_template_id": "stm_2bCdEfGhJkLmNpQr",
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_config": {
              "object": "provider.auth_config#preview"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session.template.provider"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "stp_3cDeFgHjKlMnPqRs"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session template provider identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Provider status",
            "optional": false,
            "nullable": false
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "session_template_id": {
            "examples": [
              "stm_2bCdEfGhJkLmNpQr"
            ],
            "type": "string",
            "name": "session_template_id",
            "description": "Parent session template ID",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config#preview"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_552",
      "name": "Body",
      "type": {
        "examples": [
          {
            "tool_filters": {
              "type": "tool_keys"
            }
          }
        ],
        "properties": {
          "session_template_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "provider_deployment_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "provider_config_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "provider_config_vault_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "provider_auth_config_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "tool_filters": {
            "examples": [
              {
                "type": "tool_keys"
              },
              {
                "type": "tool_regex"
              },
              {
                "type": "resource_regex"
              },
              {
                "type": "resource_uris"
              },
              {
                "type": "prompt_keys"
              },
              {
                "type": "prompt_regex"
              },
              [
                {
                  "type": "tool_keys"
                },
                {
                  "type": "tool_keys"
                }
              ],
              [
                {
                  "type": "tool_regex"
                },
                {
                  "type": "tool_regex"
                }
              ],
              [
                {
                  "type": "resource_regex"
                },
                {
                  "type": "resource_regex"
                }
              ],
              [
                {
                  "type": "resource_uris"
                },
                {
                  "type": "resource_uris"
                }
              ],
              [
                {
                  "type": "prompt_keys"
                },
                {
                  "type": "prompt_keys"
                }
              ],
              [
                {
                  "type": "prompt_regex"
                },
                {
                  "type": "prompt_regex"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_regex"
                  },
                  {
                    "type": "resource_regex"
                  },
                  {
                    "type": "resource_uris"
                  },
                  {
                    "type": "prompt_keys"
                  },
                  {
                    "type": "prompt_regex"
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "tool_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_uris"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_uris"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "uris": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  [
                    {
                      "type": "tool_keys"
                    },
                    {
                      "type": "tool_keys"
                    }
                  ],
                  [
                    {
                      "type": "tool_regex"
                    },
                    {
                      "type": "tool_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_regex"
                    },
                    {
                      "type": "resource_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_uris"
                    },
                    {
                      "type": "resource_uris"
                    }
                  ],
                  [
                    {
                      "type": "prompt_keys"
                    },
                    {
                      "type": "prompt_keys"
                    }
                  ],
                  [
                    {
                      "type": "prompt_regex"
                    },
                    {
                      "type": "prompt_regex"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_regex"
                      },
                      {
                        "type": "resource_regex"
                      },
                      {
                        "type": "resource_uris"
                      },
                      {
                        "type": "prompt_keys"
                      },
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "tool_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_uris"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_uris"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "uris": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": true,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_553",
      "name": "sessionTemplateProvider",
      "type": {
        "examples": [
          {
            "object": "session.template.provider",
            "id": "stp_3cDeFgHjKlMnPqRs",
            "status": "active",
            "tool_filter": {
              "type": "allow_all"
            },
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "session_template_id": "stm_2bCdEfGhJkLmNpQr",
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_config": {
              "object": "provider.auth_config#preview"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session.template.provider"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "stp_3cDeFgHjKlMnPqRs"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session template provider identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Provider status",
            "optional": false,
            "nullable": false
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "session_template_id": {
            "examples": [
              "stm_2bCdEfGhJkLmNpQr"
            ],
            "type": "string",
            "name": "session_template_id",
            "description": "Parent session template ID",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config#preview"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_555",
      "name": "Body",
      "type": {
        "examples": [
          {
            "tool_filters": {
              "type": "tool_keys"
            }
          }
        ],
        "properties": {
          "tool_filters": {
            "examples": [
              {
                "type": "tool_keys"
              },
              {
                "type": "tool_regex"
              },
              {
                "type": "resource_regex"
              },
              {
                "type": "resource_uris"
              },
              {
                "type": "prompt_keys"
              },
              {
                "type": "prompt_regex"
              },
              [
                {
                  "type": "tool_keys"
                },
                {
                  "type": "tool_keys"
                }
              ],
              [
                {
                  "type": "tool_regex"
                },
                {
                  "type": "tool_regex"
                }
              ],
              [
                {
                  "type": "resource_regex"
                },
                {
                  "type": "resource_regex"
                }
              ],
              [
                {
                  "type": "resource_uris"
                },
                {
                  "type": "resource_uris"
                }
              ],
              [
                {
                  "type": "prompt_keys"
                },
                {
                  "type": "prompt_keys"
                }
              ],
              [
                {
                  "type": "prompt_regex"
                },
                {
                  "type": "prompt_regex"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_regex"
                  },
                  {
                    "type": "resource_regex"
                  },
                  {
                    "type": "resource_uris"
                  },
                  {
                    "type": "prompt_keys"
                  },
                  {
                    "type": "prompt_regex"
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "tool_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_uris"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_uris"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "uris": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  [
                    {
                      "type": "tool_keys"
                    },
                    {
                      "type": "tool_keys"
                    }
                  ],
                  [
                    {
                      "type": "tool_regex"
                    },
                    {
                      "type": "tool_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_regex"
                    },
                    {
                      "type": "resource_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_uris"
                    },
                    {
                      "type": "resource_uris"
                    }
                  ],
                  [
                    {
                      "type": "prompt_keys"
                    },
                    {
                      "type": "prompt_keys"
                    }
                  ],
                  [
                    {
                      "type": "prompt_regex"
                    },
                    {
                      "type": "prompt_regex"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_regex"
                      },
                      {
                        "type": "resource_regex"
                      },
                      {
                        "type": "resource_uris"
                      },
                      {
                        "type": "prompt_keys"
                      },
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "tool_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_uris"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_uris"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "uris": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": true,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_556",
      "name": "sessionTemplateProvider",
      "type": {
        "examples": [
          {
            "object": "session.template.provider",
            "id": "stp_3cDeFgHjKlMnPqRs",
            "status": "active",
            "tool_filter": {
              "type": "allow_all"
            },
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "session_template_id": "stm_2bCdEfGhJkLmNpQr",
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_config": {
              "object": "provider.auth_config#preview"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session.template.provider"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "stp_3cDeFgHjKlMnPqRs"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session template provider identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Provider status",
            "optional": false,
            "nullable": false
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "session_template_id": {
            "examples": [
              "stm_2bCdEfGhJkLmNpQr"
            ],
            "type": "string",
            "name": "session_template_id",
            "description": "Parent session template ID",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config#preview"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_558",
      "name": "sessionTemplateProvider",
      "type": {
        "examples": [
          {
            "object": "session.template.provider",
            "id": "stp_3cDeFgHjKlMnPqRs",
            "status": "active",
            "tool_filter": {
              "type": "allow_all"
            },
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "session_template_id": "stm_2bCdEfGhJkLmNpQr",
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_config": {
              "object": "provider.auth_config#preview"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session.template.provider"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "stp_3cDeFgHjKlMnPqRs"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session template provider identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Provider status",
            "optional": false,
            "nullable": false
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "session_template_id": {
            "examples": [
              "stm_2bCdEfGhJkLmNpQr"
            ],
            "type": "string",
            "name": "session_template_id",
            "description": "Parent session template ID",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config#preview"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_561",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_template_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session template ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_deployment_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider deployment ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider config ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_auth_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider auth config ID(s)",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider status",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for session provider creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for session provider creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter session provider creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for session provider last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for session provider last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter session provider last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_562",
      "name": "sessionProvider",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "session.provider",
                "id": "spr_3cDeFgHjKlMnPqRs",
                "status": "active",
                "usage": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "session.provider",
                  "id": "spr_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "usage": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "session.provider",
                  "id": "spr_3cDeFgHjKlMnPqRs",
                  "status": "active",
                  "usage": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                  "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session.provider",
                    "id": "spr_3cDeFgHjKlMnPqRs",
                    "status": "active",
                    "usage": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "from_template_id": "stm_2bCdEfGhJkLmNpQr",
                    "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.provider"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "spr_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Provider status",
                    "optional": false,
                    "nullable": false
                  },
                  "usage": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "total_productive_client_message_count": {
                        "examples": [],
                        "type": "number",
                        "name": "total_productive_client_message_count",
                        "description": "Total productive client messages",
                        "optional": false,
                        "nullable": false
                      },
                      "total_productive_provider_message_count": {
                        "examples": [],
                        "type": "number",
                        "name": "total_productive_provider_message_count",
                        "description": "Total productive provider messages",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "name": "usage",
                    "description": "Usage statistics",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "session_id": {
                    "examples": [
                      "ses_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "session_id",
                    "description": "Parent session ID",
                    "optional": false,
                    "nullable": false
                  },
                  "from_template_id": {
                    "examples": [
                      "stm_2bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "name": "from_template_id",
                    "description": "Source template ID",
                    "optional": false,
                    "nullable": true
                  },
                  "from_template_provider_id": {
                    "examples": [
                      "stp_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "from_template_provider_id",
                    "description": "Source template provider ID",
                    "optional": false,
                    "nullable": true
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_564",
      "name": "sessionProvider",
      "type": {
        "examples": [
          {
            "object": "session.provider",
            "id": "spr_3cDeFgHjKlMnPqRs",
            "status": "active",
            "usage": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "session_id": "ses_4dEfGhJkLmNpQrSt",
            "from_template_id": "stm_2bCdEfGhJkLmNpQr",
            "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_config": {
              "object": "provider.auth_config#preview"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session.provider"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "spr_3cDeFgHjKlMnPqRs"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session provider identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Provider status",
            "optional": false,
            "nullable": false
          },
          "usage": {
            "examples": [
              {}
            ],
            "properties": {
              "total_productive_client_message_count": {
                "examples": [],
                "type": "number",
                "name": "total_productive_client_message_count",
                "description": "Total productive client messages",
                "optional": false,
                "nullable": false
              },
              "total_productive_provider_message_count": {
                "examples": [],
                "type": "number",
                "name": "total_productive_provider_message_count",
                "description": "Total productive provider messages",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "name": "usage",
            "description": "Usage statistics",
            "optional": false,
            "nullable": false
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "session_id": {
            "examples": [
              "ses_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "session_id",
            "description": "Parent session ID",
            "optional": false,
            "nullable": false
          },
          "from_template_id": {
            "examples": [
              "stm_2bCdEfGhJkLmNpQr"
            ],
            "type": "string",
            "name": "from_template_id",
            "description": "Source template ID",
            "optional": false,
            "nullable": true
          },
          "from_template_provider_id": {
            "examples": [
              "stp_3cDeFgHjKlMnPqRs"
            ],
            "type": "string",
            "name": "from_template_provider_id",
            "description": "Source template provider ID",
            "optional": false,
            "nullable": true
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config#preview"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_566",
      "name": "Body",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "tool_filters": {
                  "type": "tool_keys"
                }
              }
            ],
            "properties": {
              "session_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "tool_filters": {
                "examples": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_regex"
                  },
                  {
                    "type": "resource_regex"
                  },
                  {
                    "type": "resource_uris"
                  },
                  {
                    "type": "prompt_keys"
                  },
                  {
                    "type": "prompt_regex"
                  },
                  [
                    {
                      "type": "tool_keys"
                    },
                    {
                      "type": "tool_keys"
                    }
                  ],
                  [
                    {
                      "type": "tool_regex"
                    },
                    {
                      "type": "tool_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_regex"
                    },
                    {
                      "type": "resource_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_uris"
                    },
                    {
                      "type": "resource_uris"
                    }
                  ],
                  [
                    {
                      "type": "prompt_keys"
                    },
                    {
                      "type": "prompt_keys"
                    }
                  ],
                  [
                    {
                      "type": "prompt_regex"
                    },
                    {
                      "type": "prompt_regex"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_regex"
                      },
                      {
                        "type": "resource_regex"
                      },
                      {
                        "type": "resource_uris"
                      },
                      {
                        "type": "prompt_keys"
                      },
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "tool_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_uris"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_uris"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "uris": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "provider_deployment_id": "pdp_4dEfGhJkLmNpQrSt"
              },
              {
                "provider_deployment": {
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "Default Deployment",
                  "description": "Deployment for production environment",
                  "metadata": {},
                  "locked_provider_version_id": "pv_1a2b3c4d5e6f7g8h9"
                }
              },
              {
                "provider_config_id": "pcf_7dEfGhJkLmNpQrSt"
              },
              {
                "provider_config": {
                  "name": "Default Config",
                  "value": {}
                }
              },
              {
                "provider_auth_config_id": "pac_3nOpRsTuVwXyZaBc"
              },
              {
                "provider_auth_config": {
                  "name": "Default Auth Config",
                  "provider_auth_method_id": "pam_2mNpQrStUvWxYzAb",
                  "credentials": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw"
                }
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "provider_deployment_id": "pdp_4dEfGhJkLmNpQrSt"
                  },
                  {
                    "provider_deployment": {
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "Default Deployment",
                      "description": "Deployment for production environment",
                      "metadata": {},
                      "locked_provider_version_id": "pv_1a2b3c4d5e6f7g8h9"
                    }
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "provider_deployment_id": "pdp_4dEfGhJkLmNpQrSt"
                      }
                    ],
                    "properties": {
                      "provider_deployment_id": {
                        "examples": [
                          "pdp_4dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "description": "Existing provider deployment ID",
                        "optional": true,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "provider_deployment": {
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "name": "Default Deployment",
                          "description": "Deployment for production environment",
                          "metadata": {},
                          "locked_provider_version_id": "pv_1a2b3c4d5e6f7g8h9"
                        }
                      }
                    ],
                    "properties": {
                      "provider_deployment": {
                        "examples": [
                          {
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "name": "Default Deployment",
                            "description": "Deployment for production environment",
                            "metadata": {},
                            "locked_provider_version_id": "pv_1a2b3c4d5e6f7g8h9"
                          }
                        ],
                        "properties": {
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Default Deployment"
                            ],
                            "type": "string",
                            "optional": true,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Deployment for production environment"
                            ],
                            "type": "string",
                            "optional": true,
                            "nullable": false
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": true,
                            "nullable": false
                          },
                          "locked_provider_version_id": {
                            "examples": [
                              "pv_1a2b3c4d5e6f7g8h9"
                            ],
                            "type": "string",
                            "description": "Locked provider version ID to ensure consistent behavior",
                            "optional": true,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": true,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "provider_config_id": "pcf_7dEfGhJkLmNpQrSt"
                  },
                  {
                    "provider_config": {
                      "name": "Default Config",
                      "value": {}
                    }
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "provider_config_id": "pcf_7dEfGhJkLmNpQrSt"
                      }
                    ],
                    "properties": {
                      "provider_config_id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "description": "Existing provider config ID",
                        "optional": true,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "provider_config": {
                          "name": "Default Config",
                          "value": {}
                        }
                      }
                    ],
                    "properties": {
                      "provider_config": {
                        "examples": [
                          {
                            "name": "Default Config",
                            "value": {}
                          },
                          {
                            "name": "Default Config",
                            "provider_config_vault_id": "pcvt_3bCdEfGhJkLmNpQr",
                            "provider_id": "pro_5gHjKlMnPqRsTuVw"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "name": "Default Config",
                                "value": {}
                              }
                            ],
                            "properties": {
                              "name": {
                                "examples": [
                                  "Default Config"
                                ],
                                "type": "string",
                                "optional": true,
                                "nullable": false
                              },
                              "value": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "description": "Provider-specific configuration values",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "name": "Default Config",
                                "provider_config_vault_id": "pcvt_3bCdEfGhJkLmNpQr",
                                "provider_id": "pro_5gHjKlMnPqRsTuVw"
                              }
                            ],
                            "properties": {
                              "name": {
                                "examples": [
                                  "Default Config"
                                ],
                                "type": "string",
                                "optional": true,
                                "nullable": false
                              },
                              "provider_config_vault_id": {
                                "examples": [
                                  "pcvt_3bCdEfGhJkLmNpQr"
                                ],
                                "type": "string",
                                "description": "Provider config vault ID",
                                "optional": false,
                                "nullable": false
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "description": "Explicitly specify provider ID to associate with this auth config",
                                "optional": true,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": true,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "provider_auth_config_id": "pac_3nOpRsTuVwXyZaBc"
                  },
                  {
                    "provider_auth_config": {
                      "name": "Default Auth Config",
                      "provider_auth_method_id": "pam_2mNpQrStUvWxYzAb",
                      "credentials": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw"
                    }
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "provider_auth_config_id": "pac_3nOpRsTuVwXyZaBc"
                      }
                    ],
                    "properties": {
                      "provider_auth_config_id": {
                        "examples": [
                          "pac_3nOpRsTuVwXyZaBc"
                        ],
                        "type": "string",
                        "description": "Existing provider auth config ID",
                        "optional": true,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "provider_auth_config": {
                          "name": "Default Auth Config",
                          "provider_auth_method_id": "pam_2mNpQrStUvWxYzAb",
                          "credentials": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw"
                        }
                      }
                    ],
                    "properties": {
                      "provider_auth_config": {
                        "examples": [
                          {
                            "name": "Default Auth Config",
                            "provider_auth_method_id": "pam_2mNpQrStUvWxYzAb",
                            "credentials": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw"
                          }
                        ],
                        "properties": {
                          "name": {
                            "examples": [
                              "Default Auth Config"
                            ],
                            "type": "string",
                            "optional": true,
                            "nullable": false
                          },
                          "provider_auth_method_id": {
                            "examples": [
                              "pam_2mNpQrStUvWxYzAb"
                            ],
                            "type": "string",
                            "description": "The authentication method to use (e.g., OAuth flow)",
                            "optional": false,
                            "nullable": false
                          },
                          "credentials": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "description": "Provider-specific authentication credentials",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "description": "Explicitly specify provider ID to associate with this auth config",
                            "optional": true,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": true,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_567",
      "name": "sessionProvider",
      "type": {
        "examples": [
          {
            "object": "session.provider",
            "id": "spr_3cDeFgHjKlMnPqRs",
            "status": "active",
            "usage": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "session_id": "ses_4dEfGhJkLmNpQrSt",
            "from_template_id": "stm_2bCdEfGhJkLmNpQr",
            "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_config": {
              "object": "provider.auth_config#preview"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session.provider"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "spr_3cDeFgHjKlMnPqRs"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session provider identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Provider status",
            "optional": false,
            "nullable": false
          },
          "usage": {
            "examples": [
              {}
            ],
            "properties": {
              "total_productive_client_message_count": {
                "examples": [],
                "type": "number",
                "name": "total_productive_client_message_count",
                "description": "Total productive client messages",
                "optional": false,
                "nullable": false
              },
              "total_productive_provider_message_count": {
                "examples": [],
                "type": "number",
                "name": "total_productive_provider_message_count",
                "description": "Total productive provider messages",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "name": "usage",
            "description": "Usage statistics",
            "optional": false,
            "nullable": false
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "session_id": {
            "examples": [
              "ses_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "session_id",
            "description": "Parent session ID",
            "optional": false,
            "nullable": false
          },
          "from_template_id": {
            "examples": [
              "stm_2bCdEfGhJkLmNpQr"
            ],
            "type": "string",
            "name": "from_template_id",
            "description": "Source template ID",
            "optional": false,
            "nullable": true
          },
          "from_template_provider_id": {
            "examples": [
              "stp_3cDeFgHjKlMnPqRs"
            ],
            "type": "string",
            "name": "from_template_provider_id",
            "description": "Source template provider ID",
            "optional": false,
            "nullable": true
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config#preview"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_569",
      "name": "Body",
      "type": {
        "examples": [
          {
            "tool_filters": {
              "type": "tool_keys"
            }
          }
        ],
        "properties": {
          "tool_filters": {
            "examples": [
              {
                "type": "tool_keys"
              },
              {
                "type": "tool_regex"
              },
              {
                "type": "resource_regex"
              },
              {
                "type": "resource_uris"
              },
              {
                "type": "prompt_keys"
              },
              {
                "type": "prompt_regex"
              },
              [
                {
                  "type": "tool_keys"
                },
                {
                  "type": "tool_keys"
                }
              ],
              [
                {
                  "type": "tool_regex"
                },
                {
                  "type": "tool_regex"
                }
              ],
              [
                {
                  "type": "resource_regex"
                },
                {
                  "type": "resource_regex"
                }
              ],
              [
                {
                  "type": "resource_uris"
                },
                {
                  "type": "resource_uris"
                }
              ],
              [
                {
                  "type": "prompt_keys"
                },
                {
                  "type": "prompt_keys"
                }
              ],
              [
                {
                  "type": "prompt_regex"
                },
                {
                  "type": "prompt_regex"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_regex"
                  },
                  {
                    "type": "resource_regex"
                  },
                  {
                    "type": "resource_uris"
                  },
                  {
                    "type": "prompt_keys"
                  },
                  {
                    "type": "prompt_regex"
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "tool_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_uris"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_uris"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "uris": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  [
                    {
                      "type": "tool_keys"
                    },
                    {
                      "type": "tool_keys"
                    }
                  ],
                  [
                    {
                      "type": "tool_regex"
                    },
                    {
                      "type": "tool_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_regex"
                    },
                    {
                      "type": "resource_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_uris"
                    },
                    {
                      "type": "resource_uris"
                    }
                  ],
                  [
                    {
                      "type": "prompt_keys"
                    },
                    {
                      "type": "prompt_keys"
                    }
                  ],
                  [
                    {
                      "type": "prompt_regex"
                    },
                    {
                      "type": "prompt_regex"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_regex"
                      },
                      {
                        "type": "resource_regex"
                      },
                      {
                        "type": "resource_uris"
                      },
                      {
                        "type": "prompt_keys"
                      },
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "tool_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_uris"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_uris"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "uris": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": true,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_570",
      "name": "sessionProvider",
      "type": {
        "examples": [
          {
            "object": "session.provider",
            "id": "spr_3cDeFgHjKlMnPqRs",
            "status": "active",
            "usage": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "session_id": "ses_4dEfGhJkLmNpQrSt",
            "from_template_id": "stm_2bCdEfGhJkLmNpQr",
            "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_config": {
              "object": "provider.auth_config#preview"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session.provider"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "spr_3cDeFgHjKlMnPqRs"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session provider identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Provider status",
            "optional": false,
            "nullable": false
          },
          "usage": {
            "examples": [
              {}
            ],
            "properties": {
              "total_productive_client_message_count": {
                "examples": [],
                "type": "number",
                "name": "total_productive_client_message_count",
                "description": "Total productive client messages",
                "optional": false,
                "nullable": false
              },
              "total_productive_provider_message_count": {
                "examples": [],
                "type": "number",
                "name": "total_productive_provider_message_count",
                "description": "Total productive provider messages",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "name": "usage",
            "description": "Usage statistics",
            "optional": false,
            "nullable": false
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "session_id": {
            "examples": [
              "ses_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "session_id",
            "description": "Parent session ID",
            "optional": false,
            "nullable": false
          },
          "from_template_id": {
            "examples": [
              "stm_2bCdEfGhJkLmNpQr"
            ],
            "type": "string",
            "name": "from_template_id",
            "description": "Source template ID",
            "optional": false,
            "nullable": true
          },
          "from_template_provider_id": {
            "examples": [
              "stp_3cDeFgHjKlMnPqRs"
            ],
            "type": "string",
            "name": "from_template_provider_id",
            "description": "Source template provider ID",
            "optional": false,
            "nullable": true
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config#preview"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_572",
      "name": "sessionProvider",
      "type": {
        "examples": [
          {
            "object": "session.provider",
            "id": "spr_3cDeFgHjKlMnPqRs",
            "status": "active",
            "usage": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "session_id": "ses_4dEfGhJkLmNpQrSt",
            "from_template_id": "stm_2bCdEfGhJkLmNpQr",
            "from_template_provider_id": "stp_3cDeFgHjKlMnPqRs",
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_config": {
              "object": "provider.auth_config#preview"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session.provider"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "spr_3cDeFgHjKlMnPqRs"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session provider identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Provider status",
            "optional": false,
            "nullable": false
          },
          "usage": {
            "examples": [
              {}
            ],
            "properties": {
              "total_productive_client_message_count": {
                "examples": [],
                "type": "number",
                "name": "total_productive_client_message_count",
                "description": "Total productive client messages",
                "optional": false,
                "nullable": false
              },
              "total_productive_provider_message_count": {
                "examples": [],
                "type": "number",
                "name": "total_productive_provider_message_count",
                "description": "Total productive provider messages",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "name": "usage",
            "description": "Usage statistics",
            "optional": false,
            "nullable": false
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "session_id": {
            "examples": [
              "ses_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "session_id",
            "description": "Parent session ID",
            "optional": false,
            "nullable": false
          },
          "from_template_id": {
            "examples": [
              "stm_2bCdEfGhJkLmNpQr"
            ],
            "type": "string",
            "name": "from_template_id",
            "description": "Source template ID",
            "optional": false,
            "nullable": true
          },
          "from_template_provider_id": {
            "examples": [
              "stp_3cDeFgHjKlMnPqRs"
            ],
            "type": "string",
            "name": "from_template_provider_id",
            "description": "Source template provider ID",
            "optional": false,
            "nullable": true
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config#preview"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_575",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "type": "unknown",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "unknown",
                  "provider",
                  "system",
                  "tool_call",
                  "mcp_client",
                  "metorial_protocol_client",
                  [
                    "unknown",
                    "unknown"
                  ],
                  [
                    "provider",
                    "provider"
                  ],
                  [
                    "system",
                    "system"
                  ],
                  [
                    "tool_call",
                    "tool_call"
                  ],
                  [
                    "mcp_client",
                    "mcp_client"
                  ],
                  [
                    "metorial_protocol_client",
                    "metorial_protocol_client"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "unknown",
                      "provider",
                      "system",
                      "tool_call",
                      "mcp_client",
                      "metorial_protocol_client"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "unknown",
                        "unknown"
                      ],
                      [
                        "provider",
                        "provider"
                      ],
                      [
                        "system",
                        "system"
                      ],
                      [
                        "tool_call",
                        "tool_call"
                      ],
                      [
                        "mcp_client",
                        "mcp_client"
                      ],
                      [
                        "metorial_protocol_client",
                        "metorial_protocol_client"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "unknown",
                          "provider",
                          "system",
                          "tool_call",
                          "mcp_client",
                          "metorial_protocol_client"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by participant type(s)",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by participant ID(s)",
                "optional": true,
                "nullable": false
              },
              "agent_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by connected agent ID(s)",
                "optional": true,
                "nullable": false
              },
              "actor_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by connected identity actor ID(s)",
                "optional": true,
                "nullable": false
              },
              "consumer_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by connected consumer ID(s)",
                "optional": true,
                "nullable": false
              },
              "identity_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by connected identity ID(s)",
                "optional": true,
                "nullable": false
              },
              "agent_instance_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by connected agent instance ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_connection_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session connection ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_message_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session message ID(s)",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for session participant creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for session participant creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter session participant creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for session participant last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for session participant last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter session participant last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_576",
      "name": "sessionParticipant",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "session.participant",
                "id": "spt_5eFgHjKlMnPqRsTu",
                "type": "unknown",
                "identifier": "claude-desktop",
                "name": "Claude Desktop",
                "data": {
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "connection_type": "mcp",
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "session.participant",
                  "id": "spt_5eFgHjKlMnPqRsTu",
                  "type": "unknown",
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop",
                  "data": {
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "connection_type": "mcp",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                {
                  "object": "session.participant",
                  "id": "spt_5eFgHjKlMnPqRsTu",
                  "type": "unknown",
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop",
                  "data": {
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "connection_type": "mcp",
                  "created_at": "2025-09-15T10:30:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session.participant",
                    "id": "spt_5eFgHjKlMnPqRsTu",
                    "type": "unknown",
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop",
                    "data": {
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_type": "mcp",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.participant"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "spt_5eFgHjKlMnPqRsTu"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session participant identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "unknown",
                      "provider",
                      "agent",
                      "system"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Participant type",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [
                      "claude-desktop"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Participant identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Claude Desktop"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": false
                  },
                  "data": {
                    "examples": [
                      {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      }
                    ],
                    "properties": {
                      "identifier": {
                        "examples": [
                          "claude-desktop"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Participant-specific identifier within the payload",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Claude Desktop"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Participant-specific display name within the payload",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "name": "data",
                    "description": "Participant payload data",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID if associated",
                    "optional": false,
                    "nullable": true
                  },
                  "connection_type": {
                    "examples": [
                      "mcp",
                      "metorial_protocol",
                      "tool_call"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_instance_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "identity_actor_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "identity_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_actor_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_client_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_578",
      "name": "sessionParticipant",
      "type": {
        "examples": [
          {
            "object": "session.participant",
            "id": "spt_5eFgHjKlMnPqRsTu",
            "type": "unknown",
            "identifier": "claude-desktop",
            "name": "Claude Desktop",
            "data": {
              "identifier": "claude-desktop",
              "name": "Claude Desktop"
            },
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "connection_type": "mcp",
            "created_at": "2025-09-15T10:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session.participant"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "spt_5eFgHjKlMnPqRsTu"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session participant identifier",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "unknown",
              "provider",
              "agent",
              "system"
            ],
            "type": "enum",
            "name": "type",
            "description": "Participant type",
            "optional": false,
            "nullable": false
          },
          "identifier": {
            "examples": [
              "claude-desktop"
            ],
            "type": "string",
            "name": "identifier",
            "description": "Participant identifier",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Claude Desktop"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name",
            "optional": false,
            "nullable": false
          },
          "data": {
            "examples": [
              {
                "identifier": "claude-desktop",
                "name": "Claude Desktop"
              }
            ],
            "properties": {
              "identifier": {
                "examples": [
                  "claude-desktop"
                ],
                "type": "string",
                "name": "identifier",
                "description": "Participant-specific identifier within the payload",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Claude Desktop"
                ],
                "type": "string",
                "name": "name",
                "description": "Participant-specific display name within the payload",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "name": "data",
            "description": "Participant payload data",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID if associated",
            "optional": false,
            "nullable": true
          },
          "connection_type": {
            "examples": [
              "mcp",
              "metorial_protocol",
              "tool_call"
            ],
            "type": "enum",
            "optional": false,
            "nullable": true
          },
          "agent_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "agent_instance_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "identity_actor_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "identity_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "agent_actor_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "agent_client_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "consumer_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_581",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "type": "message_processing_timeout",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "message_processing_timeout",
                  "message_processing_provider_error",
                  "message_processing_system_error",
                  [
                    "message_processing_timeout",
                    "message_processing_timeout"
                  ],
                  [
                    "message_processing_provider_error",
                    "message_processing_provider_error"
                  ],
                  [
                    "message_processing_system_error",
                    "message_processing_system_error"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "message_processing_timeout",
                      "message_processing_provider_error",
                      "message_processing_system_error"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "message_processing_timeout",
                        "message_processing_timeout"
                      ],
                      [
                        "message_processing_provider_error",
                        "message_processing_provider_error"
                      ],
                      [
                        "message_processing_system_error",
                        "message_processing_system_error"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "message_processing_timeout",
                          "message_processing_provider_error",
                          "message_processing_system_error"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by error type(s)",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session error ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_connection_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session connection ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_error_group_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by error group ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_run_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider run ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_message_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session message ID(s)",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for session error creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for session error creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter session error creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for session error last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for session error last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter session error last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_582",
      "name": "sessionError",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "session.error",
                "id": "ser_6fGhJkLmNpQrStUv",
                "code": "CONNECTION_TIMEOUT",
                "message": "Connection timed out after 30 seconds",
                "data": {},
                "status": "processing",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                "connection_id": "scn_8hJkLmNpQrStUvWx",
                "group_id": "seg_7gHjKlMnPqRsTuVw",
                "similar_error_count": 5,
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "session.error",
                  "id": "ser_6fGhJkLmNpQrStUv",
                  "code": "CONNECTION_TIMEOUT",
                  "message": "Connection timed out after 30 seconds",
                  "data": {},
                  "status": "processing",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                  "connection_id": "scn_8hJkLmNpQrStUvWx",
                  "group_id": "seg_7gHjKlMnPqRsTuVw",
                  "similar_error_count": 5,
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                {
                  "object": "session.error",
                  "id": "ser_6fGhJkLmNpQrStUv",
                  "code": "CONNECTION_TIMEOUT",
                  "message": "Connection timed out after 30 seconds",
                  "data": {},
                  "status": "processing",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                  "connection_id": "scn_8hJkLmNpQrStUvWx",
                  "group_id": "seg_7gHjKlMnPqRsTuVw",
                  "similar_error_count": 5,
                  "created_at": "2025-09-15T10:30:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session.error",
                    "id": "ser_6fGhJkLmNpQrStUv",
                    "code": "CONNECTION_TIMEOUT",
                    "message": "Connection timed out after 30 seconds",
                    "data": {},
                    "status": "processing",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                    "connection_id": "scn_8hJkLmNpQrStUvWx",
                    "group_id": "seg_7gHjKlMnPqRsTuVw",
                    "similar_error_count": 5,
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.error"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "ser_6fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session error identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "code": {
                    "examples": [
                      "CONNECTION_TIMEOUT"
                    ],
                    "type": "string",
                    "name": "code",
                    "description": "Error code",
                    "optional": false,
                    "nullable": false
                  },
                  "message": {
                    "examples": [
                      "Connection timed out after 30 seconds"
                    ],
                    "type": "string",
                    "name": "message",
                    "description": "Error message",
                    "optional": false,
                    "nullable": false
                  },
                  "data": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "data",
                    "description": "Error payload data",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "processing",
                      "processed"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Indicates whether the error is still being processed or has been fully processed and grouped.",
                    "optional": false,
                    "nullable": false
                  },
                  "session_id": {
                    "examples": [
                      "ses_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "session_id",
                    "description": "Parent session ID",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_run_id": {
                    "examples": [
                      "prn_8hJkLmNpQrStUvWx"
                    ],
                    "type": "string",
                    "name": "provider_run_id",
                    "description": "Provider run ID",
                    "optional": false,
                    "nullable": true
                  },
                  "connection_id": {
                    "examples": [
                      "scn_8hJkLmNpQrStUvWx"
                    ],
                    "type": "string",
                    "name": "connection_id",
                    "description": "Connection ID",
                    "optional": false,
                    "nullable": true
                  },
                  "group_id": {
                    "examples": [
                      "seg_7gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "group_id",
                    "description": "Error group ID",
                    "optional": false,
                    "nullable": true
                  },
                  "similar_error_count": {
                    "examples": [
                      5
                    ],
                    "type": "number",
                    "name": "similar_error_count",
                    "description": "Count of similar errors in the group",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_584",
      "name": "sessionError",
      "type": {
        "examples": [
          {
            "object": "session.error",
            "id": "ser_6fGhJkLmNpQrStUv",
            "code": "CONNECTION_TIMEOUT",
            "message": "Connection timed out after 30 seconds",
            "data": {},
            "status": "processing",
            "session_id": "ses_4dEfGhJkLmNpQrSt",
            "provider_run_id": "prn_8hJkLmNpQrStUvWx",
            "connection_id": "scn_8hJkLmNpQrStUvWx",
            "group_id": "seg_7gHjKlMnPqRsTuVw",
            "similar_error_count": 5,
            "created_at": "2025-09-15T10:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session.error"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "ser_6fGhJkLmNpQrStUv"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session error identifier",
            "optional": false,
            "nullable": false
          },
          "code": {
            "examples": [
              "CONNECTION_TIMEOUT"
            ],
            "type": "string",
            "name": "code",
            "description": "Error code",
            "optional": false,
            "nullable": false
          },
          "message": {
            "examples": [
              "Connection timed out after 30 seconds"
            ],
            "type": "string",
            "name": "message",
            "description": "Error message",
            "optional": false,
            "nullable": false
          },
          "data": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "data",
            "description": "Error payload data",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "processing",
              "processed"
            ],
            "type": "enum",
            "name": "status",
            "description": "Indicates whether the error is still being processed or has been fully processed and grouped.",
            "optional": false,
            "nullable": false
          },
          "session_id": {
            "examples": [
              "ses_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "session_id",
            "description": "Parent session ID",
            "optional": false,
            "nullable": false
          },
          "provider_run_id": {
            "examples": [
              "prn_8hJkLmNpQrStUvWx"
            ],
            "type": "string",
            "name": "provider_run_id",
            "description": "Provider run ID",
            "optional": false,
            "nullable": true
          },
          "connection_id": {
            "examples": [
              "scn_8hJkLmNpQrStUvWx"
            ],
            "type": "string",
            "name": "connection_id",
            "description": "Connection ID",
            "optional": false,
            "nullable": true
          },
          "group_id": {
            "examples": [
              "seg_7gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "group_id",
            "description": "Error group ID",
            "optional": false,
            "nullable": true
          },
          "similar_error_count": {
            "examples": [
              5
            ],
            "type": "number",
            "name": "similar_error_count",
            "description": "Count of similar errors in the group",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_587",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "type": "message_processing_timeout"
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "message_processing_timeout",
                  "message_processing_provider_error",
                  "message_processing_system_error",
                  [
                    "message_processing_timeout",
                    "message_processing_timeout"
                  ],
                  [
                    "message_processing_provider_error",
                    "message_processing_provider_error"
                  ],
                  [
                    "message_processing_system_error",
                    "message_processing_system_error"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "message_processing_timeout",
                      "message_processing_provider_error",
                      "message_processing_system_error"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "message_processing_timeout",
                        "message_processing_timeout"
                      ],
                      [
                        "message_processing_provider_error",
                        "message_processing_provider_error"
                      ],
                      [
                        "message_processing_system_error",
                        "message_processing_system_error"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "message_processing_timeout",
                          "message_processing_provider_error",
                          "message_processing_system_error"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by error type(s)",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by error group ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider ID(s)",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_588",
      "name": "sessionErrorGroup",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "session.error_group",
                "id": "seg_7gHjKlMnPqRsTuVw",
                "code": "CONNECTION_TIMEOUT",
                "message": "Connection timed out",
                "data": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "occurrence_count": 5,
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "session.error_group",
                  "id": "seg_7gHjKlMnPqRsTuVw",
                  "code": "CONNECTION_TIMEOUT",
                  "message": "Connection timed out",
                  "data": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "occurrence_count": 5,
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                {
                  "object": "session.error_group",
                  "id": "seg_7gHjKlMnPqRsTuVw",
                  "code": "CONNECTION_TIMEOUT",
                  "message": "Connection timed out",
                  "data": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "occurrence_count": 5,
                  "created_at": "2025-09-15T10:30:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session.error_group",
                    "id": "seg_7gHjKlMnPqRsTuVw",
                    "code": "CONNECTION_TIMEOUT",
                    "message": "Connection timed out",
                    "data": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "occurrence_count": 5,
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.error_group"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "seg_7gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session error group identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "code": {
                    "examples": [
                      "CONNECTION_TIMEOUT"
                    ],
                    "type": "string",
                    "name": "code",
                    "description": "Error code",
                    "optional": false,
                    "nullable": false
                  },
                  "message": {
                    "examples": [
                      "Connection timed out"
                    ],
                    "type": "string",
                    "name": "message",
                    "description": "Error message",
                    "optional": false,
                    "nullable": false
                  },
                  "data": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "data",
                    "description": "Error group data from first occurrence",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": true
                  },
                  "occurrence_count": {
                    "examples": [
                      5
                    ],
                    "type": "number",
                    "name": "occurrence_count",
                    "description": "Number of errors in this group",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_590",
      "name": "sessionErrorGroup",
      "type": {
        "examples": [
          {
            "object": "session.error_group",
            "id": "seg_7gHjKlMnPqRsTuVw",
            "code": "CONNECTION_TIMEOUT",
            "message": "Connection timed out",
            "data": {},
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "occurrence_count": 5,
            "created_at": "2025-09-15T10:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session.error_group"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "seg_7gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session error group identifier",
            "optional": false,
            "nullable": false
          },
          "code": {
            "examples": [
              "CONNECTION_TIMEOUT"
            ],
            "type": "string",
            "name": "code",
            "description": "Error code",
            "optional": false,
            "nullable": false
          },
          "message": {
            "examples": [
              "Connection timed out"
            ],
            "type": "string",
            "name": "message",
            "description": "Error message",
            "optional": false,
            "nullable": false
          },
          "data": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "data",
            "description": "Error group data from first occurrence",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": true
          },
          "occurrence_count": {
            "examples": [
              5
            ],
            "type": "number",
            "name": "occurrence_count",
            "description": "Number of errors in this group",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_593",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "running",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "running",
                  "stopped",
                  [
                    "running",
                    "running"
                  ],
                  [
                    "stopped",
                    "stopped"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "running",
                      "stopped"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "running",
                        "running"
                      ],
                      [
                        "stopped",
                        "stopped"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "running",
                          "stopped"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by run status",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider run ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_connection_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session connection ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_version_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider version ID(s)",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider run creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider run creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider run creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for provider run last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for provider run last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter provider run last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_594",
      "name": "providerRun",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "session.provider_run",
                "id": "prn_8hJkLmNpQrStUvWx",
                "status": "running",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "connection_id": "scn_8hJkLmNpQrStUvWx",
                "completed_at": "2025-09-15T10:30:05.000Z",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "session.provider_run",
                  "id": "prn_8hJkLmNpQrStUvWx",
                  "status": "running",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "connection_id": "scn_8hJkLmNpQrStUvWx",
                  "completed_at": "2025-09-15T10:30:05.000Z",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "session.provider_run",
                  "id": "prn_8hJkLmNpQrStUvWx",
                  "status": "running",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "connection_id": "scn_8hJkLmNpQrStUvWx",
                  "completed_at": "2025-09-15T10:30:05.000Z",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session.provider_run",
                    "id": "prn_8hJkLmNpQrStUvWx",
                    "status": "running",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_id": "scn_8hJkLmNpQrStUvWx",
                    "completed_at": "2025-09-15T10:30:05.000Z",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.provider_run"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "prn_8hJkLmNpQrStUvWx"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique provider run identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "running",
                      "stopped"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Run status",
                    "optional": false,
                    "nullable": false
                  },
                  "session_id": {
                    "examples": [
                      "ses_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "session_id",
                    "description": "Parent session ID",
                    "optional": false,
                    "nullable": false
                  },
                  "session_provider_id": {
                    "examples": [
                      "spr_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "session_provider_id",
                    "description": "Session provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "connection_id": {
                    "examples": [
                      "scn_8hJkLmNpQrStUvWx"
                    ],
                    "type": "string",
                    "name": "connection_id",
                    "description": "Connection ID",
                    "optional": false,
                    "nullable": false
                  },
                  "completed_at": {
                    "examples": [
                      "2025-09-15T10:30:05.000Z"
                    ],
                    "type": "date",
                    "name": "completed_at",
                    "description": "Timestamp when run completed",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_596",
      "name": "providerRun",
      "type": {
        "examples": [
          {
            "object": "session.provider_run",
            "id": "prn_8hJkLmNpQrStUvWx",
            "status": "running",
            "session_id": "ses_4dEfGhJkLmNpQrSt",
            "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "connection_id": "scn_8hJkLmNpQrStUvWx",
            "completed_at": "2025-09-15T10:30:05.000Z",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session.provider_run"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "prn_8hJkLmNpQrStUvWx"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique provider run identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "running",
              "stopped"
            ],
            "type": "enum",
            "name": "status",
            "description": "Run status",
            "optional": false,
            "nullable": false
          },
          "session_id": {
            "examples": [
              "ses_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "session_id",
            "description": "Parent session ID",
            "optional": false,
            "nullable": false
          },
          "session_provider_id": {
            "examples": [
              "spr_3cDeFgHjKlMnPqRs"
            ],
            "type": "string",
            "name": "session_provider_id",
            "description": "Session provider ID",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "Provider ID",
            "optional": false,
            "nullable": false
          },
          "connection_id": {
            "examples": [
              "scn_8hJkLmNpQrStUvWx"
            ],
            "type": "string",
            "name": "connection_id",
            "description": "Connection ID",
            "optional": false,
            "nullable": false
          },
          "completed_at": {
            "examples": [
              "2025-09-15T10:30:05.000Z"
            ],
            "type": "date",
            "name": "completed_at",
            "description": "Timestamp when run completed",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_598",
      "name": "providerRunLogs",
      "type": {
        "examples": [
          {
            "object": "session.provider_run.logs",
            "provider_run_id": "prn_8hJkLmNpQrStUvWx",
            "logs": [
              {
                "object": "session.provider_run.item",
                "timestamp": "2025-09-15T10:30:00.000Z",
                "message": "Server started on port 3000",
                "output_type": "stdout"
              },
              {
                "object": "session.provider_run.item",
                "timestamp": "2025-09-15T10:30:00.000Z",
                "message": "Server started on port 3000",
                "output_type": "stdout"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session.provider_run.logs"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "provider_run_id": {
            "examples": [
              "prn_8hJkLmNpQrStUvWx"
            ],
            "type": "string",
            "name": "provider_run_id",
            "description": "Provider run ID",
            "optional": false,
            "nullable": false
          },
          "logs": {
            "examples": [
              [
                {
                  "object": "session.provider_run.item",
                  "timestamp": "2025-09-15T10:30:00.000Z",
                  "message": "Server started on port 3000",
                  "output_type": "stdout"
                },
                {
                  "object": "session.provider_run.item",
                  "timestamp": "2025-09-15T10:30:00.000Z",
                  "message": "Server started on port 3000",
                  "output_type": "stdout"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session.provider_run.item",
                    "timestamp": "2025-09-15T10:30:00.000Z",
                    "message": "Server started on port 3000",
                    "output_type": "stdout"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.provider_run.item"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "timestamp": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "timestamp",
                    "description": "Log timestamp",
                    "optional": false,
                    "nullable": false
                  },
                  "message": {
                    "examples": [
                      "Server started on port 3000"
                    ],
                    "type": "string",
                    "name": "message",
                    "description": "Log message content",
                    "optional": false,
                    "nullable": false
                  },
                  "output_type": {
                    "examples": [
                      "stdout",
                      "stderr",
                      "debug.info",
                      "debug.warning",
                      "debug.error"
                    ],
                    "type": "enum",
                    "name": "output_type",
                    "description": "Output type of the log entry",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "logs",
            "description": "Array of log entries",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_601",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "target": "protoguard_filter",
                "status": "active",
                "created_at": {},
                "updated_at": {},
                "first_alert_at": {},
                "last_alert_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by monitor ID(s)",
                "optional": true,
                "nullable": false
              },
              "target": {
                "examples": [
                  "protoguard_filter",
                  "schema_change",
                  [
                    "protoguard_filter",
                    "protoguard_filter"
                  ],
                  [
                    "schema_change",
                    "schema_change"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "protoguard_filter",
                      "schema_change"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "protoguard_filter",
                        "protoguard_filter"
                      ],
                      [
                        "schema_change",
                        "schema_change"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "protoguard_filter",
                          "schema_change"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "inactive",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "inactive",
                    "inactive"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "inactive"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "inactive",
                        "inactive"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "inactive"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "proto_guard_filter_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for monitor creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for monitor creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter monitor creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for monitor last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for monitor last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter monitor last update time by date range",
                "optional": true,
                "nullable": false
              },
              "first_alert_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for first monitor alert time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for first monitor alert time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter first monitor alert time by date range",
                "optional": true,
                "nullable": false
              },
              "last_alert_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for last monitor alert time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for last monitor alert time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter last monitor alert time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_602",
      "name": "monitor",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "monitor",
                "target": "protoguard_filter",
                "status": "active",
                "owner": "organization"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "monitor",
                  "target": "protoguard_filter",
                  "status": "active",
                  "owner": "organization"
                },
                {
                  "object": "monitor",
                  "target": "protoguard_filter",
                  "status": "active",
                  "owner": "organization"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "monitor",
                    "target": "protoguard_filter",
                    "status": "active",
                    "owner": "organization"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "monitor"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "target": {
                    "examples": [
                      "protoguard_filter",
                      "schema_change"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "inactive"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "owner": {
                    "examples": [
                      "organization",
                      "system"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "proto_guard_filter_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "first_alert_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  },
                  "last_alert_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_604",
      "name": "monitor",
      "type": {
        "examples": [
          {
            "object": "monitor",
            "target": "protoguard_filter",
            "status": "active",
            "owner": "organization"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "monitor"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "target": {
            "examples": [
              "protoguard_filter",
              "schema_change"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "inactive"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "owner": {
            "examples": [
              "organization",
              "system"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "proto_guard_filter_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "provider_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "first_alert_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "last_alert_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_607",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "pending",
                "target": "protoguard_filter",
                "source": "protoguard",
                "created_at": {},
                "resolved_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "monitor_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "pending",
                  "resolved",
                  "ignored",
                  [
                    "pending",
                    "pending"
                  ],
                  [
                    "resolved",
                    "resolved"
                  ],
                  [
                    "ignored",
                    "ignored"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "pending",
                      "resolved",
                      "ignored"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "pending",
                        "pending"
                      ],
                      [
                        "resolved",
                        "resolved"
                      ],
                      [
                        "ignored",
                        "ignored"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "pending",
                          "resolved",
                          "ignored"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "target": {
                "examples": [
                  "protoguard_filter",
                  "schema_change",
                  [
                    "protoguard_filter",
                    "protoguard_filter"
                  ],
                  [
                    "schema_change",
                    "schema_change"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "protoguard_filter",
                      "schema_change"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "protoguard_filter",
                        "protoguard_filter"
                      ],
                      [
                        "schema_change",
                        "schema_change"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "protoguard_filter",
                          "schema_change"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "source": {
                "examples": [
                  "protoguard",
                  "specification_change",
                  [
                    "protoguard",
                    "protoguard"
                  ],
                  [
                    "specification_change",
                    "specification_change"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "protoguard",
                      "specification_change"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "protoguard",
                        "protoguard"
                      ],
                      [
                        "specification_change",
                        "specification_change"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "protoguard",
                          "specification_change"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "proto_guard_alert_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "proto_guard_run_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "proto_guard_filter_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "specification_change_notification_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "session_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "session_message_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "session_connection_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_run_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for monitor alert creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for monitor alert creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter monitor alert creation time by date range",
                "optional": true,
                "nullable": false
              },
              "resolved_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for monitor alert resolution time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for monitor alert resolution time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter monitor alert resolution time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_608",
      "name": "monitor.alert",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "monitor.alert",
                "status": "pending",
                "monitor": {
                  "object": "monitor",
                  "target": "protoguard_filter",
                  "status": "active",
                  "owner": "organization"
                },
                "specification_change_notification": {
                  "object": "provider.specification_change_notification",
                  "from_specification": {
                    "object": "provider.capabilities.specification#preview"
                  },
                  "to_specification": {
                    "object": "provider.capabilities.specification#preview"
                  },
                  "from_provider_version": {
                    "object": "provider.version#preview"
                  },
                  "to_provider_version": {
                    "object": "provider.version#preview"
                  }
                },
                "recipients": [
                  {
                    "object": "monitor.alert_recipient"
                  },
                  {
                    "object": "monitor.alert_recipient"
                  }
                ],
                "events": [
                  {
                    "object": "monitor.alert_event",
                    "type": "created"
                  },
                  {
                    "object": "monitor.alert_event",
                    "type": "created"
                  }
                ]
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "monitor.alert",
                  "status": "pending",
                  "monitor": {
                    "object": "monitor",
                    "target": "protoguard_filter",
                    "status": "active",
                    "owner": "organization"
                  },
                  "specification_change_notification": {
                    "object": "provider.specification_change_notification",
                    "from_specification": {
                      "object": "provider.capabilities.specification#preview"
                    },
                    "to_specification": {
                      "object": "provider.capabilities.specification#preview"
                    },
                    "from_provider_version": {
                      "object": "provider.version#preview"
                    },
                    "to_provider_version": {
                      "object": "provider.version#preview"
                    }
                  },
                  "recipients": [
                    {
                      "object": "monitor.alert_recipient"
                    },
                    {
                      "object": "monitor.alert_recipient"
                    }
                  ],
                  "events": [
                    {
                      "object": "monitor.alert_event",
                      "type": "created"
                    },
                    {
                      "object": "monitor.alert_event",
                      "type": "created"
                    }
                  ]
                },
                {
                  "object": "monitor.alert",
                  "status": "pending",
                  "monitor": {
                    "object": "monitor",
                    "target": "protoguard_filter",
                    "status": "active",
                    "owner": "organization"
                  },
                  "specification_change_notification": {
                    "object": "provider.specification_change_notification",
                    "from_specification": {
                      "object": "provider.capabilities.specification#preview"
                    },
                    "to_specification": {
                      "object": "provider.capabilities.specification#preview"
                    },
                    "from_provider_version": {
                      "object": "provider.version#preview"
                    },
                    "to_provider_version": {
                      "object": "provider.version#preview"
                    }
                  },
                  "recipients": [
                    {
                      "object": "monitor.alert_recipient"
                    },
                    {
                      "object": "monitor.alert_recipient"
                    }
                  ],
                  "events": [
                    {
                      "object": "monitor.alert_event",
                      "type": "created"
                    },
                    {
                      "object": "monitor.alert_event",
                      "type": "created"
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "monitor.alert",
                    "status": "pending",
                    "monitor": {
                      "object": "monitor",
                      "target": "protoguard_filter",
                      "status": "active",
                      "owner": "organization"
                    },
                    "specification_change_notification": {
                      "object": "provider.specification_change_notification",
                      "from_specification": {
                        "object": "provider.capabilities.specification#preview"
                      },
                      "to_specification": {
                        "object": "provider.capabilities.specification#preview"
                      },
                      "from_provider_version": {
                        "object": "provider.version#preview"
                      },
                      "to_provider_version": {
                        "object": "provider.version#preview"
                      }
                    },
                    "recipients": [
                      {
                        "object": "monitor.alert_recipient"
                      },
                      {
                        "object": "monitor.alert_recipient"
                      }
                    ],
                    "events": [
                      {
                        "object": "monitor.alert_event",
                        "type": "created"
                      },
                      {
                        "object": "monitor.alert_event",
                        "type": "created"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "monitor.alert"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "pending",
                      "resolved",
                      "ignored"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "monitor": {
                    "examples": [
                      {
                        "object": "monitor",
                        "target": "protoguard_filter",
                        "status": "active",
                        "owner": "organization"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "monitor"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "target": {
                        "examples": [
                          "protoguard_filter",
                          "schema_change"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "inactive"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "owner": {
                        "examples": [
                          "organization",
                          "system"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "proto_guard_filter_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "first_alert_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": true
                      },
                      "last_alert_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "proto_guard_alert_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "proto_guard_run_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "specification_change_notification": {
                    "examples": [
                      {
                        "object": "provider.specification_change_notification",
                        "from_specification": {
                          "object": "provider.capabilities.specification#preview"
                        },
                        "to_specification": {
                          "object": "provider.capabilities.specification#preview"
                        },
                        "from_provider_version": {
                          "object": "provider.version#preview"
                        },
                        "to_provider_version": {
                          "object": "provider.version#preview"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.specification_change_notification"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_version_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "from_specification": {
                        "examples": [
                          {
                            "object": "provider.capabilities.specification#preview"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.capabilities.specification#preview"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "to_specification": {
                        "examples": [
                          {
                            "object": "provider.capabilities.specification#preview"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.capabilities.specification#preview"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "from_provider_version": {
                        "examples": [
                          {
                            "object": "provider.version#preview"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.version#preview"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "version": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "to_provider_version": {
                        "examples": [
                          {
                            "object": "provider.version#preview"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.version#preview"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "version": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "resolved_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  },
                  "recipients": {
                    "examples": [
                      [
                        {
                          "object": "monitor.alert_recipient"
                        },
                        {
                          "object": "monitor.alert_recipient"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "monitor.alert_recipient"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "monitor.alert_recipient"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "recipient_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "viewed_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "events": {
                    "examples": [
                      [
                        {
                          "object": "monitor.alert_event",
                          "type": "created"
                        },
                        {
                          "object": "monitor.alert_event",
                          "type": "created"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "monitor.alert_event",
                            "type": "created"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "monitor.alert_event"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "created",
                              "viewed",
                              "resolved",
                              "unresolved"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "actor_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_610",
      "name": "monitor.alert",
      "type": {
        "examples": [
          {
            "object": "monitor.alert",
            "status": "pending",
            "monitor": {
              "object": "monitor",
              "target": "protoguard_filter",
              "status": "active",
              "owner": "organization"
            },
            "specification_change_notification": {
              "object": "provider.specification_change_notification",
              "from_specification": {
                "object": "provider.capabilities.specification#preview"
              },
              "to_specification": {
                "object": "provider.capabilities.specification#preview"
              },
              "from_provider_version": {
                "object": "provider.version#preview"
              },
              "to_provider_version": {
                "object": "provider.version#preview"
              }
            },
            "recipients": [
              {
                "object": "monitor.alert_recipient"
              },
              {
                "object": "monitor.alert_recipient"
              }
            ],
            "events": [
              {
                "object": "monitor.alert_event",
                "type": "created"
              },
              {
                "object": "monitor.alert_event",
                "type": "created"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "monitor.alert"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "resolved",
              "ignored"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "monitor": {
            "examples": [
              {
                "object": "monitor",
                "target": "protoguard_filter",
                "status": "active",
                "owner": "organization"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "monitor"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "target": {
                "examples": [
                  "protoguard_filter",
                  "schema_change"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "inactive"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "owner": {
                "examples": [
                  "organization",
                  "system"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "proto_guard_filter_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "first_alert_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": true
              },
              "last_alert_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "proto_guard_alert_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "proto_guard_run_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "specification_change_notification": {
            "examples": [
              {
                "object": "provider.specification_change_notification",
                "from_specification": {
                  "object": "provider.capabilities.specification#preview"
                },
                "to_specification": {
                  "object": "provider.capabilities.specification#preview"
                },
                "from_provider_version": {
                  "object": "provider.version#preview"
                },
                "to_provider_version": {
                  "object": "provider.version#preview"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.specification_change_notification"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "provider_version_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "from_specification": {
                "examples": [
                  {
                    "object": "provider.capabilities.specification#preview"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.capabilities.specification#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "to_specification": {
                "examples": [
                  {
                    "object": "provider.capabilities.specification#preview"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.capabilities.specification#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "from_provider_version": {
                "examples": [
                  {
                    "object": "provider.version#preview"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.version#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "version": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "to_provider_version": {
                "examples": [
                  {
                    "object": "provider.version#preview"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.version#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "version": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "resolved_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "recipients": {
            "examples": [
              [
                {
                  "object": "monitor.alert_recipient"
                },
                {
                  "object": "monitor.alert_recipient"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "monitor.alert_recipient"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "monitor.alert_recipient"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "recipient_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "viewed_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "events": {
            "examples": [
              [
                {
                  "object": "monitor.alert_event",
                  "type": "created"
                },
                {
                  "object": "monitor.alert_event",
                  "type": "created"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "monitor.alert_event",
                    "type": "created"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "monitor.alert_event"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "created",
                      "viewed",
                      "resolved",
                      "unresolved"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "actor_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_612",
      "name": "monitor.alert",
      "type": {
        "examples": [
          {
            "object": "monitor.alert",
            "status": "pending",
            "monitor": {
              "object": "monitor",
              "target": "protoguard_filter",
              "status": "active",
              "owner": "organization"
            },
            "specification_change_notification": {
              "object": "provider.specification_change_notification",
              "from_specification": {
                "object": "provider.capabilities.specification#preview"
              },
              "to_specification": {
                "object": "provider.capabilities.specification#preview"
              },
              "from_provider_version": {
                "object": "provider.version#preview"
              },
              "to_provider_version": {
                "object": "provider.version#preview"
              }
            },
            "recipients": [
              {
                "object": "monitor.alert_recipient"
              },
              {
                "object": "monitor.alert_recipient"
              }
            ],
            "events": [
              {
                "object": "monitor.alert_event",
                "type": "created"
              },
              {
                "object": "monitor.alert_event",
                "type": "created"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "monitor.alert"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "resolved",
              "ignored"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "monitor": {
            "examples": [
              {
                "object": "monitor",
                "target": "protoguard_filter",
                "status": "active",
                "owner": "organization"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "monitor"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "target": {
                "examples": [
                  "protoguard_filter",
                  "schema_change"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "inactive"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "owner": {
                "examples": [
                  "organization",
                  "system"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "proto_guard_filter_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "first_alert_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": true
              },
              "last_alert_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "proto_guard_alert_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "proto_guard_run_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "specification_change_notification": {
            "examples": [
              {
                "object": "provider.specification_change_notification",
                "from_specification": {
                  "object": "provider.capabilities.specification#preview"
                },
                "to_specification": {
                  "object": "provider.capabilities.specification#preview"
                },
                "from_provider_version": {
                  "object": "provider.version#preview"
                },
                "to_provider_version": {
                  "object": "provider.version#preview"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.specification_change_notification"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "provider_version_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "from_specification": {
                "examples": [
                  {
                    "object": "provider.capabilities.specification#preview"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.capabilities.specification#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "to_specification": {
                "examples": [
                  {
                    "object": "provider.capabilities.specification#preview"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.capabilities.specification#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "from_provider_version": {
                "examples": [
                  {
                    "object": "provider.version#preview"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.version#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "version": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "to_provider_version": {
                "examples": [
                  {
                    "object": "provider.version#preview"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.version#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "version": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "resolved_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "recipients": {
            "examples": [
              [
                {
                  "object": "monitor.alert_recipient"
                },
                {
                  "object": "monitor.alert_recipient"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "monitor.alert_recipient"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "monitor.alert_recipient"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "recipient_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "viewed_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "events": {
            "examples": [
              [
                {
                  "object": "monitor.alert_event",
                  "type": "created"
                },
                {
                  "object": "monitor.alert_event",
                  "type": "created"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "monitor.alert_event",
                    "type": "created"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "monitor.alert_event"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "created",
                      "viewed",
                      "resolved",
                      "unresolved"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "actor_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_614",
      "name": "monitor.alert",
      "type": {
        "examples": [
          {
            "object": "monitor.alert",
            "status": "pending",
            "monitor": {
              "object": "monitor",
              "target": "protoguard_filter",
              "status": "active",
              "owner": "organization"
            },
            "specification_change_notification": {
              "object": "provider.specification_change_notification",
              "from_specification": {
                "object": "provider.capabilities.specification#preview"
              },
              "to_specification": {
                "object": "provider.capabilities.specification#preview"
              },
              "from_provider_version": {
                "object": "provider.version#preview"
              },
              "to_provider_version": {
                "object": "provider.version#preview"
              }
            },
            "recipients": [
              {
                "object": "monitor.alert_recipient"
              },
              {
                "object": "monitor.alert_recipient"
              }
            ],
            "events": [
              {
                "object": "monitor.alert_event",
                "type": "created"
              },
              {
                "object": "monitor.alert_event",
                "type": "created"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "monitor.alert"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "resolved",
              "ignored"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "monitor": {
            "examples": [
              {
                "object": "monitor",
                "target": "protoguard_filter",
                "status": "active",
                "owner": "organization"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "monitor"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "target": {
                "examples": [
                  "protoguard_filter",
                  "schema_change"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "inactive"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "owner": {
                "examples": [
                  "organization",
                  "system"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "proto_guard_filter_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "first_alert_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": true
              },
              "last_alert_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "proto_guard_alert_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "proto_guard_run_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "specification_change_notification": {
            "examples": [
              {
                "object": "provider.specification_change_notification",
                "from_specification": {
                  "object": "provider.capabilities.specification#preview"
                },
                "to_specification": {
                  "object": "provider.capabilities.specification#preview"
                },
                "from_provider_version": {
                  "object": "provider.version#preview"
                },
                "to_provider_version": {
                  "object": "provider.version#preview"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.specification_change_notification"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "provider_version_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "from_specification": {
                "examples": [
                  {
                    "object": "provider.capabilities.specification#preview"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.capabilities.specification#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "to_specification": {
                "examples": [
                  {
                    "object": "provider.capabilities.specification#preview"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.capabilities.specification#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "from_provider_version": {
                "examples": [
                  {
                    "object": "provider.version#preview"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.version#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "version": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "to_provider_version": {
                "examples": [
                  {
                    "object": "provider.version#preview"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.version#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "version": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "resolved_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "recipients": {
            "examples": [
              [
                {
                  "object": "monitor.alert_recipient"
                },
                {
                  "object": "monitor.alert_recipient"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "monitor.alert_recipient"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "monitor.alert_recipient"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "recipient_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "viewed_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "events": {
            "examples": [
              [
                {
                  "object": "monitor.alert_event",
                  "type": "created"
                },
                {
                  "object": "monitor.alert_event",
                  "type": "created"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "monitor.alert_event",
                    "type": "created"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "monitor.alert_event"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "created",
                      "viewed",
                      "resolved",
                      "unresolved"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "actor_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_616",
      "name": "monitor.alert",
      "type": {
        "examples": [
          {
            "object": "monitor.alert",
            "status": "pending",
            "monitor": {
              "object": "monitor",
              "target": "protoguard_filter",
              "status": "active",
              "owner": "organization"
            },
            "specification_change_notification": {
              "object": "provider.specification_change_notification",
              "from_specification": {
                "object": "provider.capabilities.specification#preview"
              },
              "to_specification": {
                "object": "provider.capabilities.specification#preview"
              },
              "from_provider_version": {
                "object": "provider.version#preview"
              },
              "to_provider_version": {
                "object": "provider.version#preview"
              }
            },
            "recipients": [
              {
                "object": "monitor.alert_recipient"
              },
              {
                "object": "monitor.alert_recipient"
              }
            ],
            "events": [
              {
                "object": "monitor.alert_event",
                "type": "created"
              },
              {
                "object": "monitor.alert_event",
                "type": "created"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "monitor.alert"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "resolved",
              "ignored"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "monitor": {
            "examples": [
              {
                "object": "monitor",
                "target": "protoguard_filter",
                "status": "active",
                "owner": "organization"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "monitor"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "target": {
                "examples": [
                  "protoguard_filter",
                  "schema_change"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "inactive"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "owner": {
                "examples": [
                  "organization",
                  "system"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "proto_guard_filter_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "first_alert_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": true
              },
              "last_alert_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "proto_guard_alert_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "proto_guard_run_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "specification_change_notification": {
            "examples": [
              {
                "object": "provider.specification_change_notification",
                "from_specification": {
                  "object": "provider.capabilities.specification#preview"
                },
                "to_specification": {
                  "object": "provider.capabilities.specification#preview"
                },
                "from_provider_version": {
                  "object": "provider.version#preview"
                },
                "to_provider_version": {
                  "object": "provider.version#preview"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.specification_change_notification"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "provider_version_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "from_specification": {
                "examples": [
                  {
                    "object": "provider.capabilities.specification#preview"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.capabilities.specification#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "to_specification": {
                "examples": [
                  {
                    "object": "provider.capabilities.specification#preview"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.capabilities.specification#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "from_provider_version": {
                "examples": [
                  {
                    "object": "provider.version#preview"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.version#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "version": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "to_provider_version": {
                "examples": [
                  {
                    "object": "provider.version#preview"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.version#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "version": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "resolved_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "recipients": {
            "examples": [
              [
                {
                  "object": "monitor.alert_recipient"
                },
                {
                  "object": "monitor.alert_recipient"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "monitor.alert_recipient"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "monitor.alert_recipient"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "recipient_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "viewed_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "events": {
            "examples": [
              [
                {
                  "object": "monitor.alert_event",
                  "type": "created"
                },
                {
                  "object": "monitor.alert_event",
                  "type": "created"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "monitor.alert_event",
                    "type": "created"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "monitor.alert_event"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "created",
                      "viewed",
                      "resolved",
                      "unresolved"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "actor_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_619",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "created_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "run_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "filter_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "session_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "session_message_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "session_connection_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_run_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for ProtoGuard alert creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for ProtoGuard alert creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter ProtoGuard alert creation time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_620",
      "name": "protoguard.alert",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "protoguard.alert",
                "filters": [
                  {
                    "object": "protoguard.alert_filter",
                    "issue_type": "instruction_override",
                    "severity": "low"
                  },
                  {
                    "object": "protoguard.alert_filter",
                    "issue_type": "instruction_override",
                    "severity": "low"
                  }
                ]
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "protoguard.alert",
                  "filters": [
                    {
                      "object": "protoguard.alert_filter",
                      "issue_type": "instruction_override",
                      "severity": "low"
                    },
                    {
                      "object": "protoguard.alert_filter",
                      "issue_type": "instruction_override",
                      "severity": "low"
                    }
                  ]
                },
                {
                  "object": "protoguard.alert",
                  "filters": [
                    {
                      "object": "protoguard.alert_filter",
                      "issue_type": "instruction_override",
                      "severity": "low"
                    },
                    {
                      "object": "protoguard.alert_filter",
                      "issue_type": "instruction_override",
                      "severity": "low"
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "protoguard.alert",
                    "filters": [
                      {
                        "object": "protoguard.alert_filter",
                        "issue_type": "instruction_override",
                        "severity": "low"
                      },
                      {
                        "object": "protoguard.alert_filter",
                        "issue_type": "instruction_override",
                        "severity": "low"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "protoguard.alert"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "run_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "session_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "session_message_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "session_connection_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_run_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "object": "protoguard.alert_filter",
                          "issue_type": "instruction_override",
                          "severity": "low"
                        },
                        {
                          "object": "protoguard.alert_filter",
                          "issue_type": "instruction_override",
                          "severity": "low"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "protoguard.alert_filter",
                            "issue_type": "instruction_override",
                            "severity": "low"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "protoguard.alert_filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "filter_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "key": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "issue_type": {
                            "examples": [
                              "instruction_override",
                              "role_hijack",
                              "jailbreak_persona",
                              "prompt_exfiltration",
                              "tool_call_forgery",
                              "format_break",
                              "instruction_block",
                              "unicode_smuggling",
                              "encoded_payload",
                              "typoglycemia"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "severity": {
                            "examples": [
                              "low",
                              "medium",
                              "high",
                              "critical"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "confidence": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_622",
      "name": "protoguard.alert",
      "type": {
        "examples": [
          {
            "object": "protoguard.alert",
            "filters": [
              {
                "object": "protoguard.alert_filter",
                "issue_type": "instruction_override",
                "severity": "low"
              },
              {
                "object": "protoguard.alert_filter",
                "issue_type": "instruction_override",
                "severity": "low"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "protoguard.alert"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "run_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "session_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "session_message_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "session_connection_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "provider_run_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "filters": {
            "examples": [
              [
                {
                  "object": "protoguard.alert_filter",
                  "issue_type": "instruction_override",
                  "severity": "low"
                },
                {
                  "object": "protoguard.alert_filter",
                  "issue_type": "instruction_override",
                  "severity": "low"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "protoguard.alert_filter",
                    "issue_type": "instruction_override",
                    "severity": "low"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "protoguard.alert_filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "filter_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "key": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "issue_type": {
                    "examples": [
                      "instruction_override",
                      "role_hijack",
                      "jailbreak_persona",
                      "prompt_exfiltration",
                      "tool_call_forgery",
                      "format_break",
                      "instruction_block",
                      "unicode_smuggling",
                      "encoded_payload",
                      "typoglycemia"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "severity": {
                    "examples": [
                      "low",
                      "medium",
                      "high",
                      "critical"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "confidence": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_625",
      "name": "protoguard.filter_config",
      "type": {
        "examples": [
          {
            "object": "protoguard.filter_config",
            "filters": [
              {
                "object": "protoguard.filter",
                "issue_type": "instruction_override",
                "severity": "low"
              },
              {
                "object": "protoguard.filter",
                "issue_type": "instruction_override",
                "severity": "low"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "protoguard.filter_config"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "alert_filter_count_threshold": {
            "examples": [],
            "type": "number",
            "optional": false,
            "nullable": false
          },
          "filters": {
            "examples": [
              [
                {
                  "object": "protoguard.filter",
                  "issue_type": "instruction_override",
                  "severity": "low"
                },
                {
                  "object": "protoguard.filter",
                  "issue_type": "instruction_override",
                  "severity": "low"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "protoguard.filter",
                    "issue_type": "instruction_override",
                    "severity": "low"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "protoguard.filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "key": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "issue_type": {
                    "examples": [
                      "instruction_override",
                      "role_hijack",
                      "jailbreak_persona",
                      "prompt_exfiltration",
                      "tool_call_forgery",
                      "format_break",
                      "instruction_block",
                      "unicode_smuggling",
                      "encoded_payload",
                      "typoglycemia"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "severity": {
                    "examples": [
                      "low",
                      "medium",
                      "high",
                      "critical"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "score_weight": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "default_enabled": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "enabled": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "default_alert_confidence_threshold": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "alert_confidence_threshold": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_627",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "enabled": {
            "examples": [],
            "type": "boolean",
            "optional": true,
            "nullable": false
          },
          "alert_confidence_threshold": {
            "examples": [],
            "type": "number",
            "optional": true,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_628",
      "name": "protoguard.filter_config",
      "type": {
        "examples": [
          {
            "object": "protoguard.filter_config",
            "filters": [
              {
                "object": "protoguard.filter",
                "issue_type": "instruction_override",
                "severity": "low"
              },
              {
                "object": "protoguard.filter",
                "issue_type": "instruction_override",
                "severity": "low"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "protoguard.filter_config"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "alert_filter_count_threshold": {
            "examples": [],
            "type": "number",
            "optional": false,
            "nullable": false
          },
          "filters": {
            "examples": [
              [
                {
                  "object": "protoguard.filter",
                  "issue_type": "instruction_override",
                  "severity": "low"
                },
                {
                  "object": "protoguard.filter",
                  "issue_type": "instruction_override",
                  "severity": "low"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "protoguard.filter",
                    "issue_type": "instruction_override",
                    "severity": "low"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "protoguard.filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "key": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "issue_type": {
                    "examples": [
                      "instruction_override",
                      "role_hijack",
                      "jailbreak_persona",
                      "prompt_exfiltration",
                      "tool_call_forgery",
                      "format_break",
                      "instruction_block",
                      "unicode_smuggling",
                      "encoded_payload",
                      "typoglycemia"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "severity": {
                    "examples": [
                      "low",
                      "medium",
                      "high",
                      "critical"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "score_weight": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "default_enabled": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "enabled": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "default_alert_confidence_threshold": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "alert_confidence_threshold": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_630",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "threshold": {
            "examples": [],
            "type": "number",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_631",
      "name": "protoguard.filter_config",
      "type": {
        "examples": [
          {
            "object": "protoguard.filter_config",
            "filters": [
              {
                "object": "protoguard.filter",
                "issue_type": "instruction_override",
                "severity": "low"
              },
              {
                "object": "protoguard.filter",
                "issue_type": "instruction_override",
                "severity": "low"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "protoguard.filter_config"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "alert_filter_count_threshold": {
            "examples": [],
            "type": "number",
            "optional": false,
            "nullable": false
          },
          "filters": {
            "examples": [
              [
                {
                  "object": "protoguard.filter",
                  "issue_type": "instruction_override",
                  "severity": "low"
                },
                {
                  "object": "protoguard.filter",
                  "issue_type": "instruction_override",
                  "severity": "low"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "protoguard.filter",
                    "issue_type": "instruction_override",
                    "severity": "low"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "protoguard.filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "key": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "issue_type": {
                    "examples": [
                      "instruction_override",
                      "role_hijack",
                      "jailbreak_persona",
                      "prompt_exfiltration",
                      "tool_call_forgery",
                      "format_break",
                      "instruction_block",
                      "unicode_smuggling",
                      "encoded_payload",
                      "typoglycemia"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "severity": {
                    "examples": [
                      "low",
                      "medium",
                      "high",
                      "critical"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "score_weight": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "default_enabled": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "enabled": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "default_alert_confidence_threshold": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "alert_confidence_threshold": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_634",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "type": "unknown",
                "source": "provider",
                "hierarchy": "child",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "unknown",
                  "tool_call",
                  "mcp_control",
                  "mcp_message",
                  [
                    "unknown",
                    "unknown"
                  ],
                  [
                    "tool_call",
                    "tool_call"
                  ],
                  [
                    "mcp_control",
                    "mcp_control"
                  ],
                  [
                    "mcp_message",
                    "mcp_message"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "unknown",
                      "tool_call",
                      "mcp_control",
                      "mcp_message"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "unknown",
                        "unknown"
                      ],
                      [
                        "tool_call",
                        "tool_call"
                      ],
                      [
                        "mcp_control",
                        "mcp_control"
                      ],
                      [
                        "mcp_message",
                        "mcp_message"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "unknown",
                          "tool_call",
                          "mcp_control",
                          "mcp_message"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by message type(s)",
                "optional": true,
                "nullable": false
              },
              "source": {
                "examples": [
                  "provider",
                  "client",
                  [
                    "provider",
                    "provider"
                  ],
                  [
                    "client",
                    "client"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "provider",
                      "client"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "provider",
                        "provider"
                      ],
                      [
                        "client",
                        "client"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "provider",
                          "client"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by message source(s)",
                "optional": true,
                "nullable": false
              },
              "hierarchy": {
                "examples": [
                  "child",
                  "parent",
                  [
                    "child",
                    "child"
                  ],
                  [
                    "parent",
                    "parent"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "child",
                      "parent"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "child",
                        "child"
                      ],
                      [
                        "parent",
                        "parent"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "child",
                          "parent"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by message hierarchy",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by message ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_connection_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session connection ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_run_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider run ID(s)",
                "optional": true,
                "nullable": false
              },
              "error_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by error ID(s)",
                "optional": true,
                "nullable": false
              },
              "participant_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by participant ID(s)",
                "optional": true,
                "nullable": false
              },
              "parent_message_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by parent message ID(s)",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for session message creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for session message creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter session message creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for session message last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for session message last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter session message last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_635",
      "name": "subspaceSessionMessage",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "session.message",
                "id": "smg_8hJkLmNpQrStUvWx",
                "type": "tool_call",
                "status": "waiting_for_response",
                "source": "client",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                "connection_id": "scn_2bCdEfGhJkLmNpQr",
                "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                "hierarchy": {
                  "object": "session.message.hierarchy",
                  "type": "child"
                },
                "transport": {
                  "object": "session.message.transport",
                  "type": "mcp",
                  "mcp": {
                    "object": "session.message.transport.mcp",
                    "transport": "unknown"
                  },
                  "tool_call": {
                    "object": "session.message.transport.tool_call"
                  }
                },
                "input": {},
                "output": {},
                "tool_call": {
                  "object": "session.tool_call",
                  "id": "tcl_8hJkLmNpQrStUvWx",
                  "tool_key": "create_issue",
                  "type": "tool_call",
                  "status": "waiting_for_response",
                  "source": "client",
                  "transport": "tool_call",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "message_id": "smg_3cDeFgHjKlMnPqRs",
                  "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                  "connection_id": "scn_2bCdEfGhJkLmNpQr",
                  "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                  "sender_participant": {
                    "object": "session.participant",
                    "id": "spt_5eFgHjKlMnPqRsTu",
                    "type": "unknown",
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop",
                    "data": {
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_type": "mcp",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "responder_participant": {
                    "object": "session.participant",
                    "id": "spt_5eFgHjKlMnPqRsTu",
                    "type": "unknown",
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop",
                    "data": {
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_type": "mcp",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "tool": {
                    "object": "provider.tool",
                    "id": "pto_5jKlMnPqRsTuVwXy",
                    "key": "create_issue",
                    "name": "Create Issue",
                    "description": "Creates a new issue in a GitHub repository",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "tags": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "error": {
                    "object": "session.error",
                    "id": "ser_6fGhJkLmNpQrStUv",
                    "code": "CONNECTION_TIMEOUT",
                    "message": "Connection timed out after 30 seconds",
                    "data": {},
                    "status": "processing",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                    "connection_id": "scn_8hJkLmNpQrStUvWx",
                    "group_id": "seg_7gHjKlMnPqRsTuVw",
                    "similar_error_count": 5,
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "input": {},
                  "output": {},
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "sender_participant": {
                  "object": "session.participant",
                  "id": "spt_5eFgHjKlMnPqRsTu",
                  "type": "unknown",
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop",
                  "data": {
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "connection_type": "mcp",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "responder_participant": {
                  "object": "session.participant",
                  "id": "spt_5eFgHjKlMnPqRsTu",
                  "type": "unknown",
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop",
                  "data": {
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "connection_type": "mcp",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "error": {
                  "object": "session.error",
                  "id": "ser_6fGhJkLmNpQrStUv",
                  "code": "CONNECTION_TIMEOUT",
                  "message": "Connection timed out after 30 seconds",
                  "data": {},
                  "status": "processing",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                  "connection_id": "scn_8hJkLmNpQrStUvWx",
                  "group_id": "seg_7gHjKlMnPqRsTuVw",
                  "similar_error_count": 5,
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "session.message",
                  "id": "smg_8hJkLmNpQrStUvWx",
                  "type": "tool_call",
                  "status": "waiting_for_response",
                  "source": "client",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                  "connection_id": "scn_2bCdEfGhJkLmNpQr",
                  "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                  "hierarchy": {
                    "object": "session.message.hierarchy",
                    "type": "child"
                  },
                  "transport": {
                    "object": "session.message.transport",
                    "type": "mcp",
                    "mcp": {
                      "object": "session.message.transport.mcp",
                      "transport": "unknown"
                    },
                    "tool_call": {
                      "object": "session.message.transport.tool_call"
                    }
                  },
                  "input": {},
                  "output": {},
                  "tool_call": {
                    "object": "session.tool_call",
                    "id": "tcl_8hJkLmNpQrStUvWx",
                    "tool_key": "create_issue",
                    "type": "tool_call",
                    "status": "waiting_for_response",
                    "source": "client",
                    "transport": "tool_call",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "message_id": "smg_3cDeFgHjKlMnPqRs",
                    "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                    "connection_id": "scn_2bCdEfGhJkLmNpQr",
                    "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                    "sender_participant": {
                      "object": "session.participant",
                      "id": "spt_5eFgHjKlMnPqRsTu",
                      "type": "unknown",
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop",
                      "data": {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "connection_type": "mcp",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "responder_participant": {
                      "object": "session.participant",
                      "id": "spt_5eFgHjKlMnPqRsTu",
                      "type": "unknown",
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop",
                      "data": {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "connection_type": "mcp",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "tool": {
                      "object": "provider.tool",
                      "id": "pto_5jKlMnPqRsTuVwXy",
                      "key": "create_issue",
                      "name": "Create Issue",
                      "description": "Creates a new issue in a GitHub repository",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "tags": {},
                      "specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "error": {
                      "object": "session.error",
                      "id": "ser_6fGhJkLmNpQrStUv",
                      "code": "CONNECTION_TIMEOUT",
                      "message": "Connection timed out after 30 seconds",
                      "data": {},
                      "status": "processing",
                      "session_id": "ses_4dEfGhJkLmNpQrSt",
                      "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                      "connection_id": "scn_8hJkLmNpQrStUvWx",
                      "group_id": "seg_7gHjKlMnPqRsTuVw",
                      "similar_error_count": 5,
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "input": {},
                    "output": {},
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "sender_participant": {
                    "object": "session.participant",
                    "id": "spt_5eFgHjKlMnPqRsTu",
                    "type": "unknown",
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop",
                    "data": {
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_type": "mcp",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "responder_participant": {
                    "object": "session.participant",
                    "id": "spt_5eFgHjKlMnPqRsTu",
                    "type": "unknown",
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop",
                    "data": {
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_type": "mcp",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "error": {
                    "object": "session.error",
                    "id": "ser_6fGhJkLmNpQrStUv",
                    "code": "CONNECTION_TIMEOUT",
                    "message": "Connection timed out after 30 seconds",
                    "data": {},
                    "status": "processing",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                    "connection_id": "scn_8hJkLmNpQrStUvWx",
                    "group_id": "seg_7gHjKlMnPqRsTuVw",
                    "similar_error_count": 5,
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                {
                  "object": "session.message",
                  "id": "smg_8hJkLmNpQrStUvWx",
                  "type": "tool_call",
                  "status": "waiting_for_response",
                  "source": "client",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                  "connection_id": "scn_2bCdEfGhJkLmNpQr",
                  "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                  "hierarchy": {
                    "object": "session.message.hierarchy",
                    "type": "child"
                  },
                  "transport": {
                    "object": "session.message.transport",
                    "type": "mcp",
                    "mcp": {
                      "object": "session.message.transport.mcp",
                      "transport": "unknown"
                    },
                    "tool_call": {
                      "object": "session.message.transport.tool_call"
                    }
                  },
                  "input": {},
                  "output": {},
                  "tool_call": {
                    "object": "session.tool_call",
                    "id": "tcl_8hJkLmNpQrStUvWx",
                    "tool_key": "create_issue",
                    "type": "tool_call",
                    "status": "waiting_for_response",
                    "source": "client",
                    "transport": "tool_call",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "message_id": "smg_3cDeFgHjKlMnPqRs",
                    "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                    "connection_id": "scn_2bCdEfGhJkLmNpQr",
                    "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                    "sender_participant": {
                      "object": "session.participant",
                      "id": "spt_5eFgHjKlMnPqRsTu",
                      "type": "unknown",
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop",
                      "data": {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "connection_type": "mcp",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "responder_participant": {
                      "object": "session.participant",
                      "id": "spt_5eFgHjKlMnPqRsTu",
                      "type": "unknown",
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop",
                      "data": {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "connection_type": "mcp",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "tool": {
                      "object": "provider.tool",
                      "id": "pto_5jKlMnPqRsTuVwXy",
                      "key": "create_issue",
                      "name": "Create Issue",
                      "description": "Creates a new issue in a GitHub repository",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "tags": {},
                      "specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "error": {
                      "object": "session.error",
                      "id": "ser_6fGhJkLmNpQrStUv",
                      "code": "CONNECTION_TIMEOUT",
                      "message": "Connection timed out after 30 seconds",
                      "data": {},
                      "status": "processing",
                      "session_id": "ses_4dEfGhJkLmNpQrSt",
                      "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                      "connection_id": "scn_8hJkLmNpQrStUvWx",
                      "group_id": "seg_7gHjKlMnPqRsTuVw",
                      "similar_error_count": 5,
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "input": {},
                    "output": {},
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "sender_participant": {
                    "object": "session.participant",
                    "id": "spt_5eFgHjKlMnPqRsTu",
                    "type": "unknown",
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop",
                    "data": {
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_type": "mcp",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "responder_participant": {
                    "object": "session.participant",
                    "id": "spt_5eFgHjKlMnPqRsTu",
                    "type": "unknown",
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop",
                    "data": {
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_type": "mcp",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "error": {
                    "object": "session.error",
                    "id": "ser_6fGhJkLmNpQrStUv",
                    "code": "CONNECTION_TIMEOUT",
                    "message": "Connection timed out after 30 seconds",
                    "data": {},
                    "status": "processing",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                    "connection_id": "scn_8hJkLmNpQrStUvWx",
                    "group_id": "seg_7gHjKlMnPqRsTuVw",
                    "similar_error_count": 5,
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session.message",
                    "id": "smg_8hJkLmNpQrStUvWx",
                    "type": "tool_call",
                    "status": "waiting_for_response",
                    "source": "client",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                    "connection_id": "scn_2bCdEfGhJkLmNpQr",
                    "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                    "hierarchy": {
                      "object": "session.message.hierarchy",
                      "type": "child"
                    },
                    "transport": {
                      "object": "session.message.transport",
                      "type": "mcp",
                      "mcp": {
                        "object": "session.message.transport.mcp",
                        "transport": "unknown"
                      },
                      "tool_call": {
                        "object": "session.message.transport.tool_call"
                      }
                    },
                    "input": {},
                    "output": {},
                    "tool_call": {
                      "object": "session.tool_call",
                      "id": "tcl_8hJkLmNpQrStUvWx",
                      "tool_key": "create_issue",
                      "type": "tool_call",
                      "status": "waiting_for_response",
                      "source": "client",
                      "transport": "tool_call",
                      "session_id": "ses_4dEfGhJkLmNpQrSt",
                      "message_id": "smg_3cDeFgHjKlMnPqRs",
                      "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                      "connection_id": "scn_2bCdEfGhJkLmNpQr",
                      "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                      "sender_participant": {
                        "object": "session.participant",
                        "id": "spt_5eFgHjKlMnPqRsTu",
                        "type": "unknown",
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop",
                        "data": {
                          "identifier": "claude-desktop",
                          "name": "Claude Desktop"
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "connection_type": "mcp",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      },
                      "responder_participant": {
                        "object": "session.participant",
                        "id": "spt_5eFgHjKlMnPqRsTu",
                        "type": "unknown",
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop",
                        "data": {
                          "identifier": "claude-desktop",
                          "name": "Claude Desktop"
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "connection_type": "mcp",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      },
                      "tool": {
                        "object": "provider.tool",
                        "id": "pto_5jKlMnPqRsTuVwXy",
                        "key": "create_issue",
                        "name": "Create Issue",
                        "description": "Creates a new issue in a GitHub repository",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "tags": {},
                        "specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "error": {
                        "object": "session.error",
                        "id": "ser_6fGhJkLmNpQrStUv",
                        "code": "CONNECTION_TIMEOUT",
                        "message": "Connection timed out after 30 seconds",
                        "data": {},
                        "status": "processing",
                        "session_id": "ses_4dEfGhJkLmNpQrSt",
                        "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                        "connection_id": "scn_8hJkLmNpQrStUvWx",
                        "group_id": "seg_7gHjKlMnPqRsTuVw",
                        "similar_error_count": 5,
                        "created_at": "2025-09-15T10:30:00.000Z"
                      },
                      "input": {},
                      "output": {},
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "sender_participant": {
                      "object": "session.participant",
                      "id": "spt_5eFgHjKlMnPqRsTu",
                      "type": "unknown",
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop",
                      "data": {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "connection_type": "mcp",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "responder_participant": {
                      "object": "session.participant",
                      "id": "spt_5eFgHjKlMnPqRsTu",
                      "type": "unknown",
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop",
                      "data": {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "connection_type": "mcp",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "error": {
                      "object": "session.error",
                      "id": "ser_6fGhJkLmNpQrStUv",
                      "code": "CONNECTION_TIMEOUT",
                      "message": "Connection timed out after 30 seconds",
                      "data": {},
                      "status": "processing",
                      "session_id": "ses_4dEfGhJkLmNpQrSt",
                      "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                      "connection_id": "scn_8hJkLmNpQrStUvWx",
                      "group_id": "seg_7gHjKlMnPqRsTuVw",
                      "similar_error_count": 5,
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.message"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "smg_8hJkLmNpQrStUvWx"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session message identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "tool_call",
                      "mcp_control",
                      "mcp_message",
                      "unknown"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Message type",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "waiting_for_response",
                      "failed",
                      "succeeded"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Message status",
                    "optional": false,
                    "nullable": false
                  },
                  "source": {
                    "examples": [
                      "client",
                      "provider"
                    ],
                    "type": "enum",
                    "name": "source",
                    "description": "Message source",
                    "optional": false,
                    "nullable": false
                  },
                  "session_id": {
                    "examples": [
                      "ses_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "session_id",
                    "description": "Parent session ID",
                    "optional": false,
                    "nullable": false
                  },
                  "session_provider_id": {
                    "examples": [
                      "spr_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "session_provider_id",
                    "description": "Session provider ID",
                    "optional": false,
                    "nullable": true
                  },
                  "connection_id": {
                    "examples": [
                      "scn_2bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "name": "connection_id",
                    "description": "Connection ID",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_run_id": {
                    "examples": [
                      "prn_8hJkLmNpQrStUvWx"
                    ],
                    "type": "string",
                    "name": "provider_run_id",
                    "description": "Provider run ID",
                    "optional": false,
                    "nullable": true
                  },
                  "hierarchy": {
                    "examples": [
                      {
                        "object": "session.message.hierarchy",
                        "type": "child"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "session.message.hierarchy"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "child",
                          "parent"
                        ],
                        "type": "string",
                        "name": "type",
                        "description": "Hierarchy type",
                        "optional": false,
                        "nullable": false
                      },
                      "parent_message_id": {
                        "examples": [],
                        "type": "string",
                        "name": "parent_message_id",
                        "description": "Parent message ID",
                        "optional": false,
                        "nullable": true
                      },
                      "child_message_ids": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "name": "child_message_id",
                            "description": "Child message ID",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "child_message_ids",
                        "description": "List of child message IDs",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "name": "hierarchy",
                    "description": "Message hierarchy information",
                    "optional": false,
                    "nullable": false
                  },
                  "transport": {
                    "examples": [
                      {
                        "object": "session.message.transport",
                        "type": "mcp",
                        "mcp": {
                          "object": "session.message.transport.mcp",
                          "transport": "unknown"
                        },
                        "tool_call": {
                          "object": "session.message.transport.tool_call"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "session.message.transport"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "mcp",
                          "tool_call",
                          "metorial_protocol",
                          "system"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Transport type",
                        "optional": false,
                        "nullable": false
                      },
                      "mcp": {
                        "examples": [
                          {
                            "object": "session.message.transport.mcp",
                            "transport": "unknown"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "session.message.transport.mcp"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [],
                                "type": "number",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "name": "id",
                            "description": "MCP message ID",
                            "optional": false,
                            "nullable": false
                          },
                          "protocol_version": {
                            "examples": [],
                            "type": "string",
                            "name": "protocol_version",
                            "description": "MCP protocol version",
                            "optional": false,
                            "nullable": false
                          },
                          "transport": {
                            "examples": [
                              "unknown",
                              "sse",
                              "streamable_http"
                            ],
                            "type": "string",
                            "name": "transport",
                            "description": "MCP transport type",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "tool_call": {
                        "examples": [
                          {
                            "object": "session.message.transport.tool_call"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "session.message.transport.tool_call"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "name": "id",
                            "description": "Tool call ID",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "name": "transport",
                    "description": "Transport information",
                    "optional": false,
                    "nullable": false
                  },
                  "input": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "input",
                    "description": "Input message data",
                    "optional": false,
                    "nullable": true
                  },
                  "output": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "output",
                    "description": "Output message data",
                    "optional": false,
                    "nullable": true
                  },
                  "tool_call": {
                    "examples": [
                      {
                        "object": "session.tool_call",
                        "id": "tcl_8hJkLmNpQrStUvWx",
                        "tool_key": "create_issue",
                        "type": "tool_call",
                        "status": "waiting_for_response",
                        "source": "client",
                        "transport": "tool_call",
                        "session_id": "ses_4dEfGhJkLmNpQrSt",
                        "message_id": "smg_3cDeFgHjKlMnPqRs",
                        "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                        "connection_id": "scn_2bCdEfGhJkLmNpQr",
                        "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                        "sender_participant": {
                          "object": "session.participant",
                          "id": "spt_5eFgHjKlMnPqRsTu",
                          "type": "unknown",
                          "identifier": "claude-desktop",
                          "name": "Claude Desktop",
                          "data": {
                            "identifier": "claude-desktop",
                            "name": "Claude Desktop"
                          },
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "connection_type": "mcp",
                          "created_at": "2025-09-15T10:30:00.000Z"
                        },
                        "responder_participant": {
                          "object": "session.participant",
                          "id": "spt_5eFgHjKlMnPqRsTu",
                          "type": "unknown",
                          "identifier": "claude-desktop",
                          "name": "Claude Desktop",
                          "data": {
                            "identifier": "claude-desktop",
                            "name": "Claude Desktop"
                          },
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "connection_type": "mcp",
                          "created_at": "2025-09-15T10:30:00.000Z"
                        },
                        "tool": {
                          "object": "provider.tool",
                          "id": "pto_5jKlMnPqRsTuVwXy",
                          "key": "create_issue",
                          "name": "Create Issue",
                          "description": "Creates a new issue in a GitHub repository",
                          "capabilities": {},
                          "input_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "output_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "tags": {},
                          "specification_id": "psp_9gHjKlMnPqRsTuVw",
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "error": {
                          "object": "session.error",
                          "id": "ser_6fGhJkLmNpQrStUv",
                          "code": "CONNECTION_TIMEOUT",
                          "message": "Connection timed out after 30 seconds",
                          "data": {},
                          "status": "processing",
                          "session_id": "ses_4dEfGhJkLmNpQrSt",
                          "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                          "connection_id": "scn_8hJkLmNpQrStUvWx",
                          "group_id": "seg_7gHjKlMnPqRsTuVw",
                          "similar_error_count": 5,
                          "created_at": "2025-09-15T10:30:00.000Z"
                        },
                        "input": {},
                        "output": {},
                        "created_at": "2025-09-15T10:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "session.tool_call"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "tcl_8hJkLmNpQrStUvWx"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique tool call identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "tool_key": {
                        "examples": [
                          "create_issue",
                          "search_code"
                        ],
                        "type": "string",
                        "name": "tool_key",
                        "description": "The key identifying the tool that was called",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "tool_call",
                          "mcp_control",
                          "mcp_message",
                          "unknown"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "The type of the tool call",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "waiting_for_response",
                          "failed",
                          "succeeded"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Current status of the tool call",
                        "optional": false,
                        "nullable": false
                      },
                      "source": {
                        "examples": [
                          "client",
                          "provider"
                        ],
                        "type": "enum",
                        "name": "source",
                        "description": "Source of the tool call",
                        "optional": false,
                        "nullable": false
                      },
                      "transport": {
                        "examples": [
                          "tool_call",
                          "mcp",
                          "metorial_protocol",
                          "system"
                        ],
                        "type": "enum",
                        "name": "transport",
                        "description": "Transport protocol used",
                        "optional": false,
                        "nullable": false
                      },
                      "session_id": {
                        "examples": [
                          "ses_4dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "session_id",
                        "description": "Parent session ID",
                        "optional": false,
                        "nullable": false
                      },
                      "message_id": {
                        "examples": [
                          "smg_3cDeFgHjKlMnPqRs"
                        ],
                        "type": "string",
                        "name": "message_id",
                        "description": "Associated session message ID",
                        "optional": false,
                        "nullable": false
                      },
                      "session_provider_id": {
                        "examples": [
                          "spr_3cDeFgHjKlMnPqRs"
                        ],
                        "type": "string",
                        "name": "session_provider_id",
                        "description": "Session provider ID",
                        "optional": false,
                        "nullable": true
                      },
                      "connection_id": {
                        "examples": [
                          "scn_2bCdEfGhJkLmNpQr"
                        ],
                        "type": "string",
                        "name": "connection_id",
                        "description": "Session connection ID",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_run_id": {
                        "examples": [
                          "prn_8hJkLmNpQrStUvWx"
                        ],
                        "type": "string",
                        "name": "provider_run_id",
                        "description": "Provider run ID",
                        "optional": false,
                        "nullable": true
                      },
                      "sender_participant": {
                        "examples": [
                          {
                            "object": "session.participant",
                            "id": "spt_5eFgHjKlMnPqRsTu",
                            "type": "unknown",
                            "identifier": "claude-desktop",
                            "name": "Claude Desktop",
                            "data": {
                              "identifier": "claude-desktop",
                              "name": "Claude Desktop"
                            },
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "connection_type": "mcp",
                            "created_at": "2025-09-15T10:30:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "session.participant"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "spt_5eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique session participant identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "unknown",
                              "provider",
                              "agent",
                              "system"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "Participant type",
                            "optional": false,
                            "nullable": false
                          },
                          "identifier": {
                            "examples": [
                              "claude-desktop"
                            ],
                            "type": "string",
                            "name": "identifier",
                            "description": "Participant identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Claude Desktop"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name",
                            "optional": false,
                            "nullable": false
                          },
                          "data": {
                            "examples": [
                              {
                                "identifier": "claude-desktop",
                                "name": "Claude Desktop"
                              }
                            ],
                            "properties": {
                              "identifier": {
                                "examples": [
                                  "claude-desktop"
                                ],
                                "type": "string",
                                "name": "identifier",
                                "description": "Participant-specific identifier within the payload",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Claude Desktop"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Participant-specific display name within the payload",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "name": "data",
                            "description": "Participant payload data",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID if associated",
                            "optional": false,
                            "nullable": true
                          },
                          "connection_type": {
                            "examples": [
                              "mcp",
                              "metorial_protocol",
                              "tool_call"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_instance_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "identity_actor_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "identity_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_actor_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_client_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "consumer_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "responder_participant": {
                        "examples": [
                          {
                            "object": "session.participant",
                            "id": "spt_5eFgHjKlMnPqRsTu",
                            "type": "unknown",
                            "identifier": "claude-desktop",
                            "name": "Claude Desktop",
                            "data": {
                              "identifier": "claude-desktop",
                              "name": "Claude Desktop"
                            },
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "connection_type": "mcp",
                            "created_at": "2025-09-15T10:30:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "session.participant"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "spt_5eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique session participant identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "unknown",
                              "provider",
                              "agent",
                              "system"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "Participant type",
                            "optional": false,
                            "nullable": false
                          },
                          "identifier": {
                            "examples": [
                              "claude-desktop"
                            ],
                            "type": "string",
                            "name": "identifier",
                            "description": "Participant identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Claude Desktop"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name",
                            "optional": false,
                            "nullable": false
                          },
                          "data": {
                            "examples": [
                              {
                                "identifier": "claude-desktop",
                                "name": "Claude Desktop"
                              }
                            ],
                            "properties": {
                              "identifier": {
                                "examples": [
                                  "claude-desktop"
                                ],
                                "type": "string",
                                "name": "identifier",
                                "description": "Participant-specific identifier within the payload",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Claude Desktop"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Participant-specific display name within the payload",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "name": "data",
                            "description": "Participant payload data",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID if associated",
                            "optional": false,
                            "nullable": true
                          },
                          "connection_type": {
                            "examples": [
                              "mcp",
                              "metorial_protocol",
                              "tool_call"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_instance_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "identity_actor_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "identity_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_actor_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_client_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "consumer_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "tool": {
                        "examples": [
                          {
                            "object": "provider.tool",
                            "id": "pto_5jKlMnPqRsTuVwXy",
                            "key": "create_issue",
                            "name": "Create Issue",
                            "description": "Creates a new issue in a GitHub repository",
                            "capabilities": {},
                            "input_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "output_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "tags": {},
                            "specification_id": "psp_9gHjKlMnPqRsTuVw",
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.tool"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pto_5jKlMnPqRsTuVwXy"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique tool identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "key": {
                            "examples": [
                              "create_issue"
                            ],
                            "type": "string",
                            "name": "key",
                            "description": "Tool key",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Create Issue"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the tool",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Creates a new issue in a GitHub repository"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Tool description",
                            "optional": false,
                            "nullable": true
                          },
                          "capabilities": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "capabilities",
                            "description": "Tool capabilities",
                            "optional": false,
                            "nullable": false
                          },
                          "constraints": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "name": "constraints",
                            "description": "Tool constraints",
                            "optional": false,
                            "nullable": false
                          },
                          "instructions": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "name": "instructions",
                            "description": "Tool usage instructions",
                            "optional": false,
                            "nullable": false
                          },
                          "input_schema": {
                            "examples": [
                              {
                                "type": "json_schema",
                                "schema": {}
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "json_schema"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "schema": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "schema",
                                "description": "JSON Schema defining the tool input parameters",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "output_schema": {
                            "examples": [
                              {
                                "type": "json_schema",
                                "schema": {}
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "json_schema"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "schema": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "schema",
                                "description": "JSON Schema defining the tool output format",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "tags": {
                            "examples": [
                              {}
                            ],
                            "properties": {
                              "destructive": {
                                "examples": [],
                                "type": "boolean",
                                "name": "destructive",
                                "description": "Whether the tool is destructive",
                                "optional": false,
                                "nullable": true
                              },
                              "read_only": {
                                "examples": [],
                                "type": "boolean",
                                "name": "read_only",
                                "description": "Whether the tool is read-only",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "specification_id": {
                            "examples": [
                              "psp_9gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "specification_id",
                            "description": "Specification ID",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "error": {
                        "examples": [
                          {
                            "object": "session.error",
                            "id": "ser_6fGhJkLmNpQrStUv",
                            "code": "CONNECTION_TIMEOUT",
                            "message": "Connection timed out after 30 seconds",
                            "data": {},
                            "status": "processing",
                            "session_id": "ses_4dEfGhJkLmNpQrSt",
                            "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                            "connection_id": "scn_8hJkLmNpQrStUvWx",
                            "group_id": "seg_7gHjKlMnPqRsTuVw",
                            "similar_error_count": 5,
                            "created_at": "2025-09-15T10:30:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "session.error"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "ser_6fGhJkLmNpQrStUv"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique session error identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "code": {
                            "examples": [
                              "CONNECTION_TIMEOUT"
                            ],
                            "type": "string",
                            "name": "code",
                            "description": "Error code",
                            "optional": false,
                            "nullable": false
                          },
                          "message": {
                            "examples": [
                              "Connection timed out after 30 seconds"
                            ],
                            "type": "string",
                            "name": "message",
                            "description": "Error message",
                            "optional": false,
                            "nullable": false
                          },
                          "data": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "data",
                            "description": "Error payload data",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "processing",
                              "processed"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Indicates whether the error is still being processed or has been fully processed and grouped.",
                            "optional": false,
                            "nullable": false
                          },
                          "session_id": {
                            "examples": [
                              "ses_4dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "session_id",
                            "description": "Parent session ID",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_run_id": {
                            "examples": [
                              "prn_8hJkLmNpQrStUvWx"
                            ],
                            "type": "string",
                            "name": "provider_run_id",
                            "description": "Provider run ID",
                            "optional": false,
                            "nullable": true
                          },
                          "connection_id": {
                            "examples": [
                              "scn_8hJkLmNpQrStUvWx"
                            ],
                            "type": "string",
                            "name": "connection_id",
                            "description": "Connection ID",
                            "optional": false,
                            "nullable": true
                          },
                          "group_id": {
                            "examples": [
                              "seg_7gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "group_id",
                            "description": "Error group ID",
                            "optional": false,
                            "nullable": true
                          },
                          "similar_error_count": {
                            "examples": [
                              5
                            ],
                            "type": "number",
                            "name": "similar_error_count",
                            "description": "Count of similar errors in the group",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "input": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "input",
                        "description": "Input data passed to the tool call",
                        "optional": false,
                        "nullable": true
                      },
                      "output": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "output",
                        "description": "Output data returned from the tool call",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "sender_participant": {
                    "examples": [
                      {
                        "object": "session.participant",
                        "id": "spt_5eFgHjKlMnPqRsTu",
                        "type": "unknown",
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop",
                        "data": {
                          "identifier": "claude-desktop",
                          "name": "Claude Desktop"
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "connection_type": "mcp",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "session.participant"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "spt_5eFgHjKlMnPqRsTu"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique session participant identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "unknown",
                          "provider",
                          "agent",
                          "system"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Participant type",
                        "optional": false,
                        "nullable": false
                      },
                      "identifier": {
                        "examples": [
                          "claude-desktop"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Participant identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Claude Desktop"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": false
                      },
                      "data": {
                        "examples": [
                          {
                            "identifier": "claude-desktop",
                            "name": "Claude Desktop"
                          }
                        ],
                        "properties": {
                          "identifier": {
                            "examples": [
                              "claude-desktop"
                            ],
                            "type": "string",
                            "name": "identifier",
                            "description": "Participant-specific identifier within the payload",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Claude Desktop"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Participant-specific display name within the payload",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "data",
                        "description": "Participant payload data",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID if associated",
                        "optional": false,
                        "nullable": true
                      },
                      "connection_type": {
                        "examples": [
                          "mcp",
                          "metorial_protocol",
                          "tool_call"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_instance_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "identity_actor_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "identity_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_actor_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_client_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "responder_participant": {
                    "examples": [
                      {
                        "object": "session.participant",
                        "id": "spt_5eFgHjKlMnPqRsTu",
                        "type": "unknown",
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop",
                        "data": {
                          "identifier": "claude-desktop",
                          "name": "Claude Desktop"
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "connection_type": "mcp",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "session.participant"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "spt_5eFgHjKlMnPqRsTu"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique session participant identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "unknown",
                          "provider",
                          "agent",
                          "system"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Participant type",
                        "optional": false,
                        "nullable": false
                      },
                      "identifier": {
                        "examples": [
                          "claude-desktop"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Participant identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Claude Desktop"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": false
                      },
                      "data": {
                        "examples": [
                          {
                            "identifier": "claude-desktop",
                            "name": "Claude Desktop"
                          }
                        ],
                        "properties": {
                          "identifier": {
                            "examples": [
                              "claude-desktop"
                            ],
                            "type": "string",
                            "name": "identifier",
                            "description": "Participant-specific identifier within the payload",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Claude Desktop"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Participant-specific display name within the payload",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "data",
                        "description": "Participant payload data",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID if associated",
                        "optional": false,
                        "nullable": true
                      },
                      "connection_type": {
                        "examples": [
                          "mcp",
                          "metorial_protocol",
                          "tool_call"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_instance_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "identity_actor_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "identity_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_actor_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_client_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "error": {
                    "examples": [
                      {
                        "object": "session.error",
                        "id": "ser_6fGhJkLmNpQrStUv",
                        "code": "CONNECTION_TIMEOUT",
                        "message": "Connection timed out after 30 seconds",
                        "data": {},
                        "status": "processing",
                        "session_id": "ses_4dEfGhJkLmNpQrSt",
                        "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                        "connection_id": "scn_8hJkLmNpQrStUvWx",
                        "group_id": "seg_7gHjKlMnPqRsTuVw",
                        "similar_error_count": 5,
                        "created_at": "2025-09-15T10:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "session.error"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "ser_6fGhJkLmNpQrStUv"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique session error identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "code": {
                        "examples": [
                          "CONNECTION_TIMEOUT"
                        ],
                        "type": "string",
                        "name": "code",
                        "description": "Error code",
                        "optional": false,
                        "nullable": false
                      },
                      "message": {
                        "examples": [
                          "Connection timed out after 30 seconds"
                        ],
                        "type": "string",
                        "name": "message",
                        "description": "Error message",
                        "optional": false,
                        "nullable": false
                      },
                      "data": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "data",
                        "description": "Error payload data",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "processing",
                          "processed"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Indicates whether the error is still being processed or has been fully processed and grouped.",
                        "optional": false,
                        "nullable": false
                      },
                      "session_id": {
                        "examples": [
                          "ses_4dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "session_id",
                        "description": "Parent session ID",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_run_id": {
                        "examples": [
                          "prn_8hJkLmNpQrStUvWx"
                        ],
                        "type": "string",
                        "name": "provider_run_id",
                        "description": "Provider run ID",
                        "optional": false,
                        "nullable": true
                      },
                      "connection_id": {
                        "examples": [
                          "scn_8hJkLmNpQrStUvWx"
                        ],
                        "type": "string",
                        "name": "connection_id",
                        "description": "Connection ID",
                        "optional": false,
                        "nullable": true
                      },
                      "group_id": {
                        "examples": [
                          "seg_7gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "group_id",
                        "description": "Error group ID",
                        "optional": false,
                        "nullable": true
                      },
                      "similar_error_count": {
                        "examples": [
                          5
                        ],
                        "type": "number",
                        "name": "similar_error_count",
                        "description": "Count of similar errors in the group",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_637",
      "name": "subspaceSessionMessage",
      "type": {
        "examples": [
          {
            "object": "session.message",
            "id": "smg_8hJkLmNpQrStUvWx",
            "type": "tool_call",
            "status": "waiting_for_response",
            "source": "client",
            "session_id": "ses_4dEfGhJkLmNpQrSt",
            "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
            "connection_id": "scn_2bCdEfGhJkLmNpQr",
            "provider_run_id": "prn_8hJkLmNpQrStUvWx",
            "hierarchy": {
              "object": "session.message.hierarchy",
              "type": "child"
            },
            "transport": {
              "object": "session.message.transport",
              "type": "mcp",
              "mcp": {
                "object": "session.message.transport.mcp",
                "transport": "unknown"
              },
              "tool_call": {
                "object": "session.message.transport.tool_call"
              }
            },
            "input": {},
            "output": {},
            "tool_call": {
              "object": "session.tool_call",
              "id": "tcl_8hJkLmNpQrStUvWx",
              "tool_key": "create_issue",
              "type": "tool_call",
              "status": "waiting_for_response",
              "source": "client",
              "transport": "tool_call",
              "session_id": "ses_4dEfGhJkLmNpQrSt",
              "message_id": "smg_3cDeFgHjKlMnPqRs",
              "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
              "connection_id": "scn_2bCdEfGhJkLmNpQr",
              "provider_run_id": "prn_8hJkLmNpQrStUvWx",
              "sender_participant": {
                "object": "session.participant",
                "id": "spt_5eFgHjKlMnPqRsTu",
                "type": "unknown",
                "identifier": "claude-desktop",
                "name": "Claude Desktop",
                "data": {
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "connection_type": "mcp",
                "created_at": "2025-09-15T10:30:00.000Z"
              },
              "responder_participant": {
                "object": "session.participant",
                "id": "spt_5eFgHjKlMnPqRsTu",
                "type": "unknown",
                "identifier": "claude-desktop",
                "name": "Claude Desktop",
                "data": {
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "connection_type": "mcp",
                "created_at": "2025-09-15T10:30:00.000Z"
              },
              "tool": {
                "object": "provider.tool",
                "id": "pto_5jKlMnPqRsTuVwXy",
                "key": "create_issue",
                "name": "Create Issue",
                "description": "Creates a new issue in a GitHub repository",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "tags": {},
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "error": {
                "object": "session.error",
                "id": "ser_6fGhJkLmNpQrStUv",
                "code": "CONNECTION_TIMEOUT",
                "message": "Connection timed out after 30 seconds",
                "data": {},
                "status": "processing",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                "connection_id": "scn_8hJkLmNpQrStUvWx",
                "group_id": "seg_7gHjKlMnPqRsTuVw",
                "similar_error_count": 5,
                "created_at": "2025-09-15T10:30:00.000Z"
              },
              "input": {},
              "output": {},
              "created_at": "2025-09-15T10:30:00.000Z"
            },
            "sender_participant": {
              "object": "session.participant",
              "id": "spt_5eFgHjKlMnPqRsTu",
              "type": "unknown",
              "identifier": "claude-desktop",
              "name": "Claude Desktop",
              "data": {
                "identifier": "claude-desktop",
                "name": "Claude Desktop"
              },
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "connection_type": "mcp",
              "created_at": "2025-09-15T10:30:00.000Z"
            },
            "responder_participant": {
              "object": "session.participant",
              "id": "spt_5eFgHjKlMnPqRsTu",
              "type": "unknown",
              "identifier": "claude-desktop",
              "name": "Claude Desktop",
              "data": {
                "identifier": "claude-desktop",
                "name": "Claude Desktop"
              },
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "connection_type": "mcp",
              "created_at": "2025-09-15T10:30:00.000Z"
            },
            "error": {
              "object": "session.error",
              "id": "ser_6fGhJkLmNpQrStUv",
              "code": "CONNECTION_TIMEOUT",
              "message": "Connection timed out after 30 seconds",
              "data": {},
              "status": "processing",
              "session_id": "ses_4dEfGhJkLmNpQrSt",
              "provider_run_id": "prn_8hJkLmNpQrStUvWx",
              "connection_id": "scn_8hJkLmNpQrStUvWx",
              "group_id": "seg_7gHjKlMnPqRsTuVw",
              "similar_error_count": 5,
              "created_at": "2025-09-15T10:30:00.000Z"
            },
            "created_at": "2025-09-15T10:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session.message"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "smg_8hJkLmNpQrStUvWx"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session message identifier",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "tool_call",
              "mcp_control",
              "mcp_message",
              "unknown"
            ],
            "type": "enum",
            "name": "type",
            "description": "Message type",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "waiting_for_response",
              "failed",
              "succeeded"
            ],
            "type": "enum",
            "name": "status",
            "description": "Message status",
            "optional": false,
            "nullable": false
          },
          "source": {
            "examples": [
              "client",
              "provider"
            ],
            "type": "enum",
            "name": "source",
            "description": "Message source",
            "optional": false,
            "nullable": false
          },
          "session_id": {
            "examples": [
              "ses_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "session_id",
            "description": "Parent session ID",
            "optional": false,
            "nullable": false
          },
          "session_provider_id": {
            "examples": [
              "spr_3cDeFgHjKlMnPqRs"
            ],
            "type": "string",
            "name": "session_provider_id",
            "description": "Session provider ID",
            "optional": false,
            "nullable": true
          },
          "connection_id": {
            "examples": [
              "scn_2bCdEfGhJkLmNpQr"
            ],
            "type": "string",
            "name": "connection_id",
            "description": "Connection ID",
            "optional": false,
            "nullable": true
          },
          "provider_run_id": {
            "examples": [
              "prn_8hJkLmNpQrStUvWx"
            ],
            "type": "string",
            "name": "provider_run_id",
            "description": "Provider run ID",
            "optional": false,
            "nullable": true
          },
          "hierarchy": {
            "examples": [
              {
                "object": "session.message.hierarchy",
                "type": "child"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "session.message.hierarchy"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "child",
                  "parent"
                ],
                "type": "string",
                "name": "type",
                "description": "Hierarchy type",
                "optional": false,
                "nullable": false
              },
              "parent_message_id": {
                "examples": [],
                "type": "string",
                "name": "parent_message_id",
                "description": "Parent message ID",
                "optional": false,
                "nullable": true
              },
              "child_message_ids": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "name": "child_message_id",
                    "description": "Child message ID",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "child_message_ids",
                "description": "List of child message IDs",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "name": "hierarchy",
            "description": "Message hierarchy information",
            "optional": false,
            "nullable": false
          },
          "transport": {
            "examples": [
              {
                "object": "session.message.transport",
                "type": "mcp",
                "mcp": {
                  "object": "session.message.transport.mcp",
                  "transport": "unknown"
                },
                "tool_call": {
                  "object": "session.message.transport.tool_call"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "session.message.transport"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "mcp",
                  "tool_call",
                  "metorial_protocol",
                  "system"
                ],
                "type": "enum",
                "name": "type",
                "description": "Transport type",
                "optional": false,
                "nullable": false
              },
              "mcp": {
                "examples": [
                  {
                    "object": "session.message.transport.mcp",
                    "transport": "unknown"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.message.transport.mcp"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [],
                        "type": "number",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "name": "id",
                    "description": "MCP message ID",
                    "optional": false,
                    "nullable": false
                  },
                  "protocol_version": {
                    "examples": [],
                    "type": "string",
                    "name": "protocol_version",
                    "description": "MCP protocol version",
                    "optional": false,
                    "nullable": false
                  },
                  "transport": {
                    "examples": [
                      "unknown",
                      "sse",
                      "streamable_http"
                    ],
                    "type": "string",
                    "name": "transport",
                    "description": "MCP transport type",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "tool_call": {
                "examples": [
                  {
                    "object": "session.message.transport.tool_call"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.message.transport.tool_call"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "name": "id",
                    "description": "Tool call ID",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "name": "transport",
            "description": "Transport information",
            "optional": false,
            "nullable": false
          },
          "input": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "input",
            "description": "Input message data",
            "optional": false,
            "nullable": true
          },
          "output": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "output",
            "description": "Output message data",
            "optional": false,
            "nullable": true
          },
          "tool_call": {
            "examples": [
              {
                "object": "session.tool_call",
                "id": "tcl_8hJkLmNpQrStUvWx",
                "tool_key": "create_issue",
                "type": "tool_call",
                "status": "waiting_for_response",
                "source": "client",
                "transport": "tool_call",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "message_id": "smg_3cDeFgHjKlMnPqRs",
                "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                "connection_id": "scn_2bCdEfGhJkLmNpQr",
                "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                "sender_participant": {
                  "object": "session.participant",
                  "id": "spt_5eFgHjKlMnPqRsTu",
                  "type": "unknown",
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop",
                  "data": {
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "connection_type": "mcp",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "responder_participant": {
                  "object": "session.participant",
                  "id": "spt_5eFgHjKlMnPqRsTu",
                  "type": "unknown",
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop",
                  "data": {
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "connection_type": "mcp",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "tool": {
                  "object": "provider.tool",
                  "id": "pto_5jKlMnPqRsTuVwXy",
                  "key": "create_issue",
                  "name": "Create Issue",
                  "description": "Creates a new issue in a GitHub repository",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "tags": {},
                  "specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "error": {
                  "object": "session.error",
                  "id": "ser_6fGhJkLmNpQrStUv",
                  "code": "CONNECTION_TIMEOUT",
                  "message": "Connection timed out after 30 seconds",
                  "data": {},
                  "status": "processing",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                  "connection_id": "scn_8hJkLmNpQrStUvWx",
                  "group_id": "seg_7gHjKlMnPqRsTuVw",
                  "similar_error_count": 5,
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "input": {},
                "output": {},
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "session.tool_call"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "tcl_8hJkLmNpQrStUvWx"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique tool call identifier",
                "optional": false,
                "nullable": false
              },
              "tool_key": {
                "examples": [
                  "create_issue",
                  "search_code"
                ],
                "type": "string",
                "name": "tool_key",
                "description": "The key identifying the tool that was called",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "tool_call",
                  "mcp_control",
                  "mcp_message",
                  "unknown"
                ],
                "type": "enum",
                "name": "type",
                "description": "The type of the tool call",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "waiting_for_response",
                  "failed",
                  "succeeded"
                ],
                "type": "enum",
                "name": "status",
                "description": "Current status of the tool call",
                "optional": false,
                "nullable": false
              },
              "source": {
                "examples": [
                  "client",
                  "provider"
                ],
                "type": "enum",
                "name": "source",
                "description": "Source of the tool call",
                "optional": false,
                "nullable": false
              },
              "transport": {
                "examples": [
                  "tool_call",
                  "mcp",
                  "metorial_protocol",
                  "system"
                ],
                "type": "enum",
                "name": "transport",
                "description": "Transport protocol used",
                "optional": false,
                "nullable": false
              },
              "session_id": {
                "examples": [
                  "ses_4dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "session_id",
                "description": "Parent session ID",
                "optional": false,
                "nullable": false
              },
              "message_id": {
                "examples": [
                  "smg_3cDeFgHjKlMnPqRs"
                ],
                "type": "string",
                "name": "message_id",
                "description": "Associated session message ID",
                "optional": false,
                "nullable": false
              },
              "session_provider_id": {
                "examples": [
                  "spr_3cDeFgHjKlMnPqRs"
                ],
                "type": "string",
                "name": "session_provider_id",
                "description": "Session provider ID",
                "optional": false,
                "nullable": true
              },
              "connection_id": {
                "examples": [
                  "scn_2bCdEfGhJkLmNpQr"
                ],
                "type": "string",
                "name": "connection_id",
                "description": "Session connection ID",
                "optional": false,
                "nullable": true
              },
              "provider_run_id": {
                "examples": [
                  "prn_8hJkLmNpQrStUvWx"
                ],
                "type": "string",
                "name": "provider_run_id",
                "description": "Provider run ID",
                "optional": false,
                "nullable": true
              },
              "sender_participant": {
                "examples": [
                  {
                    "object": "session.participant",
                    "id": "spt_5eFgHjKlMnPqRsTu",
                    "type": "unknown",
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop",
                    "data": {
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_type": "mcp",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.participant"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "spt_5eFgHjKlMnPqRsTu"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session participant identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "unknown",
                      "provider",
                      "agent",
                      "system"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Participant type",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [
                      "claude-desktop"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Participant identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Claude Desktop"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": false
                  },
                  "data": {
                    "examples": [
                      {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      }
                    ],
                    "properties": {
                      "identifier": {
                        "examples": [
                          "claude-desktop"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Participant-specific identifier within the payload",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Claude Desktop"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Participant-specific display name within the payload",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "name": "data",
                    "description": "Participant payload data",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID if associated",
                    "optional": false,
                    "nullable": true
                  },
                  "connection_type": {
                    "examples": [
                      "mcp",
                      "metorial_protocol",
                      "tool_call"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_instance_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "identity_actor_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "identity_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_actor_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_client_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "responder_participant": {
                "examples": [
                  {
                    "object": "session.participant",
                    "id": "spt_5eFgHjKlMnPqRsTu",
                    "type": "unknown",
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop",
                    "data": {
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_type": "mcp",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.participant"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "spt_5eFgHjKlMnPqRsTu"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session participant identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "unknown",
                      "provider",
                      "agent",
                      "system"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Participant type",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [
                      "claude-desktop"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Participant identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Claude Desktop"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": false
                  },
                  "data": {
                    "examples": [
                      {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      }
                    ],
                    "properties": {
                      "identifier": {
                        "examples": [
                          "claude-desktop"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Participant-specific identifier within the payload",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Claude Desktop"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Participant-specific display name within the payload",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "name": "data",
                    "description": "Participant payload data",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID if associated",
                    "optional": false,
                    "nullable": true
                  },
                  "connection_type": {
                    "examples": [
                      "mcp",
                      "metorial_protocol",
                      "tool_call"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_instance_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "identity_actor_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "identity_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_actor_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_client_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "tool": {
                "examples": [
                  {
                    "object": "provider.tool",
                    "id": "pto_5jKlMnPqRsTuVwXy",
                    "key": "create_issue",
                    "name": "Create Issue",
                    "description": "Creates a new issue in a GitHub repository",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "tags": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.tool"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pto_5jKlMnPqRsTuVwXy"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique tool identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "key": {
                    "examples": [
                      "create_issue"
                    ],
                    "type": "string",
                    "name": "key",
                    "description": "Tool key",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Create Issue"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the tool",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Creates a new issue in a GitHub repository"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Tool description",
                    "optional": false,
                    "nullable": true
                  },
                  "capabilities": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "capabilities",
                    "description": "Tool capabilities",
                    "optional": false,
                    "nullable": false
                  },
                  "constraints": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "constraints",
                    "description": "Tool constraints",
                    "optional": false,
                    "nullable": false
                  },
                  "instructions": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "instructions",
                    "description": "Tool usage instructions",
                    "optional": false,
                    "nullable": false
                  },
                  "input_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the tool input parameters",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "output_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the tool output format",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "tags": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "destructive": {
                        "examples": [],
                        "type": "boolean",
                        "name": "destructive",
                        "description": "Whether the tool is destructive",
                        "optional": false,
                        "nullable": true
                      },
                      "read_only": {
                        "examples": [],
                        "type": "boolean",
                        "name": "read_only",
                        "description": "Whether the tool is read-only",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "specification_id": {
                    "examples": [
                      "psp_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "specification_id",
                    "description": "Specification ID",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "error": {
                "examples": [
                  {
                    "object": "session.error",
                    "id": "ser_6fGhJkLmNpQrStUv",
                    "code": "CONNECTION_TIMEOUT",
                    "message": "Connection timed out after 30 seconds",
                    "data": {},
                    "status": "processing",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                    "connection_id": "scn_8hJkLmNpQrStUvWx",
                    "group_id": "seg_7gHjKlMnPqRsTuVw",
                    "similar_error_count": 5,
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.error"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "ser_6fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session error identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "code": {
                    "examples": [
                      "CONNECTION_TIMEOUT"
                    ],
                    "type": "string",
                    "name": "code",
                    "description": "Error code",
                    "optional": false,
                    "nullable": false
                  },
                  "message": {
                    "examples": [
                      "Connection timed out after 30 seconds"
                    ],
                    "type": "string",
                    "name": "message",
                    "description": "Error message",
                    "optional": false,
                    "nullable": false
                  },
                  "data": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "data",
                    "description": "Error payload data",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "processing",
                      "processed"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Indicates whether the error is still being processed or has been fully processed and grouped.",
                    "optional": false,
                    "nullable": false
                  },
                  "session_id": {
                    "examples": [
                      "ses_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "session_id",
                    "description": "Parent session ID",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_run_id": {
                    "examples": [
                      "prn_8hJkLmNpQrStUvWx"
                    ],
                    "type": "string",
                    "name": "provider_run_id",
                    "description": "Provider run ID",
                    "optional": false,
                    "nullable": true
                  },
                  "connection_id": {
                    "examples": [
                      "scn_8hJkLmNpQrStUvWx"
                    ],
                    "type": "string",
                    "name": "connection_id",
                    "description": "Connection ID",
                    "optional": false,
                    "nullable": true
                  },
                  "group_id": {
                    "examples": [
                      "seg_7gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "group_id",
                    "description": "Error group ID",
                    "optional": false,
                    "nullable": true
                  },
                  "similar_error_count": {
                    "examples": [
                      5
                    ],
                    "type": "number",
                    "name": "similar_error_count",
                    "description": "Count of similar errors in the group",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "input": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "input",
                "description": "Input data passed to the tool call",
                "optional": false,
                "nullable": true
              },
              "output": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "output",
                "description": "Output data returned from the tool call",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "sender_participant": {
            "examples": [
              {
                "object": "session.participant",
                "id": "spt_5eFgHjKlMnPqRsTu",
                "type": "unknown",
                "identifier": "claude-desktop",
                "name": "Claude Desktop",
                "data": {
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "connection_type": "mcp",
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "session.participant"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "spt_5eFgHjKlMnPqRsTu"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique session participant identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "unknown",
                  "provider",
                  "agent",
                  "system"
                ],
                "type": "enum",
                "name": "type",
                "description": "Participant type",
                "optional": false,
                "nullable": false
              },
              "identifier": {
                "examples": [
                  "claude-desktop"
                ],
                "type": "string",
                "name": "identifier",
                "description": "Participant identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Claude Desktop"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": false
              },
              "data": {
                "examples": [
                  {
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop"
                  }
                ],
                "properties": {
                  "identifier": {
                    "examples": [
                      "claude-desktop"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Participant-specific identifier within the payload",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Claude Desktop"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Participant-specific display name within the payload",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "name": "data",
                "description": "Participant payload data",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID if associated",
                "optional": false,
                "nullable": true
              },
              "connection_type": {
                "examples": [
                  "mcp",
                  "metorial_protocol",
                  "tool_call"
                ],
                "type": "enum",
                "optional": false,
                "nullable": true
              },
              "agent_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "agent_instance_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "identity_actor_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "identity_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "agent_actor_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "agent_client_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "consumer_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "responder_participant": {
            "examples": [
              {
                "object": "session.participant",
                "id": "spt_5eFgHjKlMnPqRsTu",
                "type": "unknown",
                "identifier": "claude-desktop",
                "name": "Claude Desktop",
                "data": {
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "connection_type": "mcp",
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "session.participant"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "spt_5eFgHjKlMnPqRsTu"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique session participant identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "unknown",
                  "provider",
                  "agent",
                  "system"
                ],
                "type": "enum",
                "name": "type",
                "description": "Participant type",
                "optional": false,
                "nullable": false
              },
              "identifier": {
                "examples": [
                  "claude-desktop"
                ],
                "type": "string",
                "name": "identifier",
                "description": "Participant identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Claude Desktop"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": false
              },
              "data": {
                "examples": [
                  {
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop"
                  }
                ],
                "properties": {
                  "identifier": {
                    "examples": [
                      "claude-desktop"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Participant-specific identifier within the payload",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Claude Desktop"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Participant-specific display name within the payload",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "name": "data",
                "description": "Participant payload data",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID if associated",
                "optional": false,
                "nullable": true
              },
              "connection_type": {
                "examples": [
                  "mcp",
                  "metorial_protocol",
                  "tool_call"
                ],
                "type": "enum",
                "optional": false,
                "nullable": true
              },
              "agent_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "agent_instance_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "identity_actor_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "identity_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "agent_actor_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "agent_client_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "consumer_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "error": {
            "examples": [
              {
                "object": "session.error",
                "id": "ser_6fGhJkLmNpQrStUv",
                "code": "CONNECTION_TIMEOUT",
                "message": "Connection timed out after 30 seconds",
                "data": {},
                "status": "processing",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                "connection_id": "scn_8hJkLmNpQrStUvWx",
                "group_id": "seg_7gHjKlMnPqRsTuVw",
                "similar_error_count": 5,
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "session.error"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "ser_6fGhJkLmNpQrStUv"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique session error identifier",
                "optional": false,
                "nullable": false
              },
              "code": {
                "examples": [
                  "CONNECTION_TIMEOUT"
                ],
                "type": "string",
                "name": "code",
                "description": "Error code",
                "optional": false,
                "nullable": false
              },
              "message": {
                "examples": [
                  "Connection timed out after 30 seconds"
                ],
                "type": "string",
                "name": "message",
                "description": "Error message",
                "optional": false,
                "nullable": false
              },
              "data": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "data",
                "description": "Error payload data",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "processing",
                  "processed"
                ],
                "type": "enum",
                "name": "status",
                "description": "Indicates whether the error is still being processed or has been fully processed and grouped.",
                "optional": false,
                "nullable": false
              },
              "session_id": {
                "examples": [
                  "ses_4dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "session_id",
                "description": "Parent session ID",
                "optional": false,
                "nullable": false
              },
              "provider_run_id": {
                "examples": [
                  "prn_8hJkLmNpQrStUvWx"
                ],
                "type": "string",
                "name": "provider_run_id",
                "description": "Provider run ID",
                "optional": false,
                "nullable": true
              },
              "connection_id": {
                "examples": [
                  "scn_8hJkLmNpQrStUvWx"
                ],
                "type": "string",
                "name": "connection_id",
                "description": "Connection ID",
                "optional": false,
                "nullable": true
              },
              "group_id": {
                "examples": [
                  "seg_7gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "group_id",
                "description": "Error group ID",
                "optional": false,
                "nullable": true
              },
              "similar_error_count": {
                "examples": [
                  5
                ],
                "type": "number",
                "name": "similar_error_count",
                "description": "Count of similar errors in the group",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_640",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "connection_state": "connected",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "active",
                  "archived",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by connection status",
                "optional": true,
                "nullable": false
              },
              "connection_state": {
                "examples": [
                  "connected",
                  "disconnected",
                  [
                    "connected",
                    "connected"
                  ],
                  [
                    "disconnected",
                    "disconnected"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "connected",
                      "disconnected"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "connected",
                        "connected"
                      ],
                      [
                        "disconnected",
                        "disconnected"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "connected",
                          "disconnected"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by connection state",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session connection ID(s)",
                "optional": true,
                "nullable": false
              },
              "agent_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by connected agent ID(s)",
                "optional": true,
                "nullable": false
              },
              "actor_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by connected identity actor ID(s)",
                "optional": true,
                "nullable": false
              },
              "consumer_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by connected consumer ID(s)",
                "optional": true,
                "nullable": false
              },
              "identity_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by connected identity ID(s)",
                "optional": true,
                "nullable": false
              },
              "agent_instance_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by connected agent instance ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "participant_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by participant ID(s)",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for session connection creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for session connection creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter session connection creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for session connection last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for session connection last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter session connection last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_641",
      "name": "subspaceSessionConnection",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "session.connection",
                "id": "scn_8hJkLmNpQrStUvWx",
                "connection_state": "connected",
                "transport": "mcp",
                "usage": {},
                "mcp": {
                  "capabilities": {},
                  "protocol_version": "2024-11-05",
                  "transport": "none"
                },
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "participant": {
                  "object": "session.participant",
                  "id": "spt_5eFgHjKlMnPqRsTu",
                  "type": "unknown",
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop",
                  "data": {
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "connection_type": "mcp",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "last_message_at": "2025-09-15T10:30:00.000Z",
                "last_active_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "session.connection",
                  "id": "scn_8hJkLmNpQrStUvWx",
                  "connection_state": "connected",
                  "transport": "mcp",
                  "usage": {},
                  "mcp": {
                    "capabilities": {},
                    "protocol_version": "2024-11-05",
                    "transport": "none"
                  },
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "participant": {
                    "object": "session.participant",
                    "id": "spt_5eFgHjKlMnPqRsTu",
                    "type": "unknown",
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop",
                    "data": {
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_type": "mcp",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "last_message_at": "2025-09-15T10:30:00.000Z",
                  "last_active_at": "2025-09-15T10:30:00.000Z"
                },
                {
                  "object": "session.connection",
                  "id": "scn_8hJkLmNpQrStUvWx",
                  "connection_state": "connected",
                  "transport": "mcp",
                  "usage": {},
                  "mcp": {
                    "capabilities": {},
                    "protocol_version": "2024-11-05",
                    "transport": "none"
                  },
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "participant": {
                    "object": "session.participant",
                    "id": "spt_5eFgHjKlMnPqRsTu",
                    "type": "unknown",
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop",
                    "data": {
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_type": "mcp",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "last_message_at": "2025-09-15T10:30:00.000Z",
                  "last_active_at": "2025-09-15T10:30:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session.connection",
                    "id": "scn_8hJkLmNpQrStUvWx",
                    "connection_state": "connected",
                    "transport": "mcp",
                    "usage": {},
                    "mcp": {
                      "capabilities": {},
                      "protocol_version": "2024-11-05",
                      "transport": "none"
                    },
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "participant": {
                      "object": "session.participant",
                      "id": "spt_5eFgHjKlMnPqRsTu",
                      "type": "unknown",
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop",
                      "data": {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "connection_type": "mcp",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "last_message_at": "2025-09-15T10:30:00.000Z",
                    "last_active_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.connection"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "scn_8hJkLmNpQrStUvWx"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session connection identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "connection_state": {
                    "examples": [
                      "connected",
                      "disconnected"
                    ],
                    "type": "enum",
                    "name": "connection_state",
                    "description": "Connection state",
                    "optional": false,
                    "nullable": false
                  },
                  "transport": {
                    "examples": [
                      "mcp",
                      "tool_call",
                      "metorial_protocol",
                      "system"
                    ],
                    "type": "enum",
                    "name": "transport",
                    "description": "Transport protocol used",
                    "optional": false,
                    "nullable": false
                  },
                  "usage": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "total_productive_client_message_count": {
                        "examples": [],
                        "type": "number",
                        "name": "total_productive_client_message_count",
                        "description": "Total productive client messages",
                        "optional": false,
                        "nullable": false
                      },
                      "total_productive_provider_message_count": {
                        "examples": [],
                        "type": "number",
                        "name": "total_productive_provider_message_count",
                        "description": "Total productive provider messages",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "name": "usage",
                    "description": "Usage statistics",
                    "optional": false,
                    "nullable": false
                  },
                  "mcp": {
                    "examples": [
                      {
                        "capabilities": {},
                        "protocol_version": "2024-11-05",
                        "transport": "none"
                      }
                    ],
                    "properties": {
                      "capabilities": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "capabilities",
                        "description": "MCP capabilities",
                        "optional": false,
                        "nullable": false
                      },
                      "protocol_version": {
                        "examples": [
                          "2024-11-05"
                        ],
                        "type": "string",
                        "name": "protocol_version",
                        "description": "MCP protocol version",
                        "optional": false,
                        "nullable": false
                      },
                      "transport": {
                        "examples": [
                          "none",
                          "sse",
                          "streamable_http"
                        ],
                        "type": "enum",
                        "name": "transport",
                        "description": "MCP transport type",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "name": "mcp",
                    "description": "MCP connection details",
                    "optional": false,
                    "nullable": true
                  },
                  "session_id": {
                    "examples": [
                      "ses_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "session_id",
                    "description": "Parent session ID",
                    "optional": false,
                    "nullable": false
                  },
                  "participant": {
                    "examples": [
                      {
                        "object": "session.participant",
                        "id": "spt_5eFgHjKlMnPqRsTu",
                        "type": "unknown",
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop",
                        "data": {
                          "identifier": "claude-desktop",
                          "name": "Claude Desktop"
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "connection_type": "mcp",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "session.participant"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "spt_5eFgHjKlMnPqRsTu"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique session participant identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "unknown",
                          "provider",
                          "agent",
                          "system"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Participant type",
                        "optional": false,
                        "nullable": false
                      },
                      "identifier": {
                        "examples": [
                          "claude-desktop"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Participant identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Claude Desktop"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": false
                      },
                      "data": {
                        "examples": [
                          {
                            "identifier": "claude-desktop",
                            "name": "Claude Desktop"
                          }
                        ],
                        "properties": {
                          "identifier": {
                            "examples": [
                              "claude-desktop"
                            ],
                            "type": "string",
                            "name": "identifier",
                            "description": "Participant-specific identifier within the payload",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Claude Desktop"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Participant-specific display name within the payload",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "data",
                        "description": "Participant payload data",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID if associated",
                        "optional": false,
                        "nullable": true
                      },
                      "connection_type": {
                        "examples": [
                          "mcp",
                          "metorial_protocol",
                          "tool_call"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_instance_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "identity_actor_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "identity_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_actor_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_client_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "has_errors": {
                    "examples": [],
                    "type": "boolean",
                    "name": "has_errors",
                    "description": "Whether the connection has any errors",
                    "optional": false,
                    "nullable": false
                  },
                  "has_warnings": {
                    "examples": [],
                    "type": "boolean",
                    "name": "has_warnings",
                    "description": "Whether the connection has any warnings",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "last_message_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "last_message_at",
                    "description": "Timestamp of last message",
                    "optional": false,
                    "nullable": false
                  },
                  "last_active_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "last_active_at",
                    "description": "Timestamp when last active",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_643",
      "name": "subspaceSessionConnection",
      "type": {
        "examples": [
          {
            "object": "session.connection",
            "id": "scn_8hJkLmNpQrStUvWx",
            "connection_state": "connected",
            "transport": "mcp",
            "usage": {},
            "mcp": {
              "capabilities": {},
              "protocol_version": "2024-11-05",
              "transport": "none"
            },
            "session_id": "ses_4dEfGhJkLmNpQrSt",
            "participant": {
              "object": "session.participant",
              "id": "spt_5eFgHjKlMnPqRsTu",
              "type": "unknown",
              "identifier": "claude-desktop",
              "name": "Claude Desktop",
              "data": {
                "identifier": "claude-desktop",
                "name": "Claude Desktop"
              },
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "connection_type": "mcp",
              "created_at": "2025-09-15T10:30:00.000Z"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "last_message_at": "2025-09-15T10:30:00.000Z",
            "last_active_at": "2025-09-15T10:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session.connection"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "scn_8hJkLmNpQrStUvWx"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session connection identifier",
            "optional": false,
            "nullable": false
          },
          "connection_state": {
            "examples": [
              "connected",
              "disconnected"
            ],
            "type": "enum",
            "name": "connection_state",
            "description": "Connection state",
            "optional": false,
            "nullable": false
          },
          "transport": {
            "examples": [
              "mcp",
              "tool_call",
              "metorial_protocol",
              "system"
            ],
            "type": "enum",
            "name": "transport",
            "description": "Transport protocol used",
            "optional": false,
            "nullable": false
          },
          "usage": {
            "examples": [
              {}
            ],
            "properties": {
              "total_productive_client_message_count": {
                "examples": [],
                "type": "number",
                "name": "total_productive_client_message_count",
                "description": "Total productive client messages",
                "optional": false,
                "nullable": false
              },
              "total_productive_provider_message_count": {
                "examples": [],
                "type": "number",
                "name": "total_productive_provider_message_count",
                "description": "Total productive provider messages",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "name": "usage",
            "description": "Usage statistics",
            "optional": false,
            "nullable": false
          },
          "mcp": {
            "examples": [
              {
                "capabilities": {},
                "protocol_version": "2024-11-05",
                "transport": "none"
              }
            ],
            "properties": {
              "capabilities": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "capabilities",
                "description": "MCP capabilities",
                "optional": false,
                "nullable": false
              },
              "protocol_version": {
                "examples": [
                  "2024-11-05"
                ],
                "type": "string",
                "name": "protocol_version",
                "description": "MCP protocol version",
                "optional": false,
                "nullable": false
              },
              "transport": {
                "examples": [
                  "none",
                  "sse",
                  "streamable_http"
                ],
                "type": "enum",
                "name": "transport",
                "description": "MCP transport type",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "name": "mcp",
            "description": "MCP connection details",
            "optional": false,
            "nullable": true
          },
          "session_id": {
            "examples": [
              "ses_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "session_id",
            "description": "Parent session ID",
            "optional": false,
            "nullable": false
          },
          "participant": {
            "examples": [
              {
                "object": "session.participant",
                "id": "spt_5eFgHjKlMnPqRsTu",
                "type": "unknown",
                "identifier": "claude-desktop",
                "name": "Claude Desktop",
                "data": {
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "connection_type": "mcp",
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "session.participant"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "spt_5eFgHjKlMnPqRsTu"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique session participant identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "unknown",
                  "provider",
                  "agent",
                  "system"
                ],
                "type": "enum",
                "name": "type",
                "description": "Participant type",
                "optional": false,
                "nullable": false
              },
              "identifier": {
                "examples": [
                  "claude-desktop"
                ],
                "type": "string",
                "name": "identifier",
                "description": "Participant identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Claude Desktop"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": false
              },
              "data": {
                "examples": [
                  {
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop"
                  }
                ],
                "properties": {
                  "identifier": {
                    "examples": [
                      "claude-desktop"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Participant-specific identifier within the payload",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Claude Desktop"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Participant-specific display name within the payload",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "name": "data",
                "description": "Participant payload data",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID if associated",
                "optional": false,
                "nullable": true
              },
              "connection_type": {
                "examples": [
                  "mcp",
                  "metorial_protocol",
                  "tool_call"
                ],
                "type": "enum",
                "optional": false,
                "nullable": true
              },
              "agent_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "agent_instance_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "identity_actor_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "identity_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "agent_actor_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "agent_client_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "consumer_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "has_errors": {
            "examples": [],
            "type": "boolean",
            "name": "has_errors",
            "description": "Whether the connection has any errors",
            "optional": false,
            "nullable": false
          },
          "has_warnings": {
            "examples": [],
            "type": "boolean",
            "name": "has_warnings",
            "description": "Whether the connection has any warnings",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "last_message_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "last_message_at",
            "description": "Timestamp of last message",
            "optional": false,
            "nullable": false
          },
          "last_active_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "last_active_at",
            "description": "Timestamp when last active",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_646",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "type": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by event type(s)",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session event ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_connection_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session connection ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_run_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider run ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_message_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session message ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_error_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session error ID(s)",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for session event creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for session event creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter session event creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for session event last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for session event last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter session event last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_647",
      "name": "subspaceSessionEvent",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "session.event",
                "id": "sev_8hJkLmNpQrStUvWx",
                "type": "session_created",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "connection": {
                  "object": "session.connection",
                  "id": "scn_8hJkLmNpQrStUvWx",
                  "connection_state": "connected",
                  "transport": "mcp",
                  "usage": {},
                  "mcp": {
                    "capabilities": {},
                    "protocol_version": "2024-11-05",
                    "transport": "none"
                  },
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "participant": {
                    "object": "session.participant",
                    "id": "spt_5eFgHjKlMnPqRsTu",
                    "type": "unknown",
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop",
                    "data": {
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_type": "mcp",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "last_message_at": "2025-09-15T10:30:00.000Z",
                  "last_active_at": "2025-09-15T10:30:00.000Z"
                },
                "provider_run": {
                  "object": "session.provider_run",
                  "id": "prn_8hJkLmNpQrStUvWx",
                  "status": "running",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "connection_id": "scn_8hJkLmNpQrStUvWx",
                  "completed_at": "2025-09-15T10:30:05.000Z",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "message": {
                  "object": "session.message",
                  "id": "smg_8hJkLmNpQrStUvWx",
                  "type": "tool_call",
                  "status": "waiting_for_response",
                  "source": "client",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                  "connection_id": "scn_2bCdEfGhJkLmNpQr",
                  "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                  "hierarchy": {
                    "object": "session.message.hierarchy",
                    "type": "child"
                  },
                  "transport": {
                    "object": "session.message.transport",
                    "type": "mcp",
                    "mcp": {
                      "object": "session.message.transport.mcp",
                      "transport": "unknown"
                    },
                    "tool_call": {
                      "object": "session.message.transport.tool_call"
                    }
                  },
                  "input": {},
                  "output": {},
                  "tool_call": {
                    "object": "session.tool_call",
                    "id": "tcl_8hJkLmNpQrStUvWx",
                    "tool_key": "create_issue",
                    "type": "tool_call",
                    "status": "waiting_for_response",
                    "source": "client",
                    "transport": "tool_call",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "message_id": "smg_3cDeFgHjKlMnPqRs",
                    "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                    "connection_id": "scn_2bCdEfGhJkLmNpQr",
                    "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                    "sender_participant": {
                      "object": "session.participant",
                      "id": "spt_5eFgHjKlMnPqRsTu",
                      "type": "unknown",
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop",
                      "data": {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "connection_type": "mcp",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "responder_participant": {
                      "object": "session.participant",
                      "id": "spt_5eFgHjKlMnPqRsTu",
                      "type": "unknown",
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop",
                      "data": {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "connection_type": "mcp",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "tool": {
                      "object": "provider.tool",
                      "id": "pto_5jKlMnPqRsTuVwXy",
                      "key": "create_issue",
                      "name": "Create Issue",
                      "description": "Creates a new issue in a GitHub repository",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "tags": {},
                      "specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "error": {
                      "object": "session.error",
                      "id": "ser_6fGhJkLmNpQrStUv",
                      "code": "CONNECTION_TIMEOUT",
                      "message": "Connection timed out after 30 seconds",
                      "data": {},
                      "status": "processing",
                      "session_id": "ses_4dEfGhJkLmNpQrSt",
                      "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                      "connection_id": "scn_8hJkLmNpQrStUvWx",
                      "group_id": "seg_7gHjKlMnPqRsTuVw",
                      "similar_error_count": 5,
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "input": {},
                    "output": {},
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "sender_participant": {
                    "object": "session.participant",
                    "id": "spt_5eFgHjKlMnPqRsTu",
                    "type": "unknown",
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop",
                    "data": {
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_type": "mcp",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "responder_participant": {
                    "object": "session.participant",
                    "id": "spt_5eFgHjKlMnPqRsTu",
                    "type": "unknown",
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop",
                    "data": {
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_type": "mcp",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "error": {
                    "object": "session.error",
                    "id": "ser_6fGhJkLmNpQrStUv",
                    "code": "CONNECTION_TIMEOUT",
                    "message": "Connection timed out after 30 seconds",
                    "data": {},
                    "status": "processing",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                    "connection_id": "scn_8hJkLmNpQrStUvWx",
                    "group_id": "seg_7gHjKlMnPqRsTuVw",
                    "similar_error_count": 5,
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "error": {
                  "object": "session.error",
                  "id": "ser_6fGhJkLmNpQrStUv",
                  "code": "CONNECTION_TIMEOUT",
                  "message": "Connection timed out after 30 seconds",
                  "data": {},
                  "status": "processing",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                  "connection_id": "scn_8hJkLmNpQrStUvWx",
                  "group_id": "seg_7gHjKlMnPqRsTuVw",
                  "similar_error_count": 5,
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "warning": {
                  "object": "session.warning",
                  "id": "ser_6fGhJkLmNpQrStUv",
                  "code": "CONNECTION_TIMEOUT",
                  "message": "Connection timed out after 30 seconds",
                  "data": {},
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "connection_id": "scn_8hJkLmNpQrStUvWx",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "session.event",
                  "id": "sev_8hJkLmNpQrStUvWx",
                  "type": "session_created",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "connection": {
                    "object": "session.connection",
                    "id": "scn_8hJkLmNpQrStUvWx",
                    "connection_state": "connected",
                    "transport": "mcp",
                    "usage": {},
                    "mcp": {
                      "capabilities": {},
                      "protocol_version": "2024-11-05",
                      "transport": "none"
                    },
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "participant": {
                      "object": "session.participant",
                      "id": "spt_5eFgHjKlMnPqRsTu",
                      "type": "unknown",
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop",
                      "data": {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "connection_type": "mcp",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "last_message_at": "2025-09-15T10:30:00.000Z",
                    "last_active_at": "2025-09-15T10:30:00.000Z"
                  },
                  "provider_run": {
                    "object": "session.provider_run",
                    "id": "prn_8hJkLmNpQrStUvWx",
                    "status": "running",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_id": "scn_8hJkLmNpQrStUvWx",
                    "completed_at": "2025-09-15T10:30:05.000Z",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "message": {
                    "object": "session.message",
                    "id": "smg_8hJkLmNpQrStUvWx",
                    "type": "tool_call",
                    "status": "waiting_for_response",
                    "source": "client",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                    "connection_id": "scn_2bCdEfGhJkLmNpQr",
                    "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                    "hierarchy": {
                      "object": "session.message.hierarchy",
                      "type": "child"
                    },
                    "transport": {
                      "object": "session.message.transport",
                      "type": "mcp",
                      "mcp": {
                        "object": "session.message.transport.mcp",
                        "transport": "unknown"
                      },
                      "tool_call": {
                        "object": "session.message.transport.tool_call"
                      }
                    },
                    "input": {},
                    "output": {},
                    "tool_call": {
                      "object": "session.tool_call",
                      "id": "tcl_8hJkLmNpQrStUvWx",
                      "tool_key": "create_issue",
                      "type": "tool_call",
                      "status": "waiting_for_response",
                      "source": "client",
                      "transport": "tool_call",
                      "session_id": "ses_4dEfGhJkLmNpQrSt",
                      "message_id": "smg_3cDeFgHjKlMnPqRs",
                      "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                      "connection_id": "scn_2bCdEfGhJkLmNpQr",
                      "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                      "sender_participant": {
                        "object": "session.participant",
                        "id": "spt_5eFgHjKlMnPqRsTu",
                        "type": "unknown",
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop",
                        "data": {
                          "identifier": "claude-desktop",
                          "name": "Claude Desktop"
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "connection_type": "mcp",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      },
                      "responder_participant": {
                        "object": "session.participant",
                        "id": "spt_5eFgHjKlMnPqRsTu",
                        "type": "unknown",
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop",
                        "data": {
                          "identifier": "claude-desktop",
                          "name": "Claude Desktop"
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "connection_type": "mcp",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      },
                      "tool": {
                        "object": "provider.tool",
                        "id": "pto_5jKlMnPqRsTuVwXy",
                        "key": "create_issue",
                        "name": "Create Issue",
                        "description": "Creates a new issue in a GitHub repository",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "tags": {},
                        "specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "error": {
                        "object": "session.error",
                        "id": "ser_6fGhJkLmNpQrStUv",
                        "code": "CONNECTION_TIMEOUT",
                        "message": "Connection timed out after 30 seconds",
                        "data": {},
                        "status": "processing",
                        "session_id": "ses_4dEfGhJkLmNpQrSt",
                        "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                        "connection_id": "scn_8hJkLmNpQrStUvWx",
                        "group_id": "seg_7gHjKlMnPqRsTuVw",
                        "similar_error_count": 5,
                        "created_at": "2025-09-15T10:30:00.000Z"
                      },
                      "input": {},
                      "output": {},
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "sender_participant": {
                      "object": "session.participant",
                      "id": "spt_5eFgHjKlMnPqRsTu",
                      "type": "unknown",
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop",
                      "data": {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "connection_type": "mcp",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "responder_participant": {
                      "object": "session.participant",
                      "id": "spt_5eFgHjKlMnPqRsTu",
                      "type": "unknown",
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop",
                      "data": {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "connection_type": "mcp",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "error": {
                      "object": "session.error",
                      "id": "ser_6fGhJkLmNpQrStUv",
                      "code": "CONNECTION_TIMEOUT",
                      "message": "Connection timed out after 30 seconds",
                      "data": {},
                      "status": "processing",
                      "session_id": "ses_4dEfGhJkLmNpQrSt",
                      "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                      "connection_id": "scn_8hJkLmNpQrStUvWx",
                      "group_id": "seg_7gHjKlMnPqRsTuVw",
                      "similar_error_count": 5,
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "error": {
                    "object": "session.error",
                    "id": "ser_6fGhJkLmNpQrStUv",
                    "code": "CONNECTION_TIMEOUT",
                    "message": "Connection timed out after 30 seconds",
                    "data": {},
                    "status": "processing",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                    "connection_id": "scn_8hJkLmNpQrStUvWx",
                    "group_id": "seg_7gHjKlMnPqRsTuVw",
                    "similar_error_count": 5,
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "warning": {
                    "object": "session.warning",
                    "id": "ser_6fGhJkLmNpQrStUv",
                    "code": "CONNECTION_TIMEOUT",
                    "message": "Connection timed out after 30 seconds",
                    "data": {},
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "connection_id": "scn_8hJkLmNpQrStUvWx",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                {
                  "object": "session.event",
                  "id": "sev_8hJkLmNpQrStUvWx",
                  "type": "session_created",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "connection": {
                    "object": "session.connection",
                    "id": "scn_8hJkLmNpQrStUvWx",
                    "connection_state": "connected",
                    "transport": "mcp",
                    "usage": {},
                    "mcp": {
                      "capabilities": {},
                      "protocol_version": "2024-11-05",
                      "transport": "none"
                    },
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "participant": {
                      "object": "session.participant",
                      "id": "spt_5eFgHjKlMnPqRsTu",
                      "type": "unknown",
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop",
                      "data": {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "connection_type": "mcp",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "last_message_at": "2025-09-15T10:30:00.000Z",
                    "last_active_at": "2025-09-15T10:30:00.000Z"
                  },
                  "provider_run": {
                    "object": "session.provider_run",
                    "id": "prn_8hJkLmNpQrStUvWx",
                    "status": "running",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_id": "scn_8hJkLmNpQrStUvWx",
                    "completed_at": "2025-09-15T10:30:05.000Z",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "message": {
                    "object": "session.message",
                    "id": "smg_8hJkLmNpQrStUvWx",
                    "type": "tool_call",
                    "status": "waiting_for_response",
                    "source": "client",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                    "connection_id": "scn_2bCdEfGhJkLmNpQr",
                    "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                    "hierarchy": {
                      "object": "session.message.hierarchy",
                      "type": "child"
                    },
                    "transport": {
                      "object": "session.message.transport",
                      "type": "mcp",
                      "mcp": {
                        "object": "session.message.transport.mcp",
                        "transport": "unknown"
                      },
                      "tool_call": {
                        "object": "session.message.transport.tool_call"
                      }
                    },
                    "input": {},
                    "output": {},
                    "tool_call": {
                      "object": "session.tool_call",
                      "id": "tcl_8hJkLmNpQrStUvWx",
                      "tool_key": "create_issue",
                      "type": "tool_call",
                      "status": "waiting_for_response",
                      "source": "client",
                      "transport": "tool_call",
                      "session_id": "ses_4dEfGhJkLmNpQrSt",
                      "message_id": "smg_3cDeFgHjKlMnPqRs",
                      "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                      "connection_id": "scn_2bCdEfGhJkLmNpQr",
                      "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                      "sender_participant": {
                        "object": "session.participant",
                        "id": "spt_5eFgHjKlMnPqRsTu",
                        "type": "unknown",
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop",
                        "data": {
                          "identifier": "claude-desktop",
                          "name": "Claude Desktop"
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "connection_type": "mcp",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      },
                      "responder_participant": {
                        "object": "session.participant",
                        "id": "spt_5eFgHjKlMnPqRsTu",
                        "type": "unknown",
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop",
                        "data": {
                          "identifier": "claude-desktop",
                          "name": "Claude Desktop"
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "connection_type": "mcp",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      },
                      "tool": {
                        "object": "provider.tool",
                        "id": "pto_5jKlMnPqRsTuVwXy",
                        "key": "create_issue",
                        "name": "Create Issue",
                        "description": "Creates a new issue in a GitHub repository",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "tags": {},
                        "specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "error": {
                        "object": "session.error",
                        "id": "ser_6fGhJkLmNpQrStUv",
                        "code": "CONNECTION_TIMEOUT",
                        "message": "Connection timed out after 30 seconds",
                        "data": {},
                        "status": "processing",
                        "session_id": "ses_4dEfGhJkLmNpQrSt",
                        "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                        "connection_id": "scn_8hJkLmNpQrStUvWx",
                        "group_id": "seg_7gHjKlMnPqRsTuVw",
                        "similar_error_count": 5,
                        "created_at": "2025-09-15T10:30:00.000Z"
                      },
                      "input": {},
                      "output": {},
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "sender_participant": {
                      "object": "session.participant",
                      "id": "spt_5eFgHjKlMnPqRsTu",
                      "type": "unknown",
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop",
                      "data": {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "connection_type": "mcp",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "responder_participant": {
                      "object": "session.participant",
                      "id": "spt_5eFgHjKlMnPqRsTu",
                      "type": "unknown",
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop",
                      "data": {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "connection_type": "mcp",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "error": {
                      "object": "session.error",
                      "id": "ser_6fGhJkLmNpQrStUv",
                      "code": "CONNECTION_TIMEOUT",
                      "message": "Connection timed out after 30 seconds",
                      "data": {},
                      "status": "processing",
                      "session_id": "ses_4dEfGhJkLmNpQrSt",
                      "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                      "connection_id": "scn_8hJkLmNpQrStUvWx",
                      "group_id": "seg_7gHjKlMnPqRsTuVw",
                      "similar_error_count": 5,
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "error": {
                    "object": "session.error",
                    "id": "ser_6fGhJkLmNpQrStUv",
                    "code": "CONNECTION_TIMEOUT",
                    "message": "Connection timed out after 30 seconds",
                    "data": {},
                    "status": "processing",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                    "connection_id": "scn_8hJkLmNpQrStUvWx",
                    "group_id": "seg_7gHjKlMnPqRsTuVw",
                    "similar_error_count": 5,
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "warning": {
                    "object": "session.warning",
                    "id": "ser_6fGhJkLmNpQrStUv",
                    "code": "CONNECTION_TIMEOUT",
                    "message": "Connection timed out after 30 seconds",
                    "data": {},
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "connection_id": "scn_8hJkLmNpQrStUvWx",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session.event",
                    "id": "sev_8hJkLmNpQrStUvWx",
                    "type": "session_created",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "connection": {
                      "object": "session.connection",
                      "id": "scn_8hJkLmNpQrStUvWx",
                      "connection_state": "connected",
                      "transport": "mcp",
                      "usage": {},
                      "mcp": {
                        "capabilities": {},
                        "protocol_version": "2024-11-05",
                        "transport": "none"
                      },
                      "session_id": "ses_4dEfGhJkLmNpQrSt",
                      "participant": {
                        "object": "session.participant",
                        "id": "spt_5eFgHjKlMnPqRsTu",
                        "type": "unknown",
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop",
                        "data": {
                          "identifier": "claude-desktop",
                          "name": "Claude Desktop"
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "connection_type": "mcp",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "last_message_at": "2025-09-15T10:30:00.000Z",
                      "last_active_at": "2025-09-15T10:30:00.000Z"
                    },
                    "provider_run": {
                      "object": "session.provider_run",
                      "id": "prn_8hJkLmNpQrStUvWx",
                      "status": "running",
                      "session_id": "ses_4dEfGhJkLmNpQrSt",
                      "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "connection_id": "scn_8hJkLmNpQrStUvWx",
                      "completed_at": "2025-09-15T10:30:05.000Z",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "message": {
                      "object": "session.message",
                      "id": "smg_8hJkLmNpQrStUvWx",
                      "type": "tool_call",
                      "status": "waiting_for_response",
                      "source": "client",
                      "session_id": "ses_4dEfGhJkLmNpQrSt",
                      "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                      "connection_id": "scn_2bCdEfGhJkLmNpQr",
                      "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                      "hierarchy": {
                        "object": "session.message.hierarchy",
                        "type": "child"
                      },
                      "transport": {
                        "object": "session.message.transport",
                        "type": "mcp",
                        "mcp": {
                          "object": "session.message.transport.mcp",
                          "transport": "unknown"
                        },
                        "tool_call": {
                          "object": "session.message.transport.tool_call"
                        }
                      },
                      "input": {},
                      "output": {},
                      "tool_call": {
                        "object": "session.tool_call",
                        "id": "tcl_8hJkLmNpQrStUvWx",
                        "tool_key": "create_issue",
                        "type": "tool_call",
                        "status": "waiting_for_response",
                        "source": "client",
                        "transport": "tool_call",
                        "session_id": "ses_4dEfGhJkLmNpQrSt",
                        "message_id": "smg_3cDeFgHjKlMnPqRs",
                        "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                        "connection_id": "scn_2bCdEfGhJkLmNpQr",
                        "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                        "sender_participant": {
                          "object": "session.participant",
                          "id": "spt_5eFgHjKlMnPqRsTu",
                          "type": "unknown",
                          "identifier": "claude-desktop",
                          "name": "Claude Desktop",
                          "data": {
                            "identifier": "claude-desktop",
                            "name": "Claude Desktop"
                          },
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "connection_type": "mcp",
                          "created_at": "2025-09-15T10:30:00.000Z"
                        },
                        "responder_participant": {
                          "object": "session.participant",
                          "id": "spt_5eFgHjKlMnPqRsTu",
                          "type": "unknown",
                          "identifier": "claude-desktop",
                          "name": "Claude Desktop",
                          "data": {
                            "identifier": "claude-desktop",
                            "name": "Claude Desktop"
                          },
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "connection_type": "mcp",
                          "created_at": "2025-09-15T10:30:00.000Z"
                        },
                        "tool": {
                          "object": "provider.tool",
                          "id": "pto_5jKlMnPqRsTuVwXy",
                          "key": "create_issue",
                          "name": "Create Issue",
                          "description": "Creates a new issue in a GitHub repository",
                          "capabilities": {},
                          "input_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "output_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "tags": {},
                          "specification_id": "psp_9gHjKlMnPqRsTuVw",
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "error": {
                          "object": "session.error",
                          "id": "ser_6fGhJkLmNpQrStUv",
                          "code": "CONNECTION_TIMEOUT",
                          "message": "Connection timed out after 30 seconds",
                          "data": {},
                          "status": "processing",
                          "session_id": "ses_4dEfGhJkLmNpQrSt",
                          "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                          "connection_id": "scn_8hJkLmNpQrStUvWx",
                          "group_id": "seg_7gHjKlMnPqRsTuVw",
                          "similar_error_count": 5,
                          "created_at": "2025-09-15T10:30:00.000Z"
                        },
                        "input": {},
                        "output": {},
                        "created_at": "2025-09-15T10:30:00.000Z"
                      },
                      "sender_participant": {
                        "object": "session.participant",
                        "id": "spt_5eFgHjKlMnPqRsTu",
                        "type": "unknown",
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop",
                        "data": {
                          "identifier": "claude-desktop",
                          "name": "Claude Desktop"
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "connection_type": "mcp",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      },
                      "responder_participant": {
                        "object": "session.participant",
                        "id": "spt_5eFgHjKlMnPqRsTu",
                        "type": "unknown",
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop",
                        "data": {
                          "identifier": "claude-desktop",
                          "name": "Claude Desktop"
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "connection_type": "mcp",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      },
                      "error": {
                        "object": "session.error",
                        "id": "ser_6fGhJkLmNpQrStUv",
                        "code": "CONNECTION_TIMEOUT",
                        "message": "Connection timed out after 30 seconds",
                        "data": {},
                        "status": "processing",
                        "session_id": "ses_4dEfGhJkLmNpQrSt",
                        "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                        "connection_id": "scn_8hJkLmNpQrStUvWx",
                        "group_id": "seg_7gHjKlMnPqRsTuVw",
                        "similar_error_count": 5,
                        "created_at": "2025-09-15T10:30:00.000Z"
                      },
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "error": {
                      "object": "session.error",
                      "id": "ser_6fGhJkLmNpQrStUv",
                      "code": "CONNECTION_TIMEOUT",
                      "message": "Connection timed out after 30 seconds",
                      "data": {},
                      "status": "processing",
                      "session_id": "ses_4dEfGhJkLmNpQrSt",
                      "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                      "connection_id": "scn_8hJkLmNpQrStUvWx",
                      "group_id": "seg_7gHjKlMnPqRsTuVw",
                      "similar_error_count": 5,
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "warning": {
                      "object": "session.warning",
                      "id": "ser_6fGhJkLmNpQrStUv",
                      "code": "CONNECTION_TIMEOUT",
                      "message": "Connection timed out after 30 seconds",
                      "data": {},
                      "session_id": "ses_4dEfGhJkLmNpQrSt",
                      "connection_id": "scn_8hJkLmNpQrStUvWx",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.event"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "sev_8hJkLmNpQrStUvWx"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session event identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "session_created",
                      "session_started",
                      "provider_run_started",
                      "provider_run_stopped",
                      "message_created",
                      "message_processed",
                      "connection_created",
                      "connection_connected",
                      "connection_disconnected",
                      "connection_disabled",
                      "error_occurred",
                      "warning_occurred"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Event type",
                    "optional": false,
                    "nullable": false
                  },
                  "session_id": {
                    "examples": [
                      "ses_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "session_id",
                    "description": "Parent session ID",
                    "optional": false,
                    "nullable": false
                  },
                  "connection": {
                    "examples": [
                      {
                        "object": "session.connection",
                        "id": "scn_8hJkLmNpQrStUvWx",
                        "connection_state": "connected",
                        "transport": "mcp",
                        "usage": {},
                        "mcp": {
                          "capabilities": {},
                          "protocol_version": "2024-11-05",
                          "transport": "none"
                        },
                        "session_id": "ses_4dEfGhJkLmNpQrSt",
                        "participant": {
                          "object": "session.participant",
                          "id": "spt_5eFgHjKlMnPqRsTu",
                          "type": "unknown",
                          "identifier": "claude-desktop",
                          "name": "Claude Desktop",
                          "data": {
                            "identifier": "claude-desktop",
                            "name": "Claude Desktop"
                          },
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "connection_type": "mcp",
                          "created_at": "2025-09-15T10:30:00.000Z"
                        },
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "last_message_at": "2025-09-15T10:30:00.000Z",
                        "last_active_at": "2025-09-15T10:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "session.connection"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "scn_8hJkLmNpQrStUvWx"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique session connection identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "connection_state": {
                        "examples": [
                          "connected",
                          "disconnected"
                        ],
                        "type": "enum",
                        "name": "connection_state",
                        "description": "Connection state",
                        "optional": false,
                        "nullable": false
                      },
                      "transport": {
                        "examples": [
                          "mcp",
                          "tool_call",
                          "metorial_protocol",
                          "system"
                        ],
                        "type": "enum",
                        "name": "transport",
                        "description": "Transport protocol used",
                        "optional": false,
                        "nullable": false
                      },
                      "usage": {
                        "examples": [
                          {}
                        ],
                        "properties": {
                          "total_productive_client_message_count": {
                            "examples": [],
                            "type": "number",
                            "name": "total_productive_client_message_count",
                            "description": "Total productive client messages",
                            "optional": false,
                            "nullable": false
                          },
                          "total_productive_provider_message_count": {
                            "examples": [],
                            "type": "number",
                            "name": "total_productive_provider_message_count",
                            "description": "Total productive provider messages",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "usage",
                        "description": "Usage statistics",
                        "optional": false,
                        "nullable": false
                      },
                      "mcp": {
                        "examples": [
                          {
                            "capabilities": {},
                            "protocol_version": "2024-11-05",
                            "transport": "none"
                          }
                        ],
                        "properties": {
                          "capabilities": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "capabilities",
                            "description": "MCP capabilities",
                            "optional": false,
                            "nullable": false
                          },
                          "protocol_version": {
                            "examples": [
                              "2024-11-05"
                            ],
                            "type": "string",
                            "name": "protocol_version",
                            "description": "MCP protocol version",
                            "optional": false,
                            "nullable": false
                          },
                          "transport": {
                            "examples": [
                              "none",
                              "sse",
                              "streamable_http"
                            ],
                            "type": "enum",
                            "name": "transport",
                            "description": "MCP transport type",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "mcp",
                        "description": "MCP connection details",
                        "optional": false,
                        "nullable": true
                      },
                      "session_id": {
                        "examples": [
                          "ses_4dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "session_id",
                        "description": "Parent session ID",
                        "optional": false,
                        "nullable": false
                      },
                      "participant": {
                        "examples": [
                          {
                            "object": "session.participant",
                            "id": "spt_5eFgHjKlMnPqRsTu",
                            "type": "unknown",
                            "identifier": "claude-desktop",
                            "name": "Claude Desktop",
                            "data": {
                              "identifier": "claude-desktop",
                              "name": "Claude Desktop"
                            },
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "connection_type": "mcp",
                            "created_at": "2025-09-15T10:30:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "session.participant"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "spt_5eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique session participant identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "unknown",
                              "provider",
                              "agent",
                              "system"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "Participant type",
                            "optional": false,
                            "nullable": false
                          },
                          "identifier": {
                            "examples": [
                              "claude-desktop"
                            ],
                            "type": "string",
                            "name": "identifier",
                            "description": "Participant identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Claude Desktop"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name",
                            "optional": false,
                            "nullable": false
                          },
                          "data": {
                            "examples": [
                              {
                                "identifier": "claude-desktop",
                                "name": "Claude Desktop"
                              }
                            ],
                            "properties": {
                              "identifier": {
                                "examples": [
                                  "claude-desktop"
                                ],
                                "type": "string",
                                "name": "identifier",
                                "description": "Participant-specific identifier within the payload",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Claude Desktop"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Participant-specific display name within the payload",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "name": "data",
                            "description": "Participant payload data",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID if associated",
                            "optional": false,
                            "nullable": true
                          },
                          "connection_type": {
                            "examples": [
                              "mcp",
                              "metorial_protocol",
                              "tool_call"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_instance_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "identity_actor_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "identity_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_actor_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_client_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "consumer_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "has_errors": {
                        "examples": [],
                        "type": "boolean",
                        "name": "has_errors",
                        "description": "Whether the connection has any errors",
                        "optional": false,
                        "nullable": false
                      },
                      "has_warnings": {
                        "examples": [],
                        "type": "boolean",
                        "name": "has_warnings",
                        "description": "Whether the connection has any warnings",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "last_message_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "last_message_at",
                        "description": "Timestamp of last message",
                        "optional": false,
                        "nullable": false
                      },
                      "last_active_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "last_active_at",
                        "description": "Timestamp when last active",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_run": {
                    "examples": [
                      {
                        "object": "session.provider_run",
                        "id": "prn_8hJkLmNpQrStUvWx",
                        "status": "running",
                        "session_id": "ses_4dEfGhJkLmNpQrSt",
                        "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "connection_id": "scn_8hJkLmNpQrStUvWx",
                        "completed_at": "2025-09-15T10:30:05.000Z",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "session.provider_run"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "prn_8hJkLmNpQrStUvWx"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique provider run identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "running",
                          "stopped"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Run status",
                        "optional": false,
                        "nullable": false
                      },
                      "session_id": {
                        "examples": [
                          "ses_4dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "session_id",
                        "description": "Parent session ID",
                        "optional": false,
                        "nullable": false
                      },
                      "session_provider_id": {
                        "examples": [
                          "spr_3cDeFgHjKlMnPqRs"
                        ],
                        "type": "string",
                        "name": "session_provider_id",
                        "description": "Session provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "connection_id": {
                        "examples": [
                          "scn_8hJkLmNpQrStUvWx"
                        ],
                        "type": "string",
                        "name": "connection_id",
                        "description": "Connection ID",
                        "optional": false,
                        "nullable": false
                      },
                      "completed_at": {
                        "examples": [
                          "2025-09-15T10:30:05.000Z"
                        ],
                        "type": "date",
                        "name": "completed_at",
                        "description": "Timestamp when run completed",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "message": {
                    "examples": [
                      {
                        "object": "session.message",
                        "id": "smg_8hJkLmNpQrStUvWx",
                        "type": "tool_call",
                        "status": "waiting_for_response",
                        "source": "client",
                        "session_id": "ses_4dEfGhJkLmNpQrSt",
                        "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                        "connection_id": "scn_2bCdEfGhJkLmNpQr",
                        "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                        "hierarchy": {
                          "object": "session.message.hierarchy",
                          "type": "child"
                        },
                        "transport": {
                          "object": "session.message.transport",
                          "type": "mcp",
                          "mcp": {
                            "object": "session.message.transport.mcp",
                            "transport": "unknown"
                          },
                          "tool_call": {
                            "object": "session.message.transport.tool_call"
                          }
                        },
                        "input": {},
                        "output": {},
                        "tool_call": {
                          "object": "session.tool_call",
                          "id": "tcl_8hJkLmNpQrStUvWx",
                          "tool_key": "create_issue",
                          "type": "tool_call",
                          "status": "waiting_for_response",
                          "source": "client",
                          "transport": "tool_call",
                          "session_id": "ses_4dEfGhJkLmNpQrSt",
                          "message_id": "smg_3cDeFgHjKlMnPqRs",
                          "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                          "connection_id": "scn_2bCdEfGhJkLmNpQr",
                          "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                          "sender_participant": {
                            "object": "session.participant",
                            "id": "spt_5eFgHjKlMnPqRsTu",
                            "type": "unknown",
                            "identifier": "claude-desktop",
                            "name": "Claude Desktop",
                            "data": {
                              "identifier": "claude-desktop",
                              "name": "Claude Desktop"
                            },
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "connection_type": "mcp",
                            "created_at": "2025-09-15T10:30:00.000Z"
                          },
                          "responder_participant": {
                            "object": "session.participant",
                            "id": "spt_5eFgHjKlMnPqRsTu",
                            "type": "unknown",
                            "identifier": "claude-desktop",
                            "name": "Claude Desktop",
                            "data": {
                              "identifier": "claude-desktop",
                              "name": "Claude Desktop"
                            },
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "connection_type": "mcp",
                            "created_at": "2025-09-15T10:30:00.000Z"
                          },
                          "tool": {
                            "object": "provider.tool",
                            "id": "pto_5jKlMnPqRsTuVwXy",
                            "key": "create_issue",
                            "name": "Create Issue",
                            "description": "Creates a new issue in a GitHub repository",
                            "capabilities": {},
                            "input_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "output_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "tags": {},
                            "specification_id": "psp_9gHjKlMnPqRsTuVw",
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "error": {
                            "object": "session.error",
                            "id": "ser_6fGhJkLmNpQrStUv",
                            "code": "CONNECTION_TIMEOUT",
                            "message": "Connection timed out after 30 seconds",
                            "data": {},
                            "status": "processing",
                            "session_id": "ses_4dEfGhJkLmNpQrSt",
                            "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                            "connection_id": "scn_8hJkLmNpQrStUvWx",
                            "group_id": "seg_7gHjKlMnPqRsTuVw",
                            "similar_error_count": 5,
                            "created_at": "2025-09-15T10:30:00.000Z"
                          },
                          "input": {},
                          "output": {},
                          "created_at": "2025-09-15T10:30:00.000Z"
                        },
                        "sender_participant": {
                          "object": "session.participant",
                          "id": "spt_5eFgHjKlMnPqRsTu",
                          "type": "unknown",
                          "identifier": "claude-desktop",
                          "name": "Claude Desktop",
                          "data": {
                            "identifier": "claude-desktop",
                            "name": "Claude Desktop"
                          },
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "connection_type": "mcp",
                          "created_at": "2025-09-15T10:30:00.000Z"
                        },
                        "responder_participant": {
                          "object": "session.participant",
                          "id": "spt_5eFgHjKlMnPqRsTu",
                          "type": "unknown",
                          "identifier": "claude-desktop",
                          "name": "Claude Desktop",
                          "data": {
                            "identifier": "claude-desktop",
                            "name": "Claude Desktop"
                          },
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "connection_type": "mcp",
                          "created_at": "2025-09-15T10:30:00.000Z"
                        },
                        "error": {
                          "object": "session.error",
                          "id": "ser_6fGhJkLmNpQrStUv",
                          "code": "CONNECTION_TIMEOUT",
                          "message": "Connection timed out after 30 seconds",
                          "data": {},
                          "status": "processing",
                          "session_id": "ses_4dEfGhJkLmNpQrSt",
                          "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                          "connection_id": "scn_8hJkLmNpQrStUvWx",
                          "group_id": "seg_7gHjKlMnPqRsTuVw",
                          "similar_error_count": 5,
                          "created_at": "2025-09-15T10:30:00.000Z"
                        },
                        "created_at": "2025-09-15T10:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "session.message"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "smg_8hJkLmNpQrStUvWx"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique session message identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "tool_call",
                          "mcp_control",
                          "mcp_message",
                          "unknown"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Message type",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "waiting_for_response",
                          "failed",
                          "succeeded"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Message status",
                        "optional": false,
                        "nullable": false
                      },
                      "source": {
                        "examples": [
                          "client",
                          "provider"
                        ],
                        "type": "enum",
                        "name": "source",
                        "description": "Message source",
                        "optional": false,
                        "nullable": false
                      },
                      "session_id": {
                        "examples": [
                          "ses_4dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "session_id",
                        "description": "Parent session ID",
                        "optional": false,
                        "nullable": false
                      },
                      "session_provider_id": {
                        "examples": [
                          "spr_3cDeFgHjKlMnPqRs"
                        ],
                        "type": "string",
                        "name": "session_provider_id",
                        "description": "Session provider ID",
                        "optional": false,
                        "nullable": true
                      },
                      "connection_id": {
                        "examples": [
                          "scn_2bCdEfGhJkLmNpQr"
                        ],
                        "type": "string",
                        "name": "connection_id",
                        "description": "Connection ID",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_run_id": {
                        "examples": [
                          "prn_8hJkLmNpQrStUvWx"
                        ],
                        "type": "string",
                        "name": "provider_run_id",
                        "description": "Provider run ID",
                        "optional": false,
                        "nullable": true
                      },
                      "hierarchy": {
                        "examples": [
                          {
                            "object": "session.message.hierarchy",
                            "type": "child"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "session.message.hierarchy"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "child",
                              "parent"
                            ],
                            "type": "string",
                            "name": "type",
                            "description": "Hierarchy type",
                            "optional": false,
                            "nullable": false
                          },
                          "parent_message_id": {
                            "examples": [],
                            "type": "string",
                            "name": "parent_message_id",
                            "description": "Parent message ID",
                            "optional": false,
                            "nullable": true
                          },
                          "child_message_ids": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "name": "child_message_id",
                                "description": "Child message ID",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "name": "child_message_ids",
                            "description": "List of child message IDs",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "hierarchy",
                        "description": "Message hierarchy information",
                        "optional": false,
                        "nullable": false
                      },
                      "transport": {
                        "examples": [
                          {
                            "object": "session.message.transport",
                            "type": "mcp",
                            "mcp": {
                              "object": "session.message.transport.mcp",
                              "transport": "unknown"
                            },
                            "tool_call": {
                              "object": "session.message.transport.tool_call"
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "session.message.transport"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "mcp",
                              "tool_call",
                              "metorial_protocol",
                              "system"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "Transport type",
                            "optional": false,
                            "nullable": false
                          },
                          "mcp": {
                            "examples": [
                              {
                                "object": "session.message.transport.mcp",
                                "transport": "unknown"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "session.message.transport.mcp"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [],
                                    "type": "number",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "name": "id",
                                "description": "MCP message ID",
                                "optional": false,
                                "nullable": false
                              },
                              "protocol_version": {
                                "examples": [],
                                "type": "string",
                                "name": "protocol_version",
                                "description": "MCP protocol version",
                                "optional": false,
                                "nullable": false
                              },
                              "transport": {
                                "examples": [
                                  "unknown",
                                  "sse",
                                  "streamable_http"
                                ],
                                "type": "string",
                                "name": "transport",
                                "description": "MCP transport type",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "tool_call": {
                            "examples": [
                              {
                                "object": "session.message.transport.tool_call"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "session.message.transport.tool_call"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "name": "id",
                                "description": "Tool call ID",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "name": "transport",
                        "description": "Transport information",
                        "optional": false,
                        "nullable": false
                      },
                      "input": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "input",
                        "description": "Input message data",
                        "optional": false,
                        "nullable": true
                      },
                      "output": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "output",
                        "description": "Output message data",
                        "optional": false,
                        "nullable": true
                      },
                      "tool_call": {
                        "examples": [
                          {
                            "object": "session.tool_call",
                            "id": "tcl_8hJkLmNpQrStUvWx",
                            "tool_key": "create_issue",
                            "type": "tool_call",
                            "status": "waiting_for_response",
                            "source": "client",
                            "transport": "tool_call",
                            "session_id": "ses_4dEfGhJkLmNpQrSt",
                            "message_id": "smg_3cDeFgHjKlMnPqRs",
                            "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                            "connection_id": "scn_2bCdEfGhJkLmNpQr",
                            "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                            "sender_participant": {
                              "object": "session.participant",
                              "id": "spt_5eFgHjKlMnPqRsTu",
                              "type": "unknown",
                              "identifier": "claude-desktop",
                              "name": "Claude Desktop",
                              "data": {
                                "identifier": "claude-desktop",
                                "name": "Claude Desktop"
                              },
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "connection_type": "mcp",
                              "created_at": "2025-09-15T10:30:00.000Z"
                            },
                            "responder_participant": {
                              "object": "session.participant",
                              "id": "spt_5eFgHjKlMnPqRsTu",
                              "type": "unknown",
                              "identifier": "claude-desktop",
                              "name": "Claude Desktop",
                              "data": {
                                "identifier": "claude-desktop",
                                "name": "Claude Desktop"
                              },
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "connection_type": "mcp",
                              "created_at": "2025-09-15T10:30:00.000Z"
                            },
                            "tool": {
                              "object": "provider.tool",
                              "id": "pto_5jKlMnPqRsTuVwXy",
                              "key": "create_issue",
                              "name": "Create Issue",
                              "description": "Creates a new issue in a GitHub repository",
                              "capabilities": {},
                              "input_schema": {
                                "type": "json_schema",
                                "schema": {}
                              },
                              "output_schema": {
                                "type": "json_schema",
                                "schema": {}
                              },
                              "tags": {},
                              "specification_id": "psp_9gHjKlMnPqRsTuVw",
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "error": {
                              "object": "session.error",
                              "id": "ser_6fGhJkLmNpQrStUv",
                              "code": "CONNECTION_TIMEOUT",
                              "message": "Connection timed out after 30 seconds",
                              "data": {},
                              "status": "processing",
                              "session_id": "ses_4dEfGhJkLmNpQrSt",
                              "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                              "connection_id": "scn_8hJkLmNpQrStUvWx",
                              "group_id": "seg_7gHjKlMnPqRsTuVw",
                              "similar_error_count": 5,
                              "created_at": "2025-09-15T10:30:00.000Z"
                            },
                            "input": {},
                            "output": {},
                            "created_at": "2025-09-15T10:30:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "session.tool_call"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "tcl_8hJkLmNpQrStUvWx"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique tool call identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "tool_key": {
                            "examples": [
                              "create_issue",
                              "search_code"
                            ],
                            "type": "string",
                            "name": "tool_key",
                            "description": "The key identifying the tool that was called",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "tool_call",
                              "mcp_control",
                              "mcp_message",
                              "unknown"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The type of the tool call",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "waiting_for_response",
                              "failed",
                              "succeeded"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Current status of the tool call",
                            "optional": false,
                            "nullable": false
                          },
                          "source": {
                            "examples": [
                              "client",
                              "provider"
                            ],
                            "type": "enum",
                            "name": "source",
                            "description": "Source of the tool call",
                            "optional": false,
                            "nullable": false
                          },
                          "transport": {
                            "examples": [
                              "tool_call",
                              "mcp",
                              "metorial_protocol",
                              "system"
                            ],
                            "type": "enum",
                            "name": "transport",
                            "description": "Transport protocol used",
                            "optional": false,
                            "nullable": false
                          },
                          "session_id": {
                            "examples": [
                              "ses_4dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "session_id",
                            "description": "Parent session ID",
                            "optional": false,
                            "nullable": false
                          },
                          "message_id": {
                            "examples": [
                              "smg_3cDeFgHjKlMnPqRs"
                            ],
                            "type": "string",
                            "name": "message_id",
                            "description": "Associated session message ID",
                            "optional": false,
                            "nullable": false
                          },
                          "session_provider_id": {
                            "examples": [
                              "spr_3cDeFgHjKlMnPqRs"
                            ],
                            "type": "string",
                            "name": "session_provider_id",
                            "description": "Session provider ID",
                            "optional": false,
                            "nullable": true
                          },
                          "connection_id": {
                            "examples": [
                              "scn_2bCdEfGhJkLmNpQr"
                            ],
                            "type": "string",
                            "name": "connection_id",
                            "description": "Session connection ID",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_run_id": {
                            "examples": [
                              "prn_8hJkLmNpQrStUvWx"
                            ],
                            "type": "string",
                            "name": "provider_run_id",
                            "description": "Provider run ID",
                            "optional": false,
                            "nullable": true
                          },
                          "sender_participant": {
                            "examples": [
                              {
                                "object": "session.participant",
                                "id": "spt_5eFgHjKlMnPqRsTu",
                                "type": "unknown",
                                "identifier": "claude-desktop",
                                "name": "Claude Desktop",
                                "data": {
                                  "identifier": "claude-desktop",
                                  "name": "Claude Desktop"
                                },
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "connection_type": "mcp",
                                "created_at": "2025-09-15T10:30:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "session.participant"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "spt_5eFgHjKlMnPqRsTu"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique session participant identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "unknown",
                                  "provider",
                                  "agent",
                                  "system"
                                ],
                                "type": "enum",
                                "name": "type",
                                "description": "Participant type",
                                "optional": false,
                                "nullable": false
                              },
                              "identifier": {
                                "examples": [
                                  "claude-desktop"
                                ],
                                "type": "string",
                                "name": "identifier",
                                "description": "Participant identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Claude Desktop"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Display name",
                                "optional": false,
                                "nullable": false
                              },
                              "data": {
                                "examples": [
                                  {
                                    "identifier": "claude-desktop",
                                    "name": "Claude Desktop"
                                  }
                                ],
                                "properties": {
                                  "identifier": {
                                    "examples": [
                                      "claude-desktop"
                                    ],
                                    "type": "string",
                                    "name": "identifier",
                                    "description": "Participant-specific identifier within the payload",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Claude Desktop"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "Participant-specific display name within the payload",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "name": "data",
                                "description": "Participant payload data",
                                "optional": false,
                                "nullable": false
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_id",
                                "description": "Provider ID if associated",
                                "optional": false,
                                "nullable": true
                              },
                              "connection_type": {
                                "examples": [
                                  "mcp",
                                  "metorial_protocol",
                                  "tool_call"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": true
                              },
                              "agent_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "agent_instance_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "identity_actor_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "identity_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "agent_actor_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "agent_client_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "consumer_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "responder_participant": {
                            "examples": [
                              {
                                "object": "session.participant",
                                "id": "spt_5eFgHjKlMnPqRsTu",
                                "type": "unknown",
                                "identifier": "claude-desktop",
                                "name": "Claude Desktop",
                                "data": {
                                  "identifier": "claude-desktop",
                                  "name": "Claude Desktop"
                                },
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "connection_type": "mcp",
                                "created_at": "2025-09-15T10:30:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "session.participant"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "spt_5eFgHjKlMnPqRsTu"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique session participant identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "unknown",
                                  "provider",
                                  "agent",
                                  "system"
                                ],
                                "type": "enum",
                                "name": "type",
                                "description": "Participant type",
                                "optional": false,
                                "nullable": false
                              },
                              "identifier": {
                                "examples": [
                                  "claude-desktop"
                                ],
                                "type": "string",
                                "name": "identifier",
                                "description": "Participant identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Claude Desktop"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Display name",
                                "optional": false,
                                "nullable": false
                              },
                              "data": {
                                "examples": [
                                  {
                                    "identifier": "claude-desktop",
                                    "name": "Claude Desktop"
                                  }
                                ],
                                "properties": {
                                  "identifier": {
                                    "examples": [
                                      "claude-desktop"
                                    ],
                                    "type": "string",
                                    "name": "identifier",
                                    "description": "Participant-specific identifier within the payload",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Claude Desktop"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "Participant-specific display name within the payload",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "name": "data",
                                "description": "Participant payload data",
                                "optional": false,
                                "nullable": false
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_id",
                                "description": "Provider ID if associated",
                                "optional": false,
                                "nullable": true
                              },
                              "connection_type": {
                                "examples": [
                                  "mcp",
                                  "metorial_protocol",
                                  "tool_call"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": true
                              },
                              "agent_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "agent_instance_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "identity_actor_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "identity_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "agent_actor_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "agent_client_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "consumer_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "tool": {
                            "examples": [
                              {
                                "object": "provider.tool",
                                "id": "pto_5jKlMnPqRsTuVwXy",
                                "key": "create_issue",
                                "name": "Create Issue",
                                "description": "Creates a new issue in a GitHub repository",
                                "capabilities": {},
                                "input_schema": {
                                  "type": "json_schema",
                                  "schema": {}
                                },
                                "output_schema": {
                                  "type": "json_schema",
                                  "schema": {}
                                },
                                "tags": {},
                                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.tool"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pto_5jKlMnPqRsTuVwXy"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique tool identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "key": {
                                "examples": [
                                  "create_issue"
                                ],
                                "type": "string",
                                "name": "key",
                                "description": "Tool key",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Create Issue"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Display name of the tool",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [
                                  "Creates a new issue in a GitHub repository"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Tool description",
                                "optional": false,
                                "nullable": true
                              },
                              "capabilities": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "capabilities",
                                "description": "Tool capabilities",
                                "optional": false,
                                "nullable": false
                              },
                              "constraints": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "name": "constraints",
                                "description": "Tool constraints",
                                "optional": false,
                                "nullable": false
                              },
                              "instructions": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "name": "instructions",
                                "description": "Tool usage instructions",
                                "optional": false,
                                "nullable": false
                              },
                              "input_schema": {
                                "examples": [
                                  {
                                    "type": "json_schema",
                                    "schema": {}
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "json_schema"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "schema": {
                                    "examples": [
                                      {}
                                    ],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "any",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "record",
                                    "name": "schema",
                                    "description": "JSON Schema defining the tool input parameters",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": true
                              },
                              "output_schema": {
                                "examples": [
                                  {
                                    "type": "json_schema",
                                    "schema": {}
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "json_schema"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "schema": {
                                    "examples": [
                                      {}
                                    ],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "any",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "record",
                                    "name": "schema",
                                    "description": "JSON Schema defining the tool output format",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": true
                              },
                              "tags": {
                                "examples": [
                                  {}
                                ],
                                "properties": {
                                  "destructive": {
                                    "examples": [],
                                    "type": "boolean",
                                    "name": "destructive",
                                    "description": "Whether the tool is destructive",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "read_only": {
                                    "examples": [],
                                    "type": "boolean",
                                    "name": "read_only",
                                    "description": "Whether the tool is read-only",
                                    "optional": false,
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": true
                              },
                              "specification_id": {
                                "examples": [
                                  "psp_9gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "specification_id",
                                "description": "Specification ID",
                                "optional": false,
                                "nullable": false
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_id",
                                "description": "Provider ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "error": {
                            "examples": [
                              {
                                "object": "session.error",
                                "id": "ser_6fGhJkLmNpQrStUv",
                                "code": "CONNECTION_TIMEOUT",
                                "message": "Connection timed out after 30 seconds",
                                "data": {},
                                "status": "processing",
                                "session_id": "ses_4dEfGhJkLmNpQrSt",
                                "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                                "connection_id": "scn_8hJkLmNpQrStUvWx",
                                "group_id": "seg_7gHjKlMnPqRsTuVw",
                                "similar_error_count": 5,
                                "created_at": "2025-09-15T10:30:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "session.error"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "ser_6fGhJkLmNpQrStUv"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique session error identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "code": {
                                "examples": [
                                  "CONNECTION_TIMEOUT"
                                ],
                                "type": "string",
                                "name": "code",
                                "description": "Error code",
                                "optional": false,
                                "nullable": false
                              },
                              "message": {
                                "examples": [
                                  "Connection timed out after 30 seconds"
                                ],
                                "type": "string",
                                "name": "message",
                                "description": "Error message",
                                "optional": false,
                                "nullable": false
                              },
                              "data": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "data",
                                "description": "Error payload data",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "processing",
                                  "processed"
                                ],
                                "type": "enum",
                                "name": "status",
                                "description": "Indicates whether the error is still being processed or has been fully processed and grouped.",
                                "optional": false,
                                "nullable": false
                              },
                              "session_id": {
                                "examples": [
                                  "ses_4dEfGhJkLmNpQrSt"
                                ],
                                "type": "string",
                                "name": "session_id",
                                "description": "Parent session ID",
                                "optional": false,
                                "nullable": false
                              },
                              "provider_run_id": {
                                "examples": [
                                  "prn_8hJkLmNpQrStUvWx"
                                ],
                                "type": "string",
                                "name": "provider_run_id",
                                "description": "Provider run ID",
                                "optional": false,
                                "nullable": true
                              },
                              "connection_id": {
                                "examples": [
                                  "scn_8hJkLmNpQrStUvWx"
                                ],
                                "type": "string",
                                "name": "connection_id",
                                "description": "Connection ID",
                                "optional": false,
                                "nullable": true
                              },
                              "group_id": {
                                "examples": [
                                  "seg_7gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "group_id",
                                "description": "Error group ID",
                                "optional": false,
                                "nullable": true
                              },
                              "similar_error_count": {
                                "examples": [
                                  5
                                ],
                                "type": "number",
                                "name": "similar_error_count",
                                "description": "Count of similar errors in the group",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "input": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "input",
                            "description": "Input data passed to the tool call",
                            "optional": false,
                            "nullable": true
                          },
                          "output": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "output",
                            "description": "Output data returned from the tool call",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "sender_participant": {
                        "examples": [
                          {
                            "object": "session.participant",
                            "id": "spt_5eFgHjKlMnPqRsTu",
                            "type": "unknown",
                            "identifier": "claude-desktop",
                            "name": "Claude Desktop",
                            "data": {
                              "identifier": "claude-desktop",
                              "name": "Claude Desktop"
                            },
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "connection_type": "mcp",
                            "created_at": "2025-09-15T10:30:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "session.participant"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "spt_5eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique session participant identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "unknown",
                              "provider",
                              "agent",
                              "system"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "Participant type",
                            "optional": false,
                            "nullable": false
                          },
                          "identifier": {
                            "examples": [
                              "claude-desktop"
                            ],
                            "type": "string",
                            "name": "identifier",
                            "description": "Participant identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Claude Desktop"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name",
                            "optional": false,
                            "nullable": false
                          },
                          "data": {
                            "examples": [
                              {
                                "identifier": "claude-desktop",
                                "name": "Claude Desktop"
                              }
                            ],
                            "properties": {
                              "identifier": {
                                "examples": [
                                  "claude-desktop"
                                ],
                                "type": "string",
                                "name": "identifier",
                                "description": "Participant-specific identifier within the payload",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Claude Desktop"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Participant-specific display name within the payload",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "name": "data",
                            "description": "Participant payload data",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID if associated",
                            "optional": false,
                            "nullable": true
                          },
                          "connection_type": {
                            "examples": [
                              "mcp",
                              "metorial_protocol",
                              "tool_call"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_instance_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "identity_actor_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "identity_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_actor_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_client_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "consumer_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "responder_participant": {
                        "examples": [
                          {
                            "object": "session.participant",
                            "id": "spt_5eFgHjKlMnPqRsTu",
                            "type": "unknown",
                            "identifier": "claude-desktop",
                            "name": "Claude Desktop",
                            "data": {
                              "identifier": "claude-desktop",
                              "name": "Claude Desktop"
                            },
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "connection_type": "mcp",
                            "created_at": "2025-09-15T10:30:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "session.participant"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "spt_5eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique session participant identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "unknown",
                              "provider",
                              "agent",
                              "system"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "Participant type",
                            "optional": false,
                            "nullable": false
                          },
                          "identifier": {
                            "examples": [
                              "claude-desktop"
                            ],
                            "type": "string",
                            "name": "identifier",
                            "description": "Participant identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Claude Desktop"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name",
                            "optional": false,
                            "nullable": false
                          },
                          "data": {
                            "examples": [
                              {
                                "identifier": "claude-desktop",
                                "name": "Claude Desktop"
                              }
                            ],
                            "properties": {
                              "identifier": {
                                "examples": [
                                  "claude-desktop"
                                ],
                                "type": "string",
                                "name": "identifier",
                                "description": "Participant-specific identifier within the payload",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Claude Desktop"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Participant-specific display name within the payload",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "name": "data",
                            "description": "Participant payload data",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID if associated",
                            "optional": false,
                            "nullable": true
                          },
                          "connection_type": {
                            "examples": [
                              "mcp",
                              "metorial_protocol",
                              "tool_call"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_instance_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "identity_actor_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "identity_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_actor_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "agent_client_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "consumer_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "error": {
                        "examples": [
                          {
                            "object": "session.error",
                            "id": "ser_6fGhJkLmNpQrStUv",
                            "code": "CONNECTION_TIMEOUT",
                            "message": "Connection timed out after 30 seconds",
                            "data": {},
                            "status": "processing",
                            "session_id": "ses_4dEfGhJkLmNpQrSt",
                            "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                            "connection_id": "scn_8hJkLmNpQrStUvWx",
                            "group_id": "seg_7gHjKlMnPqRsTuVw",
                            "similar_error_count": 5,
                            "created_at": "2025-09-15T10:30:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "session.error"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "ser_6fGhJkLmNpQrStUv"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique session error identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "code": {
                            "examples": [
                              "CONNECTION_TIMEOUT"
                            ],
                            "type": "string",
                            "name": "code",
                            "description": "Error code",
                            "optional": false,
                            "nullable": false
                          },
                          "message": {
                            "examples": [
                              "Connection timed out after 30 seconds"
                            ],
                            "type": "string",
                            "name": "message",
                            "description": "Error message",
                            "optional": false,
                            "nullable": false
                          },
                          "data": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "data",
                            "description": "Error payload data",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "processing",
                              "processed"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Indicates whether the error is still being processed or has been fully processed and grouped.",
                            "optional": false,
                            "nullable": false
                          },
                          "session_id": {
                            "examples": [
                              "ses_4dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "session_id",
                            "description": "Parent session ID",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_run_id": {
                            "examples": [
                              "prn_8hJkLmNpQrStUvWx"
                            ],
                            "type": "string",
                            "name": "provider_run_id",
                            "description": "Provider run ID",
                            "optional": false,
                            "nullable": true
                          },
                          "connection_id": {
                            "examples": [
                              "scn_8hJkLmNpQrStUvWx"
                            ],
                            "type": "string",
                            "name": "connection_id",
                            "description": "Connection ID",
                            "optional": false,
                            "nullable": true
                          },
                          "group_id": {
                            "examples": [
                              "seg_7gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "group_id",
                            "description": "Error group ID",
                            "optional": false,
                            "nullable": true
                          },
                          "similar_error_count": {
                            "examples": [
                              5
                            ],
                            "type": "number",
                            "name": "similar_error_count",
                            "description": "Count of similar errors in the group",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "error": {
                    "examples": [
                      {
                        "object": "session.error",
                        "id": "ser_6fGhJkLmNpQrStUv",
                        "code": "CONNECTION_TIMEOUT",
                        "message": "Connection timed out after 30 seconds",
                        "data": {},
                        "status": "processing",
                        "session_id": "ses_4dEfGhJkLmNpQrSt",
                        "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                        "connection_id": "scn_8hJkLmNpQrStUvWx",
                        "group_id": "seg_7gHjKlMnPqRsTuVw",
                        "similar_error_count": 5,
                        "created_at": "2025-09-15T10:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "session.error"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "ser_6fGhJkLmNpQrStUv"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique session error identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "code": {
                        "examples": [
                          "CONNECTION_TIMEOUT"
                        ],
                        "type": "string",
                        "name": "code",
                        "description": "Error code",
                        "optional": false,
                        "nullable": false
                      },
                      "message": {
                        "examples": [
                          "Connection timed out after 30 seconds"
                        ],
                        "type": "string",
                        "name": "message",
                        "description": "Error message",
                        "optional": false,
                        "nullable": false
                      },
                      "data": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "data",
                        "description": "Error payload data",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "processing",
                          "processed"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Indicates whether the error is still being processed or has been fully processed and grouped.",
                        "optional": false,
                        "nullable": false
                      },
                      "session_id": {
                        "examples": [
                          "ses_4dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "session_id",
                        "description": "Parent session ID",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_run_id": {
                        "examples": [
                          "prn_8hJkLmNpQrStUvWx"
                        ],
                        "type": "string",
                        "name": "provider_run_id",
                        "description": "Provider run ID",
                        "optional": false,
                        "nullable": true
                      },
                      "connection_id": {
                        "examples": [
                          "scn_8hJkLmNpQrStUvWx"
                        ],
                        "type": "string",
                        "name": "connection_id",
                        "description": "Connection ID",
                        "optional": false,
                        "nullable": true
                      },
                      "group_id": {
                        "examples": [
                          "seg_7gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "group_id",
                        "description": "Error group ID",
                        "optional": false,
                        "nullable": true
                      },
                      "similar_error_count": {
                        "examples": [
                          5
                        ],
                        "type": "number",
                        "name": "similar_error_count",
                        "description": "Count of similar errors in the group",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "warning": {
                    "examples": [
                      {
                        "object": "session.warning",
                        "id": "ser_6fGhJkLmNpQrStUv",
                        "code": "CONNECTION_TIMEOUT",
                        "message": "Connection timed out after 30 seconds",
                        "data": {},
                        "session_id": "ses_4dEfGhJkLmNpQrSt",
                        "connection_id": "scn_8hJkLmNpQrStUvWx",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "session.warning"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "ser_6fGhJkLmNpQrStUv"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique session warning identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "code": {
                        "examples": [
                          "CONNECTION_TIMEOUT"
                        ],
                        "type": "string",
                        "name": "code",
                        "description": "Warning code",
                        "optional": false,
                        "nullable": false
                      },
                      "message": {
                        "examples": [
                          "Connection timed out after 30 seconds"
                        ],
                        "type": "string",
                        "name": "message",
                        "description": "Warning message",
                        "optional": false,
                        "nullable": false
                      },
                      "data": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "data",
                        "description": "Warning payload data",
                        "optional": false,
                        "nullable": false
                      },
                      "session_id": {
                        "examples": [
                          "ses_4dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "session_id",
                        "description": "Parent session ID",
                        "optional": false,
                        "nullable": false
                      },
                      "connection_id": {
                        "examples": [
                          "scn_8hJkLmNpQrStUvWx"
                        ],
                        "type": "string",
                        "name": "connection_id",
                        "description": "Connection ID",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_649",
      "name": "subspaceSessionEvent",
      "type": {
        "examples": [
          {
            "object": "session.event",
            "id": "sev_8hJkLmNpQrStUvWx",
            "type": "session_created",
            "session_id": "ses_4dEfGhJkLmNpQrSt",
            "connection": {
              "object": "session.connection",
              "id": "scn_8hJkLmNpQrStUvWx",
              "connection_state": "connected",
              "transport": "mcp",
              "usage": {},
              "mcp": {
                "capabilities": {},
                "protocol_version": "2024-11-05",
                "transport": "none"
              },
              "session_id": "ses_4dEfGhJkLmNpQrSt",
              "participant": {
                "object": "session.participant",
                "id": "spt_5eFgHjKlMnPqRsTu",
                "type": "unknown",
                "identifier": "claude-desktop",
                "name": "Claude Desktop",
                "data": {
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "connection_type": "mcp",
                "created_at": "2025-09-15T10:30:00.000Z"
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "last_message_at": "2025-09-15T10:30:00.000Z",
              "last_active_at": "2025-09-15T10:30:00.000Z"
            },
            "provider_run": {
              "object": "session.provider_run",
              "id": "prn_8hJkLmNpQrStUvWx",
              "status": "running",
              "session_id": "ses_4dEfGhJkLmNpQrSt",
              "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "connection_id": "scn_8hJkLmNpQrStUvWx",
              "completed_at": "2025-09-15T10:30:05.000Z",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "message": {
              "object": "session.message",
              "id": "smg_8hJkLmNpQrStUvWx",
              "type": "tool_call",
              "status": "waiting_for_response",
              "source": "client",
              "session_id": "ses_4dEfGhJkLmNpQrSt",
              "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
              "connection_id": "scn_2bCdEfGhJkLmNpQr",
              "provider_run_id": "prn_8hJkLmNpQrStUvWx",
              "hierarchy": {
                "object": "session.message.hierarchy",
                "type": "child"
              },
              "transport": {
                "object": "session.message.transport",
                "type": "mcp",
                "mcp": {
                  "object": "session.message.transport.mcp",
                  "transport": "unknown"
                },
                "tool_call": {
                  "object": "session.message.transport.tool_call"
                }
              },
              "input": {},
              "output": {},
              "tool_call": {
                "object": "session.tool_call",
                "id": "tcl_8hJkLmNpQrStUvWx",
                "tool_key": "create_issue",
                "type": "tool_call",
                "status": "waiting_for_response",
                "source": "client",
                "transport": "tool_call",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "message_id": "smg_3cDeFgHjKlMnPqRs",
                "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                "connection_id": "scn_2bCdEfGhJkLmNpQr",
                "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                "sender_participant": {
                  "object": "session.participant",
                  "id": "spt_5eFgHjKlMnPqRsTu",
                  "type": "unknown",
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop",
                  "data": {
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "connection_type": "mcp",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "responder_participant": {
                  "object": "session.participant",
                  "id": "spt_5eFgHjKlMnPqRsTu",
                  "type": "unknown",
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop",
                  "data": {
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "connection_type": "mcp",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "tool": {
                  "object": "provider.tool",
                  "id": "pto_5jKlMnPqRsTuVwXy",
                  "key": "create_issue",
                  "name": "Create Issue",
                  "description": "Creates a new issue in a GitHub repository",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "tags": {},
                  "specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "error": {
                  "object": "session.error",
                  "id": "ser_6fGhJkLmNpQrStUv",
                  "code": "CONNECTION_TIMEOUT",
                  "message": "Connection timed out after 30 seconds",
                  "data": {},
                  "status": "processing",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                  "connection_id": "scn_8hJkLmNpQrStUvWx",
                  "group_id": "seg_7gHjKlMnPqRsTuVw",
                  "similar_error_count": 5,
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "input": {},
                "output": {},
                "created_at": "2025-09-15T10:30:00.000Z"
              },
              "sender_participant": {
                "object": "session.participant",
                "id": "spt_5eFgHjKlMnPqRsTu",
                "type": "unknown",
                "identifier": "claude-desktop",
                "name": "Claude Desktop",
                "data": {
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "connection_type": "mcp",
                "created_at": "2025-09-15T10:30:00.000Z"
              },
              "responder_participant": {
                "object": "session.participant",
                "id": "spt_5eFgHjKlMnPqRsTu",
                "type": "unknown",
                "identifier": "claude-desktop",
                "name": "Claude Desktop",
                "data": {
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "connection_type": "mcp",
                "created_at": "2025-09-15T10:30:00.000Z"
              },
              "error": {
                "object": "session.error",
                "id": "ser_6fGhJkLmNpQrStUv",
                "code": "CONNECTION_TIMEOUT",
                "message": "Connection timed out after 30 seconds",
                "data": {},
                "status": "processing",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                "connection_id": "scn_8hJkLmNpQrStUvWx",
                "group_id": "seg_7gHjKlMnPqRsTuVw",
                "similar_error_count": 5,
                "created_at": "2025-09-15T10:30:00.000Z"
              },
              "created_at": "2025-09-15T10:30:00.000Z"
            },
            "error": {
              "object": "session.error",
              "id": "ser_6fGhJkLmNpQrStUv",
              "code": "CONNECTION_TIMEOUT",
              "message": "Connection timed out after 30 seconds",
              "data": {},
              "status": "processing",
              "session_id": "ses_4dEfGhJkLmNpQrSt",
              "provider_run_id": "prn_8hJkLmNpQrStUvWx",
              "connection_id": "scn_8hJkLmNpQrStUvWx",
              "group_id": "seg_7gHjKlMnPqRsTuVw",
              "similar_error_count": 5,
              "created_at": "2025-09-15T10:30:00.000Z"
            },
            "warning": {
              "object": "session.warning",
              "id": "ser_6fGhJkLmNpQrStUv",
              "code": "CONNECTION_TIMEOUT",
              "message": "Connection timed out after 30 seconds",
              "data": {},
              "session_id": "ses_4dEfGhJkLmNpQrSt",
              "connection_id": "scn_8hJkLmNpQrStUvWx",
              "created_at": "2025-09-15T10:30:00.000Z"
            },
            "created_at": "2025-09-15T10:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session.event"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "sev_8hJkLmNpQrStUvWx"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique session event identifier",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "session_created",
              "session_started",
              "provider_run_started",
              "provider_run_stopped",
              "message_created",
              "message_processed",
              "connection_created",
              "connection_connected",
              "connection_disconnected",
              "connection_disabled",
              "error_occurred",
              "warning_occurred"
            ],
            "type": "enum",
            "name": "type",
            "description": "Event type",
            "optional": false,
            "nullable": false
          },
          "session_id": {
            "examples": [
              "ses_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "session_id",
            "description": "Parent session ID",
            "optional": false,
            "nullable": false
          },
          "connection": {
            "examples": [
              {
                "object": "session.connection",
                "id": "scn_8hJkLmNpQrStUvWx",
                "connection_state": "connected",
                "transport": "mcp",
                "usage": {},
                "mcp": {
                  "capabilities": {},
                  "protocol_version": "2024-11-05",
                  "transport": "none"
                },
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "participant": {
                  "object": "session.participant",
                  "id": "spt_5eFgHjKlMnPqRsTu",
                  "type": "unknown",
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop",
                  "data": {
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "connection_type": "mcp",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "last_message_at": "2025-09-15T10:30:00.000Z",
                "last_active_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "session.connection"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "scn_8hJkLmNpQrStUvWx"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique session connection identifier",
                "optional": false,
                "nullable": false
              },
              "connection_state": {
                "examples": [
                  "connected",
                  "disconnected"
                ],
                "type": "enum",
                "name": "connection_state",
                "description": "Connection state",
                "optional": false,
                "nullable": false
              },
              "transport": {
                "examples": [
                  "mcp",
                  "tool_call",
                  "metorial_protocol",
                  "system"
                ],
                "type": "enum",
                "name": "transport",
                "description": "Transport protocol used",
                "optional": false,
                "nullable": false
              },
              "usage": {
                "examples": [
                  {}
                ],
                "properties": {
                  "total_productive_client_message_count": {
                    "examples": [],
                    "type": "number",
                    "name": "total_productive_client_message_count",
                    "description": "Total productive client messages",
                    "optional": false,
                    "nullable": false
                  },
                  "total_productive_provider_message_count": {
                    "examples": [],
                    "type": "number",
                    "name": "total_productive_provider_message_count",
                    "description": "Total productive provider messages",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "name": "usage",
                "description": "Usage statistics",
                "optional": false,
                "nullable": false
              },
              "mcp": {
                "examples": [
                  {
                    "capabilities": {},
                    "protocol_version": "2024-11-05",
                    "transport": "none"
                  }
                ],
                "properties": {
                  "capabilities": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "capabilities",
                    "description": "MCP capabilities",
                    "optional": false,
                    "nullable": false
                  },
                  "protocol_version": {
                    "examples": [
                      "2024-11-05"
                    ],
                    "type": "string",
                    "name": "protocol_version",
                    "description": "MCP protocol version",
                    "optional": false,
                    "nullable": false
                  },
                  "transport": {
                    "examples": [
                      "none",
                      "sse",
                      "streamable_http"
                    ],
                    "type": "enum",
                    "name": "transport",
                    "description": "MCP transport type",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "name": "mcp",
                "description": "MCP connection details",
                "optional": false,
                "nullable": true
              },
              "session_id": {
                "examples": [
                  "ses_4dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "session_id",
                "description": "Parent session ID",
                "optional": false,
                "nullable": false
              },
              "participant": {
                "examples": [
                  {
                    "object": "session.participant",
                    "id": "spt_5eFgHjKlMnPqRsTu",
                    "type": "unknown",
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop",
                    "data": {
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_type": "mcp",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.participant"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "spt_5eFgHjKlMnPqRsTu"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session participant identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "unknown",
                      "provider",
                      "agent",
                      "system"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Participant type",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [
                      "claude-desktop"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Participant identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Claude Desktop"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": false
                  },
                  "data": {
                    "examples": [
                      {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      }
                    ],
                    "properties": {
                      "identifier": {
                        "examples": [
                          "claude-desktop"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Participant-specific identifier within the payload",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Claude Desktop"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Participant-specific display name within the payload",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "name": "data",
                    "description": "Participant payload data",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID if associated",
                    "optional": false,
                    "nullable": true
                  },
                  "connection_type": {
                    "examples": [
                      "mcp",
                      "metorial_protocol",
                      "tool_call"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_instance_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "identity_actor_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "identity_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_actor_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_client_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "has_errors": {
                "examples": [],
                "type": "boolean",
                "name": "has_errors",
                "description": "Whether the connection has any errors",
                "optional": false,
                "nullable": false
              },
              "has_warnings": {
                "examples": [],
                "type": "boolean",
                "name": "has_warnings",
                "description": "Whether the connection has any warnings",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "last_message_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "last_message_at",
                "description": "Timestamp of last message",
                "optional": false,
                "nullable": false
              },
              "last_active_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "last_active_at",
                "description": "Timestamp when last active",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "provider_run": {
            "examples": [
              {
                "object": "session.provider_run",
                "id": "prn_8hJkLmNpQrStUvWx",
                "status": "running",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "connection_id": "scn_8hJkLmNpQrStUvWx",
                "completed_at": "2025-09-15T10:30:05.000Z",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "session.provider_run"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "prn_8hJkLmNpQrStUvWx"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique provider run identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "running",
                  "stopped"
                ],
                "type": "enum",
                "name": "status",
                "description": "Run status",
                "optional": false,
                "nullable": false
              },
              "session_id": {
                "examples": [
                  "ses_4dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "session_id",
                "description": "Parent session ID",
                "optional": false,
                "nullable": false
              },
              "session_provider_id": {
                "examples": [
                  "spr_3cDeFgHjKlMnPqRs"
                ],
                "type": "string",
                "name": "session_provider_id",
                "description": "Session provider ID",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "connection_id": {
                "examples": [
                  "scn_8hJkLmNpQrStUvWx"
                ],
                "type": "string",
                "name": "connection_id",
                "description": "Connection ID",
                "optional": false,
                "nullable": false
              },
              "completed_at": {
                "examples": [
                  "2025-09-15T10:30:05.000Z"
                ],
                "type": "date",
                "name": "completed_at",
                "description": "Timestamp when run completed",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "message": {
            "examples": [
              {
                "object": "session.message",
                "id": "smg_8hJkLmNpQrStUvWx",
                "type": "tool_call",
                "status": "waiting_for_response",
                "source": "client",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                "connection_id": "scn_2bCdEfGhJkLmNpQr",
                "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                "hierarchy": {
                  "object": "session.message.hierarchy",
                  "type": "child"
                },
                "transport": {
                  "object": "session.message.transport",
                  "type": "mcp",
                  "mcp": {
                    "object": "session.message.transport.mcp",
                    "transport": "unknown"
                  },
                  "tool_call": {
                    "object": "session.message.transport.tool_call"
                  }
                },
                "input": {},
                "output": {},
                "tool_call": {
                  "object": "session.tool_call",
                  "id": "tcl_8hJkLmNpQrStUvWx",
                  "tool_key": "create_issue",
                  "type": "tool_call",
                  "status": "waiting_for_response",
                  "source": "client",
                  "transport": "tool_call",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "message_id": "smg_3cDeFgHjKlMnPqRs",
                  "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                  "connection_id": "scn_2bCdEfGhJkLmNpQr",
                  "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                  "sender_participant": {
                    "object": "session.participant",
                    "id": "spt_5eFgHjKlMnPqRsTu",
                    "type": "unknown",
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop",
                    "data": {
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_type": "mcp",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "responder_participant": {
                    "object": "session.participant",
                    "id": "spt_5eFgHjKlMnPqRsTu",
                    "type": "unknown",
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop",
                    "data": {
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_type": "mcp",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "tool": {
                    "object": "provider.tool",
                    "id": "pto_5jKlMnPqRsTuVwXy",
                    "key": "create_issue",
                    "name": "Create Issue",
                    "description": "Creates a new issue in a GitHub repository",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "tags": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "error": {
                    "object": "session.error",
                    "id": "ser_6fGhJkLmNpQrStUv",
                    "code": "CONNECTION_TIMEOUT",
                    "message": "Connection timed out after 30 seconds",
                    "data": {},
                    "status": "processing",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                    "connection_id": "scn_8hJkLmNpQrStUvWx",
                    "group_id": "seg_7gHjKlMnPqRsTuVw",
                    "similar_error_count": 5,
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "input": {},
                  "output": {},
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "sender_participant": {
                  "object": "session.participant",
                  "id": "spt_5eFgHjKlMnPqRsTu",
                  "type": "unknown",
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop",
                  "data": {
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "connection_type": "mcp",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "responder_participant": {
                  "object": "session.participant",
                  "id": "spt_5eFgHjKlMnPqRsTu",
                  "type": "unknown",
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop",
                  "data": {
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "connection_type": "mcp",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "error": {
                  "object": "session.error",
                  "id": "ser_6fGhJkLmNpQrStUv",
                  "code": "CONNECTION_TIMEOUT",
                  "message": "Connection timed out after 30 seconds",
                  "data": {},
                  "status": "processing",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                  "connection_id": "scn_8hJkLmNpQrStUvWx",
                  "group_id": "seg_7gHjKlMnPqRsTuVw",
                  "similar_error_count": 5,
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "session.message"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "smg_8hJkLmNpQrStUvWx"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique session message identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "tool_call",
                  "mcp_control",
                  "mcp_message",
                  "unknown"
                ],
                "type": "enum",
                "name": "type",
                "description": "Message type",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "waiting_for_response",
                  "failed",
                  "succeeded"
                ],
                "type": "enum",
                "name": "status",
                "description": "Message status",
                "optional": false,
                "nullable": false
              },
              "source": {
                "examples": [
                  "client",
                  "provider"
                ],
                "type": "enum",
                "name": "source",
                "description": "Message source",
                "optional": false,
                "nullable": false
              },
              "session_id": {
                "examples": [
                  "ses_4dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "session_id",
                "description": "Parent session ID",
                "optional": false,
                "nullable": false
              },
              "session_provider_id": {
                "examples": [
                  "spr_3cDeFgHjKlMnPqRs"
                ],
                "type": "string",
                "name": "session_provider_id",
                "description": "Session provider ID",
                "optional": false,
                "nullable": true
              },
              "connection_id": {
                "examples": [
                  "scn_2bCdEfGhJkLmNpQr"
                ],
                "type": "string",
                "name": "connection_id",
                "description": "Connection ID",
                "optional": false,
                "nullable": true
              },
              "provider_run_id": {
                "examples": [
                  "prn_8hJkLmNpQrStUvWx"
                ],
                "type": "string",
                "name": "provider_run_id",
                "description": "Provider run ID",
                "optional": false,
                "nullable": true
              },
              "hierarchy": {
                "examples": [
                  {
                    "object": "session.message.hierarchy",
                    "type": "child"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.message.hierarchy"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "child",
                      "parent"
                    ],
                    "type": "string",
                    "name": "type",
                    "description": "Hierarchy type",
                    "optional": false,
                    "nullable": false
                  },
                  "parent_message_id": {
                    "examples": [],
                    "type": "string",
                    "name": "parent_message_id",
                    "description": "Parent message ID",
                    "optional": false,
                    "nullable": true
                  },
                  "child_message_ids": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "name": "child_message_id",
                        "description": "Child message ID",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "child_message_ids",
                    "description": "List of child message IDs",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "name": "hierarchy",
                "description": "Message hierarchy information",
                "optional": false,
                "nullable": false
              },
              "transport": {
                "examples": [
                  {
                    "object": "session.message.transport",
                    "type": "mcp",
                    "mcp": {
                      "object": "session.message.transport.mcp",
                      "transport": "unknown"
                    },
                    "tool_call": {
                      "object": "session.message.transport.tool_call"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.message.transport"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "mcp",
                      "tool_call",
                      "metorial_protocol",
                      "system"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Transport type",
                    "optional": false,
                    "nullable": false
                  },
                  "mcp": {
                    "examples": [
                      {
                        "object": "session.message.transport.mcp",
                        "transport": "unknown"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "session.message.transport.mcp"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "name": "id",
                        "description": "MCP message ID",
                        "optional": false,
                        "nullable": false
                      },
                      "protocol_version": {
                        "examples": [],
                        "type": "string",
                        "name": "protocol_version",
                        "description": "MCP protocol version",
                        "optional": false,
                        "nullable": false
                      },
                      "transport": {
                        "examples": [
                          "unknown",
                          "sse",
                          "streamable_http"
                        ],
                        "type": "string",
                        "name": "transport",
                        "description": "MCP transport type",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "tool_call": {
                    "examples": [
                      {
                        "object": "session.message.transport.tool_call"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "session.message.transport.tool_call"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "name": "id",
                        "description": "Tool call ID",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "name": "transport",
                "description": "Transport information",
                "optional": false,
                "nullable": false
              },
              "input": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "input",
                "description": "Input message data",
                "optional": false,
                "nullable": true
              },
              "output": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "output",
                "description": "Output message data",
                "optional": false,
                "nullable": true
              },
              "tool_call": {
                "examples": [
                  {
                    "object": "session.tool_call",
                    "id": "tcl_8hJkLmNpQrStUvWx",
                    "tool_key": "create_issue",
                    "type": "tool_call",
                    "status": "waiting_for_response",
                    "source": "client",
                    "transport": "tool_call",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "message_id": "smg_3cDeFgHjKlMnPqRs",
                    "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                    "connection_id": "scn_2bCdEfGhJkLmNpQr",
                    "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                    "sender_participant": {
                      "object": "session.participant",
                      "id": "spt_5eFgHjKlMnPqRsTu",
                      "type": "unknown",
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop",
                      "data": {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "connection_type": "mcp",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "responder_participant": {
                      "object": "session.participant",
                      "id": "spt_5eFgHjKlMnPqRsTu",
                      "type": "unknown",
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop",
                      "data": {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "connection_type": "mcp",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "tool": {
                      "object": "provider.tool",
                      "id": "pto_5jKlMnPqRsTuVwXy",
                      "key": "create_issue",
                      "name": "Create Issue",
                      "description": "Creates a new issue in a GitHub repository",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "tags": {},
                      "specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "error": {
                      "object": "session.error",
                      "id": "ser_6fGhJkLmNpQrStUv",
                      "code": "CONNECTION_TIMEOUT",
                      "message": "Connection timed out after 30 seconds",
                      "data": {},
                      "status": "processing",
                      "session_id": "ses_4dEfGhJkLmNpQrSt",
                      "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                      "connection_id": "scn_8hJkLmNpQrStUvWx",
                      "group_id": "seg_7gHjKlMnPqRsTuVw",
                      "similar_error_count": 5,
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "input": {},
                    "output": {},
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.tool_call"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "tcl_8hJkLmNpQrStUvWx"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique tool call identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_key": {
                    "examples": [
                      "create_issue",
                      "search_code"
                    ],
                    "type": "string",
                    "name": "tool_key",
                    "description": "The key identifying the tool that was called",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "tool_call",
                      "mcp_control",
                      "mcp_message",
                      "unknown"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The type of the tool call",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "waiting_for_response",
                      "failed",
                      "succeeded"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current status of the tool call",
                    "optional": false,
                    "nullable": false
                  },
                  "source": {
                    "examples": [
                      "client",
                      "provider"
                    ],
                    "type": "enum",
                    "name": "source",
                    "description": "Source of the tool call",
                    "optional": false,
                    "nullable": false
                  },
                  "transport": {
                    "examples": [
                      "tool_call",
                      "mcp",
                      "metorial_protocol",
                      "system"
                    ],
                    "type": "enum",
                    "name": "transport",
                    "description": "Transport protocol used",
                    "optional": false,
                    "nullable": false
                  },
                  "session_id": {
                    "examples": [
                      "ses_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "session_id",
                    "description": "Parent session ID",
                    "optional": false,
                    "nullable": false
                  },
                  "message_id": {
                    "examples": [
                      "smg_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "message_id",
                    "description": "Associated session message ID",
                    "optional": false,
                    "nullable": false
                  },
                  "session_provider_id": {
                    "examples": [
                      "spr_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "session_provider_id",
                    "description": "Session provider ID",
                    "optional": false,
                    "nullable": true
                  },
                  "connection_id": {
                    "examples": [
                      "scn_2bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "name": "connection_id",
                    "description": "Session connection ID",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_run_id": {
                    "examples": [
                      "prn_8hJkLmNpQrStUvWx"
                    ],
                    "type": "string",
                    "name": "provider_run_id",
                    "description": "Provider run ID",
                    "optional": false,
                    "nullable": true
                  },
                  "sender_participant": {
                    "examples": [
                      {
                        "object": "session.participant",
                        "id": "spt_5eFgHjKlMnPqRsTu",
                        "type": "unknown",
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop",
                        "data": {
                          "identifier": "claude-desktop",
                          "name": "Claude Desktop"
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "connection_type": "mcp",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "session.participant"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "spt_5eFgHjKlMnPqRsTu"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique session participant identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "unknown",
                          "provider",
                          "agent",
                          "system"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Participant type",
                        "optional": false,
                        "nullable": false
                      },
                      "identifier": {
                        "examples": [
                          "claude-desktop"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Participant identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Claude Desktop"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": false
                      },
                      "data": {
                        "examples": [
                          {
                            "identifier": "claude-desktop",
                            "name": "Claude Desktop"
                          }
                        ],
                        "properties": {
                          "identifier": {
                            "examples": [
                              "claude-desktop"
                            ],
                            "type": "string",
                            "name": "identifier",
                            "description": "Participant-specific identifier within the payload",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Claude Desktop"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Participant-specific display name within the payload",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "data",
                        "description": "Participant payload data",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID if associated",
                        "optional": false,
                        "nullable": true
                      },
                      "connection_type": {
                        "examples": [
                          "mcp",
                          "metorial_protocol",
                          "tool_call"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_instance_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "identity_actor_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "identity_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_actor_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_client_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "responder_participant": {
                    "examples": [
                      {
                        "object": "session.participant",
                        "id": "spt_5eFgHjKlMnPqRsTu",
                        "type": "unknown",
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop",
                        "data": {
                          "identifier": "claude-desktop",
                          "name": "Claude Desktop"
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "connection_type": "mcp",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "session.participant"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "spt_5eFgHjKlMnPqRsTu"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique session participant identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "unknown",
                          "provider",
                          "agent",
                          "system"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Participant type",
                        "optional": false,
                        "nullable": false
                      },
                      "identifier": {
                        "examples": [
                          "claude-desktop"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Participant identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Claude Desktop"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": false
                      },
                      "data": {
                        "examples": [
                          {
                            "identifier": "claude-desktop",
                            "name": "Claude Desktop"
                          }
                        ],
                        "properties": {
                          "identifier": {
                            "examples": [
                              "claude-desktop"
                            ],
                            "type": "string",
                            "name": "identifier",
                            "description": "Participant-specific identifier within the payload",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Claude Desktop"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Participant-specific display name within the payload",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "data",
                        "description": "Participant payload data",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID if associated",
                        "optional": false,
                        "nullable": true
                      },
                      "connection_type": {
                        "examples": [
                          "mcp",
                          "metorial_protocol",
                          "tool_call"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_instance_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "identity_actor_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "identity_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_actor_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_client_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "tool": {
                    "examples": [
                      {
                        "object": "provider.tool",
                        "id": "pto_5jKlMnPqRsTuVwXy",
                        "key": "create_issue",
                        "name": "Create Issue",
                        "description": "Creates a new issue in a GitHub repository",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "tags": {},
                        "specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.tool"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pto_5jKlMnPqRsTuVwXy"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique tool identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "key": {
                        "examples": [
                          "create_issue"
                        ],
                        "type": "string",
                        "name": "key",
                        "description": "Tool key",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Create Issue"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the tool",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Creates a new issue in a GitHub repository"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Tool description",
                        "optional": false,
                        "nullable": true
                      },
                      "capabilities": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "capabilities",
                        "description": "Tool capabilities",
                        "optional": false,
                        "nullable": false
                      },
                      "constraints": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "constraints",
                        "description": "Tool constraints",
                        "optional": false,
                        "nullable": false
                      },
                      "instructions": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "instructions",
                        "description": "Tool usage instructions",
                        "optional": false,
                        "nullable": false
                      },
                      "input_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the tool input parameters",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "output_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the tool output format",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "tags": {
                        "examples": [
                          {}
                        ],
                        "properties": {
                          "destructive": {
                            "examples": [],
                            "type": "boolean",
                            "name": "destructive",
                            "description": "Whether the tool is destructive",
                            "optional": false,
                            "nullable": true
                          },
                          "read_only": {
                            "examples": [],
                            "type": "boolean",
                            "name": "read_only",
                            "description": "Whether the tool is read-only",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "specification_id": {
                        "examples": [
                          "psp_9gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "specification_id",
                        "description": "Specification ID",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "error": {
                    "examples": [
                      {
                        "object": "session.error",
                        "id": "ser_6fGhJkLmNpQrStUv",
                        "code": "CONNECTION_TIMEOUT",
                        "message": "Connection timed out after 30 seconds",
                        "data": {},
                        "status": "processing",
                        "session_id": "ses_4dEfGhJkLmNpQrSt",
                        "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                        "connection_id": "scn_8hJkLmNpQrStUvWx",
                        "group_id": "seg_7gHjKlMnPqRsTuVw",
                        "similar_error_count": 5,
                        "created_at": "2025-09-15T10:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "session.error"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "ser_6fGhJkLmNpQrStUv"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique session error identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "code": {
                        "examples": [
                          "CONNECTION_TIMEOUT"
                        ],
                        "type": "string",
                        "name": "code",
                        "description": "Error code",
                        "optional": false,
                        "nullable": false
                      },
                      "message": {
                        "examples": [
                          "Connection timed out after 30 seconds"
                        ],
                        "type": "string",
                        "name": "message",
                        "description": "Error message",
                        "optional": false,
                        "nullable": false
                      },
                      "data": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "data",
                        "description": "Error payload data",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "processing",
                          "processed"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Indicates whether the error is still being processed or has been fully processed and grouped.",
                        "optional": false,
                        "nullable": false
                      },
                      "session_id": {
                        "examples": [
                          "ses_4dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "session_id",
                        "description": "Parent session ID",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_run_id": {
                        "examples": [
                          "prn_8hJkLmNpQrStUvWx"
                        ],
                        "type": "string",
                        "name": "provider_run_id",
                        "description": "Provider run ID",
                        "optional": false,
                        "nullable": true
                      },
                      "connection_id": {
                        "examples": [
                          "scn_8hJkLmNpQrStUvWx"
                        ],
                        "type": "string",
                        "name": "connection_id",
                        "description": "Connection ID",
                        "optional": false,
                        "nullable": true
                      },
                      "group_id": {
                        "examples": [
                          "seg_7gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "group_id",
                        "description": "Error group ID",
                        "optional": false,
                        "nullable": true
                      },
                      "similar_error_count": {
                        "examples": [
                          5
                        ],
                        "type": "number",
                        "name": "similar_error_count",
                        "description": "Count of similar errors in the group",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "input": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "input",
                    "description": "Input data passed to the tool call",
                    "optional": false,
                    "nullable": true
                  },
                  "output": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "output",
                    "description": "Output data returned from the tool call",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "sender_participant": {
                "examples": [
                  {
                    "object": "session.participant",
                    "id": "spt_5eFgHjKlMnPqRsTu",
                    "type": "unknown",
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop",
                    "data": {
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_type": "mcp",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.participant"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "spt_5eFgHjKlMnPqRsTu"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session participant identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "unknown",
                      "provider",
                      "agent",
                      "system"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Participant type",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [
                      "claude-desktop"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Participant identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Claude Desktop"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": false
                  },
                  "data": {
                    "examples": [
                      {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      }
                    ],
                    "properties": {
                      "identifier": {
                        "examples": [
                          "claude-desktop"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Participant-specific identifier within the payload",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Claude Desktop"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Participant-specific display name within the payload",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "name": "data",
                    "description": "Participant payload data",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID if associated",
                    "optional": false,
                    "nullable": true
                  },
                  "connection_type": {
                    "examples": [
                      "mcp",
                      "metorial_protocol",
                      "tool_call"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_instance_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "identity_actor_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "identity_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_actor_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_client_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "responder_participant": {
                "examples": [
                  {
                    "object": "session.participant",
                    "id": "spt_5eFgHjKlMnPqRsTu",
                    "type": "unknown",
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop",
                    "data": {
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_type": "mcp",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.participant"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "spt_5eFgHjKlMnPqRsTu"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session participant identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "unknown",
                      "provider",
                      "agent",
                      "system"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Participant type",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [
                      "claude-desktop"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Participant identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Claude Desktop"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name",
                    "optional": false,
                    "nullable": false
                  },
                  "data": {
                    "examples": [
                      {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      }
                    ],
                    "properties": {
                      "identifier": {
                        "examples": [
                          "claude-desktop"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Participant-specific identifier within the payload",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Claude Desktop"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Participant-specific display name within the payload",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "name": "data",
                    "description": "Participant payload data",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID if associated",
                    "optional": false,
                    "nullable": true
                  },
                  "connection_type": {
                    "examples": [
                      "mcp",
                      "metorial_protocol",
                      "tool_call"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_instance_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "identity_actor_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "identity_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_actor_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "agent_client_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "error": {
                "examples": [
                  {
                    "object": "session.error",
                    "id": "ser_6fGhJkLmNpQrStUv",
                    "code": "CONNECTION_TIMEOUT",
                    "message": "Connection timed out after 30 seconds",
                    "data": {},
                    "status": "processing",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                    "connection_id": "scn_8hJkLmNpQrStUvWx",
                    "group_id": "seg_7gHjKlMnPqRsTuVw",
                    "similar_error_count": 5,
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.error"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "ser_6fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique session error identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "code": {
                    "examples": [
                      "CONNECTION_TIMEOUT"
                    ],
                    "type": "string",
                    "name": "code",
                    "description": "Error code",
                    "optional": false,
                    "nullable": false
                  },
                  "message": {
                    "examples": [
                      "Connection timed out after 30 seconds"
                    ],
                    "type": "string",
                    "name": "message",
                    "description": "Error message",
                    "optional": false,
                    "nullable": false
                  },
                  "data": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "data",
                    "description": "Error payload data",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "processing",
                      "processed"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Indicates whether the error is still being processed or has been fully processed and grouped.",
                    "optional": false,
                    "nullable": false
                  },
                  "session_id": {
                    "examples": [
                      "ses_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "session_id",
                    "description": "Parent session ID",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_run_id": {
                    "examples": [
                      "prn_8hJkLmNpQrStUvWx"
                    ],
                    "type": "string",
                    "name": "provider_run_id",
                    "description": "Provider run ID",
                    "optional": false,
                    "nullable": true
                  },
                  "connection_id": {
                    "examples": [
                      "scn_8hJkLmNpQrStUvWx"
                    ],
                    "type": "string",
                    "name": "connection_id",
                    "description": "Connection ID",
                    "optional": false,
                    "nullable": true
                  },
                  "group_id": {
                    "examples": [
                      "seg_7gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "group_id",
                    "description": "Error group ID",
                    "optional": false,
                    "nullable": true
                  },
                  "similar_error_count": {
                    "examples": [
                      5
                    ],
                    "type": "number",
                    "name": "similar_error_count",
                    "description": "Count of similar errors in the group",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "error": {
            "examples": [
              {
                "object": "session.error",
                "id": "ser_6fGhJkLmNpQrStUv",
                "code": "CONNECTION_TIMEOUT",
                "message": "Connection timed out after 30 seconds",
                "data": {},
                "status": "processing",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                "connection_id": "scn_8hJkLmNpQrStUvWx",
                "group_id": "seg_7gHjKlMnPqRsTuVw",
                "similar_error_count": 5,
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "session.error"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "ser_6fGhJkLmNpQrStUv"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique session error identifier",
                "optional": false,
                "nullable": false
              },
              "code": {
                "examples": [
                  "CONNECTION_TIMEOUT"
                ],
                "type": "string",
                "name": "code",
                "description": "Error code",
                "optional": false,
                "nullable": false
              },
              "message": {
                "examples": [
                  "Connection timed out after 30 seconds"
                ],
                "type": "string",
                "name": "message",
                "description": "Error message",
                "optional": false,
                "nullable": false
              },
              "data": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "data",
                "description": "Error payload data",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "processing",
                  "processed"
                ],
                "type": "enum",
                "name": "status",
                "description": "Indicates whether the error is still being processed or has been fully processed and grouped.",
                "optional": false,
                "nullable": false
              },
              "session_id": {
                "examples": [
                  "ses_4dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "session_id",
                "description": "Parent session ID",
                "optional": false,
                "nullable": false
              },
              "provider_run_id": {
                "examples": [
                  "prn_8hJkLmNpQrStUvWx"
                ],
                "type": "string",
                "name": "provider_run_id",
                "description": "Provider run ID",
                "optional": false,
                "nullable": true
              },
              "connection_id": {
                "examples": [
                  "scn_8hJkLmNpQrStUvWx"
                ],
                "type": "string",
                "name": "connection_id",
                "description": "Connection ID",
                "optional": false,
                "nullable": true
              },
              "group_id": {
                "examples": [
                  "seg_7gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "group_id",
                "description": "Error group ID",
                "optional": false,
                "nullable": true
              },
              "similar_error_count": {
                "examples": [
                  5
                ],
                "type": "number",
                "name": "similar_error_count",
                "description": "Count of similar errors in the group",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "warning": {
            "examples": [
              {
                "object": "session.warning",
                "id": "ser_6fGhJkLmNpQrStUv",
                "code": "CONNECTION_TIMEOUT",
                "message": "Connection timed out after 30 seconds",
                "data": {},
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "connection_id": "scn_8hJkLmNpQrStUvWx",
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "session.warning"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "ser_6fGhJkLmNpQrStUv"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique session warning identifier",
                "optional": false,
                "nullable": false
              },
              "code": {
                "examples": [
                  "CONNECTION_TIMEOUT"
                ],
                "type": "string",
                "name": "code",
                "description": "Warning code",
                "optional": false,
                "nullable": false
              },
              "message": {
                "examples": [
                  "Connection timed out after 30 seconds"
                ],
                "type": "string",
                "name": "message",
                "description": "Warning message",
                "optional": false,
                "nullable": false
              },
              "data": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "data",
                "description": "Warning payload data",
                "optional": false,
                "nullable": false
              },
              "session_id": {
                "examples": [
                  "ses_4dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "session_id",
                "description": "Parent session ID",
                "optional": false,
                "nullable": false
              },
              "connection_id": {
                "examples": [
                  "scn_8hJkLmNpQrStUvWx"
                ],
                "type": "string",
                "name": "connection_id",
                "description": "Connection ID",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_652",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "session_template_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session template ID(s)",
                "optional": true,
                "nullable": false
              },
              "session_provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by session provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_deployment_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider deployment ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider config ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_auth_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider auth config ID(s)",
                "optional": true,
                "nullable": false
              },
              "agent_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by agent ID(s)",
                "optional": true,
                "nullable": false
              },
              "actor_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by identity actor ID(s)",
                "optional": true,
                "nullable": false
              },
              "consumer_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by consumer ID(s)",
                "optional": true,
                "nullable": false
              },
              "identity_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by identity ID(s)",
                "optional": true,
                "nullable": false
              },
              "agent_instance_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by agent instance ID(s)",
                "optional": true,
                "nullable": false
              },
              "tool_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by tool ID(s)",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for tool call creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for tool call creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter tool call creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for tool call last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for tool call last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter tool call last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_653",
      "name": "toolCall",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "session.tool_call",
                "id": "tcl_8hJkLmNpQrStUvWx",
                "tool_key": "create_issue",
                "type": "tool_call",
                "status": "waiting_for_response",
                "source": "client",
                "transport": "tool_call",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "message_id": "smg_3cDeFgHjKlMnPqRs",
                "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                "connection_id": "scn_2bCdEfGhJkLmNpQr",
                "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                "sender_participant": {
                  "object": "session.participant",
                  "id": "spt_5eFgHjKlMnPqRsTu",
                  "type": "unknown",
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop",
                  "data": {
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "connection_type": "mcp",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "responder_participant": {
                  "object": "session.participant",
                  "id": "spt_5eFgHjKlMnPqRsTu",
                  "type": "unknown",
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop",
                  "data": {
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop"
                  },
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "connection_type": "mcp",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "tool": {
                  "object": "provider.tool",
                  "id": "pto_5jKlMnPqRsTuVwXy",
                  "key": "create_issue",
                  "name": "Create Issue",
                  "description": "Creates a new issue in a GitHub repository",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "tags": {},
                  "specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "error": {
                  "object": "session.error",
                  "id": "ser_6fGhJkLmNpQrStUv",
                  "code": "CONNECTION_TIMEOUT",
                  "message": "Connection timed out after 30 seconds",
                  "data": {},
                  "status": "processing",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                  "connection_id": "scn_8hJkLmNpQrStUvWx",
                  "group_id": "seg_7gHjKlMnPqRsTuVw",
                  "similar_error_count": 5,
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "input": {},
                "output": {},
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "session.tool_call",
                  "id": "tcl_8hJkLmNpQrStUvWx",
                  "tool_key": "create_issue",
                  "type": "tool_call",
                  "status": "waiting_for_response",
                  "source": "client",
                  "transport": "tool_call",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "message_id": "smg_3cDeFgHjKlMnPqRs",
                  "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                  "connection_id": "scn_2bCdEfGhJkLmNpQr",
                  "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                  "sender_participant": {
                    "object": "session.participant",
                    "id": "spt_5eFgHjKlMnPqRsTu",
                    "type": "unknown",
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop",
                    "data": {
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_type": "mcp",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "responder_participant": {
                    "object": "session.participant",
                    "id": "spt_5eFgHjKlMnPqRsTu",
                    "type": "unknown",
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop",
                    "data": {
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_type": "mcp",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "tool": {
                    "object": "provider.tool",
                    "id": "pto_5jKlMnPqRsTuVwXy",
                    "key": "create_issue",
                    "name": "Create Issue",
                    "description": "Creates a new issue in a GitHub repository",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "tags": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "error": {
                    "object": "session.error",
                    "id": "ser_6fGhJkLmNpQrStUv",
                    "code": "CONNECTION_TIMEOUT",
                    "message": "Connection timed out after 30 seconds",
                    "data": {},
                    "status": "processing",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                    "connection_id": "scn_8hJkLmNpQrStUvWx",
                    "group_id": "seg_7gHjKlMnPqRsTuVw",
                    "similar_error_count": 5,
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "input": {},
                  "output": {},
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                {
                  "object": "session.tool_call",
                  "id": "tcl_8hJkLmNpQrStUvWx",
                  "tool_key": "create_issue",
                  "type": "tool_call",
                  "status": "waiting_for_response",
                  "source": "client",
                  "transport": "tool_call",
                  "session_id": "ses_4dEfGhJkLmNpQrSt",
                  "message_id": "smg_3cDeFgHjKlMnPqRs",
                  "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                  "connection_id": "scn_2bCdEfGhJkLmNpQr",
                  "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                  "sender_participant": {
                    "object": "session.participant",
                    "id": "spt_5eFgHjKlMnPqRsTu",
                    "type": "unknown",
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop",
                    "data": {
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_type": "mcp",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "responder_participant": {
                    "object": "session.participant",
                    "id": "spt_5eFgHjKlMnPqRsTu",
                    "type": "unknown",
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop",
                    "data": {
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop"
                    },
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "connection_type": "mcp",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "tool": {
                    "object": "provider.tool",
                    "id": "pto_5jKlMnPqRsTuVwXy",
                    "key": "create_issue",
                    "name": "Create Issue",
                    "description": "Creates a new issue in a GitHub repository",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "tags": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "error": {
                    "object": "session.error",
                    "id": "ser_6fGhJkLmNpQrStUv",
                    "code": "CONNECTION_TIMEOUT",
                    "message": "Connection timed out after 30 seconds",
                    "data": {},
                    "status": "processing",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                    "connection_id": "scn_8hJkLmNpQrStUvWx",
                    "group_id": "seg_7gHjKlMnPqRsTuVw",
                    "similar_error_count": 5,
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "input": {},
                  "output": {},
                  "created_at": "2025-09-15T10:30:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "session.tool_call",
                    "id": "tcl_8hJkLmNpQrStUvWx",
                    "tool_key": "create_issue",
                    "type": "tool_call",
                    "status": "waiting_for_response",
                    "source": "client",
                    "transport": "tool_call",
                    "session_id": "ses_4dEfGhJkLmNpQrSt",
                    "message_id": "smg_3cDeFgHjKlMnPqRs",
                    "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
                    "connection_id": "scn_2bCdEfGhJkLmNpQr",
                    "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                    "sender_participant": {
                      "object": "session.participant",
                      "id": "spt_5eFgHjKlMnPqRsTu",
                      "type": "unknown",
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop",
                      "data": {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "connection_type": "mcp",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "responder_participant": {
                      "object": "session.participant",
                      "id": "spt_5eFgHjKlMnPqRsTu",
                      "type": "unknown",
                      "identifier": "claude-desktop",
                      "name": "Claude Desktop",
                      "data": {
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop"
                      },
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "connection_type": "mcp",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "tool": {
                      "object": "provider.tool",
                      "id": "pto_5jKlMnPqRsTuVwXy",
                      "key": "create_issue",
                      "name": "Create Issue",
                      "description": "Creates a new issue in a GitHub repository",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "tags": {},
                      "specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "error": {
                      "object": "session.error",
                      "id": "ser_6fGhJkLmNpQrStUv",
                      "code": "CONNECTION_TIMEOUT",
                      "message": "Connection timed out after 30 seconds",
                      "data": {},
                      "status": "processing",
                      "session_id": "ses_4dEfGhJkLmNpQrSt",
                      "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                      "connection_id": "scn_8hJkLmNpQrStUvWx",
                      "group_id": "seg_7gHjKlMnPqRsTuVw",
                      "similar_error_count": 5,
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "input": {},
                    "output": {},
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "session.tool_call"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "tcl_8hJkLmNpQrStUvWx"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique tool call identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_key": {
                    "examples": [
                      "create_issue",
                      "search_code"
                    ],
                    "type": "string",
                    "name": "tool_key",
                    "description": "The key identifying the tool that was called",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "tool_call",
                      "mcp_control",
                      "mcp_message",
                      "unknown"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The type of the tool call",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "waiting_for_response",
                      "failed",
                      "succeeded"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current status of the tool call",
                    "optional": false,
                    "nullable": false
                  },
                  "source": {
                    "examples": [
                      "client",
                      "provider"
                    ],
                    "type": "enum",
                    "name": "source",
                    "description": "Source of the tool call",
                    "optional": false,
                    "nullable": false
                  },
                  "transport": {
                    "examples": [
                      "tool_call",
                      "mcp",
                      "metorial_protocol",
                      "system"
                    ],
                    "type": "enum",
                    "name": "transport",
                    "description": "Transport protocol used",
                    "optional": false,
                    "nullable": false
                  },
                  "session_id": {
                    "examples": [
                      "ses_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "session_id",
                    "description": "Parent session ID",
                    "optional": false,
                    "nullable": false
                  },
                  "message_id": {
                    "examples": [
                      "smg_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "message_id",
                    "description": "Associated session message ID",
                    "optional": false,
                    "nullable": false
                  },
                  "session_provider_id": {
                    "examples": [
                      "spr_3cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "session_provider_id",
                    "description": "Session provider ID",
                    "optional": false,
                    "nullable": true
                  },
                  "connection_id": {
                    "examples": [
                      "scn_2bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "name": "connection_id",
                    "description": "Session connection ID",
                    "optional": false,
                    "nullable": true
                  },
                  "provider_run_id": {
                    "examples": [
                      "prn_8hJkLmNpQrStUvWx"
                    ],
                    "type": "string",
                    "name": "provider_run_id",
                    "description": "Provider run ID",
                    "optional": false,
                    "nullable": true
                  },
                  "sender_participant": {
                    "examples": [
                      {
                        "object": "session.participant",
                        "id": "spt_5eFgHjKlMnPqRsTu",
                        "type": "unknown",
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop",
                        "data": {
                          "identifier": "claude-desktop",
                          "name": "Claude Desktop"
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "connection_type": "mcp",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "session.participant"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "spt_5eFgHjKlMnPqRsTu"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique session participant identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "unknown",
                          "provider",
                          "agent",
                          "system"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Participant type",
                        "optional": false,
                        "nullable": false
                      },
                      "identifier": {
                        "examples": [
                          "claude-desktop"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Participant identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Claude Desktop"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": false
                      },
                      "data": {
                        "examples": [
                          {
                            "identifier": "claude-desktop",
                            "name": "Claude Desktop"
                          }
                        ],
                        "properties": {
                          "identifier": {
                            "examples": [
                              "claude-desktop"
                            ],
                            "type": "string",
                            "name": "identifier",
                            "description": "Participant-specific identifier within the payload",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Claude Desktop"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Participant-specific display name within the payload",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "data",
                        "description": "Participant payload data",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID if associated",
                        "optional": false,
                        "nullable": true
                      },
                      "connection_type": {
                        "examples": [
                          "mcp",
                          "metorial_protocol",
                          "tool_call"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_instance_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "identity_actor_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "identity_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_actor_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_client_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "responder_participant": {
                    "examples": [
                      {
                        "object": "session.participant",
                        "id": "spt_5eFgHjKlMnPqRsTu",
                        "type": "unknown",
                        "identifier": "claude-desktop",
                        "name": "Claude Desktop",
                        "data": {
                          "identifier": "claude-desktop",
                          "name": "Claude Desktop"
                        },
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "connection_type": "mcp",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "session.participant"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "spt_5eFgHjKlMnPqRsTu"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique session participant identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "unknown",
                          "provider",
                          "agent",
                          "system"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Participant type",
                        "optional": false,
                        "nullable": false
                      },
                      "identifier": {
                        "examples": [
                          "claude-desktop"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Participant identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Claude Desktop"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": false
                      },
                      "data": {
                        "examples": [
                          {
                            "identifier": "claude-desktop",
                            "name": "Claude Desktop"
                          }
                        ],
                        "properties": {
                          "identifier": {
                            "examples": [
                              "claude-desktop"
                            ],
                            "type": "string",
                            "name": "identifier",
                            "description": "Participant-specific identifier within the payload",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Claude Desktop"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Participant-specific display name within the payload",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "data",
                        "description": "Participant payload data",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID if associated",
                        "optional": false,
                        "nullable": true
                      },
                      "connection_type": {
                        "examples": [
                          "mcp",
                          "metorial_protocol",
                          "tool_call"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_instance_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "identity_actor_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "identity_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_actor_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "agent_client_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "tool": {
                    "examples": [
                      {
                        "object": "provider.tool",
                        "id": "pto_5jKlMnPqRsTuVwXy",
                        "key": "create_issue",
                        "name": "Create Issue",
                        "description": "Creates a new issue in a GitHub repository",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "tags": {},
                        "specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.tool"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pto_5jKlMnPqRsTuVwXy"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique tool identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "key": {
                        "examples": [
                          "create_issue"
                        ],
                        "type": "string",
                        "name": "key",
                        "description": "Tool key",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Create Issue"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the tool",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Creates a new issue in a GitHub repository"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Tool description",
                        "optional": false,
                        "nullable": true
                      },
                      "capabilities": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "capabilities",
                        "description": "Tool capabilities",
                        "optional": false,
                        "nullable": false
                      },
                      "constraints": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "constraints",
                        "description": "Tool constraints",
                        "optional": false,
                        "nullable": false
                      },
                      "instructions": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "instructions",
                        "description": "Tool usage instructions",
                        "optional": false,
                        "nullable": false
                      },
                      "input_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the tool input parameters",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "output_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the tool output format",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "tags": {
                        "examples": [
                          {}
                        ],
                        "properties": {
                          "destructive": {
                            "examples": [],
                            "type": "boolean",
                            "name": "destructive",
                            "description": "Whether the tool is destructive",
                            "optional": false,
                            "nullable": true
                          },
                          "read_only": {
                            "examples": [],
                            "type": "boolean",
                            "name": "read_only",
                            "description": "Whether the tool is read-only",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "specification_id": {
                        "examples": [
                          "psp_9gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "specification_id",
                        "description": "Specification ID",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "error": {
                    "examples": [
                      {
                        "object": "session.error",
                        "id": "ser_6fGhJkLmNpQrStUv",
                        "code": "CONNECTION_TIMEOUT",
                        "message": "Connection timed out after 30 seconds",
                        "data": {},
                        "status": "processing",
                        "session_id": "ses_4dEfGhJkLmNpQrSt",
                        "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                        "connection_id": "scn_8hJkLmNpQrStUvWx",
                        "group_id": "seg_7gHjKlMnPqRsTuVw",
                        "similar_error_count": 5,
                        "created_at": "2025-09-15T10:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "session.error"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "ser_6fGhJkLmNpQrStUv"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique session error identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "code": {
                        "examples": [
                          "CONNECTION_TIMEOUT"
                        ],
                        "type": "string",
                        "name": "code",
                        "description": "Error code",
                        "optional": false,
                        "nullable": false
                      },
                      "message": {
                        "examples": [
                          "Connection timed out after 30 seconds"
                        ],
                        "type": "string",
                        "name": "message",
                        "description": "Error message",
                        "optional": false,
                        "nullable": false
                      },
                      "data": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "data",
                        "description": "Error payload data",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "processing",
                          "processed"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Indicates whether the error is still being processed or has been fully processed and grouped.",
                        "optional": false,
                        "nullable": false
                      },
                      "session_id": {
                        "examples": [
                          "ses_4dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "session_id",
                        "description": "Parent session ID",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_run_id": {
                        "examples": [
                          "prn_8hJkLmNpQrStUvWx"
                        ],
                        "type": "string",
                        "name": "provider_run_id",
                        "description": "Provider run ID",
                        "optional": false,
                        "nullable": true
                      },
                      "connection_id": {
                        "examples": [
                          "scn_8hJkLmNpQrStUvWx"
                        ],
                        "type": "string",
                        "name": "connection_id",
                        "description": "Connection ID",
                        "optional": false,
                        "nullable": true
                      },
                      "group_id": {
                        "examples": [
                          "seg_7gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "group_id",
                        "description": "Error group ID",
                        "optional": false,
                        "nullable": true
                      },
                      "similar_error_count": {
                        "examples": [
                          5
                        ],
                        "type": "number",
                        "name": "similar_error_count",
                        "description": "Count of similar errors in the group",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "input": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "input",
                    "description": "Input data passed to the tool call",
                    "optional": false,
                    "nullable": true
                  },
                  "output": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "output",
                    "description": "Output data returned from the tool call",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_655",
      "name": "toolCall",
      "type": {
        "examples": [
          {
            "object": "session.tool_call",
            "id": "tcl_8hJkLmNpQrStUvWx",
            "tool_key": "create_issue",
            "type": "tool_call",
            "status": "waiting_for_response",
            "source": "client",
            "transport": "tool_call",
            "session_id": "ses_4dEfGhJkLmNpQrSt",
            "message_id": "smg_3cDeFgHjKlMnPqRs",
            "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
            "connection_id": "scn_2bCdEfGhJkLmNpQr",
            "provider_run_id": "prn_8hJkLmNpQrStUvWx",
            "sender_participant": {
              "object": "session.participant",
              "id": "spt_5eFgHjKlMnPqRsTu",
              "type": "unknown",
              "identifier": "claude-desktop",
              "name": "Claude Desktop",
              "data": {
                "identifier": "claude-desktop",
                "name": "Claude Desktop"
              },
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "connection_type": "mcp",
              "created_at": "2025-09-15T10:30:00.000Z"
            },
            "responder_participant": {
              "object": "session.participant",
              "id": "spt_5eFgHjKlMnPqRsTu",
              "type": "unknown",
              "identifier": "claude-desktop",
              "name": "Claude Desktop",
              "data": {
                "identifier": "claude-desktop",
                "name": "Claude Desktop"
              },
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "connection_type": "mcp",
              "created_at": "2025-09-15T10:30:00.000Z"
            },
            "tool": {
              "object": "provider.tool",
              "id": "pto_5jKlMnPqRsTuVwXy",
              "key": "create_issue",
              "name": "Create Issue",
              "description": "Creates a new issue in a GitHub repository",
              "capabilities": {},
              "input_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "output_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "tags": {},
              "specification_id": "psp_9gHjKlMnPqRsTuVw",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "error": {
              "object": "session.error",
              "id": "ser_6fGhJkLmNpQrStUv",
              "code": "CONNECTION_TIMEOUT",
              "message": "Connection timed out after 30 seconds",
              "data": {},
              "status": "processing",
              "session_id": "ses_4dEfGhJkLmNpQrSt",
              "provider_run_id": "prn_8hJkLmNpQrStUvWx",
              "connection_id": "scn_8hJkLmNpQrStUvWx",
              "group_id": "seg_7gHjKlMnPqRsTuVw",
              "similar_error_count": 5,
              "created_at": "2025-09-15T10:30:00.000Z"
            },
            "input": {},
            "output": {},
            "created_at": "2025-09-15T10:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session.tool_call"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "tcl_8hJkLmNpQrStUvWx"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique tool call identifier",
            "optional": false,
            "nullable": false
          },
          "tool_key": {
            "examples": [
              "create_issue",
              "search_code"
            ],
            "type": "string",
            "name": "tool_key",
            "description": "The key identifying the tool that was called",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "tool_call",
              "mcp_control",
              "mcp_message",
              "unknown"
            ],
            "type": "enum",
            "name": "type",
            "description": "The type of the tool call",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "waiting_for_response",
              "failed",
              "succeeded"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current status of the tool call",
            "optional": false,
            "nullable": false
          },
          "source": {
            "examples": [
              "client",
              "provider"
            ],
            "type": "enum",
            "name": "source",
            "description": "Source of the tool call",
            "optional": false,
            "nullable": false
          },
          "transport": {
            "examples": [
              "tool_call",
              "mcp",
              "metorial_protocol",
              "system"
            ],
            "type": "enum",
            "name": "transport",
            "description": "Transport protocol used",
            "optional": false,
            "nullable": false
          },
          "session_id": {
            "examples": [
              "ses_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "session_id",
            "description": "Parent session ID",
            "optional": false,
            "nullable": false
          },
          "message_id": {
            "examples": [
              "smg_3cDeFgHjKlMnPqRs"
            ],
            "type": "string",
            "name": "message_id",
            "description": "Associated session message ID",
            "optional": false,
            "nullable": false
          },
          "session_provider_id": {
            "examples": [
              "spr_3cDeFgHjKlMnPqRs"
            ],
            "type": "string",
            "name": "session_provider_id",
            "description": "Session provider ID",
            "optional": false,
            "nullable": true
          },
          "connection_id": {
            "examples": [
              "scn_2bCdEfGhJkLmNpQr"
            ],
            "type": "string",
            "name": "connection_id",
            "description": "Session connection ID",
            "optional": false,
            "nullable": true
          },
          "provider_run_id": {
            "examples": [
              "prn_8hJkLmNpQrStUvWx"
            ],
            "type": "string",
            "name": "provider_run_id",
            "description": "Provider run ID",
            "optional": false,
            "nullable": true
          },
          "sender_participant": {
            "examples": [
              {
                "object": "session.participant",
                "id": "spt_5eFgHjKlMnPqRsTu",
                "type": "unknown",
                "identifier": "claude-desktop",
                "name": "Claude Desktop",
                "data": {
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "connection_type": "mcp",
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "session.participant"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "spt_5eFgHjKlMnPqRsTu"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique session participant identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "unknown",
                  "provider",
                  "agent",
                  "system"
                ],
                "type": "enum",
                "name": "type",
                "description": "Participant type",
                "optional": false,
                "nullable": false
              },
              "identifier": {
                "examples": [
                  "claude-desktop"
                ],
                "type": "string",
                "name": "identifier",
                "description": "Participant identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Claude Desktop"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": false
              },
              "data": {
                "examples": [
                  {
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop"
                  }
                ],
                "properties": {
                  "identifier": {
                    "examples": [
                      "claude-desktop"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Participant-specific identifier within the payload",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Claude Desktop"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Participant-specific display name within the payload",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "name": "data",
                "description": "Participant payload data",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID if associated",
                "optional": false,
                "nullable": true
              },
              "connection_type": {
                "examples": [
                  "mcp",
                  "metorial_protocol",
                  "tool_call"
                ],
                "type": "enum",
                "optional": false,
                "nullable": true
              },
              "agent_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "agent_instance_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "identity_actor_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "identity_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "agent_actor_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "agent_client_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "consumer_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "responder_participant": {
            "examples": [
              {
                "object": "session.participant",
                "id": "spt_5eFgHjKlMnPqRsTu",
                "type": "unknown",
                "identifier": "claude-desktop",
                "name": "Claude Desktop",
                "data": {
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "connection_type": "mcp",
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "session.participant"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "spt_5eFgHjKlMnPqRsTu"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique session participant identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "unknown",
                  "provider",
                  "agent",
                  "system"
                ],
                "type": "enum",
                "name": "type",
                "description": "Participant type",
                "optional": false,
                "nullable": false
              },
              "identifier": {
                "examples": [
                  "claude-desktop"
                ],
                "type": "string",
                "name": "identifier",
                "description": "Participant identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Claude Desktop"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": false
              },
              "data": {
                "examples": [
                  {
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop"
                  }
                ],
                "properties": {
                  "identifier": {
                    "examples": [
                      "claude-desktop"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Participant-specific identifier within the payload",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Claude Desktop"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Participant-specific display name within the payload",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "name": "data",
                "description": "Participant payload data",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID if associated",
                "optional": false,
                "nullable": true
              },
              "connection_type": {
                "examples": [
                  "mcp",
                  "metorial_protocol",
                  "tool_call"
                ],
                "type": "enum",
                "optional": false,
                "nullable": true
              },
              "agent_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "agent_instance_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "identity_actor_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "identity_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "agent_actor_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "agent_client_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "consumer_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "tool": {
            "examples": [
              {
                "object": "provider.tool",
                "id": "pto_5jKlMnPqRsTuVwXy",
                "key": "create_issue",
                "name": "Create Issue",
                "description": "Creates a new issue in a GitHub repository",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "tags": {},
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.tool"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pto_5jKlMnPqRsTuVwXy"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique tool identifier",
                "optional": false,
                "nullable": false
              },
              "key": {
                "examples": [
                  "create_issue"
                ],
                "type": "string",
                "name": "key",
                "description": "Tool key",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Create Issue"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name of the tool",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Creates a new issue in a GitHub repository"
                ],
                "type": "string",
                "name": "description",
                "description": "Tool description",
                "optional": false,
                "nullable": true
              },
              "capabilities": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "capabilities",
                "description": "Tool capabilities",
                "optional": false,
                "nullable": false
              },
              "constraints": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "constraints",
                "description": "Tool constraints",
                "optional": false,
                "nullable": false
              },
              "instructions": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "instructions",
                "description": "Tool usage instructions",
                "optional": false,
                "nullable": false
              },
              "input_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the tool input parameters",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "output_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the tool output format",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "tags": {
                "examples": [
                  {}
                ],
                "properties": {
                  "destructive": {
                    "examples": [],
                    "type": "boolean",
                    "name": "destructive",
                    "description": "Whether the tool is destructive",
                    "optional": false,
                    "nullable": true
                  },
                  "read_only": {
                    "examples": [],
                    "type": "boolean",
                    "name": "read_only",
                    "description": "Whether the tool is read-only",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "specification_id": {
                "examples": [
                  "psp_9gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "specification_id",
                "description": "Specification ID",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "error": {
            "examples": [
              {
                "object": "session.error",
                "id": "ser_6fGhJkLmNpQrStUv",
                "code": "CONNECTION_TIMEOUT",
                "message": "Connection timed out after 30 seconds",
                "data": {},
                "status": "processing",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                "connection_id": "scn_8hJkLmNpQrStUvWx",
                "group_id": "seg_7gHjKlMnPqRsTuVw",
                "similar_error_count": 5,
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "session.error"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "ser_6fGhJkLmNpQrStUv"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique session error identifier",
                "optional": false,
                "nullable": false
              },
              "code": {
                "examples": [
                  "CONNECTION_TIMEOUT"
                ],
                "type": "string",
                "name": "code",
                "description": "Error code",
                "optional": false,
                "nullable": false
              },
              "message": {
                "examples": [
                  "Connection timed out after 30 seconds"
                ],
                "type": "string",
                "name": "message",
                "description": "Error message",
                "optional": false,
                "nullable": false
              },
              "data": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "data",
                "description": "Error payload data",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "processing",
                  "processed"
                ],
                "type": "enum",
                "name": "status",
                "description": "Indicates whether the error is still being processed or has been fully processed and grouped.",
                "optional": false,
                "nullable": false
              },
              "session_id": {
                "examples": [
                  "ses_4dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "session_id",
                "description": "Parent session ID",
                "optional": false,
                "nullable": false
              },
              "provider_run_id": {
                "examples": [
                  "prn_8hJkLmNpQrStUvWx"
                ],
                "type": "string",
                "name": "provider_run_id",
                "description": "Provider run ID",
                "optional": false,
                "nullable": true
              },
              "connection_id": {
                "examples": [
                  "scn_8hJkLmNpQrStUvWx"
                ],
                "type": "string",
                "name": "connection_id",
                "description": "Connection ID",
                "optional": false,
                "nullable": true
              },
              "group_id": {
                "examples": [
                  "seg_7gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "group_id",
                "description": "Error group ID",
                "optional": false,
                "nullable": true
              },
              "similar_error_count": {
                "examples": [
                  5
                ],
                "type": "number",
                "name": "similar_error_count",
                "description": "Count of similar errors in the group",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "input": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "input",
            "description": "Input data passed to the tool call",
            "optional": false,
            "nullable": true
          },
          "output": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "output",
            "description": "Output data returned from the tool call",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_657",
      "name": "Body",
      "type": {
        "examples": [
          {
            "input": {},
            "metadata": {}
          }
        ],
        "properties": {
          "tool_id": {
            "examples": [],
            "type": "string",
            "description": "The ID of the tool to call",
            "optional": false,
            "nullable": false
          },
          "input": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Input data to pass to the tool",
            "optional": false,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Optional metadata for the tool call",
            "optional": true,
            "nullable": false
          },
          "session_id": {
            "examples": [],
            "type": "string",
            "description": "The ID of the session to which this tool call belongs",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_658",
      "name": "toolCall",
      "type": {
        "examples": [
          {
            "object": "session.tool_call",
            "id": "tcl_8hJkLmNpQrStUvWx",
            "tool_key": "create_issue",
            "type": "tool_call",
            "status": "waiting_for_response",
            "source": "client",
            "transport": "tool_call",
            "session_id": "ses_4dEfGhJkLmNpQrSt",
            "message_id": "smg_3cDeFgHjKlMnPqRs",
            "session_provider_id": "spr_3cDeFgHjKlMnPqRs",
            "connection_id": "scn_2bCdEfGhJkLmNpQr",
            "provider_run_id": "prn_8hJkLmNpQrStUvWx",
            "sender_participant": {
              "object": "session.participant",
              "id": "spt_5eFgHjKlMnPqRsTu",
              "type": "unknown",
              "identifier": "claude-desktop",
              "name": "Claude Desktop",
              "data": {
                "identifier": "claude-desktop",
                "name": "Claude Desktop"
              },
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "connection_type": "mcp",
              "created_at": "2025-09-15T10:30:00.000Z"
            },
            "responder_participant": {
              "object": "session.participant",
              "id": "spt_5eFgHjKlMnPqRsTu",
              "type": "unknown",
              "identifier": "claude-desktop",
              "name": "Claude Desktop",
              "data": {
                "identifier": "claude-desktop",
                "name": "Claude Desktop"
              },
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "connection_type": "mcp",
              "created_at": "2025-09-15T10:30:00.000Z"
            },
            "tool": {
              "object": "provider.tool",
              "id": "pto_5jKlMnPqRsTuVwXy",
              "key": "create_issue",
              "name": "Create Issue",
              "description": "Creates a new issue in a GitHub repository",
              "capabilities": {},
              "input_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "output_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "tags": {},
              "specification_id": "psp_9gHjKlMnPqRsTuVw",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "error": {
              "object": "session.error",
              "id": "ser_6fGhJkLmNpQrStUv",
              "code": "CONNECTION_TIMEOUT",
              "message": "Connection timed out after 30 seconds",
              "data": {},
              "status": "processing",
              "session_id": "ses_4dEfGhJkLmNpQrSt",
              "provider_run_id": "prn_8hJkLmNpQrStUvWx",
              "connection_id": "scn_8hJkLmNpQrStUvWx",
              "group_id": "seg_7gHjKlMnPqRsTuVw",
              "similar_error_count": 5,
              "created_at": "2025-09-15T10:30:00.000Z"
            },
            "input": {},
            "output": {},
            "created_at": "2025-09-15T10:30:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "session.tool_call"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "tcl_8hJkLmNpQrStUvWx"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique tool call identifier",
            "optional": false,
            "nullable": false
          },
          "tool_key": {
            "examples": [
              "create_issue",
              "search_code"
            ],
            "type": "string",
            "name": "tool_key",
            "description": "The key identifying the tool that was called",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "tool_call",
              "mcp_control",
              "mcp_message",
              "unknown"
            ],
            "type": "enum",
            "name": "type",
            "description": "The type of the tool call",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "waiting_for_response",
              "failed",
              "succeeded"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current status of the tool call",
            "optional": false,
            "nullable": false
          },
          "source": {
            "examples": [
              "client",
              "provider"
            ],
            "type": "enum",
            "name": "source",
            "description": "Source of the tool call",
            "optional": false,
            "nullable": false
          },
          "transport": {
            "examples": [
              "tool_call",
              "mcp",
              "metorial_protocol",
              "system"
            ],
            "type": "enum",
            "name": "transport",
            "description": "Transport protocol used",
            "optional": false,
            "nullable": false
          },
          "session_id": {
            "examples": [
              "ses_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "session_id",
            "description": "Parent session ID",
            "optional": false,
            "nullable": false
          },
          "message_id": {
            "examples": [
              "smg_3cDeFgHjKlMnPqRs"
            ],
            "type": "string",
            "name": "message_id",
            "description": "Associated session message ID",
            "optional": false,
            "nullable": false
          },
          "session_provider_id": {
            "examples": [
              "spr_3cDeFgHjKlMnPqRs"
            ],
            "type": "string",
            "name": "session_provider_id",
            "description": "Session provider ID",
            "optional": false,
            "nullable": true
          },
          "connection_id": {
            "examples": [
              "scn_2bCdEfGhJkLmNpQr"
            ],
            "type": "string",
            "name": "connection_id",
            "description": "Session connection ID",
            "optional": false,
            "nullable": true
          },
          "provider_run_id": {
            "examples": [
              "prn_8hJkLmNpQrStUvWx"
            ],
            "type": "string",
            "name": "provider_run_id",
            "description": "Provider run ID",
            "optional": false,
            "nullable": true
          },
          "sender_participant": {
            "examples": [
              {
                "object": "session.participant",
                "id": "spt_5eFgHjKlMnPqRsTu",
                "type": "unknown",
                "identifier": "claude-desktop",
                "name": "Claude Desktop",
                "data": {
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "connection_type": "mcp",
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "session.participant"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "spt_5eFgHjKlMnPqRsTu"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique session participant identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "unknown",
                  "provider",
                  "agent",
                  "system"
                ],
                "type": "enum",
                "name": "type",
                "description": "Participant type",
                "optional": false,
                "nullable": false
              },
              "identifier": {
                "examples": [
                  "claude-desktop"
                ],
                "type": "string",
                "name": "identifier",
                "description": "Participant identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Claude Desktop"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": false
              },
              "data": {
                "examples": [
                  {
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop"
                  }
                ],
                "properties": {
                  "identifier": {
                    "examples": [
                      "claude-desktop"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Participant-specific identifier within the payload",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Claude Desktop"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Participant-specific display name within the payload",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "name": "data",
                "description": "Participant payload data",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID if associated",
                "optional": false,
                "nullable": true
              },
              "connection_type": {
                "examples": [
                  "mcp",
                  "metorial_protocol",
                  "tool_call"
                ],
                "type": "enum",
                "optional": false,
                "nullable": true
              },
              "agent_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "agent_instance_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "identity_actor_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "identity_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "agent_actor_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "agent_client_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "consumer_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "responder_participant": {
            "examples": [
              {
                "object": "session.participant",
                "id": "spt_5eFgHjKlMnPqRsTu",
                "type": "unknown",
                "identifier": "claude-desktop",
                "name": "Claude Desktop",
                "data": {
                  "identifier": "claude-desktop",
                  "name": "Claude Desktop"
                },
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "connection_type": "mcp",
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "session.participant"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "spt_5eFgHjKlMnPqRsTu"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique session participant identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "unknown",
                  "provider",
                  "agent",
                  "system"
                ],
                "type": "enum",
                "name": "type",
                "description": "Participant type",
                "optional": false,
                "nullable": false
              },
              "identifier": {
                "examples": [
                  "claude-desktop"
                ],
                "type": "string",
                "name": "identifier",
                "description": "Participant identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Claude Desktop"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": false
              },
              "data": {
                "examples": [
                  {
                    "identifier": "claude-desktop",
                    "name": "Claude Desktop"
                  }
                ],
                "properties": {
                  "identifier": {
                    "examples": [
                      "claude-desktop"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Participant-specific identifier within the payload",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Claude Desktop"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Participant-specific display name within the payload",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "name": "data",
                "description": "Participant payload data",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID if associated",
                "optional": false,
                "nullable": true
              },
              "connection_type": {
                "examples": [
                  "mcp",
                  "metorial_protocol",
                  "tool_call"
                ],
                "type": "enum",
                "optional": false,
                "nullable": true
              },
              "agent_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "agent_instance_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "identity_actor_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "identity_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "agent_actor_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "agent_client_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "consumer_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "tool": {
            "examples": [
              {
                "object": "provider.tool",
                "id": "pto_5jKlMnPqRsTuVwXy",
                "key": "create_issue",
                "name": "Create Issue",
                "description": "Creates a new issue in a GitHub repository",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "tags": {},
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.tool"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pto_5jKlMnPqRsTuVwXy"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique tool identifier",
                "optional": false,
                "nullable": false
              },
              "key": {
                "examples": [
                  "create_issue"
                ],
                "type": "string",
                "name": "key",
                "description": "Tool key",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Create Issue"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name of the tool",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Creates a new issue in a GitHub repository"
                ],
                "type": "string",
                "name": "description",
                "description": "Tool description",
                "optional": false,
                "nullable": true
              },
              "capabilities": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "capabilities",
                "description": "Tool capabilities",
                "optional": false,
                "nullable": false
              },
              "constraints": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "constraints",
                "description": "Tool constraints",
                "optional": false,
                "nullable": false
              },
              "instructions": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "instructions",
                "description": "Tool usage instructions",
                "optional": false,
                "nullable": false
              },
              "input_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the tool input parameters",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "output_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the tool output format",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "tags": {
                "examples": [
                  {}
                ],
                "properties": {
                  "destructive": {
                    "examples": [],
                    "type": "boolean",
                    "name": "destructive",
                    "description": "Whether the tool is destructive",
                    "optional": false,
                    "nullable": true
                  },
                  "read_only": {
                    "examples": [],
                    "type": "boolean",
                    "name": "read_only",
                    "description": "Whether the tool is read-only",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "specification_id": {
                "examples": [
                  "psp_9gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "specification_id",
                "description": "Specification ID",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "error": {
            "examples": [
              {
                "object": "session.error",
                "id": "ser_6fGhJkLmNpQrStUv",
                "code": "CONNECTION_TIMEOUT",
                "message": "Connection timed out after 30 seconds",
                "data": {},
                "status": "processing",
                "session_id": "ses_4dEfGhJkLmNpQrSt",
                "provider_run_id": "prn_8hJkLmNpQrStUvWx",
                "connection_id": "scn_8hJkLmNpQrStUvWx",
                "group_id": "seg_7gHjKlMnPqRsTuVw",
                "similar_error_count": 5,
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "session.error"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "ser_6fGhJkLmNpQrStUv"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique session error identifier",
                "optional": false,
                "nullable": false
              },
              "code": {
                "examples": [
                  "CONNECTION_TIMEOUT"
                ],
                "type": "string",
                "name": "code",
                "description": "Error code",
                "optional": false,
                "nullable": false
              },
              "message": {
                "examples": [
                  "Connection timed out after 30 seconds"
                ],
                "type": "string",
                "name": "message",
                "description": "Error message",
                "optional": false,
                "nullable": false
              },
              "data": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "data",
                "description": "Error payload data",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "processing",
                  "processed"
                ],
                "type": "enum",
                "name": "status",
                "description": "Indicates whether the error is still being processed or has been fully processed and grouped.",
                "optional": false,
                "nullable": false
              },
              "session_id": {
                "examples": [
                  "ses_4dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "session_id",
                "description": "Parent session ID",
                "optional": false,
                "nullable": false
              },
              "provider_run_id": {
                "examples": [
                  "prn_8hJkLmNpQrStUvWx"
                ],
                "type": "string",
                "name": "provider_run_id",
                "description": "Provider run ID",
                "optional": false,
                "nullable": true
              },
              "connection_id": {
                "examples": [
                  "scn_8hJkLmNpQrStUvWx"
                ],
                "type": "string",
                "name": "connection_id",
                "description": "Connection ID",
                "optional": false,
                "nullable": true
              },
              "group_id": {
                "examples": [
                  "seg_7gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "group_id",
                "description": "Error group ID",
                "optional": false,
                "nullable": true
              },
              "similar_error_count": {
                "examples": [
                  5
                ],
                "type": "number",
                "name": "similar_error_count",
                "description": "Count of similar errors in the group",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "input": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "input",
            "description": "Input data passed to the tool call",
            "optional": false,
            "nullable": true
          },
          "output": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "output",
            "description": "Output data returned from the tool call",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_661",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active"
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "magic_mcp_server_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_662",
      "name": "magic_mcp.endpoint",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "magic_mcp.endpoint",
                "status": "active",
                "metadata": {}
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "magic_mcp.endpoint",
                  "status": "active",
                  "metadata": {}
                },
                {
                  "object": "magic_mcp.endpoint",
                  "status": "active",
                  "metadata": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "magic_mcp.endpoint",
                    "status": "active",
                    "metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "magic_mcp.endpoint"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "servers": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "magic_mcp.server#preview",
                                "status": "active"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "magic_mcp.server#preview"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "description": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "tool_filters": {
                                  "type": "tool_keys"
                                }
                              }
                            ],
                            "properties": {
                              "tool_filters": {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  },
                                  [
                                    {
                                      "type": "tool_keys"
                                    },
                                    {
                                      "type": "tool_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "tool_regex"
                                    },
                                    {
                                      "type": "tool_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_regex"
                                    },
                                    {
                                      "type": "resource_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_uris"
                                    },
                                    {
                                      "type": "resource_uris"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_keys"
                                    },
                                    {
                                      "type": "prompt_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_regex"
                                    },
                                    {
                                      "type": "prompt_regex"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_regex"
                                      },
                                      {
                                        "type": "resource_regex"
                                      },
                                      {
                                        "type": "resource_uris"
                                      },
                                      {
                                        "type": "prompt_keys"
                                      },
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_uris"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_uris"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "uris": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "union",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      [
                                        {
                                          "type": "tool_keys"
                                        },
                                        {
                                          "type": "tool_keys"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "tool_regex"
                                        },
                                        {
                                          "type": "tool_regex"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "resource_regex"
                                        },
                                        {
                                          "type": "resource_regex"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "resource_uris"
                                        },
                                        {
                                          "type": "resource_uris"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "prompt_keys"
                                        },
                                        {
                                          "type": "prompt_keys"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "prompt_regex"
                                        },
                                        {
                                          "type": "prompt_regex"
                                        }
                                      ]
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          },
                                          {
                                            "type": "tool_regex"
                                          },
                                          {
                                            "type": "resource_regex"
                                          },
                                          {
                                            "type": "resource_uris"
                                          },
                                          {
                                            "type": "prompt_keys"
                                          },
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "items": [
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_keys"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "tool_keys"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "keys": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "tool_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "resource_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "resource_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "resource_uris"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "resource_uris"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "uris": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "prompt_keys"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "prompt_keys"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "keys": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "prompt_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "prompt_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "union",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "intersection",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_664",
      "name": "magic_mcp.endpoint",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.endpoint",
            "status": "active",
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.endpoint"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "servers": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "magic_mcp.server#preview",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "magic_mcp.server#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "tool_filters": {
                          "type": "tool_keys"
                        }
                      }
                    ],
                    "properties": {
                      "tool_filters": {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          },
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "intersection",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_666",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {},
            "magic_mcp_servers": [
              {
                "tool_filters": {
                  "type": "tool_keys"
                }
              },
              {
                "tool_filters": {
                  "type": "tool_keys"
                }
              }
            ]
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          },
          "consumer_profile_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "skill_plugin_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "magic_mcp_servers": {
            "examples": [
              [
                {
                  "tool_filters": {
                    "type": "tool_keys"
                  }
                },
                {
                  "tool_filters": {
                    "type": "tool_keys"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "tool_filters": {
                      "type": "tool_keys"
                    }
                  }
                ],
                "properties": {
                  "magic_mcp_server_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filters": {
                    "examples": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_regex"
                      },
                      {
                        "type": "resource_regex"
                      },
                      {
                        "type": "resource_uris"
                      },
                      {
                        "type": "prompt_keys"
                      },
                      {
                        "type": "prompt_regex"
                      },
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": true,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_667",
      "name": "magic_mcp.endpoint",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.endpoint",
            "status": "active",
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.endpoint"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "servers": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "magic_mcp.server#preview",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "magic_mcp.server#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "tool_filters": {
                          "type": "tool_keys"
                        }
                      }
                    ],
                    "properties": {
                      "tool_filters": {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          },
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "intersection",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_669",
      "name": "magic_mcp.endpoint",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.endpoint",
            "status": "active",
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.endpoint"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "servers": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "magic_mcp.server#preview",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "magic_mcp.server#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "tool_filters": {
                          "type": "tool_keys"
                        }
                      }
                    ],
                    "properties": {
                      "tool_filters": {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          },
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "intersection",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_671",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_672",
      "name": "magic_mcp.endpoint",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.endpoint",
            "status": "active",
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.endpoint"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "servers": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "magic_mcp.server#preview",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "magic_mcp.server#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "tool_filters": {
                          "type": "tool_keys"
                        }
                      }
                    ],
                    "properties": {
                      "tool_filters": {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          },
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "intersection",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_674",
      "name": "Body",
      "type": {
        "examples": [
          {
            "magic_mcp_servers": [
              {
                "tool_filters": {
                  "type": "tool_keys"
                }
              },
              {
                "tool_filters": {
                  "type": "tool_keys"
                }
              }
            ]
          }
        ],
        "properties": {
          "magic_mcp_servers": {
            "examples": [
              [
                {
                  "tool_filters": {
                    "type": "tool_keys"
                  }
                },
                {
                  "tool_filters": {
                    "type": "tool_keys"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "tool_filters": {
                      "type": "tool_keys"
                    }
                  }
                ],
                "properties": {
                  "magic_mcp_server_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "tool_filters": {
                    "examples": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_regex"
                      },
                      {
                        "type": "resource_regex"
                      },
                      {
                        "type": "resource_uris"
                      },
                      {
                        "type": "prompt_keys"
                      },
                      {
                        "type": "prompt_regex"
                      },
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": true,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_675",
      "name": "magic_mcp.endpoint",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.endpoint",
            "status": "active",
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.endpoint"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "servers": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "magic_mcp.server#preview",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "magic_mcp.server#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "tool_filters": {
                          "type": "tool_keys"
                        }
                      }
                    ],
                    "properties": {
                      "tool_filters": {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          },
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "intersection",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_677",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "magic_mcp_server_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_678",
      "name": "magic_mcp.endpoint",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.endpoint",
            "status": "active",
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.endpoint"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "servers": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "magic_mcp.server#preview",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "magic_mcp.server#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "tool_filters": {
                          "type": "tool_keys"
                        }
                      }
                    ],
                    "properties": {
                      "tool_filters": {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          },
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "intersection",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_681",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "owner": "organization"
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "magic_mcp_group_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_template_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_instance_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "owner": {
                "examples": [
                  "organization",
                  "consumer",
                  [
                    "organization",
                    "organization"
                  ],
                  [
                    "consumer",
                    "consumer"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "organization",
                      "consumer"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "organization",
                        "organization"
                      ],
                      [
                        "consumer",
                        "consumer"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "organization",
                          "consumer"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "consumer_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "consumer_profile_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "preconfigured_only": {
                "examples": [],
                "type": "boolean",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_682",
      "name": "magic_mcp.server",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "magic_mcp.server",
                "status": "active",
                "source": "manual",
                "provider_management_mode": "manual",
                "endpoints": [
                  {},
                  {}
                ],
                "providers": [
                  {
                    "object": "magic_mcp.server.provider",
                    "status": "pending",
                    "provider_management_mode": "manual",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_method": {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_credentials": {
                      "object": "provider.auth_credentials",
                      "id": "par_4sTuVwXyZaBcDeFg",
                      "type": "oauth",
                      "status": "active",
                      "is_default": true,
                      "is_managed": true,
                      "name": "GitHub OAuth",
                      "description": "OAuth credentials for GitHub API",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  {
                    "object": "magic_mcp.server.provider",
                    "status": "pending",
                    "provider_management_mode": "manual",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_method": {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_credentials": {
                      "object": "provider.auth_credentials",
                      "id": "par_4sTuVwXyZaBcDeFg",
                      "type": "oauth",
                      "status": "active",
                      "is_default": true,
                      "is_managed": true,
                      "name": "GitHub OAuth",
                      "description": "OAuth credentials for GitHub API",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "metadata": {}
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "magic_mcp.server",
                  "status": "active",
                  "source": "manual",
                  "provider_management_mode": "manual",
                  "endpoints": [
                    {},
                    {}
                  ],
                  "providers": [
                    {
                      "object": "magic_mcp.server.provider",
                      "status": "pending",
                      "provider_management_mode": "manual",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "deployment": {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_method": {
                        "object": "provider.capabilities.auth_method",
                        "id": "pam_2mNpQrStUvWxYzAb",
                        "type": "oauth",
                        "key": "oauth2",
                        "name": "OAuth 2.0",
                        "description": "Authenticate using OAuth 2.0",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "scopes": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          },
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_credentials": {
                        "object": "provider.auth_credentials",
                        "id": "par_4sTuVwXyZaBcDeFg",
                        "type": "oauth",
                        "status": "active",
                        "is_default": true,
                        "is_managed": true,
                        "name": "GitHub OAuth",
                        "description": "OAuth credentials for GitHub API",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "magic_mcp.server.provider",
                      "status": "pending",
                      "provider_management_mode": "manual",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "deployment": {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_method": {
                        "object": "provider.capabilities.auth_method",
                        "id": "pam_2mNpQrStUvWxYzAb",
                        "type": "oauth",
                        "key": "oauth2",
                        "name": "OAuth 2.0",
                        "description": "Authenticate using OAuth 2.0",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "scopes": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          },
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_credentials": {
                        "object": "provider.auth_credentials",
                        "id": "par_4sTuVwXyZaBcDeFg",
                        "type": "oauth",
                        "status": "active",
                        "is_default": true,
                        "is_managed": true,
                        "name": "GitHub OAuth",
                        "description": "OAuth credentials for GitHub API",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ],
                  "metadata": {}
                },
                {
                  "object": "magic_mcp.server",
                  "status": "active",
                  "source": "manual",
                  "provider_management_mode": "manual",
                  "endpoints": [
                    {},
                    {}
                  ],
                  "providers": [
                    {
                      "object": "magic_mcp.server.provider",
                      "status": "pending",
                      "provider_management_mode": "manual",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "deployment": {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_method": {
                        "object": "provider.capabilities.auth_method",
                        "id": "pam_2mNpQrStUvWxYzAb",
                        "type": "oauth",
                        "key": "oauth2",
                        "name": "OAuth 2.0",
                        "description": "Authenticate using OAuth 2.0",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "scopes": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          },
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_credentials": {
                        "object": "provider.auth_credentials",
                        "id": "par_4sTuVwXyZaBcDeFg",
                        "type": "oauth",
                        "status": "active",
                        "is_default": true,
                        "is_managed": true,
                        "name": "GitHub OAuth",
                        "description": "OAuth credentials for GitHub API",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "magic_mcp.server.provider",
                      "status": "pending",
                      "provider_management_mode": "manual",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "deployment": {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_method": {
                        "object": "provider.capabilities.auth_method",
                        "id": "pam_2mNpQrStUvWxYzAb",
                        "type": "oauth",
                        "key": "oauth2",
                        "name": "OAuth 2.0",
                        "description": "Authenticate using OAuth 2.0",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "scopes": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          },
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_credentials": {
                        "object": "provider.auth_credentials",
                        "id": "par_4sTuVwXyZaBcDeFg",
                        "type": "oauth",
                        "status": "active",
                        "is_default": true,
                        "is_managed": true,
                        "name": "GitHub OAuth",
                        "description": "OAuth credentials for GitHub API",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ],
                  "metadata": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "magic_mcp.server",
                    "status": "active",
                    "source": "manual",
                    "provider_management_mode": "manual",
                    "endpoints": [
                      {},
                      {}
                    ],
                    "providers": [
                      {
                        "object": "magic_mcp.server.provider",
                        "status": "pending",
                        "provider_management_mode": "manual",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "provider": {
                          "object": "provider#preview",
                          "id": "pro_5gHjKlMnPqRsTuVw",
                          "name": "GitHub",
                          "description": "Connect to GitHub repositories, issues, and pull requests",
                          "slug": "github",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "deployment": {
                          "object": "provider.deployment#preview",
                          "id": "pde_1aBcDeFgHjKlMnPq",
                          "name": "Production",
                          "description": "Production deployment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_method": {
                          "object": "provider.capabilities.auth_method",
                          "id": "pam_2mNpQrStUvWxYzAb",
                          "type": "oauth",
                          "key": "oauth2",
                          "name": "OAuth 2.0",
                          "description": "Authenticate using OAuth 2.0",
                          "capabilities": {},
                          "input_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "output_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "scopes": [
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            },
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            }
                          ],
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_credentials": {
                          "object": "provider.auth_credentials",
                          "id": "par_4sTuVwXyZaBcDeFg",
                          "type": "oauth",
                          "status": "active",
                          "is_default": true,
                          "is_managed": true,
                          "name": "GitHub OAuth",
                          "description": "OAuth credentials for GitHub API",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_config": {
                          "object": "provider.auth_config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      {
                        "object": "magic_mcp.server.provider",
                        "status": "pending",
                        "provider_management_mode": "manual",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "provider": {
                          "object": "provider#preview",
                          "id": "pro_5gHjKlMnPqRsTuVw",
                          "name": "GitHub",
                          "description": "Connect to GitHub repositories, issues, and pull requests",
                          "slug": "github",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "deployment": {
                          "object": "provider.deployment#preview",
                          "id": "pde_1aBcDeFgHjKlMnPq",
                          "name": "Production",
                          "description": "Production deployment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_method": {
                          "object": "provider.capabilities.auth_method",
                          "id": "pam_2mNpQrStUvWxYzAb",
                          "type": "oauth",
                          "key": "oauth2",
                          "name": "OAuth 2.0",
                          "description": "Authenticate using OAuth 2.0",
                          "capabilities": {},
                          "input_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "output_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "scopes": [
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            },
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            }
                          ],
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_credentials": {
                          "object": "provider.auth_credentials",
                          "id": "par_4sTuVwXyZaBcDeFg",
                          "type": "oauth",
                          "status": "active",
                          "is_default": true,
                          "is_managed": true,
                          "name": "GitHub OAuth",
                          "description": "OAuth credentials for GitHub API",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_config": {
                          "object": "provider.auth_config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ],
                    "metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "magic_mcp.server"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "source": {
                    "examples": [
                      "manual",
                      "consumer_provider_template"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_management_mode": {
                    "examples": [
                      "manual",
                      "inherited_from_provider_template",
                      "inherited_from_integration"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "endpoints": {
                    "examples": [
                      [
                        {},
                        {}
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {}
                        ],
                        "properties": {
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "alias": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_template_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "providers": {
                    "examples": [
                      [
                        {
                          "object": "magic_mcp.server.provider",
                          "status": "pending",
                          "provider_management_mode": "manual",
                          "metadata": {},
                          "tool_filter": {
                            "type": "allow_all"
                          },
                          "provider": {
                            "object": "provider#preview",
                            "id": "pro_5gHjKlMnPqRsTuVw",
                            "name": "GitHub",
                            "description": "Connect to GitHub repositories, issues, and pull requests",
                            "slug": "github",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "deployment": {
                            "object": "provider.deployment#preview",
                            "id": "pde_1aBcDeFgHjKlMnPq",
                            "name": "Production",
                            "description": "Production deployment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "auth_method": {
                            "object": "provider.capabilities.auth_method",
                            "id": "pam_2mNpQrStUvWxYzAb",
                            "type": "oauth",
                            "key": "oauth2",
                            "name": "OAuth 2.0",
                            "description": "Authenticate using OAuth 2.0",
                            "capabilities": {},
                            "input_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "output_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "scopes": [
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              },
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              }
                            ],
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "auth_credentials": {
                            "object": "provider.auth_credentials",
                            "id": "par_4sTuVwXyZaBcDeFg",
                            "type": "oauth",
                            "status": "active",
                            "is_default": true,
                            "is_managed": true,
                            "name": "GitHub OAuth",
                            "description": "OAuth credentials for GitHub API",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "config": {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "auth_config": {
                            "object": "provider.auth_config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        },
                        {
                          "object": "magic_mcp.server.provider",
                          "status": "pending",
                          "provider_management_mode": "manual",
                          "metadata": {},
                          "tool_filter": {
                            "type": "allow_all"
                          },
                          "provider": {
                            "object": "provider#preview",
                            "id": "pro_5gHjKlMnPqRsTuVw",
                            "name": "GitHub",
                            "description": "Connect to GitHub repositories, issues, and pull requests",
                            "slug": "github",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "deployment": {
                            "object": "provider.deployment#preview",
                            "id": "pde_1aBcDeFgHjKlMnPq",
                            "name": "Production",
                            "description": "Production deployment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "auth_method": {
                            "object": "provider.capabilities.auth_method",
                            "id": "pam_2mNpQrStUvWxYzAb",
                            "type": "oauth",
                            "key": "oauth2",
                            "name": "OAuth 2.0",
                            "description": "Authenticate using OAuth 2.0",
                            "capabilities": {},
                            "input_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "output_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "scopes": [
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              },
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              }
                            ],
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "auth_credentials": {
                            "object": "provider.auth_credentials",
                            "id": "par_4sTuVwXyZaBcDeFg",
                            "type": "oauth",
                            "status": "active",
                            "is_default": true,
                            "is_managed": true,
                            "name": "GitHub OAuth",
                            "description": "OAuth credentials for GitHub API",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "config": {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "auth_config": {
                            "object": "provider.auth_config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "magic_mcp.server.provider",
                            "status": "pending",
                            "provider_management_mode": "manual",
                            "metadata": {},
                            "tool_filter": {
                              "type": "allow_all"
                            },
                            "provider": {
                              "object": "provider#preview",
                              "id": "pro_5gHjKlMnPqRsTuVw",
                              "name": "GitHub",
                              "description": "Connect to GitHub repositories, issues, and pull requests",
                              "slug": "github",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "deployment": {
                              "object": "provider.deployment#preview",
                              "id": "pde_1aBcDeFgHjKlMnPq",
                              "name": "Production",
                              "description": "Production deployment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "auth_method": {
                              "object": "provider.capabilities.auth_method",
                              "id": "pam_2mNpQrStUvWxYzAb",
                              "type": "oauth",
                              "key": "oauth2",
                              "name": "OAuth 2.0",
                              "description": "Authenticate using OAuth 2.0",
                              "capabilities": {},
                              "input_schema": {
                                "type": "json_schema",
                                "schema": {}
                              },
                              "output_schema": {
                                "type": "json_schema",
                                "schema": {}
                              },
                              "scopes": [
                                {
                                  "object": "provider.capabilities.auth_method.scope",
                                  "id": "pams_8tUvWxYzAbCdEfGh",
                                  "scope": "repo",
                                  "name": "Repository Access",
                                  "description": "Full control of private repositories"
                                },
                                {
                                  "object": "provider.capabilities.auth_method.scope",
                                  "id": "pams_8tUvWxYzAbCdEfGh",
                                  "scope": "repo",
                                  "name": "Repository Access",
                                  "description": "Full control of private repositories"
                                }
                              ],
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "auth_credentials": {
                              "object": "provider.auth_credentials",
                              "id": "par_4sTuVwXyZaBcDeFg",
                              "type": "oauth",
                              "status": "active",
                              "is_default": true,
                              "is_managed": true,
                              "name": "GitHub OAuth",
                              "description": "OAuth credentials for GitHub API",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "config": {
                              "object": "provider.config#preview",
                              "id": "pcf_7dEfGhJkLmNpQrSt",
                              "name": "Production Config",
                              "description": "Configuration for production environment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "auth_config": {
                              "object": "provider.auth_config#preview",
                              "id": "pcf_7dEfGhJkLmNpQrSt",
                              "name": "Production Config",
                              "description": "Configuration for production environment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "magic_mcp.server.provider"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "pending",
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "magic_mcp_server_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_management_mode": {
                            "examples": [
                              "manual",
                              "inherited_from_provider_template",
                              "inherited_from_integration"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "optional": false,
                            "nullable": true
                          },
                          "tool_filter": {
                            "examples": [
                              {
                                "type": "allow_all"
                              },
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "allow_all"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "allow_all"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "ignore_parent_filters": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "filter",
                                    "filters": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_keys"
                                      }
                                    ]
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "filter"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "filters": {
                                    "examples": [
                                      [
                                        {
                                          "type": "tool_keys"
                                        },
                                        {
                                          "type": "tool_keys"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "tool_regex"
                                        },
                                        {
                                          "type": "tool_regex"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "resource_regex"
                                        },
                                        {
                                          "type": "resource_regex"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "resource_uris"
                                        },
                                        {
                                          "type": "resource_uris"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "prompt_keys"
                                        },
                                        {
                                          "type": "prompt_keys"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "prompt_regex"
                                        },
                                        {
                                          "type": "prompt_regex"
                                        }
                                      ]
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          },
                                          {
                                            "type": "tool_regex"
                                          },
                                          {
                                            "type": "resource_regex"
                                          },
                                          {
                                            "type": "resource_uris"
                                          },
                                          {
                                            "type": "prompt_keys"
                                          },
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "items": [
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_keys"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "tool_keys"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "keys": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "tool_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "resource_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "resource_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "resource_uris"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "resource_uris"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "uris": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "prompt_keys"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "prompt_keys"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "keys": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "prompt_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "prompt_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "union",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "ignore_parent_filters": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "description": "Tool filter configuration",
                            "optional": false,
                            "nullable": true
                          },
                          "provider": {
                            "examples": [
                              {
                                "object": "provider#preview",
                                "id": "pro_5gHjKlMnPqRsTuVw",
                                "name": "GitHub",
                                "description": "Connect to GitHub repositories, issues, and pull requests",
                                "slug": "github",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider#preview"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique provider identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "GitHub"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Display name of the provider",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [
                                  "Connect to GitHub repositories, issues, and pull requests"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Brief description of the provider",
                                "optional": false,
                                "nullable": true
                              },
                              "slug": {
                                "examples": [
                                  "github"
                                ],
                                "type": "string",
                                "name": "slug",
                                "description": "URL-friendly identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when the provider was created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when the provider was last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "deployment": {
                            "examples": [
                              {
                                "object": "provider.deployment#preview",
                                "id": "pde_1aBcDeFgHjKlMnPq",
                                "name": "Production",
                                "description": "Production deployment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.deployment#preview"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pde_1aBcDeFgHjKlMnPq"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Deployment ID",
                                "optional": false,
                                "nullable": false
                              },
                              "is_default": {
                                "examples": [],
                                "type": "boolean",
                                "name": "is_default",
                                "description": "Whether this is the default deployment",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Production"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Deployment name",
                                "optional": false,
                                "nullable": true
                              },
                              "description": {
                                "examples": [
                                  "Production deployment"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Description",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "metadata",
                                "description": "Custom key-value pairs for storing additional information",
                                "optional": false,
                                "nullable": true
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_id",
                                "description": "Provider ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "auth_method": {
                            "examples": [
                              {
                                "object": "provider.capabilities.auth_method",
                                "id": "pam_2mNpQrStUvWxYzAb",
                                "type": "oauth",
                                "key": "oauth2",
                                "name": "OAuth 2.0",
                                "description": "Authenticate using OAuth 2.0",
                                "capabilities": {},
                                "input_schema": {
                                  "type": "json_schema",
                                  "schema": {}
                                },
                                "output_schema": {
                                  "type": "json_schema",
                                  "schema": {}
                                },
                                "scopes": [
                                  {
                                    "object": "provider.capabilities.auth_method.scope",
                                    "id": "pams_8tUvWxYzAbCdEfGh",
                                    "scope": "repo",
                                    "name": "Repository Access",
                                    "description": "Full control of private repositories"
                                  },
                                  {
                                    "object": "provider.capabilities.auth_method.scope",
                                    "id": "pams_8tUvWxYzAbCdEfGh",
                                    "scope": "repo",
                                    "name": "Repository Access",
                                    "description": "Full control of private repositories"
                                  }
                                ],
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.capabilities.auth_method"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pam_2mNpQrStUvWxYzAb"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique auth method identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "oauth",
                                  "token",
                                  "custom"
                                ],
                                "type": "enum",
                                "name": "type",
                                "description": "Authentication type",
                                "optional": false,
                                "nullable": false
                              },
                              "key": {
                                "examples": [
                                  "oauth2"
                                ],
                                "type": "string",
                                "name": "key",
                                "description": "Auth method key",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "OAuth 2.0"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Display name",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [
                                  "Authenticate using OAuth 2.0"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Auth method description",
                                "optional": false,
                                "nullable": true
                              },
                              "capabilities": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "capabilities",
                                "description": "Auth method capabilities",
                                "optional": false,
                                "nullable": false
                              },
                              "input_schema": {
                                "examples": [
                                  {
                                    "type": "json_schema",
                                    "schema": {}
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "json_schema"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "schema": {
                                    "examples": [
                                      {}
                                    ],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "any",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "record",
                                    "name": "schema",
                                    "description": "JSON Schema defining the required auth input fields",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": true
                              },
                              "output_schema": {
                                "examples": [
                                  {
                                    "type": "json_schema",
                                    "schema": {}
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "json_schema"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "schema": {
                                    "examples": [
                                      {}
                                    ],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "any",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "record",
                                    "name": "schema",
                                    "description": "JSON Schema defining the auth output fields",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": true
                              },
                              "scopes": {
                                "examples": [
                                  [
                                    {
                                      "object": "provider.capabilities.auth_method.scope",
                                      "id": "pams_8tUvWxYzAbCdEfGh",
                                      "scope": "repo",
                                      "name": "Repository Access",
                                      "description": "Full control of private repositories"
                                    },
                                    {
                                      "object": "provider.capabilities.auth_method.scope",
                                      "id": "pams_8tUvWxYzAbCdEfGh",
                                      "scope": "repo",
                                      "name": "Repository Access",
                                      "description": "Full control of private repositories"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "object": "provider.capabilities.auth_method.scope",
                                        "id": "pams_8tUvWxYzAbCdEfGh",
                                        "scope": "repo",
                                        "name": "Repository Access",
                                        "description": "Full control of private repositories"
                                      }
                                    ],
                                    "properties": {
                                      "object": {
                                        "examples": [
                                          "provider.capabilities.auth_method.scope"
                                        ],
                                        "type": "literal",
                                        "description": "String representing the object's type",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "id": {
                                        "examples": [
                                          "pams_8tUvWxYzAbCdEfGh"
                                        ],
                                        "type": "string",
                                        "name": "id",
                                        "description": "Unique scope identifier",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "scope": {
                                        "examples": [
                                          "repo",
                                          "user:email"
                                        ],
                                        "type": "string",
                                        "name": "scope",
                                        "description": "OAuth scope string",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "name": {
                                        "examples": [
                                          "Repository Access"
                                        ],
                                        "type": "string",
                                        "name": "name",
                                        "description": "Display name of the scope",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "description": {
                                        "examples": [
                                          "Full control of private repositories"
                                        ],
                                        "type": "string",
                                        "name": "description",
                                        "description": "Scope description",
                                        "optional": false,
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "name": "scopes",
                                "description": "Available OAuth scopes",
                                "optional": false,
                                "nullable": true
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_id",
                                "description": "Provider ID",
                                "optional": false,
                                "nullable": false
                              },
                              "provider_specification_id": {
                                "examples": [
                                  "psp_9gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_specification_id",
                                "description": "Specification ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "auth_credentials": {
                            "examples": [
                              {
                                "object": "provider.auth_credentials",
                                "id": "par_4sTuVwXyZaBcDeFg",
                                "type": "oauth",
                                "status": "active",
                                "is_default": true,
                                "is_managed": true,
                                "name": "GitHub OAuth",
                                "description": "OAuth credentials for GitHub API",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.auth_credentials"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "par_4sTuVwXyZaBcDeFg"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique credentials identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "oauth"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "name": "status",
                                "description": "Credentials status",
                                "optional": false,
                                "nullable": false
                              },
                              "is_default": {
                                "examples": [
                                  true,
                                  false
                                ],
                                "type": "boolean",
                                "name": "is_default",
                                "description": "Whether this is the default credentials for the provider",
                                "optional": false,
                                "nullable": false
                              },
                              "is_managed": {
                                "examples": [
                                  true,
                                  false
                                ],
                                "type": "boolean",
                                "name": "is_managed",
                                "description": "Whether these credentials are managed by Metorial",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "GitHub OAuth"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Display name",
                                "optional": false,
                                "nullable": true
                              },
                              "description": {
                                "examples": [
                                  "OAuth credentials for GitHub API"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Description",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "metadata",
                                "description": "Custom key-value pairs for storing additional information",
                                "optional": false,
                                "nullable": true
                              },
                              "scopes": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "name": "scopes",
                                "description": "OAuth scopes requested by this credential",
                                "optional": false,
                                "nullable": true
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_id",
                                "description": "Provider ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "config": {
                            "examples": [
                              {
                                "object": "provider.config#preview",
                                "id": "pcf_7dEfGhJkLmNpQrSt",
                                "name": "Production Config",
                                "description": "Configuration for production environment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.config#preview"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pcf_7dEfGhJkLmNpQrSt"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Config ID",
                                "optional": false,
                                "nullable": false
                              },
                              "is_default": {
                                "examples": [],
                                "type": "boolean",
                                "name": "is_default",
                                "description": "Whether this is the default config",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Production Config"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Config name",
                                "optional": false,
                                "nullable": true
                              },
                              "description": {
                                "examples": [
                                  "Configuration for production environment"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Description",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "metadata",
                                "description": "Custom key-value pairs for storing additional information",
                                "optional": false,
                                "nullable": true
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_id",
                                "description": "Provider ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "auth_config": {
                            "examples": [
                              {
                                "object": "provider.auth_config#preview",
                                "id": "pcf_7dEfGhJkLmNpQrSt",
                                "name": "Production Config",
                                "description": "Configuration for production environment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.auth_config#preview"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pcf_7dEfGhJkLmNpQrSt"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Config ID",
                                "optional": false,
                                "nullable": false
                              },
                              "is_default": {
                                "examples": [],
                                "type": "boolean",
                                "name": "is_default",
                                "description": "Whether this is the default config",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Production Config"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Config name",
                                "optional": false,
                                "nullable": true
                              },
                              "description": {
                                "examples": [
                                  "Configuration for production environment"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Description",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "metadata",
                                "description": "Custom key-value pairs for storing additional information",
                                "optional": false,
                                "nullable": true
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_id",
                                "description": "Provider ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "archived_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_684",
      "name": "magic_mcp.server",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.server",
            "status": "active",
            "source": "manual",
            "provider_management_mode": "manual",
            "endpoints": [
              {},
              {}
            ],
            "providers": [
              {
                "object": "magic_mcp.server.provider",
                "status": "pending",
                "provider_management_mode": "manual",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_method": {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_credentials": {
                  "object": "provider.auth_credentials",
                  "id": "par_4sTuVwXyZaBcDeFg",
                  "type": "oauth",
                  "status": "active",
                  "is_default": true,
                  "is_managed": true,
                  "name": "GitHub OAuth",
                  "description": "OAuth credentials for GitHub API",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              },
              {
                "object": "magic_mcp.server.provider",
                "status": "pending",
                "provider_management_mode": "manual",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_method": {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_credentials": {
                  "object": "provider.auth_credentials",
                  "id": "par_4sTuVwXyZaBcDeFg",
                  "type": "oauth",
                  "status": "active",
                  "is_default": true,
                  "is_managed": true,
                  "name": "GitHub OAuth",
                  "description": "OAuth credentials for GitHub API",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ],
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.server"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "source": {
            "examples": [
              "manual",
              "consumer_provider_template"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "provider_management_mode": {
            "examples": [
              "manual",
              "inherited_from_provider_template",
              "inherited_from_integration"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "endpoints": {
            "examples": [
              [
                {},
                {}
              ]
            ],
            "items": [
              {
                "examples": [
                  {}
                ],
                "properties": {
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "alias": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "provider_template_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "magic_mcp.server.provider",
                  "status": "pending",
                  "provider_management_mode": "manual",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_method": {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_credentials": {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "magic_mcp.server.provider",
                  "status": "pending",
                  "provider_management_mode": "manual",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_method": {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_credentials": {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "magic_mcp.server.provider",
                    "status": "pending",
                    "provider_management_mode": "manual",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_method": {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_credentials": {
                      "object": "provider.auth_credentials",
                      "id": "par_4sTuVwXyZaBcDeFg",
                      "type": "oauth",
                      "status": "active",
                      "is_default": true,
                      "is_managed": true,
                      "name": "GitHub OAuth",
                      "description": "OAuth credentials for GitHub API",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "magic_mcp.server.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "pending",
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_management_mode": {
                    "examples": [
                      "manual",
                      "inherited_from_provider_template",
                      "inherited_from_integration"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": true
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique provider identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Connect to GitHub repositories, issues, and pull requests"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Brief description of the provider",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [
                          "github"
                        ],
                        "type": "string",
                        "name": "slug",
                        "description": "URL-friendly identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the provider was created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the provider was last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_method": {
                    "examples": [
                      {
                        "object": "provider.capabilities.auth_method",
                        "id": "pam_2mNpQrStUvWxYzAb",
                        "type": "oauth",
                        "key": "oauth2",
                        "name": "OAuth 2.0",
                        "description": "Authenticate using OAuth 2.0",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "scopes": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          },
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.auth_method"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pam_2mNpQrStUvWxYzAb"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique auth method identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "oauth",
                          "token",
                          "custom"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Authentication type",
                        "optional": false,
                        "nullable": false
                      },
                      "key": {
                        "examples": [
                          "oauth2"
                        ],
                        "type": "string",
                        "name": "key",
                        "description": "Auth method key",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "OAuth 2.0"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Authenticate using OAuth 2.0"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Auth method description",
                        "optional": false,
                        "nullable": true
                      },
                      "capabilities": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "capabilities",
                        "description": "Auth method capabilities",
                        "optional": false,
                        "nullable": false
                      },
                      "input_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the required auth input fields",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "output_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the auth output fields",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "scopes": {
                        "examples": [
                          [
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            },
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.capabilities.auth_method.scope"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pams_8tUvWxYzAbCdEfGh"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique scope identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "scope": {
                                "examples": [
                                  "repo",
                                  "user:email"
                                ],
                                "type": "string",
                                "name": "scope",
                                "description": "OAuth scope string",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Repository Access"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Display name of the scope",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [
                                  "Full control of private repositories"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Scope description",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "scopes",
                        "description": "Available OAuth scopes",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_specification_id": {
                        "examples": [
                          "psp_9gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_specification_id",
                        "description": "Specification ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_credentials": {
                    "examples": [
                      {
                        "object": "provider.auth_credentials",
                        "id": "par_4sTuVwXyZaBcDeFg",
                        "type": "oauth",
                        "status": "active",
                        "is_default": true,
                        "is_managed": true,
                        "name": "GitHub OAuth",
                        "description": "OAuth credentials for GitHub API",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_credentials"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "par_4sTuVwXyZaBcDeFg"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique credentials identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "oauth"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Credentials status",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [
                          true,
                          false
                        ],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default credentials for the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "is_managed": {
                        "examples": [
                          true,
                          false
                        ],
                        "type": "boolean",
                        "name": "is_managed",
                        "description": "Whether these credentials are managed by Metorial",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub OAuth"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "OAuth credentials for GitHub API"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "scopes": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "scopes",
                        "description": "OAuth scopes requested by this credential",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_686",
      "name": "provider.tools",
      "type": {
        "examples": [
          {
            "object": "provider.tools",
            "items": [
              {
                "object": "provider.tool",
                "id": "pto_5jKlMnPqRsTuVwXy",
                "key": "create_issue",
                "name": "Create Issue",
                "description": "Creates a new issue in a GitHub repository",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "tags": {},
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "provider.tool",
                "id": "pto_5jKlMnPqRsTuVwXy",
                "key": "create_issue",
                "name": "Create Issue",
                "description": "Creates a new issue in a GitHub repository",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "tags": {},
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.tools"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "items": {
            "examples": [
              [
                {
                  "object": "provider.tool",
                  "id": "pto_5jKlMnPqRsTuVwXy",
                  "key": "create_issue",
                  "name": "Create Issue",
                  "description": "Creates a new issue in a GitHub repository",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "tags": {},
                  "specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider.tool",
                  "id": "pto_5jKlMnPqRsTuVwXy",
                  "key": "create_issue",
                  "name": "Create Issue",
                  "description": "Creates a new issue in a GitHub repository",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "tags": {},
                  "specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.tool",
                    "id": "pto_5jKlMnPqRsTuVwXy",
                    "key": "create_issue",
                    "name": "Create Issue",
                    "description": "Creates a new issue in a GitHub repository",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "tags": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.tool"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pto_5jKlMnPqRsTuVwXy"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique tool identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "key": {
                    "examples": [
                      "create_issue"
                    ],
                    "type": "string",
                    "name": "key",
                    "description": "Tool key",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Create Issue"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the tool",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Creates a new issue in a GitHub repository"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Tool description",
                    "optional": false,
                    "nullable": true
                  },
                  "capabilities": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "capabilities",
                    "description": "Tool capabilities",
                    "optional": false,
                    "nullable": false
                  },
                  "constraints": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "constraints",
                    "description": "Tool constraints",
                    "optional": false,
                    "nullable": false
                  },
                  "instructions": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "instructions",
                    "description": "Tool usage instructions",
                    "optional": false,
                    "nullable": false
                  },
                  "input_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the tool input parameters",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "output_schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the tool output format",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "tags": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "destructive": {
                        "examples": [],
                        "type": "boolean",
                        "name": "destructive",
                        "description": "Whether the tool is destructive",
                        "optional": false,
                        "nullable": true
                      },
                      "read_only": {
                        "examples": [],
                        "type": "boolean",
                        "name": "read_only",
                        "description": "Whether the tool is read-only",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "specification_id": {
                    "examples": [
                      "psp_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "specification_id",
                    "description": "Specification ID",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_688",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "pending",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "pending",
                  "active",
                  "archived",
                  "deleted",
                  [
                    "pending",
                    "pending"
                  ],
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "pending",
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "pending",
                        "pending"
                      ],
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "pending",
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_instance_provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_deployment_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_auth_config_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for magic MCP server provider creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for magic MCP server provider creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter magic MCP server provider creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for magic MCP server provider last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for magic MCP server provider last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter magic MCP server provider last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_689",
      "name": "magic_mcp.server.provider",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "magic_mcp.server.provider",
                "status": "pending",
                "provider_management_mode": "manual",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_method": {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_credentials": {
                  "object": "provider.auth_credentials",
                  "id": "par_4sTuVwXyZaBcDeFg",
                  "type": "oauth",
                  "status": "active",
                  "is_default": true,
                  "is_managed": true,
                  "name": "GitHub OAuth",
                  "description": "OAuth credentials for GitHub API",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "magic_mcp.server.provider",
                  "status": "pending",
                  "provider_management_mode": "manual",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_method": {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_credentials": {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "magic_mcp.server.provider",
                  "status": "pending",
                  "provider_management_mode": "manual",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_method": {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_credentials": {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "magic_mcp.server.provider",
                    "status": "pending",
                    "provider_management_mode": "manual",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_method": {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_credentials": {
                      "object": "provider.auth_credentials",
                      "id": "par_4sTuVwXyZaBcDeFg",
                      "type": "oauth",
                      "status": "active",
                      "is_default": true,
                      "is_managed": true,
                      "name": "GitHub OAuth",
                      "description": "OAuth credentials for GitHub API",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "magic_mcp.server.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "pending",
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_management_mode": {
                    "examples": [
                      "manual",
                      "inherited_from_provider_template",
                      "inherited_from_integration"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": true
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique provider identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Connect to GitHub repositories, issues, and pull requests"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Brief description of the provider",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [
                          "github"
                        ],
                        "type": "string",
                        "name": "slug",
                        "description": "URL-friendly identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the provider was created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the provider was last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_method": {
                    "examples": [
                      {
                        "object": "provider.capabilities.auth_method",
                        "id": "pam_2mNpQrStUvWxYzAb",
                        "type": "oauth",
                        "key": "oauth2",
                        "name": "OAuth 2.0",
                        "description": "Authenticate using OAuth 2.0",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "scopes": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          },
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.auth_method"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pam_2mNpQrStUvWxYzAb"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique auth method identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "oauth",
                          "token",
                          "custom"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Authentication type",
                        "optional": false,
                        "nullable": false
                      },
                      "key": {
                        "examples": [
                          "oauth2"
                        ],
                        "type": "string",
                        "name": "key",
                        "description": "Auth method key",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "OAuth 2.0"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Authenticate using OAuth 2.0"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Auth method description",
                        "optional": false,
                        "nullable": true
                      },
                      "capabilities": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "capabilities",
                        "description": "Auth method capabilities",
                        "optional": false,
                        "nullable": false
                      },
                      "input_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the required auth input fields",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "output_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the auth output fields",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "scopes": {
                        "examples": [
                          [
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            },
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.capabilities.auth_method.scope"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pams_8tUvWxYzAbCdEfGh"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique scope identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "scope": {
                                "examples": [
                                  "repo",
                                  "user:email"
                                ],
                                "type": "string",
                                "name": "scope",
                                "description": "OAuth scope string",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Repository Access"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Display name of the scope",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [
                                  "Full control of private repositories"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Scope description",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "scopes",
                        "description": "Available OAuth scopes",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_specification_id": {
                        "examples": [
                          "psp_9gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_specification_id",
                        "description": "Specification ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_credentials": {
                    "examples": [
                      {
                        "object": "provider.auth_credentials",
                        "id": "par_4sTuVwXyZaBcDeFg",
                        "type": "oauth",
                        "status": "active",
                        "is_default": true,
                        "is_managed": true,
                        "name": "GitHub OAuth",
                        "description": "OAuth credentials for GitHub API",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_credentials"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "par_4sTuVwXyZaBcDeFg"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique credentials identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "oauth"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Credentials status",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [
                          true,
                          false
                        ],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default credentials for the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "is_managed": {
                        "examples": [
                          true,
                          false
                        ],
                        "type": "boolean",
                        "name": "is_managed",
                        "description": "Whether these credentials are managed by Metorial",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub OAuth"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "OAuth credentials for GitHub API"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "scopes": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "scopes",
                        "description": "OAuth scopes requested by this credential",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_691",
      "name": "Body",
      "type": {
        "examples": [
          {
            "tool_filters": {
              "type": "tool_keys"
            }
          }
        ],
        "properties": {
          "provider_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "provider_deployment_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "provider_config_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "provider_auth_config_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "tool_filters": {
            "examples": [
              {
                "type": "tool_keys"
              },
              {
                "type": "tool_regex"
              },
              {
                "type": "resource_regex"
              },
              {
                "type": "resource_uris"
              },
              {
                "type": "prompt_keys"
              },
              {
                "type": "prompt_regex"
              },
              [
                {
                  "type": "tool_keys"
                },
                {
                  "type": "tool_keys"
                }
              ],
              [
                {
                  "type": "tool_regex"
                },
                {
                  "type": "tool_regex"
                }
              ],
              [
                {
                  "type": "resource_regex"
                },
                {
                  "type": "resource_regex"
                }
              ],
              [
                {
                  "type": "resource_uris"
                },
                {
                  "type": "resource_uris"
                }
              ],
              [
                {
                  "type": "prompt_keys"
                },
                {
                  "type": "prompt_keys"
                }
              ],
              [
                {
                  "type": "prompt_regex"
                },
                {
                  "type": "prompt_regex"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_regex"
                  },
                  {
                    "type": "resource_regex"
                  },
                  {
                    "type": "resource_uris"
                  },
                  {
                    "type": "prompt_keys"
                  },
                  {
                    "type": "prompt_regex"
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "tool_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_uris"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_uris"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "uris": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  [
                    {
                      "type": "tool_keys"
                    },
                    {
                      "type": "tool_keys"
                    }
                  ],
                  [
                    {
                      "type": "tool_regex"
                    },
                    {
                      "type": "tool_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_regex"
                    },
                    {
                      "type": "resource_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_uris"
                    },
                    {
                      "type": "resource_uris"
                    }
                  ],
                  [
                    {
                      "type": "prompt_keys"
                    },
                    {
                      "type": "prompt_keys"
                    }
                  ],
                  [
                    {
                      "type": "prompt_regex"
                    },
                    {
                      "type": "prompt_regex"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_regex"
                      },
                      {
                        "type": "resource_regex"
                      },
                      {
                        "type": "resource_uris"
                      },
                      {
                        "type": "prompt_keys"
                      },
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "tool_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_uris"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_uris"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "uris": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": true,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_692",
      "name": "magic_mcp.server.provider",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.server.provider",
            "status": "pending",
            "provider_management_mode": "manual",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "provider": {
              "object": "provider#preview",
              "id": "pro_5gHjKlMnPqRsTuVw",
              "name": "GitHub",
              "description": "Connect to GitHub repositories, issues, and pull requests",
              "slug": "github",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_method": {
              "object": "provider.capabilities.auth_method",
              "id": "pam_2mNpQrStUvWxYzAb",
              "type": "oauth",
              "key": "oauth2",
              "name": "OAuth 2.0",
              "description": "Authenticate using OAuth 2.0",
              "capabilities": {},
              "input_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "output_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "scopes": [
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                },
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                }
              ],
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_credentials": {
              "object": "provider.auth_credentials",
              "id": "par_4sTuVwXyZaBcDeFg",
              "type": "oauth",
              "status": "active",
              "is_default": true,
              "is_managed": true,
              "name": "GitHub OAuth",
              "description": "OAuth credentials for GitHub API",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_config": {
              "object": "provider.auth_config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.server.provider"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "magic_mcp_server_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "provider_management_mode": {
            "examples": [
              "manual",
              "inherited_from_provider_template",
              "inherited_from_integration"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": true
          },
          "provider": {
            "examples": [
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique provider identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name of the provider",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Connect to GitHub repositories, issues, and pull requests"
                ],
                "type": "string",
                "name": "description",
                "description": "Brief description of the provider",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [
                  "github"
                ],
                "type": "string",
                "name": "slug",
                "description": "URL-friendly identifier",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the provider was created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when the provider was last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "auth_method": {
            "examples": [
              {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.capabilities.auth_method"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pam_2mNpQrStUvWxYzAb"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique auth method identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "oauth",
                  "token",
                  "custom"
                ],
                "type": "enum",
                "name": "type",
                "description": "Authentication type",
                "optional": false,
                "nullable": false
              },
              "key": {
                "examples": [
                  "oauth2"
                ],
                "type": "string",
                "name": "key",
                "description": "Auth method key",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "OAuth 2.0"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Authenticate using OAuth 2.0"
                ],
                "type": "string",
                "name": "description",
                "description": "Auth method description",
                "optional": false,
                "nullable": true
              },
              "capabilities": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "capabilities",
                "description": "Auth method capabilities",
                "optional": false,
                "nullable": false
              },
              "input_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the required auth input fields",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "output_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the auth output fields",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "scopes": {
                "examples": [
                  [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.auth_method.scope"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pams_8tUvWxYzAbCdEfGh"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique scope identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "scope": {
                        "examples": [
                          "repo",
                          "user:email"
                        ],
                        "type": "string",
                        "name": "scope",
                        "description": "OAuth scope string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Repository Access"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the scope",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Full control of private repositories"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Scope description",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "scopes",
                "description": "Available OAuth scopes",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "provider_specification_id": {
                "examples": [
                  "psp_9gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_specification_id",
                "description": "Specification ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "auth_credentials": {
            "examples": [
              {
                "object": "provider.auth_credentials",
                "id": "par_4sTuVwXyZaBcDeFg",
                "type": "oauth",
                "status": "active",
                "is_default": true,
                "is_managed": true,
                "name": "GitHub OAuth",
                "description": "OAuth credentials for GitHub API",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_credentials"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "par_4sTuVwXyZaBcDeFg"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique credentials identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "oauth"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Credentials status",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [
                  true,
                  false
                ],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default credentials for the provider",
                "optional": false,
                "nullable": false
              },
              "is_managed": {
                "examples": [
                  true,
                  false
                ],
                "type": "boolean",
                "name": "is_managed",
                "description": "Whether these credentials are managed by Metorial",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub OAuth"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "OAuth credentials for GitHub API"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "scopes": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "scopes",
                "description": "OAuth scopes requested by this credential",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_694",
      "name": "magic_mcp.server.provider",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.server.provider",
            "status": "pending",
            "provider_management_mode": "manual",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "provider": {
              "object": "provider#preview",
              "id": "pro_5gHjKlMnPqRsTuVw",
              "name": "GitHub",
              "description": "Connect to GitHub repositories, issues, and pull requests",
              "slug": "github",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_method": {
              "object": "provider.capabilities.auth_method",
              "id": "pam_2mNpQrStUvWxYzAb",
              "type": "oauth",
              "key": "oauth2",
              "name": "OAuth 2.0",
              "description": "Authenticate using OAuth 2.0",
              "capabilities": {},
              "input_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "output_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "scopes": [
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                },
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                }
              ],
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_credentials": {
              "object": "provider.auth_credentials",
              "id": "par_4sTuVwXyZaBcDeFg",
              "type": "oauth",
              "status": "active",
              "is_default": true,
              "is_managed": true,
              "name": "GitHub OAuth",
              "description": "OAuth credentials for GitHub API",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_config": {
              "object": "provider.auth_config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.server.provider"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "magic_mcp_server_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "provider_management_mode": {
            "examples": [
              "manual",
              "inherited_from_provider_template",
              "inherited_from_integration"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": true
          },
          "provider": {
            "examples": [
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique provider identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name of the provider",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Connect to GitHub repositories, issues, and pull requests"
                ],
                "type": "string",
                "name": "description",
                "description": "Brief description of the provider",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [
                  "github"
                ],
                "type": "string",
                "name": "slug",
                "description": "URL-friendly identifier",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the provider was created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when the provider was last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "auth_method": {
            "examples": [
              {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.capabilities.auth_method"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pam_2mNpQrStUvWxYzAb"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique auth method identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "oauth",
                  "token",
                  "custom"
                ],
                "type": "enum",
                "name": "type",
                "description": "Authentication type",
                "optional": false,
                "nullable": false
              },
              "key": {
                "examples": [
                  "oauth2"
                ],
                "type": "string",
                "name": "key",
                "description": "Auth method key",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "OAuth 2.0"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Authenticate using OAuth 2.0"
                ],
                "type": "string",
                "name": "description",
                "description": "Auth method description",
                "optional": false,
                "nullable": true
              },
              "capabilities": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "capabilities",
                "description": "Auth method capabilities",
                "optional": false,
                "nullable": false
              },
              "input_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the required auth input fields",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "output_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the auth output fields",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "scopes": {
                "examples": [
                  [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.auth_method.scope"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pams_8tUvWxYzAbCdEfGh"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique scope identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "scope": {
                        "examples": [
                          "repo",
                          "user:email"
                        ],
                        "type": "string",
                        "name": "scope",
                        "description": "OAuth scope string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Repository Access"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the scope",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Full control of private repositories"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Scope description",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "scopes",
                "description": "Available OAuth scopes",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "provider_specification_id": {
                "examples": [
                  "psp_9gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_specification_id",
                "description": "Specification ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "auth_credentials": {
            "examples": [
              {
                "object": "provider.auth_credentials",
                "id": "par_4sTuVwXyZaBcDeFg",
                "type": "oauth",
                "status": "active",
                "is_default": true,
                "is_managed": true,
                "name": "GitHub OAuth",
                "description": "OAuth credentials for GitHub API",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_credentials"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "par_4sTuVwXyZaBcDeFg"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique credentials identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "oauth"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Credentials status",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [
                  true,
                  false
                ],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default credentials for the provider",
                "optional": false,
                "nullable": false
              },
              "is_managed": {
                "examples": [
                  true,
                  false
                ],
                "type": "boolean",
                "name": "is_managed",
                "description": "Whether these credentials are managed by Metorial",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub OAuth"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "OAuth credentials for GitHub API"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "scopes": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "scopes",
                "description": "OAuth scopes requested by this credential",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_696",
      "name": "Body",
      "type": {
        "examples": [
          {
            "tool_filters": {
              "type": "tool_keys"
            }
          }
        ],
        "properties": {
          "provider_deployment_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "provider_config_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "provider_auth_config_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "tool_filters": {
            "examples": [
              {
                "type": "tool_keys"
              },
              {
                "type": "tool_regex"
              },
              {
                "type": "resource_regex"
              },
              {
                "type": "resource_uris"
              },
              {
                "type": "prompt_keys"
              },
              {
                "type": "prompt_regex"
              },
              [
                {
                  "type": "tool_keys"
                },
                {
                  "type": "tool_keys"
                }
              ],
              [
                {
                  "type": "tool_regex"
                },
                {
                  "type": "tool_regex"
                }
              ],
              [
                {
                  "type": "resource_regex"
                },
                {
                  "type": "resource_regex"
                }
              ],
              [
                {
                  "type": "resource_uris"
                },
                {
                  "type": "resource_uris"
                }
              ],
              [
                {
                  "type": "prompt_keys"
                },
                {
                  "type": "prompt_keys"
                }
              ],
              [
                {
                  "type": "prompt_regex"
                },
                {
                  "type": "prompt_regex"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_regex"
                  },
                  {
                    "type": "resource_regex"
                  },
                  {
                    "type": "resource_uris"
                  },
                  {
                    "type": "prompt_keys"
                  },
                  {
                    "type": "prompt_regex"
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "tool_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "tool_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "resource_uris"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "resource_uris"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "uris": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_keys"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_keys"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "keys": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "prompt_regex"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "pattern": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  [
                    {
                      "type": "tool_keys"
                    },
                    {
                      "type": "tool_keys"
                    }
                  ],
                  [
                    {
                      "type": "tool_regex"
                    },
                    {
                      "type": "tool_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_regex"
                    },
                    {
                      "type": "resource_regex"
                    }
                  ],
                  [
                    {
                      "type": "resource_uris"
                    },
                    {
                      "type": "resource_uris"
                    }
                  ],
                  [
                    {
                      "type": "prompt_keys"
                    },
                    {
                      "type": "prompt_keys"
                    }
                  ],
                  [
                    {
                      "type": "prompt_regex"
                    },
                    {
                      "type": "prompt_regex"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_regex"
                      },
                      {
                        "type": "resource_regex"
                      },
                      {
                        "type": "resource_uris"
                      },
                      {
                        "type": "prompt_keys"
                      },
                      {
                        "type": "prompt_regex"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "tool_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "tool_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "resource_uris"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "resource_uris"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "uris": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_keys"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_keys"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "keys": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "prompt_regex"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "pattern": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": true,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_697",
      "name": "magic_mcp.server.provider",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.server.provider",
            "status": "pending",
            "provider_management_mode": "manual",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "provider": {
              "object": "provider#preview",
              "id": "pro_5gHjKlMnPqRsTuVw",
              "name": "GitHub",
              "description": "Connect to GitHub repositories, issues, and pull requests",
              "slug": "github",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_method": {
              "object": "provider.capabilities.auth_method",
              "id": "pam_2mNpQrStUvWxYzAb",
              "type": "oauth",
              "key": "oauth2",
              "name": "OAuth 2.0",
              "description": "Authenticate using OAuth 2.0",
              "capabilities": {},
              "input_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "output_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "scopes": [
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                },
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                }
              ],
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_credentials": {
              "object": "provider.auth_credentials",
              "id": "par_4sTuVwXyZaBcDeFg",
              "type": "oauth",
              "status": "active",
              "is_default": true,
              "is_managed": true,
              "name": "GitHub OAuth",
              "description": "OAuth credentials for GitHub API",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_config": {
              "object": "provider.auth_config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.server.provider"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "magic_mcp_server_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "provider_management_mode": {
            "examples": [
              "manual",
              "inherited_from_provider_template",
              "inherited_from_integration"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": true
          },
          "provider": {
            "examples": [
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique provider identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name of the provider",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Connect to GitHub repositories, issues, and pull requests"
                ],
                "type": "string",
                "name": "description",
                "description": "Brief description of the provider",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [
                  "github"
                ],
                "type": "string",
                "name": "slug",
                "description": "URL-friendly identifier",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the provider was created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when the provider was last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "auth_method": {
            "examples": [
              {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.capabilities.auth_method"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pam_2mNpQrStUvWxYzAb"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique auth method identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "oauth",
                  "token",
                  "custom"
                ],
                "type": "enum",
                "name": "type",
                "description": "Authentication type",
                "optional": false,
                "nullable": false
              },
              "key": {
                "examples": [
                  "oauth2"
                ],
                "type": "string",
                "name": "key",
                "description": "Auth method key",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "OAuth 2.0"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Authenticate using OAuth 2.0"
                ],
                "type": "string",
                "name": "description",
                "description": "Auth method description",
                "optional": false,
                "nullable": true
              },
              "capabilities": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "capabilities",
                "description": "Auth method capabilities",
                "optional": false,
                "nullable": false
              },
              "input_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the required auth input fields",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "output_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the auth output fields",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "scopes": {
                "examples": [
                  [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.auth_method.scope"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pams_8tUvWxYzAbCdEfGh"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique scope identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "scope": {
                        "examples": [
                          "repo",
                          "user:email"
                        ],
                        "type": "string",
                        "name": "scope",
                        "description": "OAuth scope string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Repository Access"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the scope",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Full control of private repositories"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Scope description",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "scopes",
                "description": "Available OAuth scopes",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "provider_specification_id": {
                "examples": [
                  "psp_9gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_specification_id",
                "description": "Specification ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "auth_credentials": {
            "examples": [
              {
                "object": "provider.auth_credentials",
                "id": "par_4sTuVwXyZaBcDeFg",
                "type": "oauth",
                "status": "active",
                "is_default": true,
                "is_managed": true,
                "name": "GitHub OAuth",
                "description": "OAuth credentials for GitHub API",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_credentials"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "par_4sTuVwXyZaBcDeFg"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique credentials identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "oauth"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Credentials status",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [
                  true,
                  false
                ],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default credentials for the provider",
                "optional": false,
                "nullable": false
              },
              "is_managed": {
                "examples": [
                  true,
                  false
                ],
                "type": "boolean",
                "name": "is_managed",
                "description": "Whether these credentials are managed by Metorial",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub OAuth"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "OAuth credentials for GitHub API"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "scopes": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "scopes",
                "description": "OAuth scopes requested by this credential",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_699",
      "name": "magic_mcp.server.provider",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.server.provider",
            "status": "pending",
            "provider_management_mode": "manual",
            "metadata": {},
            "tool_filter": {
              "type": "allow_all"
            },
            "provider": {
              "object": "provider#preview",
              "id": "pro_5gHjKlMnPqRsTuVw",
              "name": "GitHub",
              "description": "Connect to GitHub repositories, issues, and pull requests",
              "slug": "github",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "deployment": {
              "object": "provider.deployment#preview",
              "id": "pde_1aBcDeFgHjKlMnPq",
              "name": "Production",
              "description": "Production deployment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_method": {
              "object": "provider.capabilities.auth_method",
              "id": "pam_2mNpQrStUvWxYzAb",
              "type": "oauth",
              "key": "oauth2",
              "name": "OAuth 2.0",
              "description": "Authenticate using OAuth 2.0",
              "capabilities": {},
              "input_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "output_schema": {
                "type": "json_schema",
                "schema": {}
              },
              "scopes": [
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                },
                {
                  "object": "provider.capabilities.auth_method.scope",
                  "id": "pams_8tUvWxYzAbCdEfGh",
                  "scope": "repo",
                  "name": "Repository Access",
                  "description": "Full control of private repositories"
                }
              ],
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_credentials": {
              "object": "provider.auth_credentials",
              "id": "par_4sTuVwXyZaBcDeFg",
              "type": "oauth",
              "status": "active",
              "is_default": true,
              "is_managed": true,
              "name": "GitHub OAuth",
              "description": "OAuth credentials for GitHub API",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "config": {
              "object": "provider.config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "auth_config": {
              "object": "provider.auth_config#preview",
              "id": "pcf_7dEfGhJkLmNpQrSt",
              "name": "Production Config",
              "description": "Configuration for production environment",
              "metadata": {},
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.server.provider"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "magic_mcp_server_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "provider_management_mode": {
            "examples": [
              "manual",
              "inherited_from_provider_template",
              "inherited_from_integration"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "tool_filter": {
            "examples": [
              {
                "type": "allow_all"
              },
              {
                "type": "filter",
                "filters": [
                  {
                    "type": "tool_keys"
                  },
                  {
                    "type": "tool_keys"
                  }
                ]
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "allow_all"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "allow_all"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "filter"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "filters": {
                    "examples": [
                      [
                        {
                          "type": "tool_keys"
                        },
                        {
                          "type": "tool_keys"
                        }
                      ],
                      [
                        {
                          "type": "tool_regex"
                        },
                        {
                          "type": "tool_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_regex"
                        },
                        {
                          "type": "resource_regex"
                        }
                      ],
                      [
                        {
                          "type": "resource_uris"
                        },
                        {
                          "type": "resource_uris"
                        }
                      ],
                      [
                        {
                          "type": "prompt_keys"
                        },
                        {
                          "type": "prompt_keys"
                        }
                      ],
                      [
                        {
                          "type": "prompt_regex"
                        },
                        {
                          "type": "prompt_regex"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_regex"
                          },
                          {
                            "type": "resource_regex"
                          },
                          {
                            "type": "resource_uris"
                          },
                          {
                            "type": "prompt_keys"
                          },
                          {
                            "type": "prompt_regex"
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "tool_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "tool_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "resource_uris"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "resource_uris"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "uris": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_keys"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_keys"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "keys": {
                                "examples": [],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "prompt_regex"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "pattern": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "ignore_parent_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "Tool filter configuration",
            "optional": false,
            "nullable": true
          },
          "provider": {
            "examples": [
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique provider identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name of the provider",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Connect to GitHub repositories, issues, and pull requests"
                ],
                "type": "string",
                "name": "description",
                "description": "Brief description of the provider",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [
                  "github"
                ],
                "type": "string",
                "name": "slug",
                "description": "URL-friendly identifier",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the provider was created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when the provider was last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "provider.deployment#preview",
                "id": "pde_1aBcDeFgHjKlMnPq",
                "name": "Production",
                "description": "Production deployment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.deployment#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pde_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Deployment ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default deployment",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production"
                ],
                "type": "string",
                "name": "name",
                "description": "Deployment name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Production deployment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "auth_method": {
            "examples": [
              {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.capabilities.auth_method"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pam_2mNpQrStUvWxYzAb"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique auth method identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "oauth",
                  "token",
                  "custom"
                ],
                "type": "enum",
                "name": "type",
                "description": "Authentication type",
                "optional": false,
                "nullable": false
              },
              "key": {
                "examples": [
                  "oauth2"
                ],
                "type": "string",
                "name": "key",
                "description": "Auth method key",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "OAuth 2.0"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Authenticate using OAuth 2.0"
                ],
                "type": "string",
                "name": "description",
                "description": "Auth method description",
                "optional": false,
                "nullable": true
              },
              "capabilities": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "capabilities",
                "description": "Auth method capabilities",
                "optional": false,
                "nullable": false
              },
              "input_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the required auth input fields",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "output_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the auth output fields",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "scopes": {
                "examples": [
                  [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.auth_method.scope"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pams_8tUvWxYzAbCdEfGh"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique scope identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "scope": {
                        "examples": [
                          "repo",
                          "user:email"
                        ],
                        "type": "string",
                        "name": "scope",
                        "description": "OAuth scope string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Repository Access"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the scope",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Full control of private repositories"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Scope description",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "scopes",
                "description": "Available OAuth scopes",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "provider_specification_id": {
                "examples": [
                  "psp_9gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_specification_id",
                "description": "Specification ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "auth_credentials": {
            "examples": [
              {
                "object": "provider.auth_credentials",
                "id": "par_4sTuVwXyZaBcDeFg",
                "type": "oauth",
                "status": "active",
                "is_default": true,
                "is_managed": true,
                "name": "GitHub OAuth",
                "description": "OAuth credentials for GitHub API",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_credentials"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "par_4sTuVwXyZaBcDeFg"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique credentials identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "oauth"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Credentials status",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [
                  true,
                  false
                ],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default credentials for the provider",
                "optional": false,
                "nullable": false
              },
              "is_managed": {
                "examples": [
                  true,
                  false
                ],
                "type": "boolean",
                "name": "is_managed",
                "description": "Whether these credentials are managed by Metorial",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub OAuth"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "OAuth credentials for GitHub API"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "scopes": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "scopes",
                "description": "OAuth scopes requested by this credential",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "config": {
            "examples": [
              {
                "object": "provider.config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "auth_config": {
            "examples": [
              {
                "object": "provider.auth_config#preview",
                "id": "pcf_7dEfGhJkLmNpQrSt",
                "name": "Production Config",
                "description": "Configuration for production environment",
                "metadata": {},
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider.auth_config#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pcf_7dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "id",
                "description": "Config ID",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "name": "is_default",
                "description": "Whether this is the default config",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "Production Config"
                ],
                "type": "string",
                "name": "name",
                "description": "Config name",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [
                  "Configuration for production environment"
                ],
                "type": "string",
                "name": "description",
                "description": "Description",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "Provider ID",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_701",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          },
          "provider_template_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "integration_instance_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "consumer_profile_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_702",
      "name": "magic_mcp.server",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.server",
            "status": "active",
            "source": "manual",
            "provider_management_mode": "manual",
            "endpoints": [
              {},
              {}
            ],
            "providers": [
              {
                "object": "magic_mcp.server.provider",
                "status": "pending",
                "provider_management_mode": "manual",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_method": {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_credentials": {
                  "object": "provider.auth_credentials",
                  "id": "par_4sTuVwXyZaBcDeFg",
                  "type": "oauth",
                  "status": "active",
                  "is_default": true,
                  "is_managed": true,
                  "name": "GitHub OAuth",
                  "description": "OAuth credentials for GitHub API",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              },
              {
                "object": "magic_mcp.server.provider",
                "status": "pending",
                "provider_management_mode": "manual",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_method": {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_credentials": {
                  "object": "provider.auth_credentials",
                  "id": "par_4sTuVwXyZaBcDeFg",
                  "type": "oauth",
                  "status": "active",
                  "is_default": true,
                  "is_managed": true,
                  "name": "GitHub OAuth",
                  "description": "OAuth credentials for GitHub API",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ],
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.server"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "source": {
            "examples": [
              "manual",
              "consumer_provider_template"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "provider_management_mode": {
            "examples": [
              "manual",
              "inherited_from_provider_template",
              "inherited_from_integration"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "endpoints": {
            "examples": [
              [
                {},
                {}
              ]
            ],
            "items": [
              {
                "examples": [
                  {}
                ],
                "properties": {
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "alias": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "provider_template_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "magic_mcp.server.provider",
                  "status": "pending",
                  "provider_management_mode": "manual",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_method": {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_credentials": {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "magic_mcp.server.provider",
                  "status": "pending",
                  "provider_management_mode": "manual",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_method": {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_credentials": {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "magic_mcp.server.provider",
                    "status": "pending",
                    "provider_management_mode": "manual",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_method": {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_credentials": {
                      "object": "provider.auth_credentials",
                      "id": "par_4sTuVwXyZaBcDeFg",
                      "type": "oauth",
                      "status": "active",
                      "is_default": true,
                      "is_managed": true,
                      "name": "GitHub OAuth",
                      "description": "OAuth credentials for GitHub API",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "magic_mcp.server.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "pending",
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_management_mode": {
                    "examples": [
                      "manual",
                      "inherited_from_provider_template",
                      "inherited_from_integration"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": true
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique provider identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Connect to GitHub repositories, issues, and pull requests"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Brief description of the provider",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [
                          "github"
                        ],
                        "type": "string",
                        "name": "slug",
                        "description": "URL-friendly identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the provider was created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the provider was last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_method": {
                    "examples": [
                      {
                        "object": "provider.capabilities.auth_method",
                        "id": "pam_2mNpQrStUvWxYzAb",
                        "type": "oauth",
                        "key": "oauth2",
                        "name": "OAuth 2.0",
                        "description": "Authenticate using OAuth 2.0",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "scopes": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          },
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.auth_method"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pam_2mNpQrStUvWxYzAb"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique auth method identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "oauth",
                          "token",
                          "custom"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Authentication type",
                        "optional": false,
                        "nullable": false
                      },
                      "key": {
                        "examples": [
                          "oauth2"
                        ],
                        "type": "string",
                        "name": "key",
                        "description": "Auth method key",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "OAuth 2.0"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Authenticate using OAuth 2.0"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Auth method description",
                        "optional": false,
                        "nullable": true
                      },
                      "capabilities": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "capabilities",
                        "description": "Auth method capabilities",
                        "optional": false,
                        "nullable": false
                      },
                      "input_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the required auth input fields",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "output_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the auth output fields",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "scopes": {
                        "examples": [
                          [
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            },
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.capabilities.auth_method.scope"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pams_8tUvWxYzAbCdEfGh"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique scope identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "scope": {
                                "examples": [
                                  "repo",
                                  "user:email"
                                ],
                                "type": "string",
                                "name": "scope",
                                "description": "OAuth scope string",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Repository Access"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Display name of the scope",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [
                                  "Full control of private repositories"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Scope description",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "scopes",
                        "description": "Available OAuth scopes",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_specification_id": {
                        "examples": [
                          "psp_9gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_specification_id",
                        "description": "Specification ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_credentials": {
                    "examples": [
                      {
                        "object": "provider.auth_credentials",
                        "id": "par_4sTuVwXyZaBcDeFg",
                        "type": "oauth",
                        "status": "active",
                        "is_default": true,
                        "is_managed": true,
                        "name": "GitHub OAuth",
                        "description": "OAuth credentials for GitHub API",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_credentials"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "par_4sTuVwXyZaBcDeFg"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique credentials identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "oauth"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Credentials status",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [
                          true,
                          false
                        ],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default credentials for the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "is_managed": {
                        "examples": [
                          true,
                          false
                        ],
                        "type": "boolean",
                        "name": "is_managed",
                        "description": "Whether these credentials are managed by Metorial",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub OAuth"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "OAuth credentials for GitHub API"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "scopes": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "scopes",
                        "description": "OAuth scopes requested by this credential",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_704",
      "name": "magic_mcp.server",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.server",
            "status": "active",
            "source": "manual",
            "provider_management_mode": "manual",
            "endpoints": [
              {},
              {}
            ],
            "providers": [
              {
                "object": "magic_mcp.server.provider",
                "status": "pending",
                "provider_management_mode": "manual",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_method": {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_credentials": {
                  "object": "provider.auth_credentials",
                  "id": "par_4sTuVwXyZaBcDeFg",
                  "type": "oauth",
                  "status": "active",
                  "is_default": true,
                  "is_managed": true,
                  "name": "GitHub OAuth",
                  "description": "OAuth credentials for GitHub API",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              },
              {
                "object": "magic_mcp.server.provider",
                "status": "pending",
                "provider_management_mode": "manual",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_method": {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_credentials": {
                  "object": "provider.auth_credentials",
                  "id": "par_4sTuVwXyZaBcDeFg",
                  "type": "oauth",
                  "status": "active",
                  "is_default": true,
                  "is_managed": true,
                  "name": "GitHub OAuth",
                  "description": "OAuth credentials for GitHub API",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ],
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.server"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "source": {
            "examples": [
              "manual",
              "consumer_provider_template"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "provider_management_mode": {
            "examples": [
              "manual",
              "inherited_from_provider_template",
              "inherited_from_integration"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "endpoints": {
            "examples": [
              [
                {},
                {}
              ]
            ],
            "items": [
              {
                "examples": [
                  {}
                ],
                "properties": {
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "alias": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "provider_template_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "magic_mcp.server.provider",
                  "status": "pending",
                  "provider_management_mode": "manual",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_method": {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_credentials": {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "magic_mcp.server.provider",
                  "status": "pending",
                  "provider_management_mode": "manual",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_method": {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_credentials": {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "magic_mcp.server.provider",
                    "status": "pending",
                    "provider_management_mode": "manual",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_method": {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_credentials": {
                      "object": "provider.auth_credentials",
                      "id": "par_4sTuVwXyZaBcDeFg",
                      "type": "oauth",
                      "status": "active",
                      "is_default": true,
                      "is_managed": true,
                      "name": "GitHub OAuth",
                      "description": "OAuth credentials for GitHub API",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "magic_mcp.server.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "pending",
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_management_mode": {
                    "examples": [
                      "manual",
                      "inherited_from_provider_template",
                      "inherited_from_integration"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": true
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique provider identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Connect to GitHub repositories, issues, and pull requests"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Brief description of the provider",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [
                          "github"
                        ],
                        "type": "string",
                        "name": "slug",
                        "description": "URL-friendly identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the provider was created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the provider was last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_method": {
                    "examples": [
                      {
                        "object": "provider.capabilities.auth_method",
                        "id": "pam_2mNpQrStUvWxYzAb",
                        "type": "oauth",
                        "key": "oauth2",
                        "name": "OAuth 2.0",
                        "description": "Authenticate using OAuth 2.0",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "scopes": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          },
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.auth_method"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pam_2mNpQrStUvWxYzAb"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique auth method identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "oauth",
                          "token",
                          "custom"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Authentication type",
                        "optional": false,
                        "nullable": false
                      },
                      "key": {
                        "examples": [
                          "oauth2"
                        ],
                        "type": "string",
                        "name": "key",
                        "description": "Auth method key",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "OAuth 2.0"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Authenticate using OAuth 2.0"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Auth method description",
                        "optional": false,
                        "nullable": true
                      },
                      "capabilities": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "capabilities",
                        "description": "Auth method capabilities",
                        "optional": false,
                        "nullable": false
                      },
                      "input_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the required auth input fields",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "output_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the auth output fields",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "scopes": {
                        "examples": [
                          [
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            },
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.capabilities.auth_method.scope"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pams_8tUvWxYzAbCdEfGh"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique scope identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "scope": {
                                "examples": [
                                  "repo",
                                  "user:email"
                                ],
                                "type": "string",
                                "name": "scope",
                                "description": "OAuth scope string",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Repository Access"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Display name of the scope",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [
                                  "Full control of private repositories"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Scope description",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "scopes",
                        "description": "Available OAuth scopes",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_specification_id": {
                        "examples": [
                          "psp_9gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_specification_id",
                        "description": "Specification ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_credentials": {
                    "examples": [
                      {
                        "object": "provider.auth_credentials",
                        "id": "par_4sTuVwXyZaBcDeFg",
                        "type": "oauth",
                        "status": "active",
                        "is_default": true,
                        "is_managed": true,
                        "name": "GitHub OAuth",
                        "description": "OAuth credentials for GitHub API",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_credentials"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "par_4sTuVwXyZaBcDeFg"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique credentials identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "oauth"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Credentials status",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [
                          true,
                          false
                        ],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default credentials for the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "is_managed": {
                        "examples": [
                          true,
                          false
                        ],
                        "type": "boolean",
                        "name": "is_managed",
                        "description": "Whether these credentials are managed by Metorial",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub OAuth"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "OAuth credentials for GitHub API"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "scopes": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "scopes",
                        "description": "OAuth scopes requested by this credential",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_706",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          },
          "aliases": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_707",
      "name": "magic_mcp.server",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.server",
            "status": "active",
            "source": "manual",
            "provider_management_mode": "manual",
            "endpoints": [
              {},
              {}
            ],
            "providers": [
              {
                "object": "magic_mcp.server.provider",
                "status": "pending",
                "provider_management_mode": "manual",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_method": {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_credentials": {
                  "object": "provider.auth_credentials",
                  "id": "par_4sTuVwXyZaBcDeFg",
                  "type": "oauth",
                  "status": "active",
                  "is_default": true,
                  "is_managed": true,
                  "name": "GitHub OAuth",
                  "description": "OAuth credentials for GitHub API",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              },
              {
                "object": "magic_mcp.server.provider",
                "status": "pending",
                "provider_management_mode": "manual",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_method": {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_credentials": {
                  "object": "provider.auth_credentials",
                  "id": "par_4sTuVwXyZaBcDeFg",
                  "type": "oauth",
                  "status": "active",
                  "is_default": true,
                  "is_managed": true,
                  "name": "GitHub OAuth",
                  "description": "OAuth credentials for GitHub API",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ],
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.server"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "source": {
            "examples": [
              "manual",
              "consumer_provider_template"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "provider_management_mode": {
            "examples": [
              "manual",
              "inherited_from_provider_template",
              "inherited_from_integration"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "endpoints": {
            "examples": [
              [
                {},
                {}
              ]
            ],
            "items": [
              {
                "examples": [
                  {}
                ],
                "properties": {
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "alias": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "provider_template_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "magic_mcp.server.provider",
                  "status": "pending",
                  "provider_management_mode": "manual",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_method": {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_credentials": {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "magic_mcp.server.provider",
                  "status": "pending",
                  "provider_management_mode": "manual",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_method": {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_credentials": {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "magic_mcp.server.provider",
                    "status": "pending",
                    "provider_management_mode": "manual",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_method": {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_credentials": {
                      "object": "provider.auth_credentials",
                      "id": "par_4sTuVwXyZaBcDeFg",
                      "type": "oauth",
                      "status": "active",
                      "is_default": true,
                      "is_managed": true,
                      "name": "GitHub OAuth",
                      "description": "OAuth credentials for GitHub API",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "magic_mcp.server.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "pending",
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_management_mode": {
                    "examples": [
                      "manual",
                      "inherited_from_provider_template",
                      "inherited_from_integration"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": true
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique provider identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Connect to GitHub repositories, issues, and pull requests"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Brief description of the provider",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [
                          "github"
                        ],
                        "type": "string",
                        "name": "slug",
                        "description": "URL-friendly identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the provider was created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the provider was last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_method": {
                    "examples": [
                      {
                        "object": "provider.capabilities.auth_method",
                        "id": "pam_2mNpQrStUvWxYzAb",
                        "type": "oauth",
                        "key": "oauth2",
                        "name": "OAuth 2.0",
                        "description": "Authenticate using OAuth 2.0",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "scopes": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          },
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.auth_method"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pam_2mNpQrStUvWxYzAb"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique auth method identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "oauth",
                          "token",
                          "custom"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Authentication type",
                        "optional": false,
                        "nullable": false
                      },
                      "key": {
                        "examples": [
                          "oauth2"
                        ],
                        "type": "string",
                        "name": "key",
                        "description": "Auth method key",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "OAuth 2.0"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Authenticate using OAuth 2.0"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Auth method description",
                        "optional": false,
                        "nullable": true
                      },
                      "capabilities": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "capabilities",
                        "description": "Auth method capabilities",
                        "optional": false,
                        "nullable": false
                      },
                      "input_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the required auth input fields",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "output_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the auth output fields",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "scopes": {
                        "examples": [
                          [
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            },
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.capabilities.auth_method.scope"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pams_8tUvWxYzAbCdEfGh"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique scope identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "scope": {
                                "examples": [
                                  "repo",
                                  "user:email"
                                ],
                                "type": "string",
                                "name": "scope",
                                "description": "OAuth scope string",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Repository Access"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Display name of the scope",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [
                                  "Full control of private repositories"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Scope description",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "scopes",
                        "description": "Available OAuth scopes",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_specification_id": {
                        "examples": [
                          "psp_9gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_specification_id",
                        "description": "Specification ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_credentials": {
                    "examples": [
                      {
                        "object": "provider.auth_credentials",
                        "id": "par_4sTuVwXyZaBcDeFg",
                        "type": "oauth",
                        "status": "active",
                        "is_default": true,
                        "is_managed": true,
                        "name": "GitHub OAuth",
                        "description": "OAuth credentials for GitHub API",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_credentials"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "par_4sTuVwXyZaBcDeFg"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique credentials identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "oauth"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Credentials status",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [
                          true,
                          false
                        ],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default credentials for the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "is_managed": {
                        "examples": [
                          true,
                          false
                        ],
                        "type": "boolean",
                        "name": "is_managed",
                        "description": "Whether these credentials are managed by Metorial",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub OAuth"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "OAuth credentials for GitHub API"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "scopes": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "scopes",
                        "description": "OAuth scopes requested by this credential",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_710",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {
              "magic_mcp_server_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_711",
      "name": "magic_mcp.session",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "magic_mcp.session",
                "magic_mcp_server": {
                  "object": "magic_mcp.server",
                  "status": "active",
                  "source": "manual",
                  "provider_management_mode": "manual",
                  "endpoints": [
                    {},
                    {}
                  ],
                  "providers": [
                    {
                      "object": "magic_mcp.server.provider",
                      "status": "pending",
                      "provider_management_mode": "manual",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "deployment": {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_method": {
                        "object": "provider.capabilities.auth_method",
                        "id": "pam_2mNpQrStUvWxYzAb",
                        "type": "oauth",
                        "key": "oauth2",
                        "name": "OAuth 2.0",
                        "description": "Authenticate using OAuth 2.0",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "scopes": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          },
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_credentials": {
                        "object": "provider.auth_credentials",
                        "id": "par_4sTuVwXyZaBcDeFg",
                        "type": "oauth",
                        "status": "active",
                        "is_default": true,
                        "is_managed": true,
                        "name": "GitHub OAuth",
                        "description": "OAuth credentials for GitHub API",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "magic_mcp.server.provider",
                      "status": "pending",
                      "provider_management_mode": "manual",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "deployment": {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_method": {
                        "object": "provider.capabilities.auth_method",
                        "id": "pam_2mNpQrStUvWxYzAb",
                        "type": "oauth",
                        "key": "oauth2",
                        "name": "OAuth 2.0",
                        "description": "Authenticate using OAuth 2.0",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "scopes": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          },
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_credentials": {
                        "object": "provider.auth_credentials",
                        "id": "par_4sTuVwXyZaBcDeFg",
                        "type": "oauth",
                        "status": "active",
                        "is_default": true,
                        "is_managed": true,
                        "name": "GitHub OAuth",
                        "description": "OAuth credentials for GitHub API",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ],
                  "metadata": {}
                },
                "magic_mcp_endpoint": {
                  "object": "magic_mcp.endpoint",
                  "status": "active",
                  "metadata": {}
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "magic_mcp.session",
                  "magic_mcp_server": {
                    "object": "magic_mcp.server",
                    "status": "active",
                    "source": "manual",
                    "provider_management_mode": "manual",
                    "endpoints": [
                      {},
                      {}
                    ],
                    "providers": [
                      {
                        "object": "magic_mcp.server.provider",
                        "status": "pending",
                        "provider_management_mode": "manual",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "provider": {
                          "object": "provider#preview",
                          "id": "pro_5gHjKlMnPqRsTuVw",
                          "name": "GitHub",
                          "description": "Connect to GitHub repositories, issues, and pull requests",
                          "slug": "github",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "deployment": {
                          "object": "provider.deployment#preview",
                          "id": "pde_1aBcDeFgHjKlMnPq",
                          "name": "Production",
                          "description": "Production deployment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_method": {
                          "object": "provider.capabilities.auth_method",
                          "id": "pam_2mNpQrStUvWxYzAb",
                          "type": "oauth",
                          "key": "oauth2",
                          "name": "OAuth 2.0",
                          "description": "Authenticate using OAuth 2.0",
                          "capabilities": {},
                          "input_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "output_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "scopes": [
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            },
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            }
                          ],
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_credentials": {
                          "object": "provider.auth_credentials",
                          "id": "par_4sTuVwXyZaBcDeFg",
                          "type": "oauth",
                          "status": "active",
                          "is_default": true,
                          "is_managed": true,
                          "name": "GitHub OAuth",
                          "description": "OAuth credentials for GitHub API",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_config": {
                          "object": "provider.auth_config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      {
                        "object": "magic_mcp.server.provider",
                        "status": "pending",
                        "provider_management_mode": "manual",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "provider": {
                          "object": "provider#preview",
                          "id": "pro_5gHjKlMnPqRsTuVw",
                          "name": "GitHub",
                          "description": "Connect to GitHub repositories, issues, and pull requests",
                          "slug": "github",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "deployment": {
                          "object": "provider.deployment#preview",
                          "id": "pde_1aBcDeFgHjKlMnPq",
                          "name": "Production",
                          "description": "Production deployment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_method": {
                          "object": "provider.capabilities.auth_method",
                          "id": "pam_2mNpQrStUvWxYzAb",
                          "type": "oauth",
                          "key": "oauth2",
                          "name": "OAuth 2.0",
                          "description": "Authenticate using OAuth 2.0",
                          "capabilities": {},
                          "input_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "output_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "scopes": [
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            },
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            }
                          ],
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_credentials": {
                          "object": "provider.auth_credentials",
                          "id": "par_4sTuVwXyZaBcDeFg",
                          "type": "oauth",
                          "status": "active",
                          "is_default": true,
                          "is_managed": true,
                          "name": "GitHub OAuth",
                          "description": "OAuth credentials for GitHub API",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_config": {
                          "object": "provider.auth_config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ],
                    "metadata": {}
                  },
                  "magic_mcp_endpoint": {
                    "object": "magic_mcp.endpoint",
                    "status": "active",
                    "metadata": {}
                  }
                },
                {
                  "object": "magic_mcp.session",
                  "magic_mcp_server": {
                    "object": "magic_mcp.server",
                    "status": "active",
                    "source": "manual",
                    "provider_management_mode": "manual",
                    "endpoints": [
                      {},
                      {}
                    ],
                    "providers": [
                      {
                        "object": "magic_mcp.server.provider",
                        "status": "pending",
                        "provider_management_mode": "manual",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "provider": {
                          "object": "provider#preview",
                          "id": "pro_5gHjKlMnPqRsTuVw",
                          "name": "GitHub",
                          "description": "Connect to GitHub repositories, issues, and pull requests",
                          "slug": "github",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "deployment": {
                          "object": "provider.deployment#preview",
                          "id": "pde_1aBcDeFgHjKlMnPq",
                          "name": "Production",
                          "description": "Production deployment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_method": {
                          "object": "provider.capabilities.auth_method",
                          "id": "pam_2mNpQrStUvWxYzAb",
                          "type": "oauth",
                          "key": "oauth2",
                          "name": "OAuth 2.0",
                          "description": "Authenticate using OAuth 2.0",
                          "capabilities": {},
                          "input_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "output_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "scopes": [
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            },
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            }
                          ],
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_credentials": {
                          "object": "provider.auth_credentials",
                          "id": "par_4sTuVwXyZaBcDeFg",
                          "type": "oauth",
                          "status": "active",
                          "is_default": true,
                          "is_managed": true,
                          "name": "GitHub OAuth",
                          "description": "OAuth credentials for GitHub API",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_config": {
                          "object": "provider.auth_config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      {
                        "object": "magic_mcp.server.provider",
                        "status": "pending",
                        "provider_management_mode": "manual",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "provider": {
                          "object": "provider#preview",
                          "id": "pro_5gHjKlMnPqRsTuVw",
                          "name": "GitHub",
                          "description": "Connect to GitHub repositories, issues, and pull requests",
                          "slug": "github",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "deployment": {
                          "object": "provider.deployment#preview",
                          "id": "pde_1aBcDeFgHjKlMnPq",
                          "name": "Production",
                          "description": "Production deployment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_method": {
                          "object": "provider.capabilities.auth_method",
                          "id": "pam_2mNpQrStUvWxYzAb",
                          "type": "oauth",
                          "key": "oauth2",
                          "name": "OAuth 2.0",
                          "description": "Authenticate using OAuth 2.0",
                          "capabilities": {},
                          "input_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "output_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "scopes": [
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            },
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            }
                          ],
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_credentials": {
                          "object": "provider.auth_credentials",
                          "id": "par_4sTuVwXyZaBcDeFg",
                          "type": "oauth",
                          "status": "active",
                          "is_default": true,
                          "is_managed": true,
                          "name": "GitHub OAuth",
                          "description": "OAuth credentials for GitHub API",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_config": {
                          "object": "provider.auth_config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ],
                    "metadata": {}
                  },
                  "magic_mcp_endpoint": {
                    "object": "magic_mcp.endpoint",
                    "status": "active",
                    "metadata": {}
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "magic_mcp.session",
                    "magic_mcp_server": {
                      "object": "magic_mcp.server",
                      "status": "active",
                      "source": "manual",
                      "provider_management_mode": "manual",
                      "endpoints": [
                        {},
                        {}
                      ],
                      "providers": [
                        {
                          "object": "magic_mcp.server.provider",
                          "status": "pending",
                          "provider_management_mode": "manual",
                          "metadata": {},
                          "tool_filter": {
                            "type": "allow_all"
                          },
                          "provider": {
                            "object": "provider#preview",
                            "id": "pro_5gHjKlMnPqRsTuVw",
                            "name": "GitHub",
                            "description": "Connect to GitHub repositories, issues, and pull requests",
                            "slug": "github",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "deployment": {
                            "object": "provider.deployment#preview",
                            "id": "pde_1aBcDeFgHjKlMnPq",
                            "name": "Production",
                            "description": "Production deployment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "auth_method": {
                            "object": "provider.capabilities.auth_method",
                            "id": "pam_2mNpQrStUvWxYzAb",
                            "type": "oauth",
                            "key": "oauth2",
                            "name": "OAuth 2.0",
                            "description": "Authenticate using OAuth 2.0",
                            "capabilities": {},
                            "input_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "output_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "scopes": [
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              },
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              }
                            ],
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "auth_credentials": {
                            "object": "provider.auth_credentials",
                            "id": "par_4sTuVwXyZaBcDeFg",
                            "type": "oauth",
                            "status": "active",
                            "is_default": true,
                            "is_managed": true,
                            "name": "GitHub OAuth",
                            "description": "OAuth credentials for GitHub API",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "config": {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "auth_config": {
                            "object": "provider.auth_config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        },
                        {
                          "object": "magic_mcp.server.provider",
                          "status": "pending",
                          "provider_management_mode": "manual",
                          "metadata": {},
                          "tool_filter": {
                            "type": "allow_all"
                          },
                          "provider": {
                            "object": "provider#preview",
                            "id": "pro_5gHjKlMnPqRsTuVw",
                            "name": "GitHub",
                            "description": "Connect to GitHub repositories, issues, and pull requests",
                            "slug": "github",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "deployment": {
                            "object": "provider.deployment#preview",
                            "id": "pde_1aBcDeFgHjKlMnPq",
                            "name": "Production",
                            "description": "Production deployment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "auth_method": {
                            "object": "provider.capabilities.auth_method",
                            "id": "pam_2mNpQrStUvWxYzAb",
                            "type": "oauth",
                            "key": "oauth2",
                            "name": "OAuth 2.0",
                            "description": "Authenticate using OAuth 2.0",
                            "capabilities": {},
                            "input_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "output_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "scopes": [
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              },
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              }
                            ],
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "auth_credentials": {
                            "object": "provider.auth_credentials",
                            "id": "par_4sTuVwXyZaBcDeFg",
                            "type": "oauth",
                            "status": "active",
                            "is_default": true,
                            "is_managed": true,
                            "name": "GitHub OAuth",
                            "description": "OAuth credentials for GitHub API",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "config": {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "auth_config": {
                            "object": "provider.auth_config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        }
                      ],
                      "metadata": {}
                    },
                    "magic_mcp_endpoint": {
                      "object": "magic_mcp.endpoint",
                      "status": "active",
                      "metadata": {}
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "magic_mcp.session"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server": {
                    "examples": [
                      {
                        "object": "magic_mcp.server",
                        "status": "active",
                        "source": "manual",
                        "provider_management_mode": "manual",
                        "endpoints": [
                          {},
                          {}
                        ],
                        "providers": [
                          {
                            "object": "magic_mcp.server.provider",
                            "status": "pending",
                            "provider_management_mode": "manual",
                            "metadata": {},
                            "tool_filter": {
                              "type": "allow_all"
                            },
                            "provider": {
                              "object": "provider#preview",
                              "id": "pro_5gHjKlMnPqRsTuVw",
                              "name": "GitHub",
                              "description": "Connect to GitHub repositories, issues, and pull requests",
                              "slug": "github",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "deployment": {
                              "object": "provider.deployment#preview",
                              "id": "pde_1aBcDeFgHjKlMnPq",
                              "name": "Production",
                              "description": "Production deployment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "auth_method": {
                              "object": "provider.capabilities.auth_method",
                              "id": "pam_2mNpQrStUvWxYzAb",
                              "type": "oauth",
                              "key": "oauth2",
                              "name": "OAuth 2.0",
                              "description": "Authenticate using OAuth 2.0",
                              "capabilities": {},
                              "input_schema": {
                                "type": "json_schema",
                                "schema": {}
                              },
                              "output_schema": {
                                "type": "json_schema",
                                "schema": {}
                              },
                              "scopes": [
                                {
                                  "object": "provider.capabilities.auth_method.scope",
                                  "id": "pams_8tUvWxYzAbCdEfGh",
                                  "scope": "repo",
                                  "name": "Repository Access",
                                  "description": "Full control of private repositories"
                                },
                                {
                                  "object": "provider.capabilities.auth_method.scope",
                                  "id": "pams_8tUvWxYzAbCdEfGh",
                                  "scope": "repo",
                                  "name": "Repository Access",
                                  "description": "Full control of private repositories"
                                }
                              ],
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "auth_credentials": {
                              "object": "provider.auth_credentials",
                              "id": "par_4sTuVwXyZaBcDeFg",
                              "type": "oauth",
                              "status": "active",
                              "is_default": true,
                              "is_managed": true,
                              "name": "GitHub OAuth",
                              "description": "OAuth credentials for GitHub API",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "config": {
                              "object": "provider.config#preview",
                              "id": "pcf_7dEfGhJkLmNpQrSt",
                              "name": "Production Config",
                              "description": "Configuration for production environment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "auth_config": {
                              "object": "provider.auth_config#preview",
                              "id": "pcf_7dEfGhJkLmNpQrSt",
                              "name": "Production Config",
                              "description": "Configuration for production environment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            }
                          },
                          {
                            "object": "magic_mcp.server.provider",
                            "status": "pending",
                            "provider_management_mode": "manual",
                            "metadata": {},
                            "tool_filter": {
                              "type": "allow_all"
                            },
                            "provider": {
                              "object": "provider#preview",
                              "id": "pro_5gHjKlMnPqRsTuVw",
                              "name": "GitHub",
                              "description": "Connect to GitHub repositories, issues, and pull requests",
                              "slug": "github",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "deployment": {
                              "object": "provider.deployment#preview",
                              "id": "pde_1aBcDeFgHjKlMnPq",
                              "name": "Production",
                              "description": "Production deployment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "auth_method": {
                              "object": "provider.capabilities.auth_method",
                              "id": "pam_2mNpQrStUvWxYzAb",
                              "type": "oauth",
                              "key": "oauth2",
                              "name": "OAuth 2.0",
                              "description": "Authenticate using OAuth 2.0",
                              "capabilities": {},
                              "input_schema": {
                                "type": "json_schema",
                                "schema": {}
                              },
                              "output_schema": {
                                "type": "json_schema",
                                "schema": {}
                              },
                              "scopes": [
                                {
                                  "object": "provider.capabilities.auth_method.scope",
                                  "id": "pams_8tUvWxYzAbCdEfGh",
                                  "scope": "repo",
                                  "name": "Repository Access",
                                  "description": "Full control of private repositories"
                                },
                                {
                                  "object": "provider.capabilities.auth_method.scope",
                                  "id": "pams_8tUvWxYzAbCdEfGh",
                                  "scope": "repo",
                                  "name": "Repository Access",
                                  "description": "Full control of private repositories"
                                }
                              ],
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "auth_credentials": {
                              "object": "provider.auth_credentials",
                              "id": "par_4sTuVwXyZaBcDeFg",
                              "type": "oauth",
                              "status": "active",
                              "is_default": true,
                              "is_managed": true,
                              "name": "GitHub OAuth",
                              "description": "OAuth credentials for GitHub API",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "config": {
                              "object": "provider.config#preview",
                              "id": "pcf_7dEfGhJkLmNpQrSt",
                              "name": "Production Config",
                              "description": "Configuration for production environment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "auth_config": {
                              "object": "provider.auth_config#preview",
                              "id": "pcf_7dEfGhJkLmNpQrSt",
                              "name": "Production Config",
                              "description": "Configuration for production environment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            }
                          }
                        ],
                        "metadata": {}
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "magic_mcp.server"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "source": {
                        "examples": [
                          "manual",
                          "consumer_provider_template"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_management_mode": {
                        "examples": [
                          "manual",
                          "inherited_from_provider_template",
                          "inherited_from_integration"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "endpoints": {
                        "examples": [
                          [
                            {},
                            {}
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {}
                            ],
                            "properties": {
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "alias": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "url": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_template_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "providers": {
                        "examples": [
                          [
                            {
                              "object": "magic_mcp.server.provider",
                              "status": "pending",
                              "provider_management_mode": "manual",
                              "metadata": {},
                              "tool_filter": {
                                "type": "allow_all"
                              },
                              "provider": {
                                "object": "provider#preview",
                                "id": "pro_5gHjKlMnPqRsTuVw",
                                "name": "GitHub",
                                "description": "Connect to GitHub repositories, issues, and pull requests",
                                "slug": "github",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              },
                              "deployment": {
                                "object": "provider.deployment#preview",
                                "id": "pde_1aBcDeFgHjKlMnPq",
                                "name": "Production",
                                "description": "Production deployment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              },
                              "auth_method": {
                                "object": "provider.capabilities.auth_method",
                                "id": "pam_2mNpQrStUvWxYzAb",
                                "type": "oauth",
                                "key": "oauth2",
                                "name": "OAuth 2.0",
                                "description": "Authenticate using OAuth 2.0",
                                "capabilities": {},
                                "input_schema": {
                                  "type": "json_schema",
                                  "schema": {}
                                },
                                "output_schema": {
                                  "type": "json_schema",
                                  "schema": {}
                                },
                                "scopes": [
                                  {
                                    "object": "provider.capabilities.auth_method.scope",
                                    "id": "pams_8tUvWxYzAbCdEfGh",
                                    "scope": "repo",
                                    "name": "Repository Access",
                                    "description": "Full control of private repositories"
                                  },
                                  {
                                    "object": "provider.capabilities.auth_method.scope",
                                    "id": "pams_8tUvWxYzAbCdEfGh",
                                    "scope": "repo",
                                    "name": "Repository Access",
                                    "description": "Full control of private repositories"
                                  }
                                ],
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              },
                              "auth_credentials": {
                                "object": "provider.auth_credentials",
                                "id": "par_4sTuVwXyZaBcDeFg",
                                "type": "oauth",
                                "status": "active",
                                "is_default": true,
                                "is_managed": true,
                                "name": "GitHub OAuth",
                                "description": "OAuth credentials for GitHub API",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              },
                              "config": {
                                "object": "provider.config#preview",
                                "id": "pcf_7dEfGhJkLmNpQrSt",
                                "name": "Production Config",
                                "description": "Configuration for production environment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              },
                              "auth_config": {
                                "object": "provider.auth_config#preview",
                                "id": "pcf_7dEfGhJkLmNpQrSt",
                                "name": "Production Config",
                                "description": "Configuration for production environment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            },
                            {
                              "object": "magic_mcp.server.provider",
                              "status": "pending",
                              "provider_management_mode": "manual",
                              "metadata": {},
                              "tool_filter": {
                                "type": "allow_all"
                              },
                              "provider": {
                                "object": "provider#preview",
                                "id": "pro_5gHjKlMnPqRsTuVw",
                                "name": "GitHub",
                                "description": "Connect to GitHub repositories, issues, and pull requests",
                                "slug": "github",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              },
                              "deployment": {
                                "object": "provider.deployment#preview",
                                "id": "pde_1aBcDeFgHjKlMnPq",
                                "name": "Production",
                                "description": "Production deployment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              },
                              "auth_method": {
                                "object": "provider.capabilities.auth_method",
                                "id": "pam_2mNpQrStUvWxYzAb",
                                "type": "oauth",
                                "key": "oauth2",
                                "name": "OAuth 2.0",
                                "description": "Authenticate using OAuth 2.0",
                                "capabilities": {},
                                "input_schema": {
                                  "type": "json_schema",
                                  "schema": {}
                                },
                                "output_schema": {
                                  "type": "json_schema",
                                  "schema": {}
                                },
                                "scopes": [
                                  {
                                    "object": "provider.capabilities.auth_method.scope",
                                    "id": "pams_8tUvWxYzAbCdEfGh",
                                    "scope": "repo",
                                    "name": "Repository Access",
                                    "description": "Full control of private repositories"
                                  },
                                  {
                                    "object": "provider.capabilities.auth_method.scope",
                                    "id": "pams_8tUvWxYzAbCdEfGh",
                                    "scope": "repo",
                                    "name": "Repository Access",
                                    "description": "Full control of private repositories"
                                  }
                                ],
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              },
                              "auth_credentials": {
                                "object": "provider.auth_credentials",
                                "id": "par_4sTuVwXyZaBcDeFg",
                                "type": "oauth",
                                "status": "active",
                                "is_default": true,
                                "is_managed": true,
                                "name": "GitHub OAuth",
                                "description": "OAuth credentials for GitHub API",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              },
                              "config": {
                                "object": "provider.config#preview",
                                "id": "pcf_7dEfGhJkLmNpQrSt",
                                "name": "Production Config",
                                "description": "Configuration for production environment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              },
                              "auth_config": {
                                "object": "provider.auth_config#preview",
                                "id": "pcf_7dEfGhJkLmNpQrSt",
                                "name": "Production Config",
                                "description": "Configuration for production environment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "magic_mcp.server.provider",
                                "status": "pending",
                                "provider_management_mode": "manual",
                                "metadata": {},
                                "tool_filter": {
                                  "type": "allow_all"
                                },
                                "provider": {
                                  "object": "provider#preview",
                                  "id": "pro_5gHjKlMnPqRsTuVw",
                                  "name": "GitHub",
                                  "description": "Connect to GitHub repositories, issues, and pull requests",
                                  "slug": "github",
                                  "created_at": "2025-09-15T10:30:00.000Z",
                                  "updated_at": "2026-01-10T14:45:00.000Z"
                                },
                                "deployment": {
                                  "object": "provider.deployment#preview",
                                  "id": "pde_1aBcDeFgHjKlMnPq",
                                  "name": "Production",
                                  "description": "Production deployment",
                                  "metadata": {},
                                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                  "created_at": "2025-09-15T10:30:00.000Z",
                                  "updated_at": "2026-01-10T14:45:00.000Z"
                                },
                                "auth_method": {
                                  "object": "provider.capabilities.auth_method",
                                  "id": "pam_2mNpQrStUvWxYzAb",
                                  "type": "oauth",
                                  "key": "oauth2",
                                  "name": "OAuth 2.0",
                                  "description": "Authenticate using OAuth 2.0",
                                  "capabilities": {},
                                  "input_schema": {
                                    "type": "json_schema",
                                    "schema": {}
                                  },
                                  "output_schema": {
                                    "type": "json_schema",
                                    "schema": {}
                                  },
                                  "scopes": [
                                    {
                                      "object": "provider.capabilities.auth_method.scope",
                                      "id": "pams_8tUvWxYzAbCdEfGh",
                                      "scope": "repo",
                                      "name": "Repository Access",
                                      "description": "Full control of private repositories"
                                    },
                                    {
                                      "object": "provider.capabilities.auth_method.scope",
                                      "id": "pams_8tUvWxYzAbCdEfGh",
                                      "scope": "repo",
                                      "name": "Repository Access",
                                      "description": "Full control of private repositories"
                                    }
                                  ],
                                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                                  "created_at": "2025-09-15T10:30:00.000Z",
                                  "updated_at": "2026-01-10T14:45:00.000Z"
                                },
                                "auth_credentials": {
                                  "object": "provider.auth_credentials",
                                  "id": "par_4sTuVwXyZaBcDeFg",
                                  "type": "oauth",
                                  "status": "active",
                                  "is_default": true,
                                  "is_managed": true,
                                  "name": "GitHub OAuth",
                                  "description": "OAuth credentials for GitHub API",
                                  "metadata": {},
                                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                  "created_at": "2025-09-15T10:30:00.000Z",
                                  "updated_at": "2026-01-10T14:45:00.000Z"
                                },
                                "config": {
                                  "object": "provider.config#preview",
                                  "id": "pcf_7dEfGhJkLmNpQrSt",
                                  "name": "Production Config",
                                  "description": "Configuration for production environment",
                                  "metadata": {},
                                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                  "created_at": "2025-09-15T10:30:00.000Z",
                                  "updated_at": "2026-01-10T14:45:00.000Z"
                                },
                                "auth_config": {
                                  "object": "provider.auth_config#preview",
                                  "id": "pcf_7dEfGhJkLmNpQrSt",
                                  "name": "Production Config",
                                  "description": "Configuration for production environment",
                                  "metadata": {},
                                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                  "created_at": "2025-09-15T10:30:00.000Z",
                                  "updated_at": "2026-01-10T14:45:00.000Z"
                                }
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "magic_mcp.server.provider"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "pending",
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "magic_mcp_server_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "provider_management_mode": {
                                "examples": [
                                  "manual",
                                  "inherited_from_provider_template",
                                  "inherited_from_integration"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "optional": false,
                                "nullable": true
                              },
                              "tool_filter": {
                                "examples": [
                                  {
                                    "type": "allow_all"
                                  },
                                  {
                                    "type": "filter",
                                    "filters": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_keys"
                                      }
                                    ]
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "allow_all"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "allow_all"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "ignore_parent_filters": {
                                        "examples": [],
                                        "type": "boolean",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "filter",
                                        "filters": [
                                          {
                                            "type": "tool_keys"
                                          },
                                          {
                                            "type": "tool_keys"
                                          }
                                        ]
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "filter"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "filters": {
                                        "examples": [
                                          [
                                            {
                                              "type": "tool_keys"
                                            },
                                            {
                                              "type": "tool_keys"
                                            }
                                          ],
                                          [
                                            {
                                              "type": "tool_regex"
                                            },
                                            {
                                              "type": "tool_regex"
                                            }
                                          ],
                                          [
                                            {
                                              "type": "resource_regex"
                                            },
                                            {
                                              "type": "resource_regex"
                                            }
                                          ],
                                          [
                                            {
                                              "type": "resource_uris"
                                            },
                                            {
                                              "type": "resource_uris"
                                            }
                                          ],
                                          [
                                            {
                                              "type": "prompt_keys"
                                            },
                                            {
                                              "type": "prompt_keys"
                                            }
                                          ],
                                          [
                                            {
                                              "type": "prompt_regex"
                                            },
                                            {
                                              "type": "prompt_regex"
                                            }
                                          ]
                                        ],
                                        "items": [
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_keys"
                                              },
                                              {
                                                "type": "tool_regex"
                                              },
                                              {
                                                "type": "resource_regex"
                                              },
                                              {
                                                "type": "resource_uris"
                                              },
                                              {
                                                "type": "prompt_keys"
                                              },
                                              {
                                                "type": "prompt_regex"
                                              }
                                            ],
                                            "items": [
                                              {
                                                "examples": [
                                                  {
                                                    "type": "tool_keys"
                                                  }
                                                ],
                                                "properties": {
                                                  "type": {
                                                    "examples": [
                                                      "tool_keys"
                                                    ],
                                                    "type": "literal",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  "keys": {
                                                    "examples": [],
                                                    "items": [
                                                      {
                                                        "examples": [],
                                                        "type": "string",
                                                        "optional": false,
                                                        "nullable": false
                                                      }
                                                    ],
                                                    "type": "array",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                },
                                                "type": "object",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              {
                                                "examples": [
                                                  {
                                                    "type": "tool_regex"
                                                  }
                                                ],
                                                "properties": {
                                                  "type": {
                                                    "examples": [
                                                      "tool_regex"
                                                    ],
                                                    "type": "literal",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  "pattern": {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                },
                                                "type": "object",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              {
                                                "examples": [
                                                  {
                                                    "type": "resource_regex"
                                                  }
                                                ],
                                                "properties": {
                                                  "type": {
                                                    "examples": [
                                                      "resource_regex"
                                                    ],
                                                    "type": "literal",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  "pattern": {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                },
                                                "type": "object",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              {
                                                "examples": [
                                                  {
                                                    "type": "resource_uris"
                                                  }
                                                ],
                                                "properties": {
                                                  "type": {
                                                    "examples": [
                                                      "resource_uris"
                                                    ],
                                                    "type": "literal",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  "uris": {
                                                    "examples": [],
                                                    "items": [
                                                      {
                                                        "examples": [],
                                                        "type": "string",
                                                        "optional": false,
                                                        "nullable": false
                                                      }
                                                    ],
                                                    "type": "array",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                },
                                                "type": "object",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              {
                                                "examples": [
                                                  {
                                                    "type": "prompt_keys"
                                                  }
                                                ],
                                                "properties": {
                                                  "type": {
                                                    "examples": [
                                                      "prompt_keys"
                                                    ],
                                                    "type": "literal",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  "keys": {
                                                    "examples": [],
                                                    "items": [
                                                      {
                                                        "examples": [],
                                                        "type": "string",
                                                        "optional": false,
                                                        "nullable": false
                                                      }
                                                    ],
                                                    "type": "array",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                },
                                                "type": "object",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              {
                                                "examples": [
                                                  {
                                                    "type": "prompt_regex"
                                                  }
                                                ],
                                                "properties": {
                                                  "type": {
                                                    "examples": [
                                                      "prompt_regex"
                                                    ],
                                                    "type": "literal",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  "pattern": {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                },
                                                "type": "object",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "union",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "ignore_parent_filters": {
                                        "examples": [],
                                        "type": "boolean",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "description": "Tool filter configuration",
                                "optional": false,
                                "nullable": true
                              },
                              "provider": {
                                "examples": [
                                  {
                                    "object": "provider#preview",
                                    "id": "pro_5gHjKlMnPqRsTuVw",
                                    "name": "GitHub",
                                    "description": "Connect to GitHub repositories, issues, and pull requests",
                                    "slug": "github",
                                    "created_at": "2025-09-15T10:30:00.000Z",
                                    "updated_at": "2026-01-10T14:45:00.000Z"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "provider#preview"
                                    ],
                                    "type": "literal",
                                    "description": "String representing the object's type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [
                                      "pro_5gHjKlMnPqRsTuVw"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "Unique provider identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "GitHub"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "Display name of the provider",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "description": {
                                    "examples": [
                                      "Connect to GitHub repositories, issues, and pull requests"
                                    ],
                                    "type": "string",
                                    "name": "description",
                                    "description": "Brief description of the provider",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "slug": {
                                    "examples": [
                                      "github"
                                    ],
                                    "type": "string",
                                    "name": "slug",
                                    "description": "URL-friendly identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [
                                      "2025-09-15T10:30:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "Timestamp when the provider was created",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [
                                      "2026-01-10T14:45:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "Timestamp when the provider was last updated",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "deployment": {
                                "examples": [
                                  {
                                    "object": "provider.deployment#preview",
                                    "id": "pde_1aBcDeFgHjKlMnPq",
                                    "name": "Production",
                                    "description": "Production deployment",
                                    "metadata": {},
                                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                    "created_at": "2025-09-15T10:30:00.000Z",
                                    "updated_at": "2026-01-10T14:45:00.000Z"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "provider.deployment#preview"
                                    ],
                                    "type": "literal",
                                    "description": "String representing the object's type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [
                                      "pde_1aBcDeFgHjKlMnPq"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "Deployment ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "is_default": {
                                    "examples": [],
                                    "type": "boolean",
                                    "name": "is_default",
                                    "description": "Whether this is the default deployment",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Production"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "Deployment name",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "description": {
                                    "examples": [
                                      "Production deployment"
                                    ],
                                    "type": "string",
                                    "name": "description",
                                    "description": "Description",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "metadata": {
                                    "examples": [
                                      {}
                                    ],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "any",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "record",
                                    "name": "metadata",
                                    "description": "Custom key-value pairs for storing additional information",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "provider_id": {
                                    "examples": [
                                      "pro_5gHjKlMnPqRsTuVw"
                                    ],
                                    "type": "string",
                                    "name": "provider_id",
                                    "description": "Provider ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [
                                      "2025-09-15T10:30:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "Timestamp when created",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [
                                      "2026-01-10T14:45:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "Timestamp when last updated",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "auth_method": {
                                "examples": [
                                  {
                                    "object": "provider.capabilities.auth_method",
                                    "id": "pam_2mNpQrStUvWxYzAb",
                                    "type": "oauth",
                                    "key": "oauth2",
                                    "name": "OAuth 2.0",
                                    "description": "Authenticate using OAuth 2.0",
                                    "capabilities": {},
                                    "input_schema": {
                                      "type": "json_schema",
                                      "schema": {}
                                    },
                                    "output_schema": {
                                      "type": "json_schema",
                                      "schema": {}
                                    },
                                    "scopes": [
                                      {
                                        "object": "provider.capabilities.auth_method.scope",
                                        "id": "pams_8tUvWxYzAbCdEfGh",
                                        "scope": "repo",
                                        "name": "Repository Access",
                                        "description": "Full control of private repositories"
                                      },
                                      {
                                        "object": "provider.capabilities.auth_method.scope",
                                        "id": "pams_8tUvWxYzAbCdEfGh",
                                        "scope": "repo",
                                        "name": "Repository Access",
                                        "description": "Full control of private repositories"
                                      }
                                    ],
                                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                                    "created_at": "2025-09-15T10:30:00.000Z",
                                    "updated_at": "2026-01-10T14:45:00.000Z"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "provider.capabilities.auth_method"
                                    ],
                                    "type": "literal",
                                    "description": "String representing the object's type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [
                                      "pam_2mNpQrStUvWxYzAb"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "Unique auth method identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "type": {
                                    "examples": [
                                      "oauth",
                                      "token",
                                      "custom"
                                    ],
                                    "type": "enum",
                                    "name": "type",
                                    "description": "Authentication type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "key": {
                                    "examples": [
                                      "oauth2"
                                    ],
                                    "type": "string",
                                    "name": "key",
                                    "description": "Auth method key",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "OAuth 2.0"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "Display name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "description": {
                                    "examples": [
                                      "Authenticate using OAuth 2.0"
                                    ],
                                    "type": "string",
                                    "name": "description",
                                    "description": "Auth method description",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "capabilities": {
                                    "examples": [
                                      {}
                                    ],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "any",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "record",
                                    "name": "capabilities",
                                    "description": "Auth method capabilities",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "input_schema": {
                                    "examples": [
                                      {
                                        "type": "json_schema",
                                        "schema": {}
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "json_schema"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "schema": {
                                        "examples": [
                                          {}
                                        ],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "any",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "record",
                                        "name": "schema",
                                        "description": "JSON Schema defining the required auth input fields",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "output_schema": {
                                    "examples": [
                                      {
                                        "type": "json_schema",
                                        "schema": {}
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "json_schema"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "schema": {
                                        "examples": [
                                          {}
                                        ],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "any",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "record",
                                        "name": "schema",
                                        "description": "JSON Schema defining the auth output fields",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "scopes": {
                                    "examples": [
                                      [
                                        {
                                          "object": "provider.capabilities.auth_method.scope",
                                          "id": "pams_8tUvWxYzAbCdEfGh",
                                          "scope": "repo",
                                          "name": "Repository Access",
                                          "description": "Full control of private repositories"
                                        },
                                        {
                                          "object": "provider.capabilities.auth_method.scope",
                                          "id": "pams_8tUvWxYzAbCdEfGh",
                                          "scope": "repo",
                                          "name": "Repository Access",
                                          "description": "Full control of private repositories"
                                        }
                                      ]
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "object": "provider.capabilities.auth_method.scope",
                                            "id": "pams_8tUvWxYzAbCdEfGh",
                                            "scope": "repo",
                                            "name": "Repository Access",
                                            "description": "Full control of private repositories"
                                          }
                                        ],
                                        "properties": {
                                          "object": {
                                            "examples": [
                                              "provider.capabilities.auth_method.scope"
                                            ],
                                            "type": "literal",
                                            "description": "String representing the object's type",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "id": {
                                            "examples": [
                                              "pams_8tUvWxYzAbCdEfGh"
                                            ],
                                            "type": "string",
                                            "name": "id",
                                            "description": "Unique scope identifier",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "scope": {
                                            "examples": [
                                              "repo",
                                              "user:email"
                                            ],
                                            "type": "string",
                                            "name": "scope",
                                            "description": "OAuth scope string",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "name": {
                                            "examples": [
                                              "Repository Access"
                                            ],
                                            "type": "string",
                                            "name": "name",
                                            "description": "Display name of the scope",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "description": {
                                            "examples": [
                                              "Full control of private repositories"
                                            ],
                                            "type": "string",
                                            "name": "description",
                                            "description": "Scope description",
                                            "optional": false,
                                            "nullable": true
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "name": "scopes",
                                    "description": "Available OAuth scopes",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "provider_id": {
                                    "examples": [
                                      "pro_5gHjKlMnPqRsTuVw"
                                    ],
                                    "type": "string",
                                    "name": "provider_id",
                                    "description": "Provider ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "provider_specification_id": {
                                    "examples": [
                                      "psp_9gHjKlMnPqRsTuVw"
                                    ],
                                    "type": "string",
                                    "name": "provider_specification_id",
                                    "description": "Specification ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [
                                      "2025-09-15T10:30:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "Timestamp when created",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [
                                      "2026-01-10T14:45:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "Timestamp when last updated",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": true
                              },
                              "auth_credentials": {
                                "examples": [
                                  {
                                    "object": "provider.auth_credentials",
                                    "id": "par_4sTuVwXyZaBcDeFg",
                                    "type": "oauth",
                                    "status": "active",
                                    "is_default": true,
                                    "is_managed": true,
                                    "name": "GitHub OAuth",
                                    "description": "OAuth credentials for GitHub API",
                                    "metadata": {},
                                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                    "created_at": "2025-09-15T10:30:00.000Z",
                                    "updated_at": "2026-01-10T14:45:00.000Z"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "provider.auth_credentials"
                                    ],
                                    "type": "literal",
                                    "description": "String representing the object's type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [
                                      "par_4sTuVwXyZaBcDeFg"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "Unique credentials identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "type": {
                                    "examples": [
                                      "oauth"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "status": {
                                    "examples": [
                                      "active",
                                      "archived",
                                      "deleted"
                                    ],
                                    "type": "enum",
                                    "name": "status",
                                    "description": "Credentials status",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "is_default": {
                                    "examples": [
                                      true,
                                      false
                                    ],
                                    "type": "boolean",
                                    "name": "is_default",
                                    "description": "Whether this is the default credentials for the provider",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "is_managed": {
                                    "examples": [
                                      true,
                                      false
                                    ],
                                    "type": "boolean",
                                    "name": "is_managed",
                                    "description": "Whether these credentials are managed by Metorial",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "GitHub OAuth"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "Display name",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "description": {
                                    "examples": [
                                      "OAuth credentials for GitHub API"
                                    ],
                                    "type": "string",
                                    "name": "description",
                                    "description": "Description",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "metadata": {
                                    "examples": [
                                      {}
                                    ],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "any",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "record",
                                    "name": "metadata",
                                    "description": "Custom key-value pairs for storing additional information",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "scopes": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "name": "scopes",
                                    "description": "OAuth scopes requested by this credential",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "provider_id": {
                                    "examples": [
                                      "pro_5gHjKlMnPqRsTuVw"
                                    ],
                                    "type": "string",
                                    "name": "provider_id",
                                    "description": "Provider ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [
                                      "2025-09-15T10:30:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "Timestamp when created",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [
                                      "2026-01-10T14:45:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "Timestamp when last updated",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": true
                              },
                              "config": {
                                "examples": [
                                  {
                                    "object": "provider.config#preview",
                                    "id": "pcf_7dEfGhJkLmNpQrSt",
                                    "name": "Production Config",
                                    "description": "Configuration for production environment",
                                    "metadata": {},
                                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                    "created_at": "2025-09-15T10:30:00.000Z",
                                    "updated_at": "2026-01-10T14:45:00.000Z"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "provider.config#preview"
                                    ],
                                    "type": "literal",
                                    "description": "String representing the object's type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [
                                      "pcf_7dEfGhJkLmNpQrSt"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "Config ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "is_default": {
                                    "examples": [],
                                    "type": "boolean",
                                    "name": "is_default",
                                    "description": "Whether this is the default config",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Production Config"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "Config name",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "description": {
                                    "examples": [
                                      "Configuration for production environment"
                                    ],
                                    "type": "string",
                                    "name": "description",
                                    "description": "Description",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "metadata": {
                                    "examples": [
                                      {}
                                    ],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "any",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "record",
                                    "name": "metadata",
                                    "description": "Custom key-value pairs for storing additional information",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "provider_id": {
                                    "examples": [
                                      "pro_5gHjKlMnPqRsTuVw"
                                    ],
                                    "type": "string",
                                    "name": "provider_id",
                                    "description": "Provider ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [
                                      "2025-09-15T10:30:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "Timestamp when created",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [
                                      "2026-01-10T14:45:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "Timestamp when last updated",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": true
                              },
                              "auth_config": {
                                "examples": [
                                  {
                                    "object": "provider.auth_config#preview",
                                    "id": "pcf_7dEfGhJkLmNpQrSt",
                                    "name": "Production Config",
                                    "description": "Configuration for production environment",
                                    "metadata": {},
                                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                    "created_at": "2025-09-15T10:30:00.000Z",
                                    "updated_at": "2026-01-10T14:45:00.000Z"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "provider.auth_config#preview"
                                    ],
                                    "type": "literal",
                                    "description": "String representing the object's type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [
                                      "pcf_7dEfGhJkLmNpQrSt"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "Config ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "is_default": {
                                    "examples": [],
                                    "type": "boolean",
                                    "name": "is_default",
                                    "description": "Whether this is the default config",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Production Config"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "Config name",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "description": {
                                    "examples": [
                                      "Configuration for production environment"
                                    ],
                                    "type": "string",
                                    "name": "description",
                                    "description": "Description",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "metadata": {
                                    "examples": [
                                      {}
                                    ],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "any",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "record",
                                    "name": "metadata",
                                    "description": "Custom key-value pairs for storing additional information",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "provider_id": {
                                    "examples": [
                                      "pro_5gHjKlMnPqRsTuVw"
                                    ],
                                    "type": "string",
                                    "name": "provider_id",
                                    "description": "Provider ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [
                                      "2025-09-15T10:30:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "Timestamp when created",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [
                                      "2026-01-10T14:45:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "Timestamp when last updated",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": true
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "archived_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "magic_mcp_endpoint": {
                    "examples": [
                      {
                        "object": "magic_mcp.endpoint",
                        "status": "active",
                        "metadata": {}
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "magic_mcp.endpoint"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "servers": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "object": "magic_mcp.server#preview",
                                    "status": "active"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "magic_mcp.server#preview"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "status": {
                                    "examples": [
                                      "active",
                                      "archived",
                                      "deleted"
                                    ],
                                    "type": "enum",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "description": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "tool_filters": {
                                      "type": "tool_keys"
                                    }
                                  }
                                ],
                                "properties": {
                                  "tool_filters": {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_regex"
                                      },
                                      {
                                        "type": "resource_regex"
                                      },
                                      {
                                        "type": "resource_uris"
                                      },
                                      {
                                        "type": "prompt_keys"
                                      },
                                      {
                                        "type": "prompt_regex"
                                      },
                                      [
                                        {
                                          "type": "tool_keys"
                                        },
                                        {
                                          "type": "tool_keys"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "tool_regex"
                                        },
                                        {
                                          "type": "tool_regex"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "resource_regex"
                                        },
                                        {
                                          "type": "resource_regex"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "resource_uris"
                                        },
                                        {
                                          "type": "resource_uris"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "prompt_keys"
                                        },
                                        {
                                          "type": "prompt_keys"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "prompt_regex"
                                        },
                                        {
                                          "type": "prompt_regex"
                                        }
                                      ]
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          },
                                          {
                                            "type": "tool_regex"
                                          },
                                          {
                                            "type": "resource_regex"
                                          },
                                          {
                                            "type": "resource_uris"
                                          },
                                          {
                                            "type": "prompt_keys"
                                          },
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "items": [
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_keys"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "tool_keys"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "keys": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "tool_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "resource_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "resource_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "resource_uris"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "resource_uris"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "uris": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "prompt_keys"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "prompt_keys"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "keys": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "prompt_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "prompt_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "union",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          [
                                            {
                                              "type": "tool_keys"
                                            },
                                            {
                                              "type": "tool_keys"
                                            }
                                          ],
                                          [
                                            {
                                              "type": "tool_regex"
                                            },
                                            {
                                              "type": "tool_regex"
                                            }
                                          ],
                                          [
                                            {
                                              "type": "resource_regex"
                                            },
                                            {
                                              "type": "resource_regex"
                                            }
                                          ],
                                          [
                                            {
                                              "type": "resource_uris"
                                            },
                                            {
                                              "type": "resource_uris"
                                            }
                                          ],
                                          [
                                            {
                                              "type": "prompt_keys"
                                            },
                                            {
                                              "type": "prompt_keys"
                                            }
                                          ],
                                          [
                                            {
                                              "type": "prompt_regex"
                                            },
                                            {
                                              "type": "prompt_regex"
                                            }
                                          ]
                                        ],
                                        "items": [
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_keys"
                                              },
                                              {
                                                "type": "tool_regex"
                                              },
                                              {
                                                "type": "resource_regex"
                                              },
                                              {
                                                "type": "resource_uris"
                                              },
                                              {
                                                "type": "prompt_keys"
                                              },
                                              {
                                                "type": "prompt_regex"
                                              }
                                            ],
                                            "items": [
                                              {
                                                "examples": [
                                                  {
                                                    "type": "tool_keys"
                                                  }
                                                ],
                                                "properties": {
                                                  "type": {
                                                    "examples": [
                                                      "tool_keys"
                                                    ],
                                                    "type": "literal",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  "keys": {
                                                    "examples": [],
                                                    "items": [
                                                      {
                                                        "examples": [],
                                                        "type": "string",
                                                        "optional": false,
                                                        "nullable": false
                                                      }
                                                    ],
                                                    "type": "array",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                },
                                                "type": "object",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              {
                                                "examples": [
                                                  {
                                                    "type": "tool_regex"
                                                  }
                                                ],
                                                "properties": {
                                                  "type": {
                                                    "examples": [
                                                      "tool_regex"
                                                    ],
                                                    "type": "literal",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  "pattern": {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                },
                                                "type": "object",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              {
                                                "examples": [
                                                  {
                                                    "type": "resource_regex"
                                                  }
                                                ],
                                                "properties": {
                                                  "type": {
                                                    "examples": [
                                                      "resource_regex"
                                                    ],
                                                    "type": "literal",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  "pattern": {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                },
                                                "type": "object",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              {
                                                "examples": [
                                                  {
                                                    "type": "resource_uris"
                                                  }
                                                ],
                                                "properties": {
                                                  "type": {
                                                    "examples": [
                                                      "resource_uris"
                                                    ],
                                                    "type": "literal",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  "uris": {
                                                    "examples": [],
                                                    "items": [
                                                      {
                                                        "examples": [],
                                                        "type": "string",
                                                        "optional": false,
                                                        "nullable": false
                                                      }
                                                    ],
                                                    "type": "array",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                },
                                                "type": "object",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              {
                                                "examples": [
                                                  {
                                                    "type": "prompt_keys"
                                                  }
                                                ],
                                                "properties": {
                                                  "type": {
                                                    "examples": [
                                                      "prompt_keys"
                                                    ],
                                                    "type": "literal",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  "keys": {
                                                    "examples": [],
                                                    "items": [
                                                      {
                                                        "examples": [],
                                                        "type": "string",
                                                        "optional": false,
                                                        "nullable": false
                                                      }
                                                    ],
                                                    "type": "array",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                },
                                                "type": "object",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              {
                                                "examples": [
                                                  {
                                                    "type": "prompt_regex"
                                                  }
                                                ],
                                                "properties": {
                                                  "type": {
                                                    "examples": [
                                                      "prompt_regex"
                                                    ],
                                                    "type": "literal",
                                                    "optional": false,
                                                    "nullable": false
                                                  },
                                                  "pattern": {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                },
                                                "type": "object",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "union",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "union",
                                    "optional": false,
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "intersection",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer_profile_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer_integration_ids": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "session_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "expires_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_713",
      "name": "magic_mcp.session",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.session",
            "magic_mcp_server": {
              "object": "magic_mcp.server",
              "status": "active",
              "source": "manual",
              "provider_management_mode": "manual",
              "endpoints": [
                {},
                {}
              ],
              "providers": [
                {
                  "object": "magic_mcp.server.provider",
                  "status": "pending",
                  "provider_management_mode": "manual",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_method": {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_credentials": {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "magic_mcp.server.provider",
                  "status": "pending",
                  "provider_management_mode": "manual",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_method": {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_credentials": {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ],
              "metadata": {}
            },
            "magic_mcp_endpoint": {
              "object": "magic_mcp.endpoint",
              "status": "active",
              "metadata": {}
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.session"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "magic_mcp_server": {
            "examples": [
              {
                "object": "magic_mcp.server",
                "status": "active",
                "source": "manual",
                "provider_management_mode": "manual",
                "endpoints": [
                  {},
                  {}
                ],
                "providers": [
                  {
                    "object": "magic_mcp.server.provider",
                    "status": "pending",
                    "provider_management_mode": "manual",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_method": {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_credentials": {
                      "object": "provider.auth_credentials",
                      "id": "par_4sTuVwXyZaBcDeFg",
                      "type": "oauth",
                      "status": "active",
                      "is_default": true,
                      "is_managed": true,
                      "name": "GitHub OAuth",
                      "description": "OAuth credentials for GitHub API",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  {
                    "object": "magic_mcp.server.provider",
                    "status": "pending",
                    "provider_management_mode": "manual",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_method": {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_credentials": {
                      "object": "provider.auth_credentials",
                      "id": "par_4sTuVwXyZaBcDeFg",
                      "type": "oauth",
                      "status": "active",
                      "is_default": true,
                      "is_managed": true,
                      "name": "GitHub OAuth",
                      "description": "OAuth credentials for GitHub API",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "metadata": {}
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "magic_mcp.server"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "source": {
                "examples": [
                  "manual",
                  "consumer_provider_template"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "provider_management_mode": {
                "examples": [
                  "manual",
                  "inherited_from_provider_template",
                  "inherited_from_integration"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "endpoints": {
                "examples": [
                  [
                    {},
                    {}
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "alias": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "provider_template_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "providers": {
                "examples": [
                  [
                    {
                      "object": "magic_mcp.server.provider",
                      "status": "pending",
                      "provider_management_mode": "manual",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "deployment": {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_method": {
                        "object": "provider.capabilities.auth_method",
                        "id": "pam_2mNpQrStUvWxYzAb",
                        "type": "oauth",
                        "key": "oauth2",
                        "name": "OAuth 2.0",
                        "description": "Authenticate using OAuth 2.0",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "scopes": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          },
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_credentials": {
                        "object": "provider.auth_credentials",
                        "id": "par_4sTuVwXyZaBcDeFg",
                        "type": "oauth",
                        "status": "active",
                        "is_default": true,
                        "is_managed": true,
                        "name": "GitHub OAuth",
                        "description": "OAuth credentials for GitHub API",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "magic_mcp.server.provider",
                      "status": "pending",
                      "provider_management_mode": "manual",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "deployment": {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_method": {
                        "object": "provider.capabilities.auth_method",
                        "id": "pam_2mNpQrStUvWxYzAb",
                        "type": "oauth",
                        "key": "oauth2",
                        "name": "OAuth 2.0",
                        "description": "Authenticate using OAuth 2.0",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "scopes": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          },
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_credentials": {
                        "object": "provider.auth_credentials",
                        "id": "par_4sTuVwXyZaBcDeFg",
                        "type": "oauth",
                        "status": "active",
                        "is_default": true,
                        "is_managed": true,
                        "name": "GitHub OAuth",
                        "description": "OAuth credentials for GitHub API",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "magic_mcp.server.provider",
                        "status": "pending",
                        "provider_management_mode": "manual",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "provider": {
                          "object": "provider#preview",
                          "id": "pro_5gHjKlMnPqRsTuVw",
                          "name": "GitHub",
                          "description": "Connect to GitHub repositories, issues, and pull requests",
                          "slug": "github",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "deployment": {
                          "object": "provider.deployment#preview",
                          "id": "pde_1aBcDeFgHjKlMnPq",
                          "name": "Production",
                          "description": "Production deployment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_method": {
                          "object": "provider.capabilities.auth_method",
                          "id": "pam_2mNpQrStUvWxYzAb",
                          "type": "oauth",
                          "key": "oauth2",
                          "name": "OAuth 2.0",
                          "description": "Authenticate using OAuth 2.0",
                          "capabilities": {},
                          "input_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "output_schema": {
                            "type": "json_schema",
                            "schema": {}
                          },
                          "scopes": [
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            },
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            }
                          ],
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_credentials": {
                          "object": "provider.auth_credentials",
                          "id": "par_4sTuVwXyZaBcDeFg",
                          "type": "oauth",
                          "status": "active",
                          "is_default": true,
                          "is_managed": true,
                          "name": "GitHub OAuth",
                          "description": "OAuth credentials for GitHub API",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_config": {
                          "object": "provider.auth_config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "magic_mcp.server.provider"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "pending",
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "magic_mcp_server_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_management_mode": {
                        "examples": [
                          "manual",
                          "inherited_from_provider_template",
                          "inherited_from_integration"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": true
                      },
                      "tool_filter": {
                        "examples": [
                          {
                            "type": "allow_all"
                          },
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "allow_all"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "allow_all"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "filter"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "filters": {
                                "examples": [
                                  [
                                    {
                                      "type": "tool_keys"
                                    },
                                    {
                                      "type": "tool_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "tool_regex"
                                    },
                                    {
                                      "type": "tool_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_regex"
                                    },
                                    {
                                      "type": "resource_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_uris"
                                    },
                                    {
                                      "type": "resource_uris"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_keys"
                                    },
                                    {
                                      "type": "prompt_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_regex"
                                    },
                                    {
                                      "type": "prompt_regex"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_regex"
                                      },
                                      {
                                        "type": "resource_regex"
                                      },
                                      {
                                        "type": "resource_uris"
                                      },
                                      {
                                        "type": "prompt_keys"
                                      },
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_uris"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_uris"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "uris": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "union",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "description": "Tool filter configuration",
                        "optional": false,
                        "nullable": true
                      },
                      "provider": {
                        "examples": [
                          {
                            "object": "provider#preview",
                            "id": "pro_5gHjKlMnPqRsTuVw",
                            "name": "GitHub",
                            "description": "Connect to GitHub repositories, issues, and pull requests",
                            "slug": "github",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique provider identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "GitHub"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the provider",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Connect to GitHub repositories, issues, and pull requests"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Brief description of the provider",
                            "optional": false,
                            "nullable": true
                          },
                          "slug": {
                            "examples": [
                              "github"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "URL-friendly identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when the provider was created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when the provider was last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "deployment": {
                        "examples": [
                          {
                            "object": "provider.deployment#preview",
                            "id": "pde_1aBcDeFgHjKlMnPq",
                            "name": "Production",
                            "description": "Production deployment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.deployment#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pde_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Deployment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default deployment",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Production"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Deployment name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "Production deployment"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "auth_method": {
                        "examples": [
                          {
                            "object": "provider.capabilities.auth_method",
                            "id": "pam_2mNpQrStUvWxYzAb",
                            "type": "oauth",
                            "key": "oauth2",
                            "name": "OAuth 2.0",
                            "description": "Authenticate using OAuth 2.0",
                            "capabilities": {},
                            "input_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "output_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "scopes": [
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              },
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              }
                            ],
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.capabilities.auth_method"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pam_2mNpQrStUvWxYzAb"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique auth method identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "oauth",
                              "token",
                              "custom"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "Authentication type",
                            "optional": false,
                            "nullable": false
                          },
                          "key": {
                            "examples": [
                              "oauth2"
                            ],
                            "type": "string",
                            "name": "key",
                            "description": "Auth method key",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "OAuth 2.0"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Authenticate using OAuth 2.0"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Auth method description",
                            "optional": false,
                            "nullable": true
                          },
                          "capabilities": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "capabilities",
                            "description": "Auth method capabilities",
                            "optional": false,
                            "nullable": false
                          },
                          "input_schema": {
                            "examples": [
                              {
                                "type": "json_schema",
                                "schema": {}
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "json_schema"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "schema": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "schema",
                                "description": "JSON Schema defining the required auth input fields",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "output_schema": {
                            "examples": [
                              {
                                "type": "json_schema",
                                "schema": {}
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "json_schema"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "schema": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "schema",
                                "description": "JSON Schema defining the auth output fields",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "scopes": {
                            "examples": [
                              [
                                {
                                  "object": "provider.capabilities.auth_method.scope",
                                  "id": "pams_8tUvWxYzAbCdEfGh",
                                  "scope": "repo",
                                  "name": "Repository Access",
                                  "description": "Full control of private repositories"
                                },
                                {
                                  "object": "provider.capabilities.auth_method.scope",
                                  "id": "pams_8tUvWxYzAbCdEfGh",
                                  "scope": "repo",
                                  "name": "Repository Access",
                                  "description": "Full control of private repositories"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "object": "provider.capabilities.auth_method.scope",
                                    "id": "pams_8tUvWxYzAbCdEfGh",
                                    "scope": "repo",
                                    "name": "Repository Access",
                                    "description": "Full control of private repositories"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "provider.capabilities.auth_method.scope"
                                    ],
                                    "type": "literal",
                                    "description": "String representing the object's type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [
                                      "pams_8tUvWxYzAbCdEfGh"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "Unique scope identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "scope": {
                                    "examples": [
                                      "repo",
                                      "user:email"
                                    ],
                                    "type": "string",
                                    "name": "scope",
                                    "description": "OAuth scope string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Repository Access"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "Display name of the scope",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "description": {
                                    "examples": [
                                      "Full control of private repositories"
                                    ],
                                    "type": "string",
                                    "name": "description",
                                    "description": "Scope description",
                                    "optional": false,
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "name": "scopes",
                            "description": "Available OAuth scopes",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_specification_id": {
                            "examples": [
                              "psp_9gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_specification_id",
                            "description": "Specification ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "auth_credentials": {
                        "examples": [
                          {
                            "object": "provider.auth_credentials",
                            "id": "par_4sTuVwXyZaBcDeFg",
                            "type": "oauth",
                            "status": "active",
                            "is_default": true,
                            "is_managed": true,
                            "name": "GitHub OAuth",
                            "description": "OAuth credentials for GitHub API",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.auth_credentials"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "par_4sTuVwXyZaBcDeFg"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique credentials identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "oauth"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Credentials status",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [
                              true,
                              false
                            ],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default credentials for the provider",
                            "optional": false,
                            "nullable": false
                          },
                          "is_managed": {
                            "examples": [
                              true,
                              false
                            ],
                            "type": "boolean",
                            "name": "is_managed",
                            "description": "Whether these credentials are managed by Metorial",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "GitHub OAuth"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "OAuth credentials for GitHub API"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "scopes": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "name": "scopes",
                            "description": "OAuth scopes requested by this credential",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "config": {
                        "examples": [
                          {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.config#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pcf_7dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Config ID",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default config",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Production Config"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Config name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "Configuration for production environment"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "auth_config": {
                        "examples": [
                          {
                            "object": "provider.auth_config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.auth_config#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pcf_7dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Config ID",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default config",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Production Config"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Config name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "Configuration for production environment"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "archived_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "magic_mcp_endpoint": {
            "examples": [
              {
                "object": "magic_mcp.endpoint",
                "status": "active",
                "metadata": {}
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "magic_mcp.endpoint"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "servers": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "magic_mcp.server#preview",
                            "status": "active"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "magic_mcp.server#preview"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "tool_filters": {
                              "type": "tool_keys"
                            }
                          }
                        ],
                        "properties": {
                          "tool_filters": {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              },
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  [
                                    {
                                      "type": "tool_keys"
                                    },
                                    {
                                      "type": "tool_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "tool_regex"
                                    },
                                    {
                                      "type": "tool_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_regex"
                                    },
                                    {
                                      "type": "resource_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_uris"
                                    },
                                    {
                                      "type": "resource_uris"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_keys"
                                    },
                                    {
                                      "type": "prompt_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_regex"
                                    },
                                    {
                                      "type": "prompt_regex"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_regex"
                                      },
                                      {
                                        "type": "resource_regex"
                                      },
                                      {
                                        "type": "resource_uris"
                                      },
                                      {
                                        "type": "prompt_keys"
                                      },
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_uris"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_uris"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "uris": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "union",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "intersection",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "consumer_profile_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "consumer_integration_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "session_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_716",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active"
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "active",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "magic_mcp_group_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "magic_mcp_server_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "magic_mcp_endpoint_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_717",
      "name": "magic_mcp.token",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "magic_mcp.token",
                "status": "active",
                "server": {
                  "object": "magic_mcp.server#preview",
                  "status": "active"
                },
                "endpoint": {
                  "object": "magic_mcp.endpoint#preview",
                  "status": "active"
                },
                "groups": [
                  {
                    "object": "magic_mcp.group",
                    "status": "active",
                    "metadata": {}
                  },
                  {
                    "object": "magic_mcp.group",
                    "status": "active",
                    "metadata": {}
                  }
                ],
                "metadata": {}
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "magic_mcp.token",
                  "status": "active",
                  "server": {
                    "object": "magic_mcp.server#preview",
                    "status": "active"
                  },
                  "endpoint": {
                    "object": "magic_mcp.endpoint#preview",
                    "status": "active"
                  },
                  "groups": [
                    {
                      "object": "magic_mcp.group",
                      "status": "active",
                      "metadata": {}
                    },
                    {
                      "object": "magic_mcp.group",
                      "status": "active",
                      "metadata": {}
                    }
                  ],
                  "metadata": {}
                },
                {
                  "object": "magic_mcp.token",
                  "status": "active",
                  "server": {
                    "object": "magic_mcp.server#preview",
                    "status": "active"
                  },
                  "endpoint": {
                    "object": "magic_mcp.endpoint#preview",
                    "status": "active"
                  },
                  "groups": [
                    {
                      "object": "magic_mcp.group",
                      "status": "active",
                      "metadata": {}
                    },
                    {
                      "object": "magic_mcp.group",
                      "status": "active",
                      "metadata": {}
                    }
                  ],
                  "metadata": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "magic_mcp.token",
                    "status": "active",
                    "server": {
                      "object": "magic_mcp.server#preview",
                      "status": "active"
                    },
                    "endpoint": {
                      "object": "magic_mcp.endpoint#preview",
                      "status": "active"
                    },
                    "groups": [
                      {
                        "object": "magic_mcp.group",
                        "status": "active",
                        "metadata": {}
                      },
                      {
                        "object": "magic_mcp.group",
                        "status": "active",
                        "metadata": {}
                      }
                    ],
                    "metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "magic_mcp.token"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "secret": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "server": {
                    "examples": [
                      {
                        "object": "magic_mcp.server#preview",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "magic_mcp.server#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "endpoint": {
                    "examples": [
                      {
                        "object": "magic_mcp.endpoint#preview",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "magic_mcp.endpoint#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "groups": {
                    "examples": [
                      [
                        {
                          "object": "magic_mcp.group",
                          "status": "active",
                          "metadata": {}
                        },
                        {
                          "object": "magic_mcp.group",
                          "status": "active",
                          "metadata": {}
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "magic_mcp.group",
                            "status": "active",
                            "metadata": {}
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "magic_mcp.group"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "deleted",
                              "archived"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_719",
      "name": "magic_mcp.token",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.token",
            "status": "active",
            "server": {
              "object": "magic_mcp.server#preview",
              "status": "active"
            },
            "endpoint": {
              "object": "magic_mcp.endpoint#preview",
              "status": "active"
            },
            "groups": [
              {
                "object": "magic_mcp.group",
                "status": "active",
                "metadata": {}
              },
              {
                "object": "magic_mcp.group",
                "status": "active",
                "metadata": {}
              }
            ],
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.token"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "secret": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "server": {
            "examples": [
              {
                "object": "magic_mcp.server#preview",
                "status": "active"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "magic_mcp.server#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "endpoint": {
            "examples": [
              {
                "object": "magic_mcp.endpoint#preview",
                "status": "active"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "magic_mcp.endpoint#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "groups": {
            "examples": [
              [
                {
                  "object": "magic_mcp.group",
                  "status": "active",
                  "metadata": {}
                },
                {
                  "object": "magic_mcp.group",
                  "status": "active",
                  "metadata": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "magic_mcp.group",
                    "status": "active",
                    "metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "magic_mcp.group"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "deleted",
                      "archived"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_721",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          },
          "magic_mcp_group_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          },
          "magic_mcp_server_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "magic_mcp_endpoint_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_722",
      "name": "magic_mcp.token",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.token",
            "status": "active",
            "server": {
              "object": "magic_mcp.server#preview",
              "status": "active"
            },
            "endpoint": {
              "object": "magic_mcp.endpoint#preview",
              "status": "active"
            },
            "groups": [
              {
                "object": "magic_mcp.group",
                "status": "active",
                "metadata": {}
              },
              {
                "object": "magic_mcp.group",
                "status": "active",
                "metadata": {}
              }
            ],
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.token"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "secret": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "server": {
            "examples": [
              {
                "object": "magic_mcp.server#preview",
                "status": "active"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "magic_mcp.server#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "endpoint": {
            "examples": [
              {
                "object": "magic_mcp.endpoint#preview",
                "status": "active"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "magic_mcp.endpoint#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "groups": {
            "examples": [
              [
                {
                  "object": "magic_mcp.group",
                  "status": "active",
                  "metadata": {}
                },
                {
                  "object": "magic_mcp.group",
                  "status": "active",
                  "metadata": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "magic_mcp.group",
                    "status": "active",
                    "metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "magic_mcp.group"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "deleted",
                      "archived"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_724",
      "name": "magic_mcp.token",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.token",
            "status": "active",
            "server": {
              "object": "magic_mcp.server#preview",
              "status": "active"
            },
            "endpoint": {
              "object": "magic_mcp.endpoint#preview",
              "status": "active"
            },
            "groups": [
              {
                "object": "magic_mcp.group",
                "status": "active",
                "metadata": {}
              },
              {
                "object": "magic_mcp.group",
                "status": "active",
                "metadata": {}
              }
            ],
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.token"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "secret": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "server": {
            "examples": [
              {
                "object": "magic_mcp.server#preview",
                "status": "active"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "magic_mcp.server#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "endpoint": {
            "examples": [
              {
                "object": "magic_mcp.endpoint#preview",
                "status": "active"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "magic_mcp.endpoint#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "groups": {
            "examples": [
              [
                {
                  "object": "magic_mcp.group",
                  "status": "active",
                  "metadata": {}
                },
                {
                  "object": "magic_mcp.group",
                  "status": "active",
                  "metadata": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "magic_mcp.group",
                    "status": "active",
                    "metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "magic_mcp.group"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "deleted",
                      "archived"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_726",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_727",
      "name": "magic_mcp.token",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.token",
            "status": "active",
            "server": {
              "object": "magic_mcp.server#preview",
              "status": "active"
            },
            "endpoint": {
              "object": "magic_mcp.endpoint#preview",
              "status": "active"
            },
            "groups": [
              {
                "object": "magic_mcp.group",
                "status": "active",
                "metadata": {}
              },
              {
                "object": "magic_mcp.group",
                "status": "active",
                "metadata": {}
              }
            ],
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.token"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "secret": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "server": {
            "examples": [
              {
                "object": "magic_mcp.server#preview",
                "status": "active"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "magic_mcp.server#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "endpoint": {
            "examples": [
              {
                "object": "magic_mcp.endpoint#preview",
                "status": "active"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "magic_mcp.endpoint#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "groups": {
            "examples": [
              [
                {
                  "object": "magic_mcp.group",
                  "status": "active",
                  "metadata": {}
                },
                {
                  "object": "magic_mcp.group",
                  "status": "active",
                  "metadata": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "magic_mcp.group",
                    "status": "active",
                    "metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "magic_mcp.group"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "deleted",
                      "archived"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_729",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "magic_mcp_group_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_730",
      "name": "magic_mcp.token",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.token",
            "status": "active",
            "server": {
              "object": "magic_mcp.server#preview",
              "status": "active"
            },
            "endpoint": {
              "object": "magic_mcp.endpoint#preview",
              "status": "active"
            },
            "groups": [
              {
                "object": "magic_mcp.group",
                "status": "active",
                "metadata": {}
              },
              {
                "object": "magic_mcp.group",
                "status": "active",
                "metadata": {}
              }
            ],
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.token"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "secret": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "server": {
            "examples": [
              {
                "object": "magic_mcp.server#preview",
                "status": "active"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "magic_mcp.server#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "endpoint": {
            "examples": [
              {
                "object": "magic_mcp.endpoint#preview",
                "status": "active"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "magic_mcp.endpoint#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "groups": {
            "examples": [
              [
                {
                  "object": "magic_mcp.group",
                  "status": "active",
                  "metadata": {}
                },
                {
                  "object": "magic_mcp.group",
                  "status": "active",
                  "metadata": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "magic_mcp.group",
                    "status": "active",
                    "metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "magic_mcp.group"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "deleted",
                      "archived"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_732",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "magic_mcp_group_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_733",
      "name": "magic_mcp.token",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.token",
            "status": "active",
            "server": {
              "object": "magic_mcp.server#preview",
              "status": "active"
            },
            "endpoint": {
              "object": "magic_mcp.endpoint#preview",
              "status": "active"
            },
            "groups": [
              {
                "object": "magic_mcp.group",
                "status": "active",
                "metadata": {}
              },
              {
                "object": "magic_mcp.group",
                "status": "active",
                "metadata": {}
              }
            ],
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.token"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "secret": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "server": {
            "examples": [
              {
                "object": "magic_mcp.server#preview",
                "status": "active"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "magic_mcp.server#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "endpoint": {
            "examples": [
              {
                "object": "magic_mcp.endpoint#preview",
                "status": "active"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "magic_mcp.endpoint#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "groups": {
            "examples": [
              [
                {
                  "object": "magic_mcp.group",
                  "status": "active",
                  "metadata": {}
                },
                {
                  "object": "magic_mcp.group",
                  "status": "active",
                  "metadata": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "magic_mcp.group",
                    "status": "active",
                    "metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "magic_mcp.group"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "deleted",
                      "archived"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_736",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active"
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_737",
      "name": "magic_mcp.group",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "magic_mcp.group",
                "status": "active",
                "metadata": {}
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "magic_mcp.group",
                  "status": "active",
                  "metadata": {}
                },
                {
                  "object": "magic_mcp.group",
                  "status": "active",
                  "metadata": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "magic_mcp.group",
                    "status": "active",
                    "metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "magic_mcp.group"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "deleted",
                      "archived"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_739",
      "name": "magic_mcp.group",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.group",
            "status": "active",
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.group"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted",
              "archived"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_741",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_742",
      "name": "magic_mcp.group",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.group",
            "status": "active",
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.group"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted",
              "archived"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_744",
      "name": "magic_mcp.group",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.group",
            "status": "active",
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.group"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted",
              "archived"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_746",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_747",
      "name": "magic_mcp.group",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.group",
            "status": "active",
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.group"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted",
              "archived"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_749",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "magic_mcp_server_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_750",
      "name": "magic_mcp.group",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.group",
            "status": "active",
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.group"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted",
              "archived"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_752",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "magic_mcp_server_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_753",
      "name": "magic_mcp.group",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.group",
            "status": "active",
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.group"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted",
              "archived"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_756",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "type": "container",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "active",
                  "archived",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by status (active, archived)",
                "optional": true,
                "nullable": false
              },
              "type": {
                "examples": [
                  "container",
                  "function",
                  "remote",
                  [
                    "container",
                    "container"
                  ],
                  [
                    "function",
                    "function"
                  ],
                  [
                    "remote",
                    "remote"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "container",
                      "function",
                      "remote"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "container",
                        "container"
                      ],
                      [
                        "function",
                        "function"
                      ],
                      [
                        "remote",
                        "remote"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "container",
                          "function",
                          "remote"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by type (container, function, remote)",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by custom provider IDs",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider IDs (matches providers connected to sessions)",
                "optional": true,
                "nullable": false
              },
              "search": {
                "examples": [],
                "type": "string",
                "description": "Search by name or description",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for custom provider creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for custom provider creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter custom provider creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for custom provider last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for custom provider last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter custom provider last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_757",
      "name": "customProvider",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "custom_provider",
                "id": "cpr_1aBcDeFgHjKlMnPq",
                "status": "active",
                "type": "function",
                "name": "My Custom Provider",
                "description": "A custom provider for my application",
                "metadata": {},
                "draft": {
                  "object": "custom_provider.draft#function",
                  "container_image": {
                    "object": "custom_provider.draft.container",
                    "container_registry": "https://index.docker.io/v1/",
                    "container_image_tag": "v1.0.0",
                    "container_image": "my-app-image"
                  },
                  "remote_mcp_server": {
                    "object": "custom_provider.draft.remote",
                    "url": "https://mcp.example.com",
                    "transport": "sse"
                  },
                  "config": {
                    "object": "custom_provider.draft.config",
                    "schema": {
                      "type": "json_schema",
                      "schema": {}
                    }
                  }
                },
                "scm_repo": {
                  "object": "scm.repository",
                  "provider": {
                    "object": "scm.provider",
                    "type": "github"
                  }
                },
                "provider": {
                  "object": "provider",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "access": "public",
                  "status": "active",
                  "publisher": {
                    "object": "provider.publisher",
                    "id": "pub_9hJkLmNpQrStUvWx",
                    "name": "Acme Corp",
                    "description": "A leading provider of developer tools",
                    "image_url": "https://cdn.metorial.com/images/acme.png",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "current_version": {
                    "object": "provider.version",
                    "id": "prv_4dEfGhJkLmNpQrSt",
                    "version": "1.0.0",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "Version 1.0.0",
                    "metadata": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "oauth": {
                    "status": "enabled",
                    "auto_registration": {
                      "status": "supported"
                    }
                  },
                  "metadata": {},
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "custom_provider",
                  "id": "cpr_1aBcDeFgHjKlMnPq",
                  "status": "active",
                  "type": "function",
                  "name": "My Custom Provider",
                  "description": "A custom provider for my application",
                  "metadata": {},
                  "draft": {
                    "object": "custom_provider.draft#function",
                    "container_image": {
                      "object": "custom_provider.draft.container",
                      "container_registry": "https://index.docker.io/v1/",
                      "container_image_tag": "v1.0.0",
                      "container_image": "my-app-image"
                    },
                    "remote_mcp_server": {
                      "object": "custom_provider.draft.remote",
                      "url": "https://mcp.example.com",
                      "transport": "sse"
                    },
                    "config": {
                      "object": "custom_provider.draft.config",
                      "schema": {
                        "type": "json_schema",
                        "schema": {}
                      }
                    }
                  },
                  "scm_repo": {
                    "object": "scm.repository",
                    "provider": {
                      "object": "scm.provider",
                      "type": "github"
                    }
                  },
                  "provider": {
                    "object": "provider",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "access": "public",
                    "status": "active",
                    "publisher": {
                      "object": "provider.publisher",
                      "id": "pub_9hJkLmNpQrStUvWx",
                      "name": "Acme Corp",
                      "description": "A leading provider of developer tools",
                      "image_url": "https://cdn.metorial.com/images/acme.png",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "current_version": {
                      "object": "provider.version",
                      "id": "prv_4dEfGhJkLmNpQrSt",
                      "version": "1.0.0",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "Version 1.0.0",
                      "metadata": {},
                      "specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "oauth": {
                      "status": "enabled",
                      "auto_registration": {
                        "status": "supported"
                      }
                    },
                    "metadata": {},
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "custom_provider",
                  "id": "cpr_1aBcDeFgHjKlMnPq",
                  "status": "active",
                  "type": "function",
                  "name": "My Custom Provider",
                  "description": "A custom provider for my application",
                  "metadata": {},
                  "draft": {
                    "object": "custom_provider.draft#function",
                    "container_image": {
                      "object": "custom_provider.draft.container",
                      "container_registry": "https://index.docker.io/v1/",
                      "container_image_tag": "v1.0.0",
                      "container_image": "my-app-image"
                    },
                    "remote_mcp_server": {
                      "object": "custom_provider.draft.remote",
                      "url": "https://mcp.example.com",
                      "transport": "sse"
                    },
                    "config": {
                      "object": "custom_provider.draft.config",
                      "schema": {
                        "type": "json_schema",
                        "schema": {}
                      }
                    }
                  },
                  "scm_repo": {
                    "object": "scm.repository",
                    "provider": {
                      "object": "scm.provider",
                      "type": "github"
                    }
                  },
                  "provider": {
                    "object": "provider",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "access": "public",
                    "status": "active",
                    "publisher": {
                      "object": "provider.publisher",
                      "id": "pub_9hJkLmNpQrStUvWx",
                      "name": "Acme Corp",
                      "description": "A leading provider of developer tools",
                      "image_url": "https://cdn.metorial.com/images/acme.png",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "current_version": {
                      "object": "provider.version",
                      "id": "prv_4dEfGhJkLmNpQrSt",
                      "version": "1.0.0",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "Version 1.0.0",
                      "metadata": {},
                      "specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "oauth": {
                      "status": "enabled",
                      "auto_registration": {
                        "status": "supported"
                      }
                    },
                    "metadata": {},
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "custom_provider",
                    "id": "cpr_1aBcDeFgHjKlMnPq",
                    "status": "active",
                    "type": "function",
                    "name": "My Custom Provider",
                    "description": "A custom provider for my application",
                    "metadata": {},
                    "draft": {
                      "object": "custom_provider.draft#function",
                      "container_image": {
                        "object": "custom_provider.draft.container",
                        "container_registry": "https://index.docker.io/v1/",
                        "container_image_tag": "v1.0.0",
                        "container_image": "my-app-image"
                      },
                      "remote_mcp_server": {
                        "object": "custom_provider.draft.remote",
                        "url": "https://mcp.example.com",
                        "transport": "sse"
                      },
                      "config": {
                        "object": "custom_provider.draft.config",
                        "schema": {
                          "type": "json_schema",
                          "schema": {}
                        }
                      }
                    },
                    "scm_repo": {
                      "object": "scm.repository",
                      "provider": {
                        "object": "scm.provider",
                        "type": "github"
                      }
                    },
                    "provider": {
                      "object": "provider",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "access": "public",
                      "status": "active",
                      "publisher": {
                        "object": "provider.publisher",
                        "id": "pub_9hJkLmNpQrStUvWx",
                        "name": "Acme Corp",
                        "description": "A leading provider of developer tools",
                        "image_url": "https://cdn.metorial.com/images/acme.png",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "current_version": {
                        "object": "provider.version",
                        "id": "prv_4dEfGhJkLmNpQrSt",
                        "version": "1.0.0",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "Version 1.0.0",
                        "metadata": {},
                        "specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "oauth": {
                        "status": "enabled",
                        "auto_registration": {
                          "status": "supported"
                        }
                      },
                      "metadata": {},
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "cpr_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique custom provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current status of the custom provider",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "function",
                      "container",
                      "remote"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Type of the custom provider",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "My Custom Provider"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the custom provider",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "A custom provider for my application"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Brief description of the custom provider",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "draft": {
                    "examples": [
                      {
                        "object": "custom_provider.draft#function",
                        "container_image": {
                          "object": "custom_provider.draft.container",
                          "container_registry": "https://index.docker.io/v1/",
                          "container_image_tag": "v1.0.0",
                          "container_image": "my-app-image"
                        },
                        "remote_mcp_server": {
                          "object": "custom_provider.draft.remote",
                          "url": "https://mcp.example.com",
                          "transport": "sse"
                        },
                        "config": {
                          "object": "custom_provider.draft.config",
                          "schema": {
                            "type": "json_schema",
                            "schema": {}
                          }
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.draft#function",
                          "custom_provider.draft.container",
                          "custom_provider.draft.remote"
                        ],
                        "type": "enum",
                        "description": "String representing the draft's type",
                        "optional": false,
                        "nullable": false
                      },
                      "container_image": {
                        "examples": [
                          {
                            "object": "custom_provider.draft.container",
                            "container_registry": "https://index.docker.io/v1/",
                            "container_image_tag": "v1.0.0",
                            "container_image": "my-app-image"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "custom_provider.draft.container"
                            ],
                            "type": "literal",
                            "description": "String representing the container image draft type",
                            "optional": false,
                            "nullable": false
                          },
                          "container_registry": {
                            "examples": [
                              "https://index.docker.io/v1/"
                            ],
                            "type": "string",
                            "name": "container_registry",
                            "description": "URL of the container registry",
                            "optional": false,
                            "nullable": false
                          },
                          "container_image_tag": {
                            "examples": [
                              "v1.0.0"
                            ],
                            "type": "string",
                            "name": "container_image_tag",
                            "description": "Tag of the container image",
                            "optional": false,
                            "nullable": false
                          },
                          "container_image": {
                            "examples": [
                              "my-app-image"
                            ],
                            "type": "string",
                            "name": "container_image",
                            "description": "Name of the container image",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": true,
                        "nullable": false
                      },
                      "remote_mcp_server": {
                        "examples": [
                          {
                            "object": "custom_provider.draft.remote",
                            "url": "https://mcp.example.com",
                            "transport": "sse"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "custom_provider.draft.remote"
                            ],
                            "type": "literal",
                            "description": "String representing the remote MCP server draft type",
                            "optional": false,
                            "nullable": false
                          },
                          "url": {
                            "examples": [
                              "https://mcp.example.com"
                            ],
                            "type": "string",
                            "name": "url",
                            "description": "URL of the remote MCP server",
                            "optional": false,
                            "nullable": false
                          },
                          "transport": {
                            "examples": [
                              "sse",
                              "streamable_http"
                            ],
                            "type": "enum",
                            "name": "transport",
                            "description": "Transport protocol for connecting to the remote MCP server",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": true,
                        "nullable": false
                      },
                      "config": {
                        "examples": [
                          {
                            "object": "custom_provider.draft.config",
                            "schema": {
                              "type": "json_schema",
                              "schema": {}
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "custom_provider.draft.config"
                            ],
                            "type": "literal",
                            "description": "String representing the custom provider config draft type",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {
                                "type": "json_schema",
                                "schema": {}
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "json_schema"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "schema": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "schema",
                                "description": "JSON Schema defining the configuration fields for the custom provider",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "transformer": {
                            "examples": [],
                            "type": "string",
                            "name": "transformer",
                            "description": "Optional jsonata transformer function for the configuration.",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "scm_repo": {
                    "examples": [
                      {
                        "object": "scm.repository",
                        "provider": {
                          "object": "scm.provider",
                          "type": "github"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "scm.repository"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "description": "Unique repository identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "provider": {
                        "examples": [
                          {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.provider"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "github",
                              "gitlab"
                            ],
                            "type": "enum",
                            "description": "SCM provider type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "description": "External provider identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "description": "Repository name on the provider",
                            "optional": false,
                            "nullable": false
                          },
                          "owner": {
                            "examples": [],
                            "type": "string",
                            "description": "Repository owner on the provider",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "url": {
                        "examples": [],
                        "type": "string",
                        "description": "Repository URL",
                        "optional": false,
                        "nullable": false
                      },
                      "is_private": {
                        "examples": [],
                        "type": "boolean",
                        "description": "Whether the repository is private",
                        "optional": false,
                        "nullable": false
                      },
                      "default_branch": {
                        "examples": [],
                        "type": "string",
                        "description": "Default branch name",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "provider",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "access": "public",
                        "status": "active",
                        "publisher": {
                          "object": "provider.publisher",
                          "id": "pub_9hJkLmNpQrStUvWx",
                          "name": "Acme Corp",
                          "description": "A leading provider of developer tools",
                          "image_url": "https://cdn.metorial.com/images/acme.png",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "current_version": {
                          "object": "provider.version",
                          "id": "prv_4dEfGhJkLmNpQrSt",
                          "version": "1.0.0",
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "name": "Version 1.0.0",
                          "metadata": {},
                          "specification_id": "psp_9gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "oauth": {
                          "status": "enabled",
                          "auto_registration": {
                            "status": "supported"
                          }
                        },
                        "metadata": {},
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique provider identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "access": {
                        "examples": [
                          "public",
                          "tenant"
                        ],
                        "type": "enum",
                        "name": "access",
                        "description": "Access level of the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Current status of the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "publisher": {
                        "examples": [
                          {
                            "object": "provider.publisher",
                            "id": "pub_9hJkLmNpQrStUvWx",
                            "name": "Acme Corp",
                            "description": "A leading provider of developer tools",
                            "image_url": "https://cdn.metorial.com/images/acme.png",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.publisher"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pub_9hJkLmNpQrStUvWx"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique publisher identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Acme Corp"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the publisher",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "A leading provider of developer tools"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Brief description of the publisher",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [
                              "https://cdn.metorial.com/images/acme.png"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "URL of the publisher logo",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "current_version": {
                        "examples": [
                          {
                            "object": "provider.version",
                            "id": "prv_4dEfGhJkLmNpQrSt",
                            "version": "1.0.0",
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "name": "Version 1.0.0",
                            "metadata": {},
                            "specification_id": "psp_9gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.version"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "prv_4dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique version identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "version": {
                            "examples": [
                              "1.0.0"
                            ],
                            "type": "string",
                            "name": "identifier",
                            "description": "Version identifier string",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "is_current": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_current",
                            "description": "Whether this is the current version",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Version 1.0.0"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Version name",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "name": "description",
                            "description": "Version description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "specification_id": {
                            "examples": [
                              "psp_9gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "specification_id",
                            "description": "Specification ID",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "oauth": {
                        "examples": [
                          {
                            "status": "enabled",
                            "auto_registration": {
                              "status": "supported"
                            }
                          }
                        ],
                        "properties": {
                          "status": {
                            "examples": [
                              "enabled",
                              "disabled"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "OAuth status",
                            "optional": false,
                            "nullable": false
                          },
                          "callback_url": {
                            "examples": [],
                            "type": "string",
                            "name": "callback_url",
                            "description": "OAuth callback URL",
                            "optional": false,
                            "nullable": true
                          },
                          "auto_registration": {
                            "examples": [
                              {
                                "status": "supported"
                              }
                            ],
                            "properties": {
                              "status": {
                                "examples": [
                                  "supported",
                                  "unsupported"
                                ],
                                "type": "enum",
                                "name": "status",
                                "description": "Auto-registration status",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "identifier": {
                        "examples": [],
                        "type": "string",
                        "name": "identifier",
                        "description": "Provider identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "name": "description",
                        "description": "Brief description of the provider",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "name": "slug",
                        "description": "URL-friendly identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_759",
      "name": "customProvider",
      "type": {
        "examples": [
          {
            "object": "custom_provider",
            "id": "cpr_1aBcDeFgHjKlMnPq",
            "status": "active",
            "type": "function",
            "name": "My Custom Provider",
            "description": "A custom provider for my application",
            "metadata": {},
            "draft": {
              "object": "custom_provider.draft#function",
              "container_image": {
                "object": "custom_provider.draft.container",
                "container_registry": "https://index.docker.io/v1/",
                "container_image_tag": "v1.0.0",
                "container_image": "my-app-image"
              },
              "remote_mcp_server": {
                "object": "custom_provider.draft.remote",
                "url": "https://mcp.example.com",
                "transport": "sse"
              },
              "config": {
                "object": "custom_provider.draft.config",
                "schema": {
                  "type": "json_schema",
                  "schema": {}
                }
              }
            },
            "scm_repo": {
              "object": "scm.repository",
              "provider": {
                "object": "scm.provider",
                "type": "github"
              }
            },
            "provider": {
              "object": "provider",
              "id": "pro_5gHjKlMnPqRsTuVw",
              "access": "public",
              "status": "active",
              "publisher": {
                "object": "provider.publisher",
                "id": "pub_9hJkLmNpQrStUvWx",
                "name": "Acme Corp",
                "description": "A leading provider of developer tools",
                "image_url": "https://cdn.metorial.com/images/acme.png",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "current_version": {
                "object": "provider.version",
                "id": "prv_4dEfGhJkLmNpQrSt",
                "version": "1.0.0",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "name": "Version 1.0.0",
                "metadata": {},
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "oauth": {
                "status": "enabled",
                "auto_registration": {
                  "status": "supported"
                }
              },
              "metadata": {},
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "custom_provider"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "cpr_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique custom provider identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current status of the custom provider",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "function",
              "container",
              "remote"
            ],
            "type": "enum",
            "name": "type",
            "description": "Type of the custom provider",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "My Custom Provider"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name of the custom provider",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "A custom provider for my application"
            ],
            "type": "string",
            "name": "description",
            "description": "Brief description of the custom provider",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "draft": {
            "examples": [
              {
                "object": "custom_provider.draft#function",
                "container_image": {
                  "object": "custom_provider.draft.container",
                  "container_registry": "https://index.docker.io/v1/",
                  "container_image_tag": "v1.0.0",
                  "container_image": "my-app-image"
                },
                "remote_mcp_server": {
                  "object": "custom_provider.draft.remote",
                  "url": "https://mcp.example.com",
                  "transport": "sse"
                },
                "config": {
                  "object": "custom_provider.draft.config",
                  "schema": {
                    "type": "json_schema",
                    "schema": {}
                  }
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "custom_provider.draft#function",
                  "custom_provider.draft.container",
                  "custom_provider.draft.remote"
                ],
                "type": "enum",
                "description": "String representing the draft's type",
                "optional": false,
                "nullable": false
              },
              "container_image": {
                "examples": [
                  {
                    "object": "custom_provider.draft.container",
                    "container_registry": "https://index.docker.io/v1/",
                    "container_image_tag": "v1.0.0",
                    "container_image": "my-app-image"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.draft.container"
                    ],
                    "type": "literal",
                    "description": "String representing the container image draft type",
                    "optional": false,
                    "nullable": false
                  },
                  "container_registry": {
                    "examples": [
                      "https://index.docker.io/v1/"
                    ],
                    "type": "string",
                    "name": "container_registry",
                    "description": "URL of the container registry",
                    "optional": false,
                    "nullable": false
                  },
                  "container_image_tag": {
                    "examples": [
                      "v1.0.0"
                    ],
                    "type": "string",
                    "name": "container_image_tag",
                    "description": "Tag of the container image",
                    "optional": false,
                    "nullable": false
                  },
                  "container_image": {
                    "examples": [
                      "my-app-image"
                    ],
                    "type": "string",
                    "name": "container_image",
                    "description": "Name of the container image",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": true,
                "nullable": false
              },
              "remote_mcp_server": {
                "examples": [
                  {
                    "object": "custom_provider.draft.remote",
                    "url": "https://mcp.example.com",
                    "transport": "sse"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.draft.remote"
                    ],
                    "type": "literal",
                    "description": "String representing the remote MCP server draft type",
                    "optional": false,
                    "nullable": false
                  },
                  "url": {
                    "examples": [
                      "https://mcp.example.com"
                    ],
                    "type": "string",
                    "name": "url",
                    "description": "URL of the remote MCP server",
                    "optional": false,
                    "nullable": false
                  },
                  "transport": {
                    "examples": [
                      "sse",
                      "streamable_http"
                    ],
                    "type": "enum",
                    "name": "transport",
                    "description": "Transport protocol for connecting to the remote MCP server",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": true,
                "nullable": false
              },
              "config": {
                "examples": [
                  {
                    "object": "custom_provider.draft.config",
                    "schema": {
                      "type": "json_schema",
                      "schema": {}
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.draft.config"
                    ],
                    "type": "literal",
                    "description": "String representing the custom provider config draft type",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the configuration fields for the custom provider",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "transformer": {
                    "examples": [],
                    "type": "string",
                    "name": "transformer",
                    "description": "Optional jsonata transformer function for the configuration.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "scm_repo": {
            "examples": [
              {
                "object": "scm.repository",
                "provider": {
                  "object": "scm.provider",
                  "type": "github"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "scm.repository"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "description": "Unique repository identifier",
                "optional": false,
                "nullable": false
              },
              "provider": {
                "examples": [
                  {
                    "object": "scm.provider",
                    "type": "github"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "scm.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "github",
                      "gitlab"
                    ],
                    "type": "enum",
                    "description": "SCM provider type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "description": "External provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "description": "Repository name on the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "owner": {
                    "examples": [],
                    "type": "string",
                    "description": "Repository owner on the provider",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "url": {
                "examples": [],
                "type": "string",
                "description": "Repository URL",
                "optional": false,
                "nullable": false
              },
              "is_private": {
                "examples": [],
                "type": "boolean",
                "description": "Whether the repository is private",
                "optional": false,
                "nullable": false
              },
              "default_branch": {
                "examples": [],
                "type": "string",
                "description": "Default branch name",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "provider": {
            "examples": [
              {
                "object": "provider",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "access": "public",
                "status": "active",
                "publisher": {
                  "object": "provider.publisher",
                  "id": "pub_9hJkLmNpQrStUvWx",
                  "name": "Acme Corp",
                  "description": "A leading provider of developer tools",
                  "image_url": "https://cdn.metorial.com/images/acme.png",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "current_version": {
                  "object": "provider.version",
                  "id": "prv_4dEfGhJkLmNpQrSt",
                  "version": "1.0.0",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "Version 1.0.0",
                  "metadata": {},
                  "specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "oauth": {
                  "status": "enabled",
                  "auto_registration": {
                    "status": "supported"
                  }
                },
                "metadata": {},
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique provider identifier",
                "optional": false,
                "nullable": false
              },
              "access": {
                "examples": [
                  "public",
                  "tenant"
                ],
                "type": "enum",
                "name": "access",
                "description": "Access level of the provider",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Current status of the provider",
                "optional": false,
                "nullable": false
              },
              "publisher": {
                "examples": [
                  {
                    "object": "provider.publisher",
                    "id": "pub_9hJkLmNpQrStUvWx",
                    "name": "Acme Corp",
                    "description": "A leading provider of developer tools",
                    "image_url": "https://cdn.metorial.com/images/acme.png",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.publisher"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pub_9hJkLmNpQrStUvWx"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique publisher identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Acme Corp"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the publisher",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "A leading provider of developer tools"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Brief description of the publisher",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://cdn.metorial.com/images/acme.png"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "URL of the publisher logo",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "current_version": {
                "examples": [
                  {
                    "object": "provider.version",
                    "id": "prv_4dEfGhJkLmNpQrSt",
                    "version": "1.0.0",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "Version 1.0.0",
                    "metadata": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.version"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "prv_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique version identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "version": {
                    "examples": [
                      "1.0.0"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Version identifier string",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "is_current": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_current",
                    "description": "Whether this is the current version",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Version 1.0.0"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Version name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "name": "description",
                    "description": "Version description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "specification_id": {
                    "examples": [
                      "psp_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "specification_id",
                    "description": "Specification ID",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "oauth": {
                "examples": [
                  {
                    "status": "enabled",
                    "auto_registration": {
                      "status": "supported"
                    }
                  }
                ],
                "properties": {
                  "status": {
                    "examples": [
                      "enabled",
                      "disabled"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "OAuth status",
                    "optional": false,
                    "nullable": false
                  },
                  "callback_url": {
                    "examples": [],
                    "type": "string",
                    "name": "callback_url",
                    "description": "OAuth callback URL",
                    "optional": false,
                    "nullable": true
                  },
                  "auto_registration": {
                    "examples": [
                      {
                        "status": "supported"
                      }
                    ],
                    "properties": {
                      "status": {
                        "examples": [
                          "supported",
                          "unsupported"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Auto-registration status",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "identifier": {
                "examples": [],
                "type": "string",
                "name": "identifier",
                "description": "Provider identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "name": "name",
                "description": "Display name of the provider",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "name": "description",
                "description": "Brief description of the provider",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [],
                "type": "string",
                "name": "slug",
                "description": "URL-friendly identifier",
                "optional": false,
                "nullable": false
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_761",
      "name": "customProviderEnv",
      "type": {
        "examples": [
          {
            "object": "custom_provider.env",
            "env": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "custom_provider.env"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "env": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Key-value pairs representing the custom provider environment variables",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_763",
      "name": "Body",
      "type": {
        "examples": [
          {
            "name": "My Custom Provider",
            "description": "A custom MCP server for my application",
            "metadata": {},
            "from": {
              "type": "container"
            },
            "config": {
              "schema": {}
            }
          }
        ],
        "properties": {
          "name": {
            "examples": [
              "My Custom Provider"
            ],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "A custom MCP server for my application"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Custom key-value pairs for storing additional information",
            "optional": true,
            "nullable": false
          },
          "from": {
            "examples": [
              {
                "type": "container"
              },
              {
                "type": "remote",
                "oauth_config": {},
                "protocol": "sse"
              },
              {
                "type": "function",
                "files": [
                  {
                    "encoding": "utf-8"
                  },
                  {
                    "encoding": "utf-8"
                  }
                ],
                "env": {},
                "runtime": {
                  "identifier": "nodejs",
                  "version": "24.x"
                }
              },
              {
                "type": "function",
                "env": {},
                "runtime": {
                  "identifier": "nodejs",
                  "version": "24.x"
                },
                "repository": {}
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "container"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "container"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "image_ref": {
                    "examples": [],
                    "type": "string",
                    "description": "Container image reference",
                    "optional": false,
                    "nullable": false
                  },
                  "username": {
                    "examples": [],
                    "type": "string",
                    "description": "Registry username",
                    "optional": true,
                    "nullable": false
                  },
                  "password": {
                    "examples": [],
                    "type": "string",
                    "description": "Registry password",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "name": "container",
                "description": "Deploy from a container image",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "remote",
                    "oauth_config": {},
                    "protocol": "sse"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "remote"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "remote_url": {
                    "examples": [],
                    "type": "string",
                    "description": "Remote MCP server URL",
                    "optional": false,
                    "nullable": false
                  },
                  "oauth_config": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "description": "Remote server configuration",
                    "optional": true,
                    "nullable": false
                  },
                  "protocol": {
                    "examples": [
                      "sse",
                      "streamable_http"
                    ],
                    "type": "enum",
                    "description": "MCP protocol to use",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "name": "remote",
                "description": "Connect to a remote MCP server",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "function",
                    "files": [
                      {
                        "encoding": "utf-8"
                      },
                      {
                        "encoding": "utf-8"
                      }
                    ],
                    "env": {},
                    "runtime": {
                      "identifier": "nodejs",
                      "version": "24.x"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "function"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "files": {
                    "examples": [
                      [
                        {
                          "encoding": "utf-8"
                        },
                        {
                          "encoding": "utf-8"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "encoding": "utf-8"
                          }
                        ],
                        "properties": {
                          "filename": {
                            "examples": [],
                            "type": "string",
                            "description": "File name",
                            "optional": false,
                            "nullable": false
                          },
                          "content": {
                            "examples": [],
                            "type": "string",
                            "description": "File content",
                            "optional": false,
                            "nullable": false
                          },
                          "encoding": {
                            "examples": [
                              "utf-8",
                              "base64"
                            ],
                            "type": "enum",
                            "description": "Content encoding",
                            "optional": true,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "description": "Source files",
                    "optional": false,
                    "nullable": false
                  },
                  "env": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "description": "Environment variables",
                    "optional": false,
                    "nullable": false
                  },
                  "runtime": {
                    "examples": [
                      {
                        "identifier": "nodejs",
                        "version": "24.x"
                      },
                      {
                        "identifier": "python",
                        "version": "3.14"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "identifier": "nodejs",
                            "version": "24.x"
                          }
                        ],
                        "properties": {
                          "identifier": {
                            "examples": [
                              "nodejs"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "version": {
                            "examples": [
                              "24.x",
                              "22.x"
                            ],
                            "type": "enum",
                            "description": "Node.js version",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "identifier": "python",
                            "version": "3.14"
                          }
                        ],
                        "properties": {
                          "identifier": {
                            "examples": [
                              "python"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "version": {
                            "examples": [
                              "3.14",
                              "3.13",
                              "3.12"
                            ],
                            "type": "enum",
                            "description": "Python version",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "name": "function",
                "description": "Deploy as a serverless function",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "function",
                    "env": {},
                    "runtime": {
                      "identifier": "nodejs",
                      "version": "24.x"
                    },
                    "repository": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "function"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "env": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "description": "Environment variables",
                    "optional": false,
                    "nullable": false
                  },
                  "runtime": {
                    "examples": [
                      {
                        "identifier": "nodejs",
                        "version": "24.x"
                      },
                      {
                        "identifier": "python",
                        "version": "3.14"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "identifier": "nodejs",
                            "version": "24.x"
                          }
                        ],
                        "properties": {
                          "identifier": {
                            "examples": [
                              "nodejs"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "version": {
                            "examples": [
                              "24.x",
                              "22.x"
                            ],
                            "type": "enum",
                            "description": "Node.js version",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "identifier": "python",
                            "version": "3.14"
                          }
                        ],
                        "properties": {
                          "identifier": {
                            "examples": [
                              "python"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "version": {
                            "examples": [
                              "3.14",
                              "3.13",
                              "3.12"
                            ],
                            "type": "enum",
                            "description": "Python version",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  },
                  "repository": {
                    "examples": [
                      {},
                      {
                        "type": "git"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {}
                        ],
                        "properties": {
                          "repository_id": {
                            "examples": [],
                            "type": "string",
                            "description": "Repository ID",
                            "optional": false,
                            "nullable": false
                          },
                          "branch": {
                            "examples": [],
                            "type": "string",
                            "description": "Branch name",
                            "optional": false,
                            "nullable": false
                          },
                          "path": {
                            "examples": [],
                            "type": "string",
                            "description": "Repository path",
                            "optional": true,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "git"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "git"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "repository_url": {
                            "examples": [],
                            "type": "string",
                            "description": "Git repository URL",
                            "optional": false,
                            "nullable": false
                          },
                          "branch": {
                            "examples": [],
                            "type": "string",
                            "description": "Branch name",
                            "optional": false,
                            "nullable": false
                          },
                          "path": {
                            "examples": [],
                            "type": "string",
                            "description": "Repository path",
                            "optional": true,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "name": "function",
                "description": "Deploy as a serverless function",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": false
          },
          "config": {
            "examples": [
              {
                "schema": {}
              }
            ],
            "properties": {
              "schema": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "description": "Configuration JSON schema",
                "optional": false,
                "nullable": false
              },
              "transformer": {
                "examples": [],
                "type": "string",
                "description": "Configuration transformer code",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_764",
      "name": "customProvider",
      "type": {
        "examples": [
          {
            "object": "custom_provider",
            "id": "cpr_1aBcDeFgHjKlMnPq",
            "status": "active",
            "type": "function",
            "name": "My Custom Provider",
            "description": "A custom provider for my application",
            "metadata": {},
            "draft": {
              "object": "custom_provider.draft#function",
              "container_image": {
                "object": "custom_provider.draft.container",
                "container_registry": "https://index.docker.io/v1/",
                "container_image_tag": "v1.0.0",
                "container_image": "my-app-image"
              },
              "remote_mcp_server": {
                "object": "custom_provider.draft.remote",
                "url": "https://mcp.example.com",
                "transport": "sse"
              },
              "config": {
                "object": "custom_provider.draft.config",
                "schema": {
                  "type": "json_schema",
                  "schema": {}
                }
              }
            },
            "scm_repo": {
              "object": "scm.repository",
              "provider": {
                "object": "scm.provider",
                "type": "github"
              }
            },
            "provider": {
              "object": "provider",
              "id": "pro_5gHjKlMnPqRsTuVw",
              "access": "public",
              "status": "active",
              "publisher": {
                "object": "provider.publisher",
                "id": "pub_9hJkLmNpQrStUvWx",
                "name": "Acme Corp",
                "description": "A leading provider of developer tools",
                "image_url": "https://cdn.metorial.com/images/acme.png",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "current_version": {
                "object": "provider.version",
                "id": "prv_4dEfGhJkLmNpQrSt",
                "version": "1.0.0",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "name": "Version 1.0.0",
                "metadata": {},
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "oauth": {
                "status": "enabled",
                "auto_registration": {
                  "status": "supported"
                }
              },
              "metadata": {},
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "custom_provider"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "cpr_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique custom provider identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current status of the custom provider",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "function",
              "container",
              "remote"
            ],
            "type": "enum",
            "name": "type",
            "description": "Type of the custom provider",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "My Custom Provider"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name of the custom provider",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "A custom provider for my application"
            ],
            "type": "string",
            "name": "description",
            "description": "Brief description of the custom provider",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "draft": {
            "examples": [
              {
                "object": "custom_provider.draft#function",
                "container_image": {
                  "object": "custom_provider.draft.container",
                  "container_registry": "https://index.docker.io/v1/",
                  "container_image_tag": "v1.0.0",
                  "container_image": "my-app-image"
                },
                "remote_mcp_server": {
                  "object": "custom_provider.draft.remote",
                  "url": "https://mcp.example.com",
                  "transport": "sse"
                },
                "config": {
                  "object": "custom_provider.draft.config",
                  "schema": {
                    "type": "json_schema",
                    "schema": {}
                  }
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "custom_provider.draft#function",
                  "custom_provider.draft.container",
                  "custom_provider.draft.remote"
                ],
                "type": "enum",
                "description": "String representing the draft's type",
                "optional": false,
                "nullable": false
              },
              "container_image": {
                "examples": [
                  {
                    "object": "custom_provider.draft.container",
                    "container_registry": "https://index.docker.io/v1/",
                    "container_image_tag": "v1.0.0",
                    "container_image": "my-app-image"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.draft.container"
                    ],
                    "type": "literal",
                    "description": "String representing the container image draft type",
                    "optional": false,
                    "nullable": false
                  },
                  "container_registry": {
                    "examples": [
                      "https://index.docker.io/v1/"
                    ],
                    "type": "string",
                    "name": "container_registry",
                    "description": "URL of the container registry",
                    "optional": false,
                    "nullable": false
                  },
                  "container_image_tag": {
                    "examples": [
                      "v1.0.0"
                    ],
                    "type": "string",
                    "name": "container_image_tag",
                    "description": "Tag of the container image",
                    "optional": false,
                    "nullable": false
                  },
                  "container_image": {
                    "examples": [
                      "my-app-image"
                    ],
                    "type": "string",
                    "name": "container_image",
                    "description": "Name of the container image",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": true,
                "nullable": false
              },
              "remote_mcp_server": {
                "examples": [
                  {
                    "object": "custom_provider.draft.remote",
                    "url": "https://mcp.example.com",
                    "transport": "sse"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.draft.remote"
                    ],
                    "type": "literal",
                    "description": "String representing the remote MCP server draft type",
                    "optional": false,
                    "nullable": false
                  },
                  "url": {
                    "examples": [
                      "https://mcp.example.com"
                    ],
                    "type": "string",
                    "name": "url",
                    "description": "URL of the remote MCP server",
                    "optional": false,
                    "nullable": false
                  },
                  "transport": {
                    "examples": [
                      "sse",
                      "streamable_http"
                    ],
                    "type": "enum",
                    "name": "transport",
                    "description": "Transport protocol for connecting to the remote MCP server",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": true,
                "nullable": false
              },
              "config": {
                "examples": [
                  {
                    "object": "custom_provider.draft.config",
                    "schema": {
                      "type": "json_schema",
                      "schema": {}
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.draft.config"
                    ],
                    "type": "literal",
                    "description": "String representing the custom provider config draft type",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the configuration fields for the custom provider",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "transformer": {
                    "examples": [],
                    "type": "string",
                    "name": "transformer",
                    "description": "Optional jsonata transformer function for the configuration.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "scm_repo": {
            "examples": [
              {
                "object": "scm.repository",
                "provider": {
                  "object": "scm.provider",
                  "type": "github"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "scm.repository"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "description": "Unique repository identifier",
                "optional": false,
                "nullable": false
              },
              "provider": {
                "examples": [
                  {
                    "object": "scm.provider",
                    "type": "github"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "scm.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "github",
                      "gitlab"
                    ],
                    "type": "enum",
                    "description": "SCM provider type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "description": "External provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "description": "Repository name on the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "owner": {
                    "examples": [],
                    "type": "string",
                    "description": "Repository owner on the provider",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "url": {
                "examples": [],
                "type": "string",
                "description": "Repository URL",
                "optional": false,
                "nullable": false
              },
              "is_private": {
                "examples": [],
                "type": "boolean",
                "description": "Whether the repository is private",
                "optional": false,
                "nullable": false
              },
              "default_branch": {
                "examples": [],
                "type": "string",
                "description": "Default branch name",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "provider": {
            "examples": [
              {
                "object": "provider",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "access": "public",
                "status": "active",
                "publisher": {
                  "object": "provider.publisher",
                  "id": "pub_9hJkLmNpQrStUvWx",
                  "name": "Acme Corp",
                  "description": "A leading provider of developer tools",
                  "image_url": "https://cdn.metorial.com/images/acme.png",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "current_version": {
                  "object": "provider.version",
                  "id": "prv_4dEfGhJkLmNpQrSt",
                  "version": "1.0.0",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "Version 1.0.0",
                  "metadata": {},
                  "specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "oauth": {
                  "status": "enabled",
                  "auto_registration": {
                    "status": "supported"
                  }
                },
                "metadata": {},
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique provider identifier",
                "optional": false,
                "nullable": false
              },
              "access": {
                "examples": [
                  "public",
                  "tenant"
                ],
                "type": "enum",
                "name": "access",
                "description": "Access level of the provider",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Current status of the provider",
                "optional": false,
                "nullable": false
              },
              "publisher": {
                "examples": [
                  {
                    "object": "provider.publisher",
                    "id": "pub_9hJkLmNpQrStUvWx",
                    "name": "Acme Corp",
                    "description": "A leading provider of developer tools",
                    "image_url": "https://cdn.metorial.com/images/acme.png",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.publisher"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pub_9hJkLmNpQrStUvWx"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique publisher identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Acme Corp"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the publisher",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "A leading provider of developer tools"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Brief description of the publisher",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://cdn.metorial.com/images/acme.png"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "URL of the publisher logo",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "current_version": {
                "examples": [
                  {
                    "object": "provider.version",
                    "id": "prv_4dEfGhJkLmNpQrSt",
                    "version": "1.0.0",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "Version 1.0.0",
                    "metadata": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.version"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "prv_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique version identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "version": {
                    "examples": [
                      "1.0.0"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Version identifier string",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "is_current": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_current",
                    "description": "Whether this is the current version",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Version 1.0.0"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Version name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "name": "description",
                    "description": "Version description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "specification_id": {
                    "examples": [
                      "psp_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "specification_id",
                    "description": "Specification ID",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "oauth": {
                "examples": [
                  {
                    "status": "enabled",
                    "auto_registration": {
                      "status": "supported"
                    }
                  }
                ],
                "properties": {
                  "status": {
                    "examples": [
                      "enabled",
                      "disabled"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "OAuth status",
                    "optional": false,
                    "nullable": false
                  },
                  "callback_url": {
                    "examples": [],
                    "type": "string",
                    "name": "callback_url",
                    "description": "OAuth callback URL",
                    "optional": false,
                    "nullable": true
                  },
                  "auto_registration": {
                    "examples": [
                      {
                        "status": "supported"
                      }
                    ],
                    "properties": {
                      "status": {
                        "examples": [
                          "supported",
                          "unsupported"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Auto-registration status",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "identifier": {
                "examples": [],
                "type": "string",
                "name": "identifier",
                "description": "Provider identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "name": "name",
                "description": "Display name of the provider",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "name": "description",
                "description": "Brief description of the provider",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [],
                "type": "string",
                "name": "slug",
                "description": "URL-friendly identifier",
                "optional": false,
                "nullable": false
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_766",
      "name": "Body",
      "type": {
        "examples": [
          {
            "name": "Updated Provider Name",
            "description": "Updated description",
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [
              "Updated Provider Name"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [
              "Updated description"
            ],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Custom key-value pairs for storing additional information",
            "optional": true,
            "nullable": false
          },
          "readme": {
            "examples": [],
            "type": "string",
            "description": "README content in markdown format",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_767",
      "name": "customProvider",
      "type": {
        "examples": [
          {
            "object": "custom_provider",
            "id": "cpr_1aBcDeFgHjKlMnPq",
            "status": "active",
            "type": "function",
            "name": "My Custom Provider",
            "description": "A custom provider for my application",
            "metadata": {},
            "draft": {
              "object": "custom_provider.draft#function",
              "container_image": {
                "object": "custom_provider.draft.container",
                "container_registry": "https://index.docker.io/v1/",
                "container_image_tag": "v1.0.0",
                "container_image": "my-app-image"
              },
              "remote_mcp_server": {
                "object": "custom_provider.draft.remote",
                "url": "https://mcp.example.com",
                "transport": "sse"
              },
              "config": {
                "object": "custom_provider.draft.config",
                "schema": {
                  "type": "json_schema",
                  "schema": {}
                }
              }
            },
            "scm_repo": {
              "object": "scm.repository",
              "provider": {
                "object": "scm.provider",
                "type": "github"
              }
            },
            "provider": {
              "object": "provider",
              "id": "pro_5gHjKlMnPqRsTuVw",
              "access": "public",
              "status": "active",
              "publisher": {
                "object": "provider.publisher",
                "id": "pub_9hJkLmNpQrStUvWx",
                "name": "Acme Corp",
                "description": "A leading provider of developer tools",
                "image_url": "https://cdn.metorial.com/images/acme.png",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "current_version": {
                "object": "provider.version",
                "id": "prv_4dEfGhJkLmNpQrSt",
                "version": "1.0.0",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "name": "Version 1.0.0",
                "metadata": {},
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "oauth": {
                "status": "enabled",
                "auto_registration": {
                  "status": "supported"
                }
              },
              "metadata": {},
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "custom_provider"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "cpr_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique custom provider identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current status of the custom provider",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "function",
              "container",
              "remote"
            ],
            "type": "enum",
            "name": "type",
            "description": "Type of the custom provider",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "My Custom Provider"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name of the custom provider",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "A custom provider for my application"
            ],
            "type": "string",
            "name": "description",
            "description": "Brief description of the custom provider",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "draft": {
            "examples": [
              {
                "object": "custom_provider.draft#function",
                "container_image": {
                  "object": "custom_provider.draft.container",
                  "container_registry": "https://index.docker.io/v1/",
                  "container_image_tag": "v1.0.0",
                  "container_image": "my-app-image"
                },
                "remote_mcp_server": {
                  "object": "custom_provider.draft.remote",
                  "url": "https://mcp.example.com",
                  "transport": "sse"
                },
                "config": {
                  "object": "custom_provider.draft.config",
                  "schema": {
                    "type": "json_schema",
                    "schema": {}
                  }
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "custom_provider.draft#function",
                  "custom_provider.draft.container",
                  "custom_provider.draft.remote"
                ],
                "type": "enum",
                "description": "String representing the draft's type",
                "optional": false,
                "nullable": false
              },
              "container_image": {
                "examples": [
                  {
                    "object": "custom_provider.draft.container",
                    "container_registry": "https://index.docker.io/v1/",
                    "container_image_tag": "v1.0.0",
                    "container_image": "my-app-image"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.draft.container"
                    ],
                    "type": "literal",
                    "description": "String representing the container image draft type",
                    "optional": false,
                    "nullable": false
                  },
                  "container_registry": {
                    "examples": [
                      "https://index.docker.io/v1/"
                    ],
                    "type": "string",
                    "name": "container_registry",
                    "description": "URL of the container registry",
                    "optional": false,
                    "nullable": false
                  },
                  "container_image_tag": {
                    "examples": [
                      "v1.0.0"
                    ],
                    "type": "string",
                    "name": "container_image_tag",
                    "description": "Tag of the container image",
                    "optional": false,
                    "nullable": false
                  },
                  "container_image": {
                    "examples": [
                      "my-app-image"
                    ],
                    "type": "string",
                    "name": "container_image",
                    "description": "Name of the container image",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": true,
                "nullable": false
              },
              "remote_mcp_server": {
                "examples": [
                  {
                    "object": "custom_provider.draft.remote",
                    "url": "https://mcp.example.com",
                    "transport": "sse"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.draft.remote"
                    ],
                    "type": "literal",
                    "description": "String representing the remote MCP server draft type",
                    "optional": false,
                    "nullable": false
                  },
                  "url": {
                    "examples": [
                      "https://mcp.example.com"
                    ],
                    "type": "string",
                    "name": "url",
                    "description": "URL of the remote MCP server",
                    "optional": false,
                    "nullable": false
                  },
                  "transport": {
                    "examples": [
                      "sse",
                      "streamable_http"
                    ],
                    "type": "enum",
                    "name": "transport",
                    "description": "Transport protocol for connecting to the remote MCP server",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": true,
                "nullable": false
              },
              "config": {
                "examples": [
                  {
                    "object": "custom_provider.draft.config",
                    "schema": {
                      "type": "json_schema",
                      "schema": {}
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.draft.config"
                    ],
                    "type": "literal",
                    "description": "String representing the custom provider config draft type",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the configuration fields for the custom provider",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "transformer": {
                    "examples": [],
                    "type": "string",
                    "name": "transformer",
                    "description": "Optional jsonata transformer function for the configuration.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "scm_repo": {
            "examples": [
              {
                "object": "scm.repository",
                "provider": {
                  "object": "scm.provider",
                  "type": "github"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "scm.repository"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "description": "Unique repository identifier",
                "optional": false,
                "nullable": false
              },
              "provider": {
                "examples": [
                  {
                    "object": "scm.provider",
                    "type": "github"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "scm.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "github",
                      "gitlab"
                    ],
                    "type": "enum",
                    "description": "SCM provider type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "description": "External provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "description": "Repository name on the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "owner": {
                    "examples": [],
                    "type": "string",
                    "description": "Repository owner on the provider",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "url": {
                "examples": [],
                "type": "string",
                "description": "Repository URL",
                "optional": false,
                "nullable": false
              },
              "is_private": {
                "examples": [],
                "type": "boolean",
                "description": "Whether the repository is private",
                "optional": false,
                "nullable": false
              },
              "default_branch": {
                "examples": [],
                "type": "string",
                "description": "Default branch name",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "provider": {
            "examples": [
              {
                "object": "provider",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "access": "public",
                "status": "active",
                "publisher": {
                  "object": "provider.publisher",
                  "id": "pub_9hJkLmNpQrStUvWx",
                  "name": "Acme Corp",
                  "description": "A leading provider of developer tools",
                  "image_url": "https://cdn.metorial.com/images/acme.png",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "current_version": {
                  "object": "provider.version",
                  "id": "prv_4dEfGhJkLmNpQrSt",
                  "version": "1.0.0",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "Version 1.0.0",
                  "metadata": {},
                  "specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "oauth": {
                  "status": "enabled",
                  "auto_registration": {
                    "status": "supported"
                  }
                },
                "metadata": {},
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique provider identifier",
                "optional": false,
                "nullable": false
              },
              "access": {
                "examples": [
                  "public",
                  "tenant"
                ],
                "type": "enum",
                "name": "access",
                "description": "Access level of the provider",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Current status of the provider",
                "optional": false,
                "nullable": false
              },
              "publisher": {
                "examples": [
                  {
                    "object": "provider.publisher",
                    "id": "pub_9hJkLmNpQrStUvWx",
                    "name": "Acme Corp",
                    "description": "A leading provider of developer tools",
                    "image_url": "https://cdn.metorial.com/images/acme.png",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.publisher"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pub_9hJkLmNpQrStUvWx"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique publisher identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Acme Corp"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the publisher",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "A leading provider of developer tools"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Brief description of the publisher",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://cdn.metorial.com/images/acme.png"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "URL of the publisher logo",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "current_version": {
                "examples": [
                  {
                    "object": "provider.version",
                    "id": "prv_4dEfGhJkLmNpQrSt",
                    "version": "1.0.0",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "Version 1.0.0",
                    "metadata": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.version"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "prv_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique version identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "version": {
                    "examples": [
                      "1.0.0"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Version identifier string",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "is_current": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_current",
                    "description": "Whether this is the current version",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Version 1.0.0"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Version name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "name": "description",
                    "description": "Version description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "specification_id": {
                    "examples": [
                      "psp_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "specification_id",
                    "description": "Specification ID",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "oauth": {
                "examples": [
                  {
                    "status": "enabled",
                    "auto_registration": {
                      "status": "supported"
                    }
                  }
                ],
                "properties": {
                  "status": {
                    "examples": [
                      "enabled",
                      "disabled"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "OAuth status",
                    "optional": false,
                    "nullable": false
                  },
                  "callback_url": {
                    "examples": [],
                    "type": "string",
                    "name": "callback_url",
                    "description": "OAuth callback URL",
                    "optional": false,
                    "nullable": true
                  },
                  "auto_registration": {
                    "examples": [
                      {
                        "status": "supported"
                      }
                    ],
                    "properties": {
                      "status": {
                        "examples": [
                          "supported",
                          "unsupported"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Auto-registration status",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "identifier": {
                "examples": [],
                "type": "string",
                "name": "identifier",
                "description": "Provider identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "name": "name",
                "description": "Display name of the provider",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "name": "description",
                "description": "Brief description of the provider",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [],
                "type": "string",
                "name": "slug",
                "description": "URL-friendly identifier",
                "optional": false,
                "nullable": false
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_769",
      "name": "customProvider",
      "type": {
        "examples": [
          {
            "object": "custom_provider",
            "id": "cpr_1aBcDeFgHjKlMnPq",
            "status": "active",
            "type": "function",
            "name": "My Custom Provider",
            "description": "A custom provider for my application",
            "metadata": {},
            "draft": {
              "object": "custom_provider.draft#function",
              "container_image": {
                "object": "custom_provider.draft.container",
                "container_registry": "https://index.docker.io/v1/",
                "container_image_tag": "v1.0.0",
                "container_image": "my-app-image"
              },
              "remote_mcp_server": {
                "object": "custom_provider.draft.remote",
                "url": "https://mcp.example.com",
                "transport": "sse"
              },
              "config": {
                "object": "custom_provider.draft.config",
                "schema": {
                  "type": "json_schema",
                  "schema": {}
                }
              }
            },
            "scm_repo": {
              "object": "scm.repository",
              "provider": {
                "object": "scm.provider",
                "type": "github"
              }
            },
            "provider": {
              "object": "provider",
              "id": "pro_5gHjKlMnPqRsTuVw",
              "access": "public",
              "status": "active",
              "publisher": {
                "object": "provider.publisher",
                "id": "pub_9hJkLmNpQrStUvWx",
                "name": "Acme Corp",
                "description": "A leading provider of developer tools",
                "image_url": "https://cdn.metorial.com/images/acme.png",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "current_version": {
                "object": "provider.version",
                "id": "prv_4dEfGhJkLmNpQrSt",
                "version": "1.0.0",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "name": "Version 1.0.0",
                "metadata": {},
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "oauth": {
                "status": "enabled",
                "auto_registration": {
                  "status": "supported"
                }
              },
              "metadata": {},
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "custom_provider"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "cpr_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique custom provider identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current status of the custom provider",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "function",
              "container",
              "remote"
            ],
            "type": "enum",
            "name": "type",
            "description": "Type of the custom provider",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "My Custom Provider"
            ],
            "type": "string",
            "name": "name",
            "description": "Display name of the custom provider",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "A custom provider for my application"
            ],
            "type": "string",
            "name": "description",
            "description": "Brief description of the custom provider",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "name": "metadata",
            "description": "Custom key-value pairs for storing additional information",
            "optional": false,
            "nullable": true
          },
          "draft": {
            "examples": [
              {
                "object": "custom_provider.draft#function",
                "container_image": {
                  "object": "custom_provider.draft.container",
                  "container_registry": "https://index.docker.io/v1/",
                  "container_image_tag": "v1.0.0",
                  "container_image": "my-app-image"
                },
                "remote_mcp_server": {
                  "object": "custom_provider.draft.remote",
                  "url": "https://mcp.example.com",
                  "transport": "sse"
                },
                "config": {
                  "object": "custom_provider.draft.config",
                  "schema": {
                    "type": "json_schema",
                    "schema": {}
                  }
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "custom_provider.draft#function",
                  "custom_provider.draft.container",
                  "custom_provider.draft.remote"
                ],
                "type": "enum",
                "description": "String representing the draft's type",
                "optional": false,
                "nullable": false
              },
              "container_image": {
                "examples": [
                  {
                    "object": "custom_provider.draft.container",
                    "container_registry": "https://index.docker.io/v1/",
                    "container_image_tag": "v1.0.0",
                    "container_image": "my-app-image"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.draft.container"
                    ],
                    "type": "literal",
                    "description": "String representing the container image draft type",
                    "optional": false,
                    "nullable": false
                  },
                  "container_registry": {
                    "examples": [
                      "https://index.docker.io/v1/"
                    ],
                    "type": "string",
                    "name": "container_registry",
                    "description": "URL of the container registry",
                    "optional": false,
                    "nullable": false
                  },
                  "container_image_tag": {
                    "examples": [
                      "v1.0.0"
                    ],
                    "type": "string",
                    "name": "container_image_tag",
                    "description": "Tag of the container image",
                    "optional": false,
                    "nullable": false
                  },
                  "container_image": {
                    "examples": [
                      "my-app-image"
                    ],
                    "type": "string",
                    "name": "container_image",
                    "description": "Name of the container image",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": true,
                "nullable": false
              },
              "remote_mcp_server": {
                "examples": [
                  {
                    "object": "custom_provider.draft.remote",
                    "url": "https://mcp.example.com",
                    "transport": "sse"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.draft.remote"
                    ],
                    "type": "literal",
                    "description": "String representing the remote MCP server draft type",
                    "optional": false,
                    "nullable": false
                  },
                  "url": {
                    "examples": [
                      "https://mcp.example.com"
                    ],
                    "type": "string",
                    "name": "url",
                    "description": "URL of the remote MCP server",
                    "optional": false,
                    "nullable": false
                  },
                  "transport": {
                    "examples": [
                      "sse",
                      "streamable_http"
                    ],
                    "type": "enum",
                    "name": "transport",
                    "description": "Transport protocol for connecting to the remote MCP server",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": true,
                "nullable": false
              },
              "config": {
                "examples": [
                  {
                    "object": "custom_provider.draft.config",
                    "schema": {
                      "type": "json_schema",
                      "schema": {}
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.draft.config"
                    ],
                    "type": "literal",
                    "description": "String representing the custom provider config draft type",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the configuration fields for the custom provider",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "transformer": {
                    "examples": [],
                    "type": "string",
                    "name": "transformer",
                    "description": "Optional jsonata transformer function for the configuration.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "scm_repo": {
            "examples": [
              {
                "object": "scm.repository",
                "provider": {
                  "object": "scm.provider",
                  "type": "github"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "scm.repository"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "description": "Unique repository identifier",
                "optional": false,
                "nullable": false
              },
              "provider": {
                "examples": [
                  {
                    "object": "scm.provider",
                    "type": "github"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "scm.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "github",
                      "gitlab"
                    ],
                    "type": "enum",
                    "description": "SCM provider type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "description": "External provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "description": "Repository name on the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "owner": {
                    "examples": [],
                    "type": "string",
                    "description": "Repository owner on the provider",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "url": {
                "examples": [],
                "type": "string",
                "description": "Repository URL",
                "optional": false,
                "nullable": false
              },
              "is_private": {
                "examples": [],
                "type": "boolean",
                "description": "Whether the repository is private",
                "optional": false,
                "nullable": false
              },
              "default_branch": {
                "examples": [],
                "type": "string",
                "description": "Default branch name",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "provider": {
            "examples": [
              {
                "object": "provider",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "access": "public",
                "status": "active",
                "publisher": {
                  "object": "provider.publisher",
                  "id": "pub_9hJkLmNpQrStUvWx",
                  "name": "Acme Corp",
                  "description": "A leading provider of developer tools",
                  "image_url": "https://cdn.metorial.com/images/acme.png",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "current_version": {
                  "object": "provider.version",
                  "id": "prv_4dEfGhJkLmNpQrSt",
                  "version": "1.0.0",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "Version 1.0.0",
                  "metadata": {},
                  "specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "oauth": {
                  "status": "enabled",
                  "auto_registration": {
                    "status": "supported"
                  }
                },
                "metadata": {},
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique provider identifier",
                "optional": false,
                "nullable": false
              },
              "access": {
                "examples": [
                  "public",
                  "tenant"
                ],
                "type": "enum",
                "name": "access",
                "description": "Access level of the provider",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "Current status of the provider",
                "optional": false,
                "nullable": false
              },
              "publisher": {
                "examples": [
                  {
                    "object": "provider.publisher",
                    "id": "pub_9hJkLmNpQrStUvWx",
                    "name": "Acme Corp",
                    "description": "A leading provider of developer tools",
                    "image_url": "https://cdn.metorial.com/images/acme.png",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.publisher"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pub_9hJkLmNpQrStUvWx"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique publisher identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Acme Corp"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the publisher",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "A leading provider of developer tools"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Brief description of the publisher",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://cdn.metorial.com/images/acme.png"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "URL of the publisher logo",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "current_version": {
                "examples": [
                  {
                    "object": "provider.version",
                    "id": "prv_4dEfGhJkLmNpQrSt",
                    "version": "1.0.0",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "Version 1.0.0",
                    "metadata": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.version"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "prv_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique version identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "version": {
                    "examples": [
                      "1.0.0"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Version identifier string",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "Provider ID",
                    "optional": false,
                    "nullable": false
                  },
                  "is_current": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_current",
                    "description": "Whether this is the current version",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Version 1.0.0"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Version name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "name": "description",
                    "description": "Version description",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "specification_id": {
                    "examples": [
                      "psp_9gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "specification_id",
                    "description": "Specification ID",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "oauth": {
                "examples": [
                  {
                    "status": "enabled",
                    "auto_registration": {
                      "status": "supported"
                    }
                  }
                ],
                "properties": {
                  "status": {
                    "examples": [
                      "enabled",
                      "disabled"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "OAuth status",
                    "optional": false,
                    "nullable": false
                  },
                  "callback_url": {
                    "examples": [],
                    "type": "string",
                    "name": "callback_url",
                    "description": "OAuth callback URL",
                    "optional": false,
                    "nullable": true
                  },
                  "auto_registration": {
                    "examples": [
                      {
                        "status": "supported"
                      }
                    ],
                    "properties": {
                      "status": {
                        "examples": [
                          "supported",
                          "unsupported"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Auto-registration status",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "identifier": {
                "examples": [],
                "type": "string",
                "name": "identifier",
                "description": "Provider identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "name": "name",
                "description": "Display name of the provider",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "name": "description",
                "description": "Brief description of the provider",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [],
                "type": "string",
                "name": "slug",
                "description": "URL-friendly identifier",
                "optional": false,
                "nullable": false
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "name": "metadata",
                "description": "Custom key-value pairs for storing additional information",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_772",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "queued",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "queued",
                  "deploying",
                  "deployment_succeeded",
                  "deployment_failed",
                  [
                    "queued",
                    "queued"
                  ],
                  [
                    "deploying",
                    "deploying"
                  ],
                  [
                    "deployment_succeeded",
                    "deployment_succeeded"
                  ],
                  [
                    "deployment_failed",
                    "deployment_failed"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "queued",
                      "deploying",
                      "deployment_succeeded",
                      "deployment_failed"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "queued",
                        "queued"
                      ],
                      [
                        "deploying",
                        "deploying"
                      ],
                      [
                        "deployment_succeeded",
                        "deployment_succeeded"
                      ],
                      [
                        "deployment_failed",
                        "deployment_failed"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "queued",
                          "deploying",
                          "deployment_succeeded",
                          "deployment_failed"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by deployment status",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by version ID(s)",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider IDs (matches providers connected to sessions)",
                "optional": true,
                "nullable": false
              },
              "provider_version_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider version IDs (matches providers connected to sessions)",
                "optional": true,
                "nullable": false
              },
              "custom_provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by custom provider IDs (matches providers connected to sessions)",
                "optional": true,
                "nullable": false
              },
              "custom_provider_deployment_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by custom provider deployment IDs (matches providers connected to sessions)",
                "optional": true,
                "nullable": false
              },
              "custom_provider_environment_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by custom provider environment IDs (matches providers connected to sessions)",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for custom provider version creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for custom provider version creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter custom provider version creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for custom provider version last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for custom provider version last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter custom provider version last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_773",
      "name": "customProviderVersion",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "custom_provider.version",
                "id": "cpv_1aBcDeFgHjKlMnPq",
                "status": "queued",
                "config": {
                  "object": "custom_provider.version.config",
                  "schema": {
                    "type": "json_schema",
                    "schema": {}
                  }
                },
                "index": 1,
                "identifier": "v1.0.0",
                "deployment": {
                  "object": "custom_provider.deployment",
                  "id": "cpd_1aBcDeFgHjKlMnPq",
                  "status": "failed",
                  "trigger": "manual",
                  "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                  "commit": {
                    "object": "custom_provider.deployment.commit",
                    "type": "create_version"
                  },
                  "immutable_bucket": {
                    "object": "bucket",
                    "scm_repo_link": {
                      "object": "bucket.scm_repo",
                      "is_linked": true,
                      "repository": {
                        "object": "scm.repository",
                        "provider": {
                          "object": "scm.provider",
                          "type": "github"
                        }
                      }
                    }
                  },
                  "actor": {
                    "object": "custom_provider.actor#preview",
                    "id": "act_1aBcDeFgHjKlMnPq",
                    "type": "external",
                    "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                    "name": "John Doe",
                    "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "scm_push": {
                    "object": "scm.push",
                    "actor": {
                      "object": "scm.actor"
                    },
                    "commit": {
                      "object": "scm.commit"
                    },
                    "repository": {
                      "object": "scm.repository",
                      "provider": {
                        "object": "scm.provider",
                        "type": "github"
                      }
                    }
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "environments": [
                  {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "environment": {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                      "instance_id": "ins_2cDeFgHjKlMnPqRs",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "environment": {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                      "instance_id": "ins_2cDeFgHjKlMnPqRs",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "actor": {
                  "object": "custom_provider.actor#preview",
                  "id": "act_1aBcDeFgHjKlMnPq",
                  "type": "external",
                  "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                  "name": "John Doe",
                  "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "container_image": {
                  "container_registry": "https://index.docker.io/v1/",
                  "container_image_tag": "v1.0.0",
                  "container_image": "my-app-image"
                },
                "remote_mcp_server": {
                  "url": "https://mcp.example.com",
                  "transport": "grpc"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "custom_provider.version",
                  "id": "cpv_1aBcDeFgHjKlMnPq",
                  "status": "queued",
                  "config": {
                    "object": "custom_provider.version.config",
                    "schema": {
                      "type": "json_schema",
                      "schema": {}
                    }
                  },
                  "index": 1,
                  "identifier": "v1.0.0",
                  "deployment": {
                    "object": "custom_provider.deployment",
                    "id": "cpd_1aBcDeFgHjKlMnPq",
                    "status": "failed",
                    "trigger": "manual",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                    "commit": {
                      "object": "custom_provider.deployment.commit",
                      "type": "create_version"
                    },
                    "immutable_bucket": {
                      "object": "bucket",
                      "scm_repo_link": {
                        "object": "bucket.scm_repo",
                        "is_linked": true,
                        "repository": {
                          "object": "scm.repository",
                          "provider": {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        }
                      }
                    },
                    "actor": {
                      "object": "custom_provider.actor#preview",
                      "id": "act_1aBcDeFgHjKlMnPq",
                      "type": "external",
                      "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                      "name": "John Doe",
                      "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "scm_push": {
                      "object": "scm.push",
                      "actor": {
                        "object": "scm.actor"
                      },
                      "commit": {
                        "object": "scm.commit"
                      },
                      "repository": {
                        "object": "scm.repository",
                        "provider": {
                          "object": "scm.provider",
                          "type": "github"
                        }
                      }
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "environments": [
                    {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "environment": {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                        "instance_id": "ins_2cDeFgHjKlMnPqRs",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "environment": {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                        "instance_id": "ins_2cDeFgHjKlMnPqRs",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ],
                  "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "actor": {
                    "object": "custom_provider.actor#preview",
                    "id": "act_1aBcDeFgHjKlMnPq",
                    "type": "external",
                    "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                    "name": "John Doe",
                    "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "container_image": {
                    "container_registry": "https://index.docker.io/v1/",
                    "container_image_tag": "v1.0.0",
                    "container_image": "my-app-image"
                  },
                  "remote_mcp_server": {
                    "url": "https://mcp.example.com",
                    "transport": "grpc"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "custom_provider.version",
                  "id": "cpv_1aBcDeFgHjKlMnPq",
                  "status": "queued",
                  "config": {
                    "object": "custom_provider.version.config",
                    "schema": {
                      "type": "json_schema",
                      "schema": {}
                    }
                  },
                  "index": 1,
                  "identifier": "v1.0.0",
                  "deployment": {
                    "object": "custom_provider.deployment",
                    "id": "cpd_1aBcDeFgHjKlMnPq",
                    "status": "failed",
                    "trigger": "manual",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                    "commit": {
                      "object": "custom_provider.deployment.commit",
                      "type": "create_version"
                    },
                    "immutable_bucket": {
                      "object": "bucket",
                      "scm_repo_link": {
                        "object": "bucket.scm_repo",
                        "is_linked": true,
                        "repository": {
                          "object": "scm.repository",
                          "provider": {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        }
                      }
                    },
                    "actor": {
                      "object": "custom_provider.actor#preview",
                      "id": "act_1aBcDeFgHjKlMnPq",
                      "type": "external",
                      "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                      "name": "John Doe",
                      "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "scm_push": {
                      "object": "scm.push",
                      "actor": {
                        "object": "scm.actor"
                      },
                      "commit": {
                        "object": "scm.commit"
                      },
                      "repository": {
                        "object": "scm.repository",
                        "provider": {
                          "object": "scm.provider",
                          "type": "github"
                        }
                      }
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "environments": [
                    {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "environment": {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                        "instance_id": "ins_2cDeFgHjKlMnPqRs",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "environment": {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                        "instance_id": "ins_2cDeFgHjKlMnPqRs",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ],
                  "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "actor": {
                    "object": "custom_provider.actor#preview",
                    "id": "act_1aBcDeFgHjKlMnPq",
                    "type": "external",
                    "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                    "name": "John Doe",
                    "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "container_image": {
                    "container_registry": "https://index.docker.io/v1/",
                    "container_image_tag": "v1.0.0",
                    "container_image": "my-app-image"
                  },
                  "remote_mcp_server": {
                    "url": "https://mcp.example.com",
                    "transport": "grpc"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "custom_provider.version",
                    "id": "cpv_1aBcDeFgHjKlMnPq",
                    "status": "queued",
                    "config": {
                      "object": "custom_provider.version.config",
                      "schema": {
                        "type": "json_schema",
                        "schema": {}
                      }
                    },
                    "index": 1,
                    "identifier": "v1.0.0",
                    "deployment": {
                      "object": "custom_provider.deployment",
                      "id": "cpd_1aBcDeFgHjKlMnPq",
                      "status": "failed",
                      "trigger": "manual",
                      "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                      "commit": {
                        "object": "custom_provider.deployment.commit",
                        "type": "create_version"
                      },
                      "immutable_bucket": {
                        "object": "bucket",
                        "scm_repo_link": {
                          "object": "bucket.scm_repo",
                          "is_linked": true,
                          "repository": {
                            "object": "scm.repository",
                            "provider": {
                              "object": "scm.provider",
                              "type": "github"
                            }
                          }
                        }
                      },
                      "actor": {
                        "object": "custom_provider.actor#preview",
                        "id": "act_1aBcDeFgHjKlMnPq",
                        "type": "external",
                        "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                        "name": "John Doe",
                        "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      },
                      "scm_push": {
                        "object": "scm.push",
                        "actor": {
                          "object": "scm.actor"
                        },
                        "commit": {
                          "object": "scm.commit"
                        },
                        "repository": {
                          "object": "scm.repository",
                          "provider": {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        }
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "environments": [
                      {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "environment": {
                          "object": "custom_provider.environment",
                          "id": "cpenv_1aBcDeFgHjKlMnPq",
                          "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                          "instance_id": "ins_2cDeFgHjKlMnPqRs",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "environment": {
                          "object": "custom_provider.environment",
                          "id": "cpenv_1aBcDeFgHjKlMnPq",
                          "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                          "instance_id": "ins_2cDeFgHjKlMnPqRs",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ],
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "actor": {
                      "object": "custom_provider.actor#preview",
                      "id": "act_1aBcDeFgHjKlMnPq",
                      "type": "external",
                      "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                      "name": "John Doe",
                      "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "container_image": {
                      "container_registry": "https://index.docker.io/v1/",
                      "container_image_tag": "v1.0.0",
                      "container_image": "my-app-image"
                    },
                    "remote_mcp_server": {
                      "url": "https://mcp.example.com",
                      "transport": "grpc"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.version"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "cpv_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique custom provider version identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "queued",
                      "deploying",
                      "deployment_succeeded",
                      "deployment_failed"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current version status",
                    "optional": false,
                    "nullable": false
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "custom_provider.version.config",
                        "schema": {
                          "type": "json_schema",
                          "schema": {}
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.version.config"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the configuration fields for the custom provider",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "transformer": {
                        "examples": [],
                        "type": "string",
                        "name": "transformer",
                        "description": "Optional jsonata transformer function for the configuration.",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "index": {
                    "examples": [
                      1,
                      2,
                      3
                    ],
                    "type": "number",
                    "name": "index",
                    "description": "Version index number",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [
                      "v1.0.0"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Version identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "custom_provider.deployment",
                        "id": "cpd_1aBcDeFgHjKlMnPq",
                        "status": "failed",
                        "trigger": "manual",
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                        "commit": {
                          "object": "custom_provider.deployment.commit",
                          "type": "create_version"
                        },
                        "immutable_bucket": {
                          "object": "bucket",
                          "scm_repo_link": {
                            "object": "bucket.scm_repo",
                            "is_linked": true,
                            "repository": {
                              "object": "scm.repository",
                              "provider": {
                                "object": "scm.provider",
                                "type": "github"
                              }
                            }
                          }
                        },
                        "actor": {
                          "object": "custom_provider.actor#preview",
                          "id": "act_1aBcDeFgHjKlMnPq",
                          "type": "external",
                          "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                          "name": "John Doe",
                          "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                          "created_at": "2025-09-15T10:30:00.000Z"
                        },
                        "scm_push": {
                          "object": "scm.push",
                          "actor": {
                            "object": "scm.actor"
                          },
                          "commit": {
                            "object": "scm.commit"
                          },
                          "repository": {
                            "object": "scm.repository",
                            "provider": {
                              "object": "scm.provider",
                              "type": "github"
                            }
                          }
                        },
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.deployment"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "cpd_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique custom provider deployment identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "failed",
                          "queued",
                          "deploying",
                          "succeeded"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Current deployment status",
                        "optional": false,
                        "nullable": false
                      },
                      "trigger": {
                        "examples": [
                          "manual",
                          "system",
                          "scm"
                        ],
                        "type": "enum",
                        "name": "trigger",
                        "description": "What triggered this deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "custom_provider_id": {
                        "examples": [
                          "cpr_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "custom_provider_id",
                        "description": "ID of the parent custom provider",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "ID of the associated provider",
                        "optional": false,
                        "nullable": true
                      },
                      "custom_provider_version_id": {
                        "examples": [
                          "cpv_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "custom_provider_version_id",
                        "description": "ID of the custom provider version being deployed",
                        "optional": false,
                        "nullable": true
                      },
                      "commit": {
                        "examples": [
                          {
                            "object": "custom_provider.deployment.commit",
                            "type": "create_version"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "custom_provider.deployment.commit"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "name": "id",
                            "description": "Commit identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "create_version",
                              "merge_version_into_environment",
                              "rollback_to_version"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "Commit type",
                            "optional": false,
                            "nullable": false
                          },
                          "message": {
                            "examples": [],
                            "type": "string",
                            "name": "message",
                            "description": "Commit message",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when commit was created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "immutable_bucket": {
                        "examples": [
                          {
                            "object": "bucket",
                            "scm_repo_link": {
                              "object": "bucket.scm_repo",
                              "is_linked": true,
                              "repository": {
                                "object": "scm.repository",
                                "provider": {
                                  "object": "scm.provider",
                                  "type": "github"
                                }
                              }
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "bucket"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "name": "id",
                            "description": "Unique bucket identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "is_immutable": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_immutable",
                            "description": "Whether the bucket is immutable",
                            "optional": false,
                            "nullable": false
                          },
                          "is_read_only": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_read_only",
                            "description": "Whether the bucket is read-only",
                            "optional": false,
                            "nullable": false
                          },
                          "scm_repo_link": {
                            "examples": [
                              {
                                "object": "bucket.scm_repo",
                                "is_linked": true,
                                "repository": {
                                  "object": "scm.repository",
                                  "provider": {
                                    "object": "scm.provider",
                                    "type": "github"
                                  }
                                }
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "bucket.scm_repo"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "is_linked": {
                                "examples": [
                                  true
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "path": {
                                "examples": [],
                                "type": "string",
                                "name": "path",
                                "description": "Path within the SCM repository",
                                "optional": false,
                                "nullable": true
                              },
                              "repository": {
                                "examples": [
                                  {
                                    "object": "scm.repository",
                                    "provider": {
                                      "object": "scm.provider",
                                      "type": "github"
                                    }
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "scm.repository"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Unique repository identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "provider": {
                                    "examples": [
                                      {
                                        "object": "scm.provider",
                                        "type": "github"
                                      }
                                    ],
                                    "properties": {
                                      "object": {
                                        "examples": [
                                          "scm.provider"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "type": {
                                        "examples": [
                                          "github",
                                          "gitlab"
                                        ],
                                        "type": "enum",
                                        "description": "SCM provider type",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "id": {
                                        "examples": [],
                                        "type": "string",
                                        "description": "External provider identifier",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "name": {
                                        "examples": [],
                                        "type": "string",
                                        "description": "Repository name on the provider",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "owner": {
                                        "examples": [],
                                        "type": "string",
                                        "description": "Repository owner on the provider",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "url": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Repository URL",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "is_private": {
                                    "examples": [],
                                    "type": "boolean",
                                    "description": "Whether the repository is private",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "default_branch": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Default branch name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "description": "Timestamp when created",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "actor": {
                        "examples": [
                          {
                            "object": "custom_provider.actor#preview",
                            "id": "act_1aBcDeFgHjKlMnPq",
                            "type": "external",
                            "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                            "name": "John Doe",
                            "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                            "created_at": "2025-09-15T10:30:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "custom_provider.actor#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "act_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Actor identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "external",
                              "system"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "Actor type",
                            "optional": false,
                            "nullable": false
                          },
                          "identifier": {
                            "examples": [
                              "mtea-orgact_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "identifier",
                            "description": "Actor unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "John Doe"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Actor display name",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_actor_id": {
                            "examples": [
                              "ora_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "organization_actor_id",
                            "description": "Organization actor ID if linked",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "scm_push": {
                        "examples": [
                          {
                            "object": "scm.push",
                            "actor": {
                              "object": "scm.actor"
                            },
                            "commit": {
                              "object": "scm.commit"
                            },
                            "repository": {
                              "object": "scm.repository",
                              "provider": {
                                "object": "scm.provider",
                                "type": "github"
                              }
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.push"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "name": "id",
                            "description": "Unique SCM push identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "actor": {
                            "examples": [
                              {
                                "object": "scm.actor"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "scm.actor"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "description": "Actor identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "external_id": {
                                "examples": [],
                                "type": "string",
                                "description": "External actor identifier",
                                "optional": false,
                                "nullable": true
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "description": "Actor name",
                                "optional": false,
                                "nullable": true
                              },
                              "email": {
                                "examples": [],
                                "type": "string",
                                "description": "Actor email",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "commit": {
                            "examples": [
                              {
                                "object": "scm.commit"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "scm.commit"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "description": "Commit identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "sha": {
                                "examples": [],
                                "type": "string",
                                "description": "Commit SHA",
                                "optional": false,
                                "nullable": false
                              },
                              "branch": {
                                "examples": [],
                                "type": "string",
                                "description": "Branch name",
                                "optional": false,
                                "nullable": false
                              },
                              "message": {
                                "examples": [],
                                "type": "string",
                                "description": "Commit message",
                                "optional": false,
                                "nullable": true
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "description": "Timestamp when commit was created",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "repository": {
                            "examples": [
                              {
                                "object": "scm.repository",
                                "provider": {
                                  "object": "scm.provider",
                                  "type": "github"
                                }
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "scm.repository"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "description": "Unique repository identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "provider": {
                                "examples": [
                                  {
                                    "object": "scm.provider",
                                    "type": "github"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "scm.provider"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "type": {
                                    "examples": [
                                      "github",
                                      "gitlab"
                                    ],
                                    "type": "enum",
                                    "description": "SCM provider type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "External provider identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Repository name on the provider",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "owner": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Repository owner on the provider",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "url": {
                                "examples": [],
                                "type": "string",
                                "description": "Repository URL",
                                "optional": false,
                                "nullable": false
                              },
                              "is_private": {
                                "examples": [],
                                "type": "boolean",
                                "description": "Whether the repository is private",
                                "optional": false,
                                "nullable": false
                              },
                              "default_branch": {
                                "examples": [],
                                "type": "string",
                                "description": "Default branch name",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "environments": {
                    "examples": [
                      [
                        {
                          "object": "custom_provider.environment",
                          "id": "cpenv_1aBcDeFgHjKlMnPq",
                          "environment": {
                            "object": "custom_provider.environment",
                            "id": "cpenv_1aBcDeFgHjKlMnPq",
                            "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                            "instance_id": "ins_2cDeFgHjKlMnPqRs",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        },
                        {
                          "object": "custom_provider.environment",
                          "id": "cpenv_1aBcDeFgHjKlMnPq",
                          "environment": {
                            "object": "custom_provider.environment",
                            "id": "cpenv_1aBcDeFgHjKlMnPq",
                            "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                            "instance_id": "ins_2cDeFgHjKlMnPqRs",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "custom_provider.environment",
                            "id": "cpenv_1aBcDeFgHjKlMnPq",
                            "environment": {
                              "object": "custom_provider.environment",
                              "id": "cpenv_1aBcDeFgHjKlMnPq",
                              "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                              "instance_id": "ins_2cDeFgHjKlMnPqRs",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "custom_provider.environment"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "cpenv_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Environment version reference identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "is_current_version_for_environment": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_current_version_for_environment",
                            "description": "Whether this version is the current one for the environment",
                            "optional": false,
                            "nullable": false
                          },
                          "environment": {
                            "examples": [
                              {
                                "object": "custom_provider.environment",
                                "id": "cpenv_1aBcDeFgHjKlMnPq",
                                "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                                "instance_id": "ins_2cDeFgHjKlMnPqRs",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "custom_provider.environment"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "cpenv_1aBcDeFgHjKlMnPq"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique custom provider environment identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "custom_provider_id": {
                                "examples": [
                                  "cpr_1aBcDeFgHjKlMnPq"
                                ],
                                "type": "string",
                                "name": "custom_provider_id",
                                "description": "ID of the parent custom provider",
                                "optional": false,
                                "nullable": false
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_id",
                                "description": "ID of the associated provider",
                                "optional": false,
                                "nullable": true
                              },
                              "current_provider_version_id": {
                                "examples": [
                                  "prv_4dEfGhJkLmNpQrSt"
                                ],
                                "type": "string",
                                "name": "current_provider_version_id",
                                "description": "ID of the current provider version in this environment",
                                "optional": false,
                                "nullable": true
                              },
                              "instance_id": {
                                "examples": [
                                  "ins_2cDeFgHjKlMnPqRs"
                                ],
                                "type": "string",
                                "name": "instance_id",
                                "description": "ID of the instance this environment is associated with",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "environments",
                    "description": "Environments this version is deployed to",
                    "optional": false,
                    "nullable": false
                  },
                  "custom_provider_id": {
                    "examples": [
                      "cpr_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "custom_provider_id",
                    "description": "ID of the parent custom provider",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "ID of the associated provider",
                    "optional": false,
                    "nullable": true
                  },
                  "actor": {
                    "examples": [
                      {
                        "object": "custom_provider.actor#preview",
                        "id": "act_1aBcDeFgHjKlMnPq",
                        "type": "external",
                        "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                        "name": "John Doe",
                        "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.actor#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "act_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Actor identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "external",
                          "system"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Actor type",
                        "optional": false,
                        "nullable": false
                      },
                      "identifier": {
                        "examples": [
                          "mtea-orgact_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Actor unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "John Doe"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Actor display name",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_actor_id": {
                        "examples": [
                          "ora_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "organization_actor_id",
                        "description": "Organization actor ID if linked",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "container_image": {
                    "examples": [
                      {
                        "container_registry": "https://index.docker.io/v1/",
                        "container_image_tag": "v1.0.0",
                        "container_image": "my-app-image"
                      }
                    ],
                    "properties": {
                      "container_registry": {
                        "examples": [
                          "https://index.docker.io/v1/"
                        ],
                        "type": "string",
                        "name": "container_registry",
                        "description": "URL of the container registry",
                        "optional": false,
                        "nullable": false
                      },
                      "container_image_tag": {
                        "examples": [
                          "v1.0.0"
                        ],
                        "type": "string",
                        "name": "container_image_tag",
                        "description": "Tag of the container image",
                        "optional": false,
                        "nullable": false
                      },
                      "container_image": {
                        "examples": [
                          "my-app-image"
                        ],
                        "type": "string",
                        "name": "container_image",
                        "description": "Name of the container image",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": true,
                    "nullable": false
                  },
                  "remote_mcp_server": {
                    "examples": [
                      {
                        "url": "https://mcp.example.com",
                        "transport": "grpc"
                      }
                    ],
                    "properties": {
                      "url": {
                        "examples": [
                          "https://mcp.example.com"
                        ],
                        "type": "string",
                        "name": "url",
                        "description": "URL of the remote MCP server",
                        "optional": false,
                        "nullable": false
                      },
                      "transport": {
                        "examples": [
                          "grpc",
                          "http"
                        ],
                        "type": "string",
                        "name": "transport",
                        "description": "Transport protocol for the remote MCP server",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": true,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_775",
      "name": "customProviderVersion",
      "type": {
        "examples": [
          {
            "object": "custom_provider.version",
            "id": "cpv_1aBcDeFgHjKlMnPq",
            "status": "queued",
            "config": {
              "object": "custom_provider.version.config",
              "schema": {
                "type": "json_schema",
                "schema": {}
              }
            },
            "index": 1,
            "identifier": "v1.0.0",
            "deployment": {
              "object": "custom_provider.deployment",
              "id": "cpd_1aBcDeFgHjKlMnPq",
              "status": "failed",
              "trigger": "manual",
              "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
              "commit": {
                "object": "custom_provider.deployment.commit",
                "type": "create_version"
              },
              "immutable_bucket": {
                "object": "bucket",
                "scm_repo_link": {
                  "object": "bucket.scm_repo",
                  "is_linked": true,
                  "repository": {
                    "object": "scm.repository",
                    "provider": {
                      "object": "scm.provider",
                      "type": "github"
                    }
                  }
                }
              },
              "actor": {
                "object": "custom_provider.actor#preview",
                "id": "act_1aBcDeFgHjKlMnPq",
                "type": "external",
                "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                "name": "John Doe",
                "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                "created_at": "2025-09-15T10:30:00.000Z"
              },
              "scm_push": {
                "object": "scm.push",
                "actor": {
                  "object": "scm.actor"
                },
                "commit": {
                  "object": "scm.commit"
                },
                "repository": {
                  "object": "scm.repository",
                  "provider": {
                    "object": "scm.provider",
                    "type": "github"
                  }
                }
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "environments": [
              {
                "object": "custom_provider.environment",
                "id": "cpenv_1aBcDeFgHjKlMnPq",
                "environment": {
                  "object": "custom_provider.environment",
                  "id": "cpenv_1aBcDeFgHjKlMnPq",
                  "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                  "instance_id": "ins_2cDeFgHjKlMnPqRs",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              },
              {
                "object": "custom_provider.environment",
                "id": "cpenv_1aBcDeFgHjKlMnPq",
                "environment": {
                  "object": "custom_provider.environment",
                  "id": "cpenv_1aBcDeFgHjKlMnPq",
                  "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                  "instance_id": "ins_2cDeFgHjKlMnPqRs",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ],
            "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "actor": {
              "object": "custom_provider.actor#preview",
              "id": "act_1aBcDeFgHjKlMnPq",
              "type": "external",
              "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
              "name": "John Doe",
              "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
              "created_at": "2025-09-15T10:30:00.000Z"
            },
            "container_image": {
              "container_registry": "https://index.docker.io/v1/",
              "container_image_tag": "v1.0.0",
              "container_image": "my-app-image"
            },
            "remote_mcp_server": {
              "url": "https://mcp.example.com",
              "transport": "grpc"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "custom_provider.version"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "cpv_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique custom provider version identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "queued",
              "deploying",
              "deployment_succeeded",
              "deployment_failed"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current version status",
            "optional": false,
            "nullable": false
          },
          "config": {
            "examples": [
              {
                "object": "custom_provider.version.config",
                "schema": {
                  "type": "json_schema",
                  "schema": {}
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "custom_provider.version.config"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the configuration fields for the custom provider",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "transformer": {
                "examples": [],
                "type": "string",
                "name": "transformer",
                "description": "Optional jsonata transformer function for the configuration.",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "index": {
            "examples": [
              1,
              2,
              3
            ],
            "type": "number",
            "name": "index",
            "description": "Version index number",
            "optional": false,
            "nullable": false
          },
          "identifier": {
            "examples": [
              "v1.0.0"
            ],
            "type": "string",
            "name": "identifier",
            "description": "Version identifier",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "custom_provider.deployment",
                "id": "cpd_1aBcDeFgHjKlMnPq",
                "status": "failed",
                "trigger": "manual",
                "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                "commit": {
                  "object": "custom_provider.deployment.commit",
                  "type": "create_version"
                },
                "immutable_bucket": {
                  "object": "bucket",
                  "scm_repo_link": {
                    "object": "bucket.scm_repo",
                    "is_linked": true,
                    "repository": {
                      "object": "scm.repository",
                      "provider": {
                        "object": "scm.provider",
                        "type": "github"
                      }
                    }
                  }
                },
                "actor": {
                  "object": "custom_provider.actor#preview",
                  "id": "act_1aBcDeFgHjKlMnPq",
                  "type": "external",
                  "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                  "name": "John Doe",
                  "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "scm_push": {
                  "object": "scm.push",
                  "actor": {
                    "object": "scm.actor"
                  },
                  "commit": {
                    "object": "scm.commit"
                  },
                  "repository": {
                    "object": "scm.repository",
                    "provider": {
                      "object": "scm.provider",
                      "type": "github"
                    }
                  }
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "custom_provider.deployment"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "cpd_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique custom provider deployment identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "failed",
                  "queued",
                  "deploying",
                  "succeeded"
                ],
                "type": "enum",
                "name": "status",
                "description": "Current deployment status",
                "optional": false,
                "nullable": false
              },
              "trigger": {
                "examples": [
                  "manual",
                  "system",
                  "scm"
                ],
                "type": "enum",
                "name": "trigger",
                "description": "What triggered this deployment",
                "optional": false,
                "nullable": false
              },
              "custom_provider_id": {
                "examples": [
                  "cpr_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "custom_provider_id",
                "description": "ID of the parent custom provider",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "ID of the associated provider",
                "optional": false,
                "nullable": true
              },
              "custom_provider_version_id": {
                "examples": [
                  "cpv_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "custom_provider_version_id",
                "description": "ID of the custom provider version being deployed",
                "optional": false,
                "nullable": true
              },
              "commit": {
                "examples": [
                  {
                    "object": "custom_provider.deployment.commit",
                    "type": "create_version"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.deployment.commit"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "name": "id",
                    "description": "Commit identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "create_version",
                      "merge_version_into_environment",
                      "rollback_to_version"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Commit type",
                    "optional": false,
                    "nullable": false
                  },
                  "message": {
                    "examples": [],
                    "type": "string",
                    "name": "message",
                    "description": "Commit message",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when commit was created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "immutable_bucket": {
                "examples": [
                  {
                    "object": "bucket",
                    "scm_repo_link": {
                      "object": "bucket.scm_repo",
                      "is_linked": true,
                      "repository": {
                        "object": "scm.repository",
                        "provider": {
                          "object": "scm.provider",
                          "type": "github"
                        }
                      }
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "bucket"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "name": "id",
                    "description": "Unique bucket identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "is_immutable": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_immutable",
                    "description": "Whether the bucket is immutable",
                    "optional": false,
                    "nullable": false
                  },
                  "is_read_only": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_read_only",
                    "description": "Whether the bucket is read-only",
                    "optional": false,
                    "nullable": false
                  },
                  "scm_repo_link": {
                    "examples": [
                      {
                        "object": "bucket.scm_repo",
                        "is_linked": true,
                        "repository": {
                          "object": "scm.repository",
                          "provider": {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "bucket.scm_repo"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "is_linked": {
                        "examples": [
                          true
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "path": {
                        "examples": [],
                        "type": "string",
                        "name": "path",
                        "description": "Path within the SCM repository",
                        "optional": false,
                        "nullable": true
                      },
                      "repository": {
                        "examples": [
                          {
                            "object": "scm.repository",
                            "provider": {
                              "object": "scm.provider",
                              "type": "github"
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.repository"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "description": "Unique repository identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "provider": {
                            "examples": [
                              {
                                "object": "scm.provider",
                                "type": "github"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "scm.provider"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "github",
                                  "gitlab"
                                ],
                                "type": "enum",
                                "description": "SCM provider type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "description": "External provider identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "description": "Repository name on the provider",
                                "optional": false,
                                "nullable": false
                              },
                              "owner": {
                                "examples": [],
                                "type": "string",
                                "description": "Repository owner on the provider",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "url": {
                            "examples": [],
                            "type": "string",
                            "description": "Repository URL",
                            "optional": false,
                            "nullable": false
                          },
                          "is_private": {
                            "examples": [],
                            "type": "boolean",
                            "description": "Whether the repository is private",
                            "optional": false,
                            "nullable": false
                          },
                          "default_branch": {
                            "examples": [],
                            "type": "string",
                            "description": "Default branch name",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "actor": {
                "examples": [
                  {
                    "object": "custom_provider.actor#preview",
                    "id": "act_1aBcDeFgHjKlMnPq",
                    "type": "external",
                    "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                    "name": "John Doe",
                    "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.actor#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "act_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Actor identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "external",
                      "system"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Actor type",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [
                      "mtea-orgact_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Actor unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "John Doe"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Actor display name",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_actor_id": {
                    "examples": [
                      "ora_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "organization_actor_id",
                    "description": "Organization actor ID if linked",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "scm_push": {
                "examples": [
                  {
                    "object": "scm.push",
                    "actor": {
                      "object": "scm.actor"
                    },
                    "commit": {
                      "object": "scm.commit"
                    },
                    "repository": {
                      "object": "scm.repository",
                      "provider": {
                        "object": "scm.provider",
                        "type": "github"
                      }
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "scm.push"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "name": "id",
                    "description": "Unique SCM push identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "actor": {
                    "examples": [
                      {
                        "object": "scm.actor"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "scm.actor"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "description": "Actor identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "external_id": {
                        "examples": [],
                        "type": "string",
                        "description": "External actor identifier",
                        "optional": false,
                        "nullable": true
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "description": "Actor name",
                        "optional": false,
                        "nullable": true
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "description": "Actor email",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "commit": {
                    "examples": [
                      {
                        "object": "scm.commit"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "scm.commit"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "description": "Commit identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "sha": {
                        "examples": [],
                        "type": "string",
                        "description": "Commit SHA",
                        "optional": false,
                        "nullable": false
                      },
                      "branch": {
                        "examples": [],
                        "type": "string",
                        "description": "Branch name",
                        "optional": false,
                        "nullable": false
                      },
                      "message": {
                        "examples": [],
                        "type": "string",
                        "description": "Commit message",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "description": "Timestamp when commit was created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "repository": {
                    "examples": [
                      {
                        "object": "scm.repository",
                        "provider": {
                          "object": "scm.provider",
                          "type": "github"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "scm.repository"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "description": "Unique repository identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "provider": {
                        "examples": [
                          {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.provider"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "github",
                              "gitlab"
                            ],
                            "type": "enum",
                            "description": "SCM provider type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "description": "External provider identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "description": "Repository name on the provider",
                            "optional": false,
                            "nullable": false
                          },
                          "owner": {
                            "examples": [],
                            "type": "string",
                            "description": "Repository owner on the provider",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "url": {
                        "examples": [],
                        "type": "string",
                        "description": "Repository URL",
                        "optional": false,
                        "nullable": false
                      },
                      "is_private": {
                        "examples": [],
                        "type": "boolean",
                        "description": "Whether the repository is private",
                        "optional": false,
                        "nullable": false
                      },
                      "default_branch": {
                        "examples": [],
                        "type": "string",
                        "description": "Default branch name",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "environments": {
            "examples": [
              [
                {
                  "object": "custom_provider.environment",
                  "id": "cpenv_1aBcDeFgHjKlMnPq",
                  "environment": {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                    "instance_id": "ins_2cDeFgHjKlMnPqRs",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "custom_provider.environment",
                  "id": "cpenv_1aBcDeFgHjKlMnPq",
                  "environment": {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                    "instance_id": "ins_2cDeFgHjKlMnPqRs",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "environment": {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                      "instance_id": "ins_2cDeFgHjKlMnPqRs",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.environment"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "cpenv_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Environment version reference identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "is_current_version_for_environment": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_current_version_for_environment",
                    "description": "Whether this version is the current one for the environment",
                    "optional": false,
                    "nullable": false
                  },
                  "environment": {
                    "examples": [
                      {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                        "instance_id": "ins_2cDeFgHjKlMnPqRs",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.environment"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "cpenv_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique custom provider environment identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "custom_provider_id": {
                        "examples": [
                          "cpr_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "custom_provider_id",
                        "description": "ID of the parent custom provider",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "ID of the associated provider",
                        "optional": false,
                        "nullable": true
                      },
                      "current_provider_version_id": {
                        "examples": [
                          "prv_4dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "current_provider_version_id",
                        "description": "ID of the current provider version in this environment",
                        "optional": false,
                        "nullable": true
                      },
                      "instance_id": {
                        "examples": [
                          "ins_2cDeFgHjKlMnPqRs"
                        ],
                        "type": "string",
                        "name": "instance_id",
                        "description": "ID of the instance this environment is associated with",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "environments",
            "description": "Environments this version is deployed to",
            "optional": false,
            "nullable": false
          },
          "custom_provider_id": {
            "examples": [
              "cpr_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "custom_provider_id",
            "description": "ID of the parent custom provider",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "ID of the associated provider",
            "optional": false,
            "nullable": true
          },
          "actor": {
            "examples": [
              {
                "object": "custom_provider.actor#preview",
                "id": "act_1aBcDeFgHjKlMnPq",
                "type": "external",
                "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                "name": "John Doe",
                "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "custom_provider.actor#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "act_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Actor identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "external",
                  "system"
                ],
                "type": "enum",
                "name": "type",
                "description": "Actor type",
                "optional": false,
                "nullable": false
              },
              "identifier": {
                "examples": [
                  "mtea-orgact_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "identifier",
                "description": "Actor unique identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "John Doe"
                ],
                "type": "string",
                "name": "name",
                "description": "Actor display name",
                "optional": false,
                "nullable": false
              },
              "organization_actor_id": {
                "examples": [
                  "ora_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "organization_actor_id",
                "description": "Organization actor ID if linked",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "container_image": {
            "examples": [
              {
                "container_registry": "https://index.docker.io/v1/",
                "container_image_tag": "v1.0.0",
                "container_image": "my-app-image"
              }
            ],
            "properties": {
              "container_registry": {
                "examples": [
                  "https://index.docker.io/v1/"
                ],
                "type": "string",
                "name": "container_registry",
                "description": "URL of the container registry",
                "optional": false,
                "nullable": false
              },
              "container_image_tag": {
                "examples": [
                  "v1.0.0"
                ],
                "type": "string",
                "name": "container_image_tag",
                "description": "Tag of the container image",
                "optional": false,
                "nullable": false
              },
              "container_image": {
                "examples": [
                  "my-app-image"
                ],
                "type": "string",
                "name": "container_image",
                "description": "Name of the container image",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": true,
            "nullable": false
          },
          "remote_mcp_server": {
            "examples": [
              {
                "url": "https://mcp.example.com",
                "transport": "grpc"
              }
            ],
            "properties": {
              "url": {
                "examples": [
                  "https://mcp.example.com"
                ],
                "type": "string",
                "name": "url",
                "description": "URL of the remote MCP server",
                "optional": false,
                "nullable": false
              },
              "transport": {
                "examples": [
                  "grpc",
                  "http"
                ],
                "type": "string",
                "name": "transport",
                "description": "Transport protocol for the remote MCP server",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": true,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_777",
      "name": "customProviderEnv",
      "type": {
        "examples": [
          {
            "object": "custom_provider.env",
            "env": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "custom_provider.env"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "env": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "description": "Key-value pairs representing the custom provider environment variables",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_779",
      "name": "Body",
      "type": {
        "examples": [
          {
            "custom_provider_id": "cp_1aBcDeFgHjKlMnPq",
            "from": {
              "type": "container"
            },
            "config": {
              "schema": {}
            }
          }
        ],
        "properties": {
          "custom_provider_id": {
            "examples": [
              "cp_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "description": "Custom provider ID",
            "optional": false,
            "nullable": false
          },
          "from": {
            "examples": [
              {
                "type": "container"
              },
              {
                "type": "remote",
                "oauth_config": {},
                "protocol": "sse"
              },
              {
                "type": "function",
                "files": [
                  {
                    "encoding": "utf-8"
                  },
                  {
                    "encoding": "utf-8"
                  }
                ],
                "env": {},
                "runtime": {
                  "identifier": "nodejs",
                  "version": "24.x"
                }
              },
              {
                "type": "function",
                "env": {},
                "runtime": {
                  "identifier": "nodejs",
                  "version": "24.x"
                },
                "repository": {}
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "container"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "container"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "image_ref": {
                    "examples": [],
                    "type": "string",
                    "description": "Container image reference",
                    "optional": false,
                    "nullable": false
                  },
                  "username": {
                    "examples": [],
                    "type": "string",
                    "description": "Registry username",
                    "optional": true,
                    "nullable": false
                  },
                  "password": {
                    "examples": [],
                    "type": "string",
                    "description": "Registry password",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "name": "container",
                "description": "Deploy from a container image",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "remote",
                    "oauth_config": {},
                    "protocol": "sse"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "remote"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "remote_url": {
                    "examples": [],
                    "type": "string",
                    "description": "Remote MCP server URL",
                    "optional": false,
                    "nullable": false
                  },
                  "oauth_config": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "description": "Remote server configuration",
                    "optional": true,
                    "nullable": false
                  },
                  "protocol": {
                    "examples": [
                      "sse",
                      "streamable_http"
                    ],
                    "type": "enum",
                    "description": "MCP protocol to use",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "name": "remote",
                "description": "Connect to a remote MCP server",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "function",
                    "files": [
                      {
                        "encoding": "utf-8"
                      },
                      {
                        "encoding": "utf-8"
                      }
                    ],
                    "env": {},
                    "runtime": {
                      "identifier": "nodejs",
                      "version": "24.x"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "function"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "files": {
                    "examples": [
                      [
                        {
                          "encoding": "utf-8"
                        },
                        {
                          "encoding": "utf-8"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "encoding": "utf-8"
                          }
                        ],
                        "properties": {
                          "filename": {
                            "examples": [],
                            "type": "string",
                            "description": "File name",
                            "optional": false,
                            "nullable": false
                          },
                          "content": {
                            "examples": [],
                            "type": "string",
                            "description": "File content",
                            "optional": false,
                            "nullable": false
                          },
                          "encoding": {
                            "examples": [
                              "utf-8",
                              "base64"
                            ],
                            "type": "enum",
                            "description": "Content encoding",
                            "optional": true,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "description": "Source files",
                    "optional": false,
                    "nullable": false
                  },
                  "env": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "description": "Environment variables",
                    "optional": false,
                    "nullable": false
                  },
                  "runtime": {
                    "examples": [
                      {
                        "identifier": "nodejs",
                        "version": "24.x"
                      },
                      {
                        "identifier": "python",
                        "version": "3.14"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "identifier": "nodejs",
                            "version": "24.x"
                          }
                        ],
                        "properties": {
                          "identifier": {
                            "examples": [
                              "nodejs"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "version": {
                            "examples": [
                              "24.x",
                              "22.x"
                            ],
                            "type": "enum",
                            "description": "Node.js version",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "identifier": "python",
                            "version": "3.14"
                          }
                        ],
                        "properties": {
                          "identifier": {
                            "examples": [
                              "python"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "version": {
                            "examples": [
                              "3.14",
                              "3.13",
                              "3.12"
                            ],
                            "type": "enum",
                            "description": "Python version",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "name": "function",
                "description": "Deploy as a serverless function",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "function",
                    "env": {},
                    "runtime": {
                      "identifier": "nodejs",
                      "version": "24.x"
                    },
                    "repository": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "function"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "env": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "description": "Environment variables",
                    "optional": false,
                    "nullable": false
                  },
                  "runtime": {
                    "examples": [
                      {
                        "identifier": "nodejs",
                        "version": "24.x"
                      },
                      {
                        "identifier": "python",
                        "version": "3.14"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "identifier": "nodejs",
                            "version": "24.x"
                          }
                        ],
                        "properties": {
                          "identifier": {
                            "examples": [
                              "nodejs"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "version": {
                            "examples": [
                              "24.x",
                              "22.x"
                            ],
                            "type": "enum",
                            "description": "Node.js version",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "identifier": "python",
                            "version": "3.14"
                          }
                        ],
                        "properties": {
                          "identifier": {
                            "examples": [
                              "python"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "version": {
                            "examples": [
                              "3.14",
                              "3.13",
                              "3.12"
                            ],
                            "type": "enum",
                            "description": "Python version",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  },
                  "repository": {
                    "examples": [
                      {},
                      {
                        "type": "git"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {}
                        ],
                        "properties": {
                          "repository_id": {
                            "examples": [],
                            "type": "string",
                            "description": "Repository ID",
                            "optional": false,
                            "nullable": false
                          },
                          "branch": {
                            "examples": [],
                            "type": "string",
                            "description": "Branch name",
                            "optional": false,
                            "nullable": false
                          },
                          "path": {
                            "examples": [],
                            "type": "string",
                            "description": "Repository path",
                            "optional": true,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "git"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "git"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "repository_url": {
                            "examples": [],
                            "type": "string",
                            "description": "Git repository URL",
                            "optional": false,
                            "nullable": false
                          },
                          "branch": {
                            "examples": [],
                            "type": "string",
                            "description": "Branch name",
                            "optional": false,
                            "nullable": false
                          },
                          "path": {
                            "examples": [],
                            "type": "string",
                            "description": "Repository path",
                            "optional": true,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "name": "function",
                "description": "Deploy as a serverless function",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": false
          },
          "config": {
            "examples": [
              {
                "schema": {}
              }
            ],
            "properties": {
              "schema": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "description": "Configuration JSON schema",
                "optional": false,
                "nullable": false
              },
              "transformer": {
                "examples": [],
                "type": "string",
                "description": "Configuration transformer code",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_780",
      "name": "customProviderVersion",
      "type": {
        "examples": [
          {
            "object": "custom_provider.version",
            "id": "cpv_1aBcDeFgHjKlMnPq",
            "status": "queued",
            "config": {
              "object": "custom_provider.version.config",
              "schema": {
                "type": "json_schema",
                "schema": {}
              }
            },
            "index": 1,
            "identifier": "v1.0.0",
            "deployment": {
              "object": "custom_provider.deployment",
              "id": "cpd_1aBcDeFgHjKlMnPq",
              "status": "failed",
              "trigger": "manual",
              "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
              "commit": {
                "object": "custom_provider.deployment.commit",
                "type": "create_version"
              },
              "immutable_bucket": {
                "object": "bucket",
                "scm_repo_link": {
                  "object": "bucket.scm_repo",
                  "is_linked": true,
                  "repository": {
                    "object": "scm.repository",
                    "provider": {
                      "object": "scm.provider",
                      "type": "github"
                    }
                  }
                }
              },
              "actor": {
                "object": "custom_provider.actor#preview",
                "id": "act_1aBcDeFgHjKlMnPq",
                "type": "external",
                "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                "name": "John Doe",
                "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                "created_at": "2025-09-15T10:30:00.000Z"
              },
              "scm_push": {
                "object": "scm.push",
                "actor": {
                  "object": "scm.actor"
                },
                "commit": {
                  "object": "scm.commit"
                },
                "repository": {
                  "object": "scm.repository",
                  "provider": {
                    "object": "scm.provider",
                    "type": "github"
                  }
                }
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "environments": [
              {
                "object": "custom_provider.environment",
                "id": "cpenv_1aBcDeFgHjKlMnPq",
                "environment": {
                  "object": "custom_provider.environment",
                  "id": "cpenv_1aBcDeFgHjKlMnPq",
                  "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                  "instance_id": "ins_2cDeFgHjKlMnPqRs",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              },
              {
                "object": "custom_provider.environment",
                "id": "cpenv_1aBcDeFgHjKlMnPq",
                "environment": {
                  "object": "custom_provider.environment",
                  "id": "cpenv_1aBcDeFgHjKlMnPq",
                  "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                  "instance_id": "ins_2cDeFgHjKlMnPqRs",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ],
            "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "actor": {
              "object": "custom_provider.actor#preview",
              "id": "act_1aBcDeFgHjKlMnPq",
              "type": "external",
              "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
              "name": "John Doe",
              "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
              "created_at": "2025-09-15T10:30:00.000Z"
            },
            "container_image": {
              "container_registry": "https://index.docker.io/v1/",
              "container_image_tag": "v1.0.0",
              "container_image": "my-app-image"
            },
            "remote_mcp_server": {
              "url": "https://mcp.example.com",
              "transport": "grpc"
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "custom_provider.version"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "cpv_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique custom provider version identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "queued",
              "deploying",
              "deployment_succeeded",
              "deployment_failed"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current version status",
            "optional": false,
            "nullable": false
          },
          "config": {
            "examples": [
              {
                "object": "custom_provider.version.config",
                "schema": {
                  "type": "json_schema",
                  "schema": {}
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "custom_provider.version.config"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "schema",
                    "description": "JSON Schema defining the configuration fields for the custom provider",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "transformer": {
                "examples": [],
                "type": "string",
                "name": "transformer",
                "description": "Optional jsonata transformer function for the configuration.",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "index": {
            "examples": [
              1,
              2,
              3
            ],
            "type": "number",
            "name": "index",
            "description": "Version index number",
            "optional": false,
            "nullable": false
          },
          "identifier": {
            "examples": [
              "v1.0.0"
            ],
            "type": "string",
            "name": "identifier",
            "description": "Version identifier",
            "optional": false,
            "nullable": false
          },
          "deployment": {
            "examples": [
              {
                "object": "custom_provider.deployment",
                "id": "cpd_1aBcDeFgHjKlMnPq",
                "status": "failed",
                "trigger": "manual",
                "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                "commit": {
                  "object": "custom_provider.deployment.commit",
                  "type": "create_version"
                },
                "immutable_bucket": {
                  "object": "bucket",
                  "scm_repo_link": {
                    "object": "bucket.scm_repo",
                    "is_linked": true,
                    "repository": {
                      "object": "scm.repository",
                      "provider": {
                        "object": "scm.provider",
                        "type": "github"
                      }
                    }
                  }
                },
                "actor": {
                  "object": "custom_provider.actor#preview",
                  "id": "act_1aBcDeFgHjKlMnPq",
                  "type": "external",
                  "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                  "name": "John Doe",
                  "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "scm_push": {
                  "object": "scm.push",
                  "actor": {
                    "object": "scm.actor"
                  },
                  "commit": {
                    "object": "scm.commit"
                  },
                  "repository": {
                    "object": "scm.repository",
                    "provider": {
                      "object": "scm.provider",
                      "type": "github"
                    }
                  }
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "custom_provider.deployment"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "cpd_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique custom provider deployment identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "failed",
                  "queued",
                  "deploying",
                  "succeeded"
                ],
                "type": "enum",
                "name": "status",
                "description": "Current deployment status",
                "optional": false,
                "nullable": false
              },
              "trigger": {
                "examples": [
                  "manual",
                  "system",
                  "scm"
                ],
                "type": "enum",
                "name": "trigger",
                "description": "What triggered this deployment",
                "optional": false,
                "nullable": false
              },
              "custom_provider_id": {
                "examples": [
                  "cpr_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "custom_provider_id",
                "description": "ID of the parent custom provider",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "ID of the associated provider",
                "optional": false,
                "nullable": true
              },
              "custom_provider_version_id": {
                "examples": [
                  "cpv_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "custom_provider_version_id",
                "description": "ID of the custom provider version being deployed",
                "optional": false,
                "nullable": true
              },
              "commit": {
                "examples": [
                  {
                    "object": "custom_provider.deployment.commit",
                    "type": "create_version"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.deployment.commit"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "name": "id",
                    "description": "Commit identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "create_version",
                      "merge_version_into_environment",
                      "rollback_to_version"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Commit type",
                    "optional": false,
                    "nullable": false
                  },
                  "message": {
                    "examples": [],
                    "type": "string",
                    "name": "message",
                    "description": "Commit message",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when commit was created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "immutable_bucket": {
                "examples": [
                  {
                    "object": "bucket",
                    "scm_repo_link": {
                      "object": "bucket.scm_repo",
                      "is_linked": true,
                      "repository": {
                        "object": "scm.repository",
                        "provider": {
                          "object": "scm.provider",
                          "type": "github"
                        }
                      }
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "bucket"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "name": "id",
                    "description": "Unique bucket identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "is_immutable": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_immutable",
                    "description": "Whether the bucket is immutable",
                    "optional": false,
                    "nullable": false
                  },
                  "is_read_only": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_read_only",
                    "description": "Whether the bucket is read-only",
                    "optional": false,
                    "nullable": false
                  },
                  "scm_repo_link": {
                    "examples": [
                      {
                        "object": "bucket.scm_repo",
                        "is_linked": true,
                        "repository": {
                          "object": "scm.repository",
                          "provider": {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "bucket.scm_repo"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "is_linked": {
                        "examples": [
                          true
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "path": {
                        "examples": [],
                        "type": "string",
                        "name": "path",
                        "description": "Path within the SCM repository",
                        "optional": false,
                        "nullable": true
                      },
                      "repository": {
                        "examples": [
                          {
                            "object": "scm.repository",
                            "provider": {
                              "object": "scm.provider",
                              "type": "github"
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.repository"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "description": "Unique repository identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "provider": {
                            "examples": [
                              {
                                "object": "scm.provider",
                                "type": "github"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "scm.provider"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "github",
                                  "gitlab"
                                ],
                                "type": "enum",
                                "description": "SCM provider type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "description": "External provider identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "description": "Repository name on the provider",
                                "optional": false,
                                "nullable": false
                              },
                              "owner": {
                                "examples": [],
                                "type": "string",
                                "description": "Repository owner on the provider",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "url": {
                            "examples": [],
                            "type": "string",
                            "description": "Repository URL",
                            "optional": false,
                            "nullable": false
                          },
                          "is_private": {
                            "examples": [],
                            "type": "boolean",
                            "description": "Whether the repository is private",
                            "optional": false,
                            "nullable": false
                          },
                          "default_branch": {
                            "examples": [],
                            "type": "string",
                            "description": "Default branch name",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "actor": {
                "examples": [
                  {
                    "object": "custom_provider.actor#preview",
                    "id": "act_1aBcDeFgHjKlMnPq",
                    "type": "external",
                    "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                    "name": "John Doe",
                    "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.actor#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "act_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Actor identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "external",
                      "system"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Actor type",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [
                      "mtea-orgact_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Actor unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "John Doe"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Actor display name",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_actor_id": {
                    "examples": [
                      "ora_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "organization_actor_id",
                    "description": "Organization actor ID if linked",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "scm_push": {
                "examples": [
                  {
                    "object": "scm.push",
                    "actor": {
                      "object": "scm.actor"
                    },
                    "commit": {
                      "object": "scm.commit"
                    },
                    "repository": {
                      "object": "scm.repository",
                      "provider": {
                        "object": "scm.provider",
                        "type": "github"
                      }
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "scm.push"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "name": "id",
                    "description": "Unique SCM push identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "actor": {
                    "examples": [
                      {
                        "object": "scm.actor"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "scm.actor"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "description": "Actor identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "external_id": {
                        "examples": [],
                        "type": "string",
                        "description": "External actor identifier",
                        "optional": false,
                        "nullable": true
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "description": "Actor name",
                        "optional": false,
                        "nullable": true
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "description": "Actor email",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "commit": {
                    "examples": [
                      {
                        "object": "scm.commit"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "scm.commit"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "description": "Commit identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "sha": {
                        "examples": [],
                        "type": "string",
                        "description": "Commit SHA",
                        "optional": false,
                        "nullable": false
                      },
                      "branch": {
                        "examples": [],
                        "type": "string",
                        "description": "Branch name",
                        "optional": false,
                        "nullable": false
                      },
                      "message": {
                        "examples": [],
                        "type": "string",
                        "description": "Commit message",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "description": "Timestamp when commit was created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "repository": {
                    "examples": [
                      {
                        "object": "scm.repository",
                        "provider": {
                          "object": "scm.provider",
                          "type": "github"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "scm.repository"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "description": "Unique repository identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "provider": {
                        "examples": [
                          {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.provider"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "github",
                              "gitlab"
                            ],
                            "type": "enum",
                            "description": "SCM provider type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "description": "External provider identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "description": "Repository name on the provider",
                            "optional": false,
                            "nullable": false
                          },
                          "owner": {
                            "examples": [],
                            "type": "string",
                            "description": "Repository owner on the provider",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "url": {
                        "examples": [],
                        "type": "string",
                        "description": "Repository URL",
                        "optional": false,
                        "nullable": false
                      },
                      "is_private": {
                        "examples": [],
                        "type": "boolean",
                        "description": "Whether the repository is private",
                        "optional": false,
                        "nullable": false
                      },
                      "default_branch": {
                        "examples": [],
                        "type": "string",
                        "description": "Default branch name",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "environments": {
            "examples": [
              [
                {
                  "object": "custom_provider.environment",
                  "id": "cpenv_1aBcDeFgHjKlMnPq",
                  "environment": {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                    "instance_id": "ins_2cDeFgHjKlMnPqRs",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "custom_provider.environment",
                  "id": "cpenv_1aBcDeFgHjKlMnPq",
                  "environment": {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                    "instance_id": "ins_2cDeFgHjKlMnPqRs",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "environment": {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                      "instance_id": "ins_2cDeFgHjKlMnPqRs",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.environment"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "cpenv_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Environment version reference identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "is_current_version_for_environment": {
                    "examples": [],
                    "type": "boolean",
                    "name": "is_current_version_for_environment",
                    "description": "Whether this version is the current one for the environment",
                    "optional": false,
                    "nullable": false
                  },
                  "environment": {
                    "examples": [
                      {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                        "instance_id": "ins_2cDeFgHjKlMnPqRs",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.environment"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "cpenv_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique custom provider environment identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "custom_provider_id": {
                        "examples": [
                          "cpr_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "custom_provider_id",
                        "description": "ID of the parent custom provider",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "ID of the associated provider",
                        "optional": false,
                        "nullable": true
                      },
                      "current_provider_version_id": {
                        "examples": [
                          "prv_4dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "current_provider_version_id",
                        "description": "ID of the current provider version in this environment",
                        "optional": false,
                        "nullable": true
                      },
                      "instance_id": {
                        "examples": [
                          "ins_2cDeFgHjKlMnPqRs"
                        ],
                        "type": "string",
                        "name": "instance_id",
                        "description": "ID of the instance this environment is associated with",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "environments",
            "description": "Environments this version is deployed to",
            "optional": false,
            "nullable": false
          },
          "custom_provider_id": {
            "examples": [
              "cpr_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "custom_provider_id",
            "description": "ID of the parent custom provider",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "ID of the associated provider",
            "optional": false,
            "nullable": true
          },
          "actor": {
            "examples": [
              {
                "object": "custom_provider.actor#preview",
                "id": "act_1aBcDeFgHjKlMnPq",
                "type": "external",
                "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                "name": "John Doe",
                "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "custom_provider.actor#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "act_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Actor identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "external",
                  "system"
                ],
                "type": "enum",
                "name": "type",
                "description": "Actor type",
                "optional": false,
                "nullable": false
              },
              "identifier": {
                "examples": [
                  "mtea-orgact_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "identifier",
                "description": "Actor unique identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "John Doe"
                ],
                "type": "string",
                "name": "name",
                "description": "Actor display name",
                "optional": false,
                "nullable": false
              },
              "organization_actor_id": {
                "examples": [
                  "ora_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "organization_actor_id",
                "description": "Organization actor ID if linked",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "container_image": {
            "examples": [
              {
                "container_registry": "https://index.docker.io/v1/",
                "container_image_tag": "v1.0.0",
                "container_image": "my-app-image"
              }
            ],
            "properties": {
              "container_registry": {
                "examples": [
                  "https://index.docker.io/v1/"
                ],
                "type": "string",
                "name": "container_registry",
                "description": "URL of the container registry",
                "optional": false,
                "nullable": false
              },
              "container_image_tag": {
                "examples": [
                  "v1.0.0"
                ],
                "type": "string",
                "name": "container_image_tag",
                "description": "Tag of the container image",
                "optional": false,
                "nullable": false
              },
              "container_image": {
                "examples": [
                  "my-app-image"
                ],
                "type": "string",
                "name": "container_image",
                "description": "Name of the container image",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": true,
            "nullable": false
          },
          "remote_mcp_server": {
            "examples": [
              {
                "url": "https://mcp.example.com",
                "transport": "grpc"
              }
            ],
            "properties": {
              "url": {
                "examples": [
                  "https://mcp.example.com"
                ],
                "type": "string",
                "name": "url",
                "description": "URL of the remote MCP server",
                "optional": false,
                "nullable": false
              },
              "transport": {
                "examples": [
                  "grpc",
                  "http"
                ],
                "type": "string",
                "name": "transport",
                "description": "Transport protocol for the remote MCP server",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": true,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_783",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "queued",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "queued",
                  "deploying",
                  "succeeded",
                  "failed",
                  [
                    "queued",
                    "queued"
                  ],
                  [
                    "deploying",
                    "deploying"
                  ],
                  [
                    "succeeded",
                    "succeeded"
                  ],
                  [
                    "failed",
                    "failed"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "queued",
                      "deploying",
                      "succeeded",
                      "failed"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "queued",
                        "queued"
                      ],
                      [
                        "deploying",
                        "deploying"
                      ],
                      [
                        "succeeded",
                        "succeeded"
                      ],
                      [
                        "failed",
                        "failed"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "queued",
                          "deploying",
                          "succeeded",
                          "failed"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by status (queued, deploying, succeeded, failed)",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by deployment IDs",
                "optional": true,
                "nullable": false
              },
              "custom_provider_version_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by version IDs",
                "optional": true,
                "nullable": false
              },
              "custom_provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by custom provider IDs",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for custom provider deployment creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for custom provider deployment creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter custom provider deployment creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for custom provider deployment last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for custom provider deployment last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter custom provider deployment last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_784",
      "name": "customProviderDeployment",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "custom_provider.deployment",
                "id": "cpd_1aBcDeFgHjKlMnPq",
                "status": "failed",
                "trigger": "manual",
                "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                "commit": {
                  "object": "custom_provider.deployment.commit",
                  "type": "create_version"
                },
                "immutable_bucket": {
                  "object": "bucket",
                  "scm_repo_link": {
                    "object": "bucket.scm_repo",
                    "is_linked": true,
                    "repository": {
                      "object": "scm.repository",
                      "provider": {
                        "object": "scm.provider",
                        "type": "github"
                      }
                    }
                  }
                },
                "actor": {
                  "object": "custom_provider.actor#preview",
                  "id": "act_1aBcDeFgHjKlMnPq",
                  "type": "external",
                  "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                  "name": "John Doe",
                  "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "scm_push": {
                  "object": "scm.push",
                  "actor": {
                    "object": "scm.actor"
                  },
                  "commit": {
                    "object": "scm.commit"
                  },
                  "repository": {
                    "object": "scm.repository",
                    "provider": {
                      "object": "scm.provider",
                      "type": "github"
                    }
                  }
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "custom_provider.deployment",
                  "id": "cpd_1aBcDeFgHjKlMnPq",
                  "status": "failed",
                  "trigger": "manual",
                  "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                  "commit": {
                    "object": "custom_provider.deployment.commit",
                    "type": "create_version"
                  },
                  "immutable_bucket": {
                    "object": "bucket",
                    "scm_repo_link": {
                      "object": "bucket.scm_repo",
                      "is_linked": true,
                      "repository": {
                        "object": "scm.repository",
                        "provider": {
                          "object": "scm.provider",
                          "type": "github"
                        }
                      }
                    }
                  },
                  "actor": {
                    "object": "custom_provider.actor#preview",
                    "id": "act_1aBcDeFgHjKlMnPq",
                    "type": "external",
                    "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                    "name": "John Doe",
                    "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "scm_push": {
                    "object": "scm.push",
                    "actor": {
                      "object": "scm.actor"
                    },
                    "commit": {
                      "object": "scm.commit"
                    },
                    "repository": {
                      "object": "scm.repository",
                      "provider": {
                        "object": "scm.provider",
                        "type": "github"
                      }
                    }
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "custom_provider.deployment",
                  "id": "cpd_1aBcDeFgHjKlMnPq",
                  "status": "failed",
                  "trigger": "manual",
                  "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                  "commit": {
                    "object": "custom_provider.deployment.commit",
                    "type": "create_version"
                  },
                  "immutable_bucket": {
                    "object": "bucket",
                    "scm_repo_link": {
                      "object": "bucket.scm_repo",
                      "is_linked": true,
                      "repository": {
                        "object": "scm.repository",
                        "provider": {
                          "object": "scm.provider",
                          "type": "github"
                        }
                      }
                    }
                  },
                  "actor": {
                    "object": "custom_provider.actor#preview",
                    "id": "act_1aBcDeFgHjKlMnPq",
                    "type": "external",
                    "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                    "name": "John Doe",
                    "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "scm_push": {
                    "object": "scm.push",
                    "actor": {
                      "object": "scm.actor"
                    },
                    "commit": {
                      "object": "scm.commit"
                    },
                    "repository": {
                      "object": "scm.repository",
                      "provider": {
                        "object": "scm.provider",
                        "type": "github"
                      }
                    }
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "custom_provider.deployment",
                    "id": "cpd_1aBcDeFgHjKlMnPq",
                    "status": "failed",
                    "trigger": "manual",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                    "commit": {
                      "object": "custom_provider.deployment.commit",
                      "type": "create_version"
                    },
                    "immutable_bucket": {
                      "object": "bucket",
                      "scm_repo_link": {
                        "object": "bucket.scm_repo",
                        "is_linked": true,
                        "repository": {
                          "object": "scm.repository",
                          "provider": {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        }
                      }
                    },
                    "actor": {
                      "object": "custom_provider.actor#preview",
                      "id": "act_1aBcDeFgHjKlMnPq",
                      "type": "external",
                      "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                      "name": "John Doe",
                      "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "scm_push": {
                      "object": "scm.push",
                      "actor": {
                        "object": "scm.actor"
                      },
                      "commit": {
                        "object": "scm.commit"
                      },
                      "repository": {
                        "object": "scm.repository",
                        "provider": {
                          "object": "scm.provider",
                          "type": "github"
                        }
                      }
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.deployment"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "cpd_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique custom provider deployment identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "failed",
                      "queued",
                      "deploying",
                      "succeeded"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current deployment status",
                    "optional": false,
                    "nullable": false
                  },
                  "trigger": {
                    "examples": [
                      "manual",
                      "system",
                      "scm"
                    ],
                    "type": "enum",
                    "name": "trigger",
                    "description": "What triggered this deployment",
                    "optional": false,
                    "nullable": false
                  },
                  "custom_provider_id": {
                    "examples": [
                      "cpr_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "custom_provider_id",
                    "description": "ID of the parent custom provider",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "ID of the associated provider",
                    "optional": false,
                    "nullable": true
                  },
                  "custom_provider_version_id": {
                    "examples": [
                      "cpv_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "custom_provider_version_id",
                    "description": "ID of the custom provider version being deployed",
                    "optional": false,
                    "nullable": true
                  },
                  "commit": {
                    "examples": [
                      {
                        "object": "custom_provider.deployment.commit",
                        "type": "create_version"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.deployment.commit"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "name": "id",
                        "description": "Commit identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "create_version",
                          "merge_version_into_environment",
                          "rollback_to_version"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Commit type",
                        "optional": false,
                        "nullable": false
                      },
                      "message": {
                        "examples": [],
                        "type": "string",
                        "name": "message",
                        "description": "Commit message",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when commit was created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "immutable_bucket": {
                    "examples": [
                      {
                        "object": "bucket",
                        "scm_repo_link": {
                          "object": "bucket.scm_repo",
                          "is_linked": true,
                          "repository": {
                            "object": "scm.repository",
                            "provider": {
                              "object": "scm.provider",
                              "type": "github"
                            }
                          }
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "bucket"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "name": "id",
                        "description": "Unique bucket identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "is_immutable": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_immutable",
                        "description": "Whether the bucket is immutable",
                        "optional": false,
                        "nullable": false
                      },
                      "is_read_only": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_read_only",
                        "description": "Whether the bucket is read-only",
                        "optional": false,
                        "nullable": false
                      },
                      "scm_repo_link": {
                        "examples": [
                          {
                            "object": "bucket.scm_repo",
                            "is_linked": true,
                            "repository": {
                              "object": "scm.repository",
                              "provider": {
                                "object": "scm.provider",
                                "type": "github"
                              }
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "bucket.scm_repo"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "is_linked": {
                            "examples": [
                              true
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "path": {
                            "examples": [],
                            "type": "string",
                            "name": "path",
                            "description": "Path within the SCM repository",
                            "optional": false,
                            "nullable": true
                          },
                          "repository": {
                            "examples": [
                              {
                                "object": "scm.repository",
                                "provider": {
                                  "object": "scm.provider",
                                  "type": "github"
                                }
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "scm.repository"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "description": "Unique repository identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "provider": {
                                "examples": [
                                  {
                                    "object": "scm.provider",
                                    "type": "github"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "scm.provider"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "type": {
                                    "examples": [
                                      "github",
                                      "gitlab"
                                    ],
                                    "type": "enum",
                                    "description": "SCM provider type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "External provider identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Repository name on the provider",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "owner": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Repository owner on the provider",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "url": {
                                "examples": [],
                                "type": "string",
                                "description": "Repository URL",
                                "optional": false,
                                "nullable": false
                              },
                              "is_private": {
                                "examples": [],
                                "type": "boolean",
                                "description": "Whether the repository is private",
                                "optional": false,
                                "nullable": false
                              },
                              "default_branch": {
                                "examples": [],
                                "type": "string",
                                "description": "Default branch name",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "actor": {
                    "examples": [
                      {
                        "object": "custom_provider.actor#preview",
                        "id": "act_1aBcDeFgHjKlMnPq",
                        "type": "external",
                        "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                        "name": "John Doe",
                        "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.actor#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "act_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Actor identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "external",
                          "system"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Actor type",
                        "optional": false,
                        "nullable": false
                      },
                      "identifier": {
                        "examples": [
                          "mtea-orgact_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Actor unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "John Doe"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Actor display name",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_actor_id": {
                        "examples": [
                          "ora_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "organization_actor_id",
                        "description": "Organization actor ID if linked",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "scm_push": {
                    "examples": [
                      {
                        "object": "scm.push",
                        "actor": {
                          "object": "scm.actor"
                        },
                        "commit": {
                          "object": "scm.commit"
                        },
                        "repository": {
                          "object": "scm.repository",
                          "provider": {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "scm.push"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "name": "id",
                        "description": "Unique SCM push identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "actor": {
                        "examples": [
                          {
                            "object": "scm.actor"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.actor"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "description": "Actor identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "external_id": {
                            "examples": [],
                            "type": "string",
                            "description": "External actor identifier",
                            "optional": false,
                            "nullable": true
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "description": "Actor name",
                            "optional": false,
                            "nullable": true
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "description": "Actor email",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "commit": {
                        "examples": [
                          {
                            "object": "scm.commit"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.commit"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "description": "Commit identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "sha": {
                            "examples": [],
                            "type": "string",
                            "description": "Commit SHA",
                            "optional": false,
                            "nullable": false
                          },
                          "branch": {
                            "examples": [],
                            "type": "string",
                            "description": "Branch name",
                            "optional": false,
                            "nullable": false
                          },
                          "message": {
                            "examples": [],
                            "type": "string",
                            "description": "Commit message",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "description": "Timestamp when commit was created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "repository": {
                        "examples": [
                          {
                            "object": "scm.repository",
                            "provider": {
                              "object": "scm.provider",
                              "type": "github"
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.repository"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "description": "Unique repository identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "provider": {
                            "examples": [
                              {
                                "object": "scm.provider",
                                "type": "github"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "scm.provider"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "github",
                                  "gitlab"
                                ],
                                "type": "enum",
                                "description": "SCM provider type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "description": "External provider identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "description": "Repository name on the provider",
                                "optional": false,
                                "nullable": false
                              },
                              "owner": {
                                "examples": [],
                                "type": "string",
                                "description": "Repository owner on the provider",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "url": {
                            "examples": [],
                            "type": "string",
                            "description": "Repository URL",
                            "optional": false,
                            "nullable": false
                          },
                          "is_private": {
                            "examples": [],
                            "type": "boolean",
                            "description": "Whether the repository is private",
                            "optional": false,
                            "nullable": false
                          },
                          "default_branch": {
                            "examples": [],
                            "type": "string",
                            "description": "Default branch name",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_786",
      "name": "customProviderDeployment",
      "type": {
        "examples": [
          {
            "object": "custom_provider.deployment",
            "id": "cpd_1aBcDeFgHjKlMnPq",
            "status": "failed",
            "trigger": "manual",
            "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
            "commit": {
              "object": "custom_provider.deployment.commit",
              "type": "create_version"
            },
            "immutable_bucket": {
              "object": "bucket",
              "scm_repo_link": {
                "object": "bucket.scm_repo",
                "is_linked": true,
                "repository": {
                  "object": "scm.repository",
                  "provider": {
                    "object": "scm.provider",
                    "type": "github"
                  }
                }
              }
            },
            "actor": {
              "object": "custom_provider.actor#preview",
              "id": "act_1aBcDeFgHjKlMnPq",
              "type": "external",
              "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
              "name": "John Doe",
              "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
              "created_at": "2025-09-15T10:30:00.000Z"
            },
            "scm_push": {
              "object": "scm.push",
              "actor": {
                "object": "scm.actor"
              },
              "commit": {
                "object": "scm.commit"
              },
              "repository": {
                "object": "scm.repository",
                "provider": {
                  "object": "scm.provider",
                  "type": "github"
                }
              }
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "custom_provider.deployment"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "cpd_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique custom provider deployment identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "failed",
              "queued",
              "deploying",
              "succeeded"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current deployment status",
            "optional": false,
            "nullable": false
          },
          "trigger": {
            "examples": [
              "manual",
              "system",
              "scm"
            ],
            "type": "enum",
            "name": "trigger",
            "description": "What triggered this deployment",
            "optional": false,
            "nullable": false
          },
          "custom_provider_id": {
            "examples": [
              "cpr_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "custom_provider_id",
            "description": "ID of the parent custom provider",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "ID of the associated provider",
            "optional": false,
            "nullable": true
          },
          "custom_provider_version_id": {
            "examples": [
              "cpv_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "custom_provider_version_id",
            "description": "ID of the custom provider version being deployed",
            "optional": false,
            "nullable": true
          },
          "commit": {
            "examples": [
              {
                "object": "custom_provider.deployment.commit",
                "type": "create_version"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "custom_provider.deployment.commit"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "name": "id",
                "description": "Commit identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "create_version",
                  "merge_version_into_environment",
                  "rollback_to_version"
                ],
                "type": "enum",
                "name": "type",
                "description": "Commit type",
                "optional": false,
                "nullable": false
              },
              "message": {
                "examples": [],
                "type": "string",
                "name": "message",
                "description": "Commit message",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when commit was created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "immutable_bucket": {
            "examples": [
              {
                "object": "bucket",
                "scm_repo_link": {
                  "object": "bucket.scm_repo",
                  "is_linked": true,
                  "repository": {
                    "object": "scm.repository",
                    "provider": {
                      "object": "scm.provider",
                      "type": "github"
                    }
                  }
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "bucket"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "name": "id",
                "description": "Unique bucket identifier",
                "optional": false,
                "nullable": false
              },
              "is_immutable": {
                "examples": [],
                "type": "boolean",
                "name": "is_immutable",
                "description": "Whether the bucket is immutable",
                "optional": false,
                "nullable": false
              },
              "is_read_only": {
                "examples": [],
                "type": "boolean",
                "name": "is_read_only",
                "description": "Whether the bucket is read-only",
                "optional": false,
                "nullable": false
              },
              "scm_repo_link": {
                "examples": [
                  {
                    "object": "bucket.scm_repo",
                    "is_linked": true,
                    "repository": {
                      "object": "scm.repository",
                      "provider": {
                        "object": "scm.provider",
                        "type": "github"
                      }
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "bucket.scm_repo"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "is_linked": {
                    "examples": [
                      true
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "path": {
                    "examples": [],
                    "type": "string",
                    "name": "path",
                    "description": "Path within the SCM repository",
                    "optional": false,
                    "nullable": true
                  },
                  "repository": {
                    "examples": [
                      {
                        "object": "scm.repository",
                        "provider": {
                          "object": "scm.provider",
                          "type": "github"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "scm.repository"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "description": "Unique repository identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "provider": {
                        "examples": [
                          {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.provider"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "github",
                              "gitlab"
                            ],
                            "type": "enum",
                            "description": "SCM provider type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "description": "External provider identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "description": "Repository name on the provider",
                            "optional": false,
                            "nullable": false
                          },
                          "owner": {
                            "examples": [],
                            "type": "string",
                            "description": "Repository owner on the provider",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "url": {
                        "examples": [],
                        "type": "string",
                        "description": "Repository URL",
                        "optional": false,
                        "nullable": false
                      },
                      "is_private": {
                        "examples": [],
                        "type": "boolean",
                        "description": "Whether the repository is private",
                        "optional": false,
                        "nullable": false
                      },
                      "default_branch": {
                        "examples": [],
                        "type": "string",
                        "description": "Default branch name",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "actor": {
            "examples": [
              {
                "object": "custom_provider.actor#preview",
                "id": "act_1aBcDeFgHjKlMnPq",
                "type": "external",
                "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                "name": "John Doe",
                "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "custom_provider.actor#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "act_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Actor identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "external",
                  "system"
                ],
                "type": "enum",
                "name": "type",
                "description": "Actor type",
                "optional": false,
                "nullable": false
              },
              "identifier": {
                "examples": [
                  "mtea-orgact_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "identifier",
                "description": "Actor unique identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "John Doe"
                ],
                "type": "string",
                "name": "name",
                "description": "Actor display name",
                "optional": false,
                "nullable": false
              },
              "organization_actor_id": {
                "examples": [
                  "ora_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "organization_actor_id",
                "description": "Organization actor ID if linked",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "scm_push": {
            "examples": [
              {
                "object": "scm.push",
                "actor": {
                  "object": "scm.actor"
                },
                "commit": {
                  "object": "scm.commit"
                },
                "repository": {
                  "object": "scm.repository",
                  "provider": {
                    "object": "scm.provider",
                    "type": "github"
                  }
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "scm.push"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "name": "id",
                "description": "Unique SCM push identifier",
                "optional": false,
                "nullable": false
              },
              "actor": {
                "examples": [
                  {
                    "object": "scm.actor"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "scm.actor"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "description": "Actor identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "external_id": {
                    "examples": [],
                    "type": "string",
                    "description": "External actor identifier",
                    "optional": false,
                    "nullable": true
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "description": "Actor name",
                    "optional": false,
                    "nullable": true
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "description": "Actor email",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "commit": {
                "examples": [
                  {
                    "object": "scm.commit"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "scm.commit"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "description": "Commit identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "sha": {
                    "examples": [],
                    "type": "string",
                    "description": "Commit SHA",
                    "optional": false,
                    "nullable": false
                  },
                  "branch": {
                    "examples": [],
                    "type": "string",
                    "description": "Branch name",
                    "optional": false,
                    "nullable": false
                  },
                  "message": {
                    "examples": [],
                    "type": "string",
                    "description": "Commit message",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "description": "Timestamp when commit was created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "repository": {
                "examples": [
                  {
                    "object": "scm.repository",
                    "provider": {
                      "object": "scm.provider",
                      "type": "github"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "scm.repository"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "description": "Unique repository identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "scm.provider",
                        "type": "github"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "scm.provider"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "github",
                          "gitlab"
                        ],
                        "type": "enum",
                        "description": "SCM provider type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "description": "External provider identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "description": "Repository name on the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "owner": {
                        "examples": [],
                        "type": "string",
                        "description": "Repository owner on the provider",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "url": {
                    "examples": [],
                    "type": "string",
                    "description": "Repository URL",
                    "optional": false,
                    "nullable": false
                  },
                  "is_private": {
                    "examples": [],
                    "type": "boolean",
                    "description": "Whether the repository is private",
                    "optional": false,
                    "nullable": false
                  },
                  "default_branch": {
                    "examples": [],
                    "type": "string",
                    "description": "Default branch name",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_788",
      "name": "customProviderDeploymentLogs",
      "type": {
        "examples": [
          {
            "object": "custom_provider.deployment.logs",
            "steps": [
              {
                "object": "custom_provider.deployment.logs.step",
                "type": "build",
                "status": "pending",
                "logs": [
                  {
                    "object": "custom_provider.deployment.logs.step.log"
                  },
                  {
                    "object": "custom_provider.deployment.logs.step.log"
                  }
                ]
              },
              {
                "object": "custom_provider.deployment.logs.step",
                "type": "build",
                "status": "pending",
                "logs": [
                  {
                    "object": "custom_provider.deployment.logs.step.log"
                  },
                  {
                    "object": "custom_provider.deployment.logs.step.log"
                  }
                ]
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "custom_provider.deployment.logs"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "custom_provider_deployment_id": {
            "examples": [],
            "type": "string",
            "name": "custom_provider_deployment_id",
            "description": "ID of the deployment these logs belong to",
            "optional": false,
            "nullable": false
          },
          "steps": {
            "examples": [
              [
                {
                  "object": "custom_provider.deployment.logs.step",
                  "type": "build",
                  "status": "pending",
                  "logs": [
                    {
                      "object": "custom_provider.deployment.logs.step.log"
                    },
                    {
                      "object": "custom_provider.deployment.logs.step.log"
                    }
                  ]
                },
                {
                  "object": "custom_provider.deployment.logs.step",
                  "type": "build",
                  "status": "pending",
                  "logs": [
                    {
                      "object": "custom_provider.deployment.logs.step.log"
                    },
                    {
                      "object": "custom_provider.deployment.logs.step.log"
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "custom_provider.deployment.logs.step",
                    "type": "build",
                    "status": "pending",
                    "logs": [
                      {
                        "object": "custom_provider.deployment.logs.step.log"
                      },
                      {
                        "object": "custom_provider.deployment.logs.step.log"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.deployment.logs.step"
                    ],
                    "type": "literal",
                    "description": "String representing the deployment log step's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "description": "Step identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "description": "Step name",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "build",
                      "deploy"
                    ],
                    "type": "string",
                    "description": "Step type",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "pending",
                      "running",
                      "succeeded",
                      "failed",
                      "canceled"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Step status",
                    "optional": false,
                    "nullable": false
                  },
                  "logs": {
                    "examples": [
                      [
                        {
                          "object": "custom_provider.deployment.logs.step.log"
                        },
                        {
                          "object": "custom_provider.deployment.logs.step.log"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "custom_provider.deployment.logs.step.log"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "custom_provider.deployment.logs.step.log"
                            ],
                            "type": "literal",
                            "description": "String representing the deployment log entry's type",
                            "optional": false,
                            "nullable": false
                          },
                          "timestamp": {
                            "examples": [],
                            "type": "date",
                            "description": "Log entry timestamp",
                            "optional": false,
                            "nullable": false
                          },
                          "message": {
                            "examples": [],
                            "type": "string",
                            "description": "Log message",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "description": "Timestamp when step was created",
                    "optional": false,
                    "nullable": false
                  },
                  "started_at": {
                    "examples": [],
                    "type": "date",
                    "description": "Timestamp when step started",
                    "optional": false,
                    "nullable": true
                  },
                  "ended_at": {
                    "examples": [],
                    "type": "date",
                    "description": "Timestamp when step ended",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "steps",
            "description": "Deployment steps with logs",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_791",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by commit IDs",
                "optional": true,
                "nullable": false
              },
              "custom_provider_version_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by version IDs",
                "optional": true,
                "nullable": false
              },
              "custom_provider_environment_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by environment IDs",
                "optional": true,
                "nullable": false
              },
              "custom_provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by custom provider IDs",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by provider ID(s)",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for custom provider commit creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for custom provider commit creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter custom provider commit creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for custom provider commit last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for custom provider commit last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter custom provider commit last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_792",
      "name": "customProviderCommit",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "custom_provider.commit",
                "id": "cpcm_1aBcDeFgHjKlMnPq",
                "status": "pending",
                "trigger": "manual",
                "error": {
                  "code": "deployment_failed",
                  "message": "Deployment failed due to timeout"
                },
                "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "custom_provider_deployment_id": "cpd_1aBcDeFgHjKlMnPq",
                "to_environment": {
                  "object": "custom_provider.environment",
                  "id": "cpenv_1aBcDeFgHjKlMnPq",
                  "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                  "instance_id": "ins_2cDeFgHjKlMnPqRs",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "from_environment": {
                  "object": "custom_provider.environment",
                  "id": "cpenv_1aBcDeFgHjKlMnPq",
                  "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                  "instance_id": "ins_2cDeFgHjKlMnPqRs",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "target_custom_provider_version": {
                  "object": "custom_provider.version",
                  "id": "cpv_1aBcDeFgHjKlMnPq",
                  "status": "queued",
                  "config": {
                    "object": "custom_provider.version.config",
                    "schema": {
                      "type": "json_schema",
                      "schema": {}
                    }
                  },
                  "index": 1,
                  "identifier": "v1.0.0",
                  "deployment": {
                    "object": "custom_provider.deployment",
                    "id": "cpd_1aBcDeFgHjKlMnPq",
                    "status": "failed",
                    "trigger": "manual",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                    "commit": {
                      "object": "custom_provider.deployment.commit",
                      "type": "create_version"
                    },
                    "immutable_bucket": {
                      "object": "bucket",
                      "scm_repo_link": {
                        "object": "bucket.scm_repo",
                        "is_linked": true,
                        "repository": {
                          "object": "scm.repository",
                          "provider": {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        }
                      }
                    },
                    "actor": {
                      "object": "custom_provider.actor#preview",
                      "id": "act_1aBcDeFgHjKlMnPq",
                      "type": "external",
                      "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                      "name": "John Doe",
                      "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "scm_push": {
                      "object": "scm.push",
                      "actor": {
                        "object": "scm.actor"
                      },
                      "commit": {
                        "object": "scm.commit"
                      },
                      "repository": {
                        "object": "scm.repository",
                        "provider": {
                          "object": "scm.provider",
                          "type": "github"
                        }
                      }
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "environments": [
                    {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "environment": {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                        "instance_id": "ins_2cDeFgHjKlMnPqRs",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "environment": {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                        "instance_id": "ins_2cDeFgHjKlMnPqRs",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ],
                  "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "actor": {
                    "object": "custom_provider.actor#preview",
                    "id": "act_1aBcDeFgHjKlMnPq",
                    "type": "external",
                    "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                    "name": "John Doe",
                    "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "container_image": {
                    "container_registry": "https://index.docker.io/v1/",
                    "container_image_tag": "v1.0.0",
                    "container_image": "my-app-image"
                  },
                  "remote_mcp_server": {
                    "url": "https://mcp.example.com",
                    "transport": "grpc"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "previous_custom_provider_version": {
                  "object": "custom_provider.version",
                  "id": "cpv_1aBcDeFgHjKlMnPq",
                  "status": "queued",
                  "config": {
                    "object": "custom_provider.version.config",
                    "schema": {
                      "type": "json_schema",
                      "schema": {}
                    }
                  },
                  "index": 1,
                  "identifier": "v1.0.0",
                  "deployment": {
                    "object": "custom_provider.deployment",
                    "id": "cpd_1aBcDeFgHjKlMnPq",
                    "status": "failed",
                    "trigger": "manual",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                    "commit": {
                      "object": "custom_provider.deployment.commit",
                      "type": "create_version"
                    },
                    "immutable_bucket": {
                      "object": "bucket",
                      "scm_repo_link": {
                        "object": "bucket.scm_repo",
                        "is_linked": true,
                        "repository": {
                          "object": "scm.repository",
                          "provider": {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        }
                      }
                    },
                    "actor": {
                      "object": "custom_provider.actor#preview",
                      "id": "act_1aBcDeFgHjKlMnPq",
                      "type": "external",
                      "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                      "name": "John Doe",
                      "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "scm_push": {
                      "object": "scm.push",
                      "actor": {
                        "object": "scm.actor"
                      },
                      "commit": {
                        "object": "scm.commit"
                      },
                      "repository": {
                        "object": "scm.repository",
                        "provider": {
                          "object": "scm.provider",
                          "type": "github"
                        }
                      }
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "environments": [
                    {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "environment": {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                        "instance_id": "ins_2cDeFgHjKlMnPqRs",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "environment": {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                        "instance_id": "ins_2cDeFgHjKlMnPqRs",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ],
                  "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "actor": {
                    "object": "custom_provider.actor#preview",
                    "id": "act_1aBcDeFgHjKlMnPq",
                    "type": "external",
                    "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                    "name": "John Doe",
                    "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "container_image": {
                    "container_registry": "https://index.docker.io/v1/",
                    "container_image_tag": "v1.0.0",
                    "container_image": "my-app-image"
                  },
                  "remote_mcp_server": {
                    "url": "https://mcp.example.com",
                    "transport": "grpc"
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "actor": {
                  "object": "custom_provider.actor#preview",
                  "id": "act_1aBcDeFgHjKlMnPq",
                  "type": "external",
                  "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                  "name": "John Doe",
                  "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "scm_push": {
                  "object": "scm.push",
                  "actor": {
                    "object": "scm.actor"
                  },
                  "commit": {
                    "object": "scm.commit"
                  },
                  "repository": {
                    "object": "scm.repository",
                    "provider": {
                      "object": "scm.provider",
                      "type": "github"
                    }
                  }
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "applied_at": "2025-09-15T10:35:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "custom_provider.commit",
                  "id": "cpcm_1aBcDeFgHjKlMnPq",
                  "status": "pending",
                  "trigger": "manual",
                  "error": {
                    "code": "deployment_failed",
                    "message": "Deployment failed due to timeout"
                  },
                  "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "custom_provider_deployment_id": "cpd_1aBcDeFgHjKlMnPq",
                  "to_environment": {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                    "instance_id": "ins_2cDeFgHjKlMnPqRs",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "from_environment": {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                    "instance_id": "ins_2cDeFgHjKlMnPqRs",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "target_custom_provider_version": {
                    "object": "custom_provider.version",
                    "id": "cpv_1aBcDeFgHjKlMnPq",
                    "status": "queued",
                    "config": {
                      "object": "custom_provider.version.config",
                      "schema": {
                        "type": "json_schema",
                        "schema": {}
                      }
                    },
                    "index": 1,
                    "identifier": "v1.0.0",
                    "deployment": {
                      "object": "custom_provider.deployment",
                      "id": "cpd_1aBcDeFgHjKlMnPq",
                      "status": "failed",
                      "trigger": "manual",
                      "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                      "commit": {
                        "object": "custom_provider.deployment.commit",
                        "type": "create_version"
                      },
                      "immutable_bucket": {
                        "object": "bucket",
                        "scm_repo_link": {
                          "object": "bucket.scm_repo",
                          "is_linked": true,
                          "repository": {
                            "object": "scm.repository",
                            "provider": {
                              "object": "scm.provider",
                              "type": "github"
                            }
                          }
                        }
                      },
                      "actor": {
                        "object": "custom_provider.actor#preview",
                        "id": "act_1aBcDeFgHjKlMnPq",
                        "type": "external",
                        "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                        "name": "John Doe",
                        "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      },
                      "scm_push": {
                        "object": "scm.push",
                        "actor": {
                          "object": "scm.actor"
                        },
                        "commit": {
                          "object": "scm.commit"
                        },
                        "repository": {
                          "object": "scm.repository",
                          "provider": {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        }
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "environments": [
                      {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "environment": {
                          "object": "custom_provider.environment",
                          "id": "cpenv_1aBcDeFgHjKlMnPq",
                          "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                          "instance_id": "ins_2cDeFgHjKlMnPqRs",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "environment": {
                          "object": "custom_provider.environment",
                          "id": "cpenv_1aBcDeFgHjKlMnPq",
                          "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                          "instance_id": "ins_2cDeFgHjKlMnPqRs",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ],
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "actor": {
                      "object": "custom_provider.actor#preview",
                      "id": "act_1aBcDeFgHjKlMnPq",
                      "type": "external",
                      "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                      "name": "John Doe",
                      "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "container_image": {
                      "container_registry": "https://index.docker.io/v1/",
                      "container_image_tag": "v1.0.0",
                      "container_image": "my-app-image"
                    },
                    "remote_mcp_server": {
                      "url": "https://mcp.example.com",
                      "transport": "grpc"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "previous_custom_provider_version": {
                    "object": "custom_provider.version",
                    "id": "cpv_1aBcDeFgHjKlMnPq",
                    "status": "queued",
                    "config": {
                      "object": "custom_provider.version.config",
                      "schema": {
                        "type": "json_schema",
                        "schema": {}
                      }
                    },
                    "index": 1,
                    "identifier": "v1.0.0",
                    "deployment": {
                      "object": "custom_provider.deployment",
                      "id": "cpd_1aBcDeFgHjKlMnPq",
                      "status": "failed",
                      "trigger": "manual",
                      "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                      "commit": {
                        "object": "custom_provider.deployment.commit",
                        "type": "create_version"
                      },
                      "immutable_bucket": {
                        "object": "bucket",
                        "scm_repo_link": {
                          "object": "bucket.scm_repo",
                          "is_linked": true,
                          "repository": {
                            "object": "scm.repository",
                            "provider": {
                              "object": "scm.provider",
                              "type": "github"
                            }
                          }
                        }
                      },
                      "actor": {
                        "object": "custom_provider.actor#preview",
                        "id": "act_1aBcDeFgHjKlMnPq",
                        "type": "external",
                        "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                        "name": "John Doe",
                        "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      },
                      "scm_push": {
                        "object": "scm.push",
                        "actor": {
                          "object": "scm.actor"
                        },
                        "commit": {
                          "object": "scm.commit"
                        },
                        "repository": {
                          "object": "scm.repository",
                          "provider": {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        }
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "environments": [
                      {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "environment": {
                          "object": "custom_provider.environment",
                          "id": "cpenv_1aBcDeFgHjKlMnPq",
                          "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                          "instance_id": "ins_2cDeFgHjKlMnPqRs",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "environment": {
                          "object": "custom_provider.environment",
                          "id": "cpenv_1aBcDeFgHjKlMnPq",
                          "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                          "instance_id": "ins_2cDeFgHjKlMnPqRs",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ],
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "actor": {
                      "object": "custom_provider.actor#preview",
                      "id": "act_1aBcDeFgHjKlMnPq",
                      "type": "external",
                      "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                      "name": "John Doe",
                      "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "container_image": {
                      "container_registry": "https://index.docker.io/v1/",
                      "container_image_tag": "v1.0.0",
                      "container_image": "my-app-image"
                    },
                    "remote_mcp_server": {
                      "url": "https://mcp.example.com",
                      "transport": "grpc"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "actor": {
                    "object": "custom_provider.actor#preview",
                    "id": "act_1aBcDeFgHjKlMnPq",
                    "type": "external",
                    "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                    "name": "John Doe",
                    "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "scm_push": {
                    "object": "scm.push",
                    "actor": {
                      "object": "scm.actor"
                    },
                    "commit": {
                      "object": "scm.commit"
                    },
                    "repository": {
                      "object": "scm.repository",
                      "provider": {
                        "object": "scm.provider",
                        "type": "github"
                      }
                    }
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "applied_at": "2025-09-15T10:35:00.000Z"
                },
                {
                  "object": "custom_provider.commit",
                  "id": "cpcm_1aBcDeFgHjKlMnPq",
                  "status": "pending",
                  "trigger": "manual",
                  "error": {
                    "code": "deployment_failed",
                    "message": "Deployment failed due to timeout"
                  },
                  "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "custom_provider_deployment_id": "cpd_1aBcDeFgHjKlMnPq",
                  "to_environment": {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                    "instance_id": "ins_2cDeFgHjKlMnPqRs",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "from_environment": {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                    "instance_id": "ins_2cDeFgHjKlMnPqRs",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "target_custom_provider_version": {
                    "object": "custom_provider.version",
                    "id": "cpv_1aBcDeFgHjKlMnPq",
                    "status": "queued",
                    "config": {
                      "object": "custom_provider.version.config",
                      "schema": {
                        "type": "json_schema",
                        "schema": {}
                      }
                    },
                    "index": 1,
                    "identifier": "v1.0.0",
                    "deployment": {
                      "object": "custom_provider.deployment",
                      "id": "cpd_1aBcDeFgHjKlMnPq",
                      "status": "failed",
                      "trigger": "manual",
                      "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                      "commit": {
                        "object": "custom_provider.deployment.commit",
                        "type": "create_version"
                      },
                      "immutable_bucket": {
                        "object": "bucket",
                        "scm_repo_link": {
                          "object": "bucket.scm_repo",
                          "is_linked": true,
                          "repository": {
                            "object": "scm.repository",
                            "provider": {
                              "object": "scm.provider",
                              "type": "github"
                            }
                          }
                        }
                      },
                      "actor": {
                        "object": "custom_provider.actor#preview",
                        "id": "act_1aBcDeFgHjKlMnPq",
                        "type": "external",
                        "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                        "name": "John Doe",
                        "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      },
                      "scm_push": {
                        "object": "scm.push",
                        "actor": {
                          "object": "scm.actor"
                        },
                        "commit": {
                          "object": "scm.commit"
                        },
                        "repository": {
                          "object": "scm.repository",
                          "provider": {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        }
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "environments": [
                      {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "environment": {
                          "object": "custom_provider.environment",
                          "id": "cpenv_1aBcDeFgHjKlMnPq",
                          "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                          "instance_id": "ins_2cDeFgHjKlMnPqRs",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "environment": {
                          "object": "custom_provider.environment",
                          "id": "cpenv_1aBcDeFgHjKlMnPq",
                          "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                          "instance_id": "ins_2cDeFgHjKlMnPqRs",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ],
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "actor": {
                      "object": "custom_provider.actor#preview",
                      "id": "act_1aBcDeFgHjKlMnPq",
                      "type": "external",
                      "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                      "name": "John Doe",
                      "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "container_image": {
                      "container_registry": "https://index.docker.io/v1/",
                      "container_image_tag": "v1.0.0",
                      "container_image": "my-app-image"
                    },
                    "remote_mcp_server": {
                      "url": "https://mcp.example.com",
                      "transport": "grpc"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "previous_custom_provider_version": {
                    "object": "custom_provider.version",
                    "id": "cpv_1aBcDeFgHjKlMnPq",
                    "status": "queued",
                    "config": {
                      "object": "custom_provider.version.config",
                      "schema": {
                        "type": "json_schema",
                        "schema": {}
                      }
                    },
                    "index": 1,
                    "identifier": "v1.0.0",
                    "deployment": {
                      "object": "custom_provider.deployment",
                      "id": "cpd_1aBcDeFgHjKlMnPq",
                      "status": "failed",
                      "trigger": "manual",
                      "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                      "commit": {
                        "object": "custom_provider.deployment.commit",
                        "type": "create_version"
                      },
                      "immutable_bucket": {
                        "object": "bucket",
                        "scm_repo_link": {
                          "object": "bucket.scm_repo",
                          "is_linked": true,
                          "repository": {
                            "object": "scm.repository",
                            "provider": {
                              "object": "scm.provider",
                              "type": "github"
                            }
                          }
                        }
                      },
                      "actor": {
                        "object": "custom_provider.actor#preview",
                        "id": "act_1aBcDeFgHjKlMnPq",
                        "type": "external",
                        "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                        "name": "John Doe",
                        "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      },
                      "scm_push": {
                        "object": "scm.push",
                        "actor": {
                          "object": "scm.actor"
                        },
                        "commit": {
                          "object": "scm.commit"
                        },
                        "repository": {
                          "object": "scm.repository",
                          "provider": {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        }
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "environments": [
                      {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "environment": {
                          "object": "custom_provider.environment",
                          "id": "cpenv_1aBcDeFgHjKlMnPq",
                          "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                          "instance_id": "ins_2cDeFgHjKlMnPqRs",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "environment": {
                          "object": "custom_provider.environment",
                          "id": "cpenv_1aBcDeFgHjKlMnPq",
                          "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                          "instance_id": "ins_2cDeFgHjKlMnPqRs",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ],
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "actor": {
                      "object": "custom_provider.actor#preview",
                      "id": "act_1aBcDeFgHjKlMnPq",
                      "type": "external",
                      "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                      "name": "John Doe",
                      "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "container_image": {
                      "container_registry": "https://index.docker.io/v1/",
                      "container_image_tag": "v1.0.0",
                      "container_image": "my-app-image"
                    },
                    "remote_mcp_server": {
                      "url": "https://mcp.example.com",
                      "transport": "grpc"
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "actor": {
                    "object": "custom_provider.actor#preview",
                    "id": "act_1aBcDeFgHjKlMnPq",
                    "type": "external",
                    "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                    "name": "John Doe",
                    "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "scm_push": {
                    "object": "scm.push",
                    "actor": {
                      "object": "scm.actor"
                    },
                    "commit": {
                      "object": "scm.commit"
                    },
                    "repository": {
                      "object": "scm.repository",
                      "provider": {
                        "object": "scm.provider",
                        "type": "github"
                      }
                    }
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "applied_at": "2025-09-15T10:35:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "custom_provider.commit",
                    "id": "cpcm_1aBcDeFgHjKlMnPq",
                    "status": "pending",
                    "trigger": "manual",
                    "error": {
                      "code": "deployment_failed",
                      "message": "Deployment failed due to timeout"
                    },
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "custom_provider_deployment_id": "cpd_1aBcDeFgHjKlMnPq",
                    "to_environment": {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                      "instance_id": "ins_2cDeFgHjKlMnPqRs",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "from_environment": {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                      "instance_id": "ins_2cDeFgHjKlMnPqRs",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "target_custom_provider_version": {
                      "object": "custom_provider.version",
                      "id": "cpv_1aBcDeFgHjKlMnPq",
                      "status": "queued",
                      "config": {
                        "object": "custom_provider.version.config",
                        "schema": {
                          "type": "json_schema",
                          "schema": {}
                        }
                      },
                      "index": 1,
                      "identifier": "v1.0.0",
                      "deployment": {
                        "object": "custom_provider.deployment",
                        "id": "cpd_1aBcDeFgHjKlMnPq",
                        "status": "failed",
                        "trigger": "manual",
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                        "commit": {
                          "object": "custom_provider.deployment.commit",
                          "type": "create_version"
                        },
                        "immutable_bucket": {
                          "object": "bucket",
                          "scm_repo_link": {
                            "object": "bucket.scm_repo",
                            "is_linked": true,
                            "repository": {
                              "object": "scm.repository",
                              "provider": {
                                "object": "scm.provider",
                                "type": "github"
                              }
                            }
                          }
                        },
                        "actor": {
                          "object": "custom_provider.actor#preview",
                          "id": "act_1aBcDeFgHjKlMnPq",
                          "type": "external",
                          "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                          "name": "John Doe",
                          "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                          "created_at": "2025-09-15T10:30:00.000Z"
                        },
                        "scm_push": {
                          "object": "scm.push",
                          "actor": {
                            "object": "scm.actor"
                          },
                          "commit": {
                            "object": "scm.commit"
                          },
                          "repository": {
                            "object": "scm.repository",
                            "provider": {
                              "object": "scm.provider",
                              "type": "github"
                            }
                          }
                        },
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "environments": [
                        {
                          "object": "custom_provider.environment",
                          "id": "cpenv_1aBcDeFgHjKlMnPq",
                          "environment": {
                            "object": "custom_provider.environment",
                            "id": "cpenv_1aBcDeFgHjKlMnPq",
                            "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                            "instance_id": "ins_2cDeFgHjKlMnPqRs",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        },
                        {
                          "object": "custom_provider.environment",
                          "id": "cpenv_1aBcDeFgHjKlMnPq",
                          "environment": {
                            "object": "custom_provider.environment",
                            "id": "cpenv_1aBcDeFgHjKlMnPq",
                            "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                            "instance_id": "ins_2cDeFgHjKlMnPqRs",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        }
                      ],
                      "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "actor": {
                        "object": "custom_provider.actor#preview",
                        "id": "act_1aBcDeFgHjKlMnPq",
                        "type": "external",
                        "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                        "name": "John Doe",
                        "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      },
                      "container_image": {
                        "container_registry": "https://index.docker.io/v1/",
                        "container_image_tag": "v1.0.0",
                        "container_image": "my-app-image"
                      },
                      "remote_mcp_server": {
                        "url": "https://mcp.example.com",
                        "transport": "grpc"
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "previous_custom_provider_version": {
                      "object": "custom_provider.version",
                      "id": "cpv_1aBcDeFgHjKlMnPq",
                      "status": "queued",
                      "config": {
                        "object": "custom_provider.version.config",
                        "schema": {
                          "type": "json_schema",
                          "schema": {}
                        }
                      },
                      "index": 1,
                      "identifier": "v1.0.0",
                      "deployment": {
                        "object": "custom_provider.deployment",
                        "id": "cpd_1aBcDeFgHjKlMnPq",
                        "status": "failed",
                        "trigger": "manual",
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                        "commit": {
                          "object": "custom_provider.deployment.commit",
                          "type": "create_version"
                        },
                        "immutable_bucket": {
                          "object": "bucket",
                          "scm_repo_link": {
                            "object": "bucket.scm_repo",
                            "is_linked": true,
                            "repository": {
                              "object": "scm.repository",
                              "provider": {
                                "object": "scm.provider",
                                "type": "github"
                              }
                            }
                          }
                        },
                        "actor": {
                          "object": "custom_provider.actor#preview",
                          "id": "act_1aBcDeFgHjKlMnPq",
                          "type": "external",
                          "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                          "name": "John Doe",
                          "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                          "created_at": "2025-09-15T10:30:00.000Z"
                        },
                        "scm_push": {
                          "object": "scm.push",
                          "actor": {
                            "object": "scm.actor"
                          },
                          "commit": {
                            "object": "scm.commit"
                          },
                          "repository": {
                            "object": "scm.repository",
                            "provider": {
                              "object": "scm.provider",
                              "type": "github"
                            }
                          }
                        },
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "environments": [
                        {
                          "object": "custom_provider.environment",
                          "id": "cpenv_1aBcDeFgHjKlMnPq",
                          "environment": {
                            "object": "custom_provider.environment",
                            "id": "cpenv_1aBcDeFgHjKlMnPq",
                            "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                            "instance_id": "ins_2cDeFgHjKlMnPqRs",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        },
                        {
                          "object": "custom_provider.environment",
                          "id": "cpenv_1aBcDeFgHjKlMnPq",
                          "environment": {
                            "object": "custom_provider.environment",
                            "id": "cpenv_1aBcDeFgHjKlMnPq",
                            "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                            "instance_id": "ins_2cDeFgHjKlMnPqRs",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        }
                      ],
                      "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "actor": {
                        "object": "custom_provider.actor#preview",
                        "id": "act_1aBcDeFgHjKlMnPq",
                        "type": "external",
                        "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                        "name": "John Doe",
                        "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      },
                      "container_image": {
                        "container_registry": "https://index.docker.io/v1/",
                        "container_image_tag": "v1.0.0",
                        "container_image": "my-app-image"
                      },
                      "remote_mcp_server": {
                        "url": "https://mcp.example.com",
                        "transport": "grpc"
                      },
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "actor": {
                      "object": "custom_provider.actor#preview",
                      "id": "act_1aBcDeFgHjKlMnPq",
                      "type": "external",
                      "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                      "name": "John Doe",
                      "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "scm_push": {
                      "object": "scm.push",
                      "actor": {
                        "object": "scm.actor"
                      },
                      "commit": {
                        "object": "scm.commit"
                      },
                      "repository": {
                        "object": "scm.repository",
                        "provider": {
                          "object": "scm.provider",
                          "type": "github"
                        }
                      }
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "applied_at": "2025-09-15T10:35:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.commit"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "cpcm_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique custom provider commit identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "pending",
                      "applied",
                      "failed"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current commit status",
                    "optional": false,
                    "nullable": false
                  },
                  "trigger": {
                    "examples": [
                      "manual",
                      "system",
                      "scm"
                    ],
                    "type": "enum",
                    "name": "trigger",
                    "description": "What triggered this commit",
                    "optional": false,
                    "nullable": false
                  },
                  "error": {
                    "examples": [
                      {
                        "code": "deployment_failed",
                        "message": "Deployment failed due to timeout"
                      }
                    ],
                    "properties": {
                      "code": {
                        "examples": [
                          "deployment_failed"
                        ],
                        "type": "string",
                        "name": "code",
                        "description": "Error code",
                        "optional": false,
                        "nullable": false
                      },
                      "message": {
                        "examples": [
                          "Deployment failed due to timeout"
                        ],
                        "type": "string",
                        "name": "message",
                        "description": "Error message",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "custom_provider_id": {
                    "examples": [
                      "cpr_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "custom_provider_id",
                    "description": "ID of the parent custom provider",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "ID of the associated provider",
                    "optional": false,
                    "nullable": true
                  },
                  "custom_provider_deployment_id": {
                    "examples": [
                      "cpd_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "custom_provider_deployment_id",
                    "description": "ID of the associated deployment",
                    "optional": false,
                    "nullable": true
                  },
                  "to_environment": {
                    "examples": [
                      {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                        "instance_id": "ins_2cDeFgHjKlMnPqRs",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.environment"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "cpenv_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique custom provider environment identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "custom_provider_id": {
                        "examples": [
                          "cpr_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "custom_provider_id",
                        "description": "ID of the parent custom provider",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "ID of the associated provider",
                        "optional": false,
                        "nullable": true
                      },
                      "current_provider_version_id": {
                        "examples": [
                          "prv_4dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "current_provider_version_id",
                        "description": "ID of the current provider version in this environment",
                        "optional": false,
                        "nullable": true
                      },
                      "instance_id": {
                        "examples": [
                          "ins_2cDeFgHjKlMnPqRs"
                        ],
                        "type": "string",
                        "name": "instance_id",
                        "description": "ID of the instance this environment is associated with",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "from_environment": {
                    "examples": [
                      {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                        "instance_id": "ins_2cDeFgHjKlMnPqRs",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.environment"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "cpenv_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique custom provider environment identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "custom_provider_id": {
                        "examples": [
                          "cpr_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "custom_provider_id",
                        "description": "ID of the parent custom provider",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "ID of the associated provider",
                        "optional": false,
                        "nullable": true
                      },
                      "current_provider_version_id": {
                        "examples": [
                          "prv_4dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "current_provider_version_id",
                        "description": "ID of the current provider version in this environment",
                        "optional": false,
                        "nullable": true
                      },
                      "instance_id": {
                        "examples": [
                          "ins_2cDeFgHjKlMnPqRs"
                        ],
                        "type": "string",
                        "name": "instance_id",
                        "description": "ID of the instance this environment is associated with",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "target_custom_provider_version": {
                    "examples": [
                      {
                        "object": "custom_provider.version",
                        "id": "cpv_1aBcDeFgHjKlMnPq",
                        "status": "queued",
                        "config": {
                          "object": "custom_provider.version.config",
                          "schema": {
                            "type": "json_schema",
                            "schema": {}
                          }
                        },
                        "index": 1,
                        "identifier": "v1.0.0",
                        "deployment": {
                          "object": "custom_provider.deployment",
                          "id": "cpd_1aBcDeFgHjKlMnPq",
                          "status": "failed",
                          "trigger": "manual",
                          "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                          "commit": {
                            "object": "custom_provider.deployment.commit",
                            "type": "create_version"
                          },
                          "immutable_bucket": {
                            "object": "bucket",
                            "scm_repo_link": {
                              "object": "bucket.scm_repo",
                              "is_linked": true,
                              "repository": {
                                "object": "scm.repository",
                                "provider": {
                                  "object": "scm.provider",
                                  "type": "github"
                                }
                              }
                            }
                          },
                          "actor": {
                            "object": "custom_provider.actor#preview",
                            "id": "act_1aBcDeFgHjKlMnPq",
                            "type": "external",
                            "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                            "name": "John Doe",
                            "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                            "created_at": "2025-09-15T10:30:00.000Z"
                          },
                          "scm_push": {
                            "object": "scm.push",
                            "actor": {
                              "object": "scm.actor"
                            },
                            "commit": {
                              "object": "scm.commit"
                            },
                            "repository": {
                              "object": "scm.repository",
                              "provider": {
                                "object": "scm.provider",
                                "type": "github"
                              }
                            }
                          },
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "environments": [
                          {
                            "object": "custom_provider.environment",
                            "id": "cpenv_1aBcDeFgHjKlMnPq",
                            "environment": {
                              "object": "custom_provider.environment",
                              "id": "cpenv_1aBcDeFgHjKlMnPq",
                              "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                              "instance_id": "ins_2cDeFgHjKlMnPqRs",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            }
                          },
                          {
                            "object": "custom_provider.environment",
                            "id": "cpenv_1aBcDeFgHjKlMnPq",
                            "environment": {
                              "object": "custom_provider.environment",
                              "id": "cpenv_1aBcDeFgHjKlMnPq",
                              "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                              "instance_id": "ins_2cDeFgHjKlMnPqRs",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            }
                          }
                        ],
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "actor": {
                          "object": "custom_provider.actor#preview",
                          "id": "act_1aBcDeFgHjKlMnPq",
                          "type": "external",
                          "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                          "name": "John Doe",
                          "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                          "created_at": "2025-09-15T10:30:00.000Z"
                        },
                        "container_image": {
                          "container_registry": "https://index.docker.io/v1/",
                          "container_image_tag": "v1.0.0",
                          "container_image": "my-app-image"
                        },
                        "remote_mcp_server": {
                          "url": "https://mcp.example.com",
                          "transport": "grpc"
                        },
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.version"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "cpv_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique custom provider version identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "queued",
                          "deploying",
                          "deployment_succeeded",
                          "deployment_failed"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Current version status",
                        "optional": false,
                        "nullable": false
                      },
                      "config": {
                        "examples": [
                          {
                            "object": "custom_provider.version.config",
                            "schema": {
                              "type": "json_schema",
                              "schema": {}
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "custom_provider.version.config"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {
                                "type": "json_schema",
                                "schema": {}
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "json_schema"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "schema": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "schema",
                                "description": "JSON Schema defining the configuration fields for the custom provider",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "transformer": {
                            "examples": [],
                            "type": "string",
                            "name": "transformer",
                            "description": "Optional jsonata transformer function for the configuration.",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "index": {
                        "examples": [
                          1,
                          2,
                          3
                        ],
                        "type": "number",
                        "name": "index",
                        "description": "Version index number",
                        "optional": false,
                        "nullable": false
                      },
                      "identifier": {
                        "examples": [
                          "v1.0.0"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Version identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "deployment": {
                        "examples": [
                          {
                            "object": "custom_provider.deployment",
                            "id": "cpd_1aBcDeFgHjKlMnPq",
                            "status": "failed",
                            "trigger": "manual",
                            "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                            "commit": {
                              "object": "custom_provider.deployment.commit",
                              "type": "create_version"
                            },
                            "immutable_bucket": {
                              "object": "bucket",
                              "scm_repo_link": {
                                "object": "bucket.scm_repo",
                                "is_linked": true,
                                "repository": {
                                  "object": "scm.repository",
                                  "provider": {
                                    "object": "scm.provider",
                                    "type": "github"
                                  }
                                }
                              }
                            },
                            "actor": {
                              "object": "custom_provider.actor#preview",
                              "id": "act_1aBcDeFgHjKlMnPq",
                              "type": "external",
                              "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                              "name": "John Doe",
                              "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                              "created_at": "2025-09-15T10:30:00.000Z"
                            },
                            "scm_push": {
                              "object": "scm.push",
                              "actor": {
                                "object": "scm.actor"
                              },
                              "commit": {
                                "object": "scm.commit"
                              },
                              "repository": {
                                "object": "scm.repository",
                                "provider": {
                                  "object": "scm.provider",
                                  "type": "github"
                                }
                              }
                            },
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "custom_provider.deployment"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "cpd_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique custom provider deployment identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "failed",
                              "queued",
                              "deploying",
                              "succeeded"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Current deployment status",
                            "optional": false,
                            "nullable": false
                          },
                          "trigger": {
                            "examples": [
                              "manual",
                              "system",
                              "scm"
                            ],
                            "type": "enum",
                            "name": "trigger",
                            "description": "What triggered this deployment",
                            "optional": false,
                            "nullable": false
                          },
                          "custom_provider_id": {
                            "examples": [
                              "cpr_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "custom_provider_id",
                            "description": "ID of the parent custom provider",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "ID of the associated provider",
                            "optional": false,
                            "nullable": true
                          },
                          "custom_provider_version_id": {
                            "examples": [
                              "cpv_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "custom_provider_version_id",
                            "description": "ID of the custom provider version being deployed",
                            "optional": false,
                            "nullable": true
                          },
                          "commit": {
                            "examples": [
                              {
                                "object": "custom_provider.deployment.commit",
                                "type": "create_version"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "custom_provider.deployment.commit"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "name": "id",
                                "description": "Commit identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "create_version",
                                  "merge_version_into_environment",
                                  "rollback_to_version"
                                ],
                                "type": "enum",
                                "name": "type",
                                "description": "Commit type",
                                "optional": false,
                                "nullable": false
                              },
                              "message": {
                                "examples": [],
                                "type": "string",
                                "name": "message",
                                "description": "Commit message",
                                "optional": false,
                                "nullable": true
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when commit was created",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "immutable_bucket": {
                            "examples": [
                              {
                                "object": "bucket",
                                "scm_repo_link": {
                                  "object": "bucket.scm_repo",
                                  "is_linked": true,
                                  "repository": {
                                    "object": "scm.repository",
                                    "provider": {
                                      "object": "scm.provider",
                                      "type": "github"
                                    }
                                  }
                                }
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "bucket"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "name": "id",
                                "description": "Unique bucket identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "is_immutable": {
                                "examples": [],
                                "type": "boolean",
                                "name": "is_immutable",
                                "description": "Whether the bucket is immutable",
                                "optional": false,
                                "nullable": false
                              },
                              "is_read_only": {
                                "examples": [],
                                "type": "boolean",
                                "name": "is_read_only",
                                "description": "Whether the bucket is read-only",
                                "optional": false,
                                "nullable": false
                              },
                              "scm_repo_link": {
                                "examples": [
                                  {
                                    "object": "bucket.scm_repo",
                                    "is_linked": true,
                                    "repository": {
                                      "object": "scm.repository",
                                      "provider": {
                                        "object": "scm.provider",
                                        "type": "github"
                                      }
                                    }
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "bucket.scm_repo"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "is_linked": {
                                    "examples": [
                                      true
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "path": {
                                    "examples": [],
                                    "type": "string",
                                    "name": "path",
                                    "description": "Path within the SCM repository",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "repository": {
                                    "examples": [
                                      {
                                        "object": "scm.repository",
                                        "provider": {
                                          "object": "scm.provider",
                                          "type": "github"
                                        }
                                      }
                                    ],
                                    "properties": {
                                      "object": {
                                        "examples": [
                                          "scm.repository"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "id": {
                                        "examples": [],
                                        "type": "string",
                                        "description": "Unique repository identifier",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "provider": {
                                        "examples": [
                                          {
                                            "object": "scm.provider",
                                            "type": "github"
                                          }
                                        ],
                                        "properties": {
                                          "object": {
                                            "examples": [
                                              "scm.provider"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "type": {
                                            "examples": [
                                              "github",
                                              "gitlab"
                                            ],
                                            "type": "enum",
                                            "description": "SCM provider type",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "id": {
                                            "examples": [],
                                            "type": "string",
                                            "description": "External provider identifier",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "name": {
                                            "examples": [],
                                            "type": "string",
                                            "description": "Repository name on the provider",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "owner": {
                                            "examples": [],
                                            "type": "string",
                                            "description": "Repository owner on the provider",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "url": {
                                        "examples": [],
                                        "type": "string",
                                        "description": "Repository URL",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "is_private": {
                                        "examples": [],
                                        "type": "boolean",
                                        "description": "Whether the repository is private",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "default_branch": {
                                        "examples": [],
                                        "type": "string",
                                        "description": "Default branch name",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "created_at": {
                                        "examples": [],
                                        "type": "date",
                                        "description": "Timestamp when created",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": true
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "actor": {
                            "examples": [
                              {
                                "object": "custom_provider.actor#preview",
                                "id": "act_1aBcDeFgHjKlMnPq",
                                "type": "external",
                                "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                                "name": "John Doe",
                                "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                                "created_at": "2025-09-15T10:30:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "custom_provider.actor#preview"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "act_1aBcDeFgHjKlMnPq"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Actor identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "external",
                                  "system"
                                ],
                                "type": "enum",
                                "name": "type",
                                "description": "Actor type",
                                "optional": false,
                                "nullable": false
                              },
                              "identifier": {
                                "examples": [
                                  "mtea-orgact_1aBcDeFgHjKlMnPq"
                                ],
                                "type": "string",
                                "name": "identifier",
                                "description": "Actor unique identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "John Doe"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Actor display name",
                                "optional": false,
                                "nullable": false
                              },
                              "organization_actor_id": {
                                "examples": [
                                  "ora_1aBcDeFgHjKlMnPq"
                                ],
                                "type": "string",
                                "name": "organization_actor_id",
                                "description": "Organization actor ID if linked",
                                "optional": false,
                                "nullable": true
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "scm_push": {
                            "examples": [
                              {
                                "object": "scm.push",
                                "actor": {
                                  "object": "scm.actor"
                                },
                                "commit": {
                                  "object": "scm.commit"
                                },
                                "repository": {
                                  "object": "scm.repository",
                                  "provider": {
                                    "object": "scm.provider",
                                    "type": "github"
                                  }
                                }
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "scm.push"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "name": "id",
                                "description": "Unique SCM push identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "actor": {
                                "examples": [
                                  {
                                    "object": "scm.actor"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "scm.actor"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Actor identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "external_id": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "External actor identifier",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "name": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Actor name",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "email": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Actor email",
                                    "optional": false,
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "commit": {
                                "examples": [
                                  {
                                    "object": "scm.commit"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "scm.commit"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Commit identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "sha": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Commit SHA",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "branch": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Branch name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "message": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Commit message",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "description": "Timestamp when commit was created",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "repository": {
                                "examples": [
                                  {
                                    "object": "scm.repository",
                                    "provider": {
                                      "object": "scm.provider",
                                      "type": "github"
                                    }
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "scm.repository"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Unique repository identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "provider": {
                                    "examples": [
                                      {
                                        "object": "scm.provider",
                                        "type": "github"
                                      }
                                    ],
                                    "properties": {
                                      "object": {
                                        "examples": [
                                          "scm.provider"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "type": {
                                        "examples": [
                                          "github",
                                          "gitlab"
                                        ],
                                        "type": "enum",
                                        "description": "SCM provider type",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "id": {
                                        "examples": [],
                                        "type": "string",
                                        "description": "External provider identifier",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "name": {
                                        "examples": [],
                                        "type": "string",
                                        "description": "Repository name on the provider",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "owner": {
                                        "examples": [],
                                        "type": "string",
                                        "description": "Repository owner on the provider",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "url": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Repository URL",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "is_private": {
                                    "examples": [],
                                    "type": "boolean",
                                    "description": "Whether the repository is private",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "default_branch": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Default branch name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "description": "Timestamp when created",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "environments": {
                        "examples": [
                          [
                            {
                              "object": "custom_provider.environment",
                              "id": "cpenv_1aBcDeFgHjKlMnPq",
                              "environment": {
                                "object": "custom_provider.environment",
                                "id": "cpenv_1aBcDeFgHjKlMnPq",
                                "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                                "instance_id": "ins_2cDeFgHjKlMnPqRs",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            },
                            {
                              "object": "custom_provider.environment",
                              "id": "cpenv_1aBcDeFgHjKlMnPq",
                              "environment": {
                                "object": "custom_provider.environment",
                                "id": "cpenv_1aBcDeFgHjKlMnPq",
                                "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                                "instance_id": "ins_2cDeFgHjKlMnPqRs",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "custom_provider.environment",
                                "id": "cpenv_1aBcDeFgHjKlMnPq",
                                "environment": {
                                  "object": "custom_provider.environment",
                                  "id": "cpenv_1aBcDeFgHjKlMnPq",
                                  "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                  "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                                  "instance_id": "ins_2cDeFgHjKlMnPqRs",
                                  "created_at": "2025-09-15T10:30:00.000Z",
                                  "updated_at": "2026-01-10T14:45:00.000Z"
                                }
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "custom_provider.environment"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "cpenv_1aBcDeFgHjKlMnPq"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Environment version reference identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "is_current_version_for_environment": {
                                "examples": [],
                                "type": "boolean",
                                "name": "is_current_version_for_environment",
                                "description": "Whether this version is the current one for the environment",
                                "optional": false,
                                "nullable": false
                              },
                              "environment": {
                                "examples": [
                                  {
                                    "object": "custom_provider.environment",
                                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                    "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                                    "instance_id": "ins_2cDeFgHjKlMnPqRs",
                                    "created_at": "2025-09-15T10:30:00.000Z",
                                    "updated_at": "2026-01-10T14:45:00.000Z"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "custom_provider.environment"
                                    ],
                                    "type": "literal",
                                    "description": "String representing the object's type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [
                                      "cpenv_1aBcDeFgHjKlMnPq"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "Unique custom provider environment identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "custom_provider_id": {
                                    "examples": [
                                      "cpr_1aBcDeFgHjKlMnPq"
                                    ],
                                    "type": "string",
                                    "name": "custom_provider_id",
                                    "description": "ID of the parent custom provider",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "provider_id": {
                                    "examples": [
                                      "pro_5gHjKlMnPqRsTuVw"
                                    ],
                                    "type": "string",
                                    "name": "provider_id",
                                    "description": "ID of the associated provider",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "current_provider_version_id": {
                                    "examples": [
                                      "prv_4dEfGhJkLmNpQrSt"
                                    ],
                                    "type": "string",
                                    "name": "current_provider_version_id",
                                    "description": "ID of the current provider version in this environment",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "instance_id": {
                                    "examples": [
                                      "ins_2cDeFgHjKlMnPqRs"
                                    ],
                                    "type": "string",
                                    "name": "instance_id",
                                    "description": "ID of the instance this environment is associated with",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [
                                      "2025-09-15T10:30:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "Timestamp when created",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [
                                      "2026-01-10T14:45:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "Timestamp when last updated",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "environments",
                        "description": "Environments this version is deployed to",
                        "optional": false,
                        "nullable": false
                      },
                      "custom_provider_id": {
                        "examples": [
                          "cpr_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "custom_provider_id",
                        "description": "ID of the parent custom provider",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "ID of the associated provider",
                        "optional": false,
                        "nullable": true
                      },
                      "actor": {
                        "examples": [
                          {
                            "object": "custom_provider.actor#preview",
                            "id": "act_1aBcDeFgHjKlMnPq",
                            "type": "external",
                            "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                            "name": "John Doe",
                            "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                            "created_at": "2025-09-15T10:30:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "custom_provider.actor#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "act_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Actor identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "external",
                              "system"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "Actor type",
                            "optional": false,
                            "nullable": false
                          },
                          "identifier": {
                            "examples": [
                              "mtea-orgact_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "identifier",
                            "description": "Actor unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "John Doe"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Actor display name",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_actor_id": {
                            "examples": [
                              "ora_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "organization_actor_id",
                            "description": "Organization actor ID if linked",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "container_image": {
                        "examples": [
                          {
                            "container_registry": "https://index.docker.io/v1/",
                            "container_image_tag": "v1.0.0",
                            "container_image": "my-app-image"
                          }
                        ],
                        "properties": {
                          "container_registry": {
                            "examples": [
                              "https://index.docker.io/v1/"
                            ],
                            "type": "string",
                            "name": "container_registry",
                            "description": "URL of the container registry",
                            "optional": false,
                            "nullable": false
                          },
                          "container_image_tag": {
                            "examples": [
                              "v1.0.0"
                            ],
                            "type": "string",
                            "name": "container_image_tag",
                            "description": "Tag of the container image",
                            "optional": false,
                            "nullable": false
                          },
                          "container_image": {
                            "examples": [
                              "my-app-image"
                            ],
                            "type": "string",
                            "name": "container_image",
                            "description": "Name of the container image",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": true,
                        "nullable": false
                      },
                      "remote_mcp_server": {
                        "examples": [
                          {
                            "url": "https://mcp.example.com",
                            "transport": "grpc"
                          }
                        ],
                        "properties": {
                          "url": {
                            "examples": [
                              "https://mcp.example.com"
                            ],
                            "type": "string",
                            "name": "url",
                            "description": "URL of the remote MCP server",
                            "optional": false,
                            "nullable": false
                          },
                          "transport": {
                            "examples": [
                              "grpc",
                              "http"
                            ],
                            "type": "string",
                            "name": "transport",
                            "description": "Transport protocol for the remote MCP server",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": true,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "previous_custom_provider_version": {
                    "examples": [
                      {
                        "object": "custom_provider.version",
                        "id": "cpv_1aBcDeFgHjKlMnPq",
                        "status": "queued",
                        "config": {
                          "object": "custom_provider.version.config",
                          "schema": {
                            "type": "json_schema",
                            "schema": {}
                          }
                        },
                        "index": 1,
                        "identifier": "v1.0.0",
                        "deployment": {
                          "object": "custom_provider.deployment",
                          "id": "cpd_1aBcDeFgHjKlMnPq",
                          "status": "failed",
                          "trigger": "manual",
                          "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                          "commit": {
                            "object": "custom_provider.deployment.commit",
                            "type": "create_version"
                          },
                          "immutable_bucket": {
                            "object": "bucket",
                            "scm_repo_link": {
                              "object": "bucket.scm_repo",
                              "is_linked": true,
                              "repository": {
                                "object": "scm.repository",
                                "provider": {
                                  "object": "scm.provider",
                                  "type": "github"
                                }
                              }
                            }
                          },
                          "actor": {
                            "object": "custom_provider.actor#preview",
                            "id": "act_1aBcDeFgHjKlMnPq",
                            "type": "external",
                            "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                            "name": "John Doe",
                            "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                            "created_at": "2025-09-15T10:30:00.000Z"
                          },
                          "scm_push": {
                            "object": "scm.push",
                            "actor": {
                              "object": "scm.actor"
                            },
                            "commit": {
                              "object": "scm.commit"
                            },
                            "repository": {
                              "object": "scm.repository",
                              "provider": {
                                "object": "scm.provider",
                                "type": "github"
                              }
                            }
                          },
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "environments": [
                          {
                            "object": "custom_provider.environment",
                            "id": "cpenv_1aBcDeFgHjKlMnPq",
                            "environment": {
                              "object": "custom_provider.environment",
                              "id": "cpenv_1aBcDeFgHjKlMnPq",
                              "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                              "instance_id": "ins_2cDeFgHjKlMnPqRs",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            }
                          },
                          {
                            "object": "custom_provider.environment",
                            "id": "cpenv_1aBcDeFgHjKlMnPq",
                            "environment": {
                              "object": "custom_provider.environment",
                              "id": "cpenv_1aBcDeFgHjKlMnPq",
                              "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                              "instance_id": "ins_2cDeFgHjKlMnPqRs",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            }
                          }
                        ],
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "actor": {
                          "object": "custom_provider.actor#preview",
                          "id": "act_1aBcDeFgHjKlMnPq",
                          "type": "external",
                          "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                          "name": "John Doe",
                          "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                          "created_at": "2025-09-15T10:30:00.000Z"
                        },
                        "container_image": {
                          "container_registry": "https://index.docker.io/v1/",
                          "container_image_tag": "v1.0.0",
                          "container_image": "my-app-image"
                        },
                        "remote_mcp_server": {
                          "url": "https://mcp.example.com",
                          "transport": "grpc"
                        },
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.version"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "cpv_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique custom provider version identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "queued",
                          "deploying",
                          "deployment_succeeded",
                          "deployment_failed"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Current version status",
                        "optional": false,
                        "nullable": false
                      },
                      "config": {
                        "examples": [
                          {
                            "object": "custom_provider.version.config",
                            "schema": {
                              "type": "json_schema",
                              "schema": {}
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "custom_provider.version.config"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {
                                "type": "json_schema",
                                "schema": {}
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "json_schema"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "schema": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "schema",
                                "description": "JSON Schema defining the configuration fields for the custom provider",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "transformer": {
                            "examples": [],
                            "type": "string",
                            "name": "transformer",
                            "description": "Optional jsonata transformer function for the configuration.",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "index": {
                        "examples": [
                          1,
                          2,
                          3
                        ],
                        "type": "number",
                        "name": "index",
                        "description": "Version index number",
                        "optional": false,
                        "nullable": false
                      },
                      "identifier": {
                        "examples": [
                          "v1.0.0"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Version identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "deployment": {
                        "examples": [
                          {
                            "object": "custom_provider.deployment",
                            "id": "cpd_1aBcDeFgHjKlMnPq",
                            "status": "failed",
                            "trigger": "manual",
                            "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                            "commit": {
                              "object": "custom_provider.deployment.commit",
                              "type": "create_version"
                            },
                            "immutable_bucket": {
                              "object": "bucket",
                              "scm_repo_link": {
                                "object": "bucket.scm_repo",
                                "is_linked": true,
                                "repository": {
                                  "object": "scm.repository",
                                  "provider": {
                                    "object": "scm.provider",
                                    "type": "github"
                                  }
                                }
                              }
                            },
                            "actor": {
                              "object": "custom_provider.actor#preview",
                              "id": "act_1aBcDeFgHjKlMnPq",
                              "type": "external",
                              "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                              "name": "John Doe",
                              "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                              "created_at": "2025-09-15T10:30:00.000Z"
                            },
                            "scm_push": {
                              "object": "scm.push",
                              "actor": {
                                "object": "scm.actor"
                              },
                              "commit": {
                                "object": "scm.commit"
                              },
                              "repository": {
                                "object": "scm.repository",
                                "provider": {
                                  "object": "scm.provider",
                                  "type": "github"
                                }
                              }
                            },
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "custom_provider.deployment"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "cpd_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique custom provider deployment identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "failed",
                              "queued",
                              "deploying",
                              "succeeded"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Current deployment status",
                            "optional": false,
                            "nullable": false
                          },
                          "trigger": {
                            "examples": [
                              "manual",
                              "system",
                              "scm"
                            ],
                            "type": "enum",
                            "name": "trigger",
                            "description": "What triggered this deployment",
                            "optional": false,
                            "nullable": false
                          },
                          "custom_provider_id": {
                            "examples": [
                              "cpr_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "custom_provider_id",
                            "description": "ID of the parent custom provider",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "ID of the associated provider",
                            "optional": false,
                            "nullable": true
                          },
                          "custom_provider_version_id": {
                            "examples": [
                              "cpv_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "custom_provider_version_id",
                            "description": "ID of the custom provider version being deployed",
                            "optional": false,
                            "nullable": true
                          },
                          "commit": {
                            "examples": [
                              {
                                "object": "custom_provider.deployment.commit",
                                "type": "create_version"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "custom_provider.deployment.commit"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "name": "id",
                                "description": "Commit identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "create_version",
                                  "merge_version_into_environment",
                                  "rollback_to_version"
                                ],
                                "type": "enum",
                                "name": "type",
                                "description": "Commit type",
                                "optional": false,
                                "nullable": false
                              },
                              "message": {
                                "examples": [],
                                "type": "string",
                                "name": "message",
                                "description": "Commit message",
                                "optional": false,
                                "nullable": true
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when commit was created",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "immutable_bucket": {
                            "examples": [
                              {
                                "object": "bucket",
                                "scm_repo_link": {
                                  "object": "bucket.scm_repo",
                                  "is_linked": true,
                                  "repository": {
                                    "object": "scm.repository",
                                    "provider": {
                                      "object": "scm.provider",
                                      "type": "github"
                                    }
                                  }
                                }
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "bucket"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "name": "id",
                                "description": "Unique bucket identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "is_immutable": {
                                "examples": [],
                                "type": "boolean",
                                "name": "is_immutable",
                                "description": "Whether the bucket is immutable",
                                "optional": false,
                                "nullable": false
                              },
                              "is_read_only": {
                                "examples": [],
                                "type": "boolean",
                                "name": "is_read_only",
                                "description": "Whether the bucket is read-only",
                                "optional": false,
                                "nullable": false
                              },
                              "scm_repo_link": {
                                "examples": [
                                  {
                                    "object": "bucket.scm_repo",
                                    "is_linked": true,
                                    "repository": {
                                      "object": "scm.repository",
                                      "provider": {
                                        "object": "scm.provider",
                                        "type": "github"
                                      }
                                    }
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "bucket.scm_repo"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "is_linked": {
                                    "examples": [
                                      true
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "path": {
                                    "examples": [],
                                    "type": "string",
                                    "name": "path",
                                    "description": "Path within the SCM repository",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "repository": {
                                    "examples": [
                                      {
                                        "object": "scm.repository",
                                        "provider": {
                                          "object": "scm.provider",
                                          "type": "github"
                                        }
                                      }
                                    ],
                                    "properties": {
                                      "object": {
                                        "examples": [
                                          "scm.repository"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "id": {
                                        "examples": [],
                                        "type": "string",
                                        "description": "Unique repository identifier",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "provider": {
                                        "examples": [
                                          {
                                            "object": "scm.provider",
                                            "type": "github"
                                          }
                                        ],
                                        "properties": {
                                          "object": {
                                            "examples": [
                                              "scm.provider"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "type": {
                                            "examples": [
                                              "github",
                                              "gitlab"
                                            ],
                                            "type": "enum",
                                            "description": "SCM provider type",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "id": {
                                            "examples": [],
                                            "type": "string",
                                            "description": "External provider identifier",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "name": {
                                            "examples": [],
                                            "type": "string",
                                            "description": "Repository name on the provider",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "owner": {
                                            "examples": [],
                                            "type": "string",
                                            "description": "Repository owner on the provider",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "url": {
                                        "examples": [],
                                        "type": "string",
                                        "description": "Repository URL",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "is_private": {
                                        "examples": [],
                                        "type": "boolean",
                                        "description": "Whether the repository is private",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "default_branch": {
                                        "examples": [],
                                        "type": "string",
                                        "description": "Default branch name",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "created_at": {
                                        "examples": [],
                                        "type": "date",
                                        "description": "Timestamp when created",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": true
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "actor": {
                            "examples": [
                              {
                                "object": "custom_provider.actor#preview",
                                "id": "act_1aBcDeFgHjKlMnPq",
                                "type": "external",
                                "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                                "name": "John Doe",
                                "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                                "created_at": "2025-09-15T10:30:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "custom_provider.actor#preview"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "act_1aBcDeFgHjKlMnPq"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Actor identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "external",
                                  "system"
                                ],
                                "type": "enum",
                                "name": "type",
                                "description": "Actor type",
                                "optional": false,
                                "nullable": false
                              },
                              "identifier": {
                                "examples": [
                                  "mtea-orgact_1aBcDeFgHjKlMnPq"
                                ],
                                "type": "string",
                                "name": "identifier",
                                "description": "Actor unique identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "John Doe"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Actor display name",
                                "optional": false,
                                "nullable": false
                              },
                              "organization_actor_id": {
                                "examples": [
                                  "ora_1aBcDeFgHjKlMnPq"
                                ],
                                "type": "string",
                                "name": "organization_actor_id",
                                "description": "Organization actor ID if linked",
                                "optional": false,
                                "nullable": true
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "scm_push": {
                            "examples": [
                              {
                                "object": "scm.push",
                                "actor": {
                                  "object": "scm.actor"
                                },
                                "commit": {
                                  "object": "scm.commit"
                                },
                                "repository": {
                                  "object": "scm.repository",
                                  "provider": {
                                    "object": "scm.provider",
                                    "type": "github"
                                  }
                                }
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "scm.push"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "name": "id",
                                "description": "Unique SCM push identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "actor": {
                                "examples": [
                                  {
                                    "object": "scm.actor"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "scm.actor"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Actor identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "external_id": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "External actor identifier",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "name": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Actor name",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "email": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Actor email",
                                    "optional": false,
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "commit": {
                                "examples": [
                                  {
                                    "object": "scm.commit"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "scm.commit"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Commit identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "sha": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Commit SHA",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "branch": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Branch name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "message": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Commit message",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "description": "Timestamp when commit was created",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "repository": {
                                "examples": [
                                  {
                                    "object": "scm.repository",
                                    "provider": {
                                      "object": "scm.provider",
                                      "type": "github"
                                    }
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "scm.repository"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Unique repository identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "provider": {
                                    "examples": [
                                      {
                                        "object": "scm.provider",
                                        "type": "github"
                                      }
                                    ],
                                    "properties": {
                                      "object": {
                                        "examples": [
                                          "scm.provider"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "type": {
                                        "examples": [
                                          "github",
                                          "gitlab"
                                        ],
                                        "type": "enum",
                                        "description": "SCM provider type",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "id": {
                                        "examples": [],
                                        "type": "string",
                                        "description": "External provider identifier",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "name": {
                                        "examples": [],
                                        "type": "string",
                                        "description": "Repository name on the provider",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "owner": {
                                        "examples": [],
                                        "type": "string",
                                        "description": "Repository owner on the provider",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "url": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Repository URL",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "is_private": {
                                    "examples": [],
                                    "type": "boolean",
                                    "description": "Whether the repository is private",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "default_branch": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Default branch name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "description": "Timestamp when created",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "environments": {
                        "examples": [
                          [
                            {
                              "object": "custom_provider.environment",
                              "id": "cpenv_1aBcDeFgHjKlMnPq",
                              "environment": {
                                "object": "custom_provider.environment",
                                "id": "cpenv_1aBcDeFgHjKlMnPq",
                                "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                                "instance_id": "ins_2cDeFgHjKlMnPqRs",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            },
                            {
                              "object": "custom_provider.environment",
                              "id": "cpenv_1aBcDeFgHjKlMnPq",
                              "environment": {
                                "object": "custom_provider.environment",
                                "id": "cpenv_1aBcDeFgHjKlMnPq",
                                "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                                "instance_id": "ins_2cDeFgHjKlMnPqRs",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "custom_provider.environment",
                                "id": "cpenv_1aBcDeFgHjKlMnPq",
                                "environment": {
                                  "object": "custom_provider.environment",
                                  "id": "cpenv_1aBcDeFgHjKlMnPq",
                                  "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                  "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                                  "instance_id": "ins_2cDeFgHjKlMnPqRs",
                                  "created_at": "2025-09-15T10:30:00.000Z",
                                  "updated_at": "2026-01-10T14:45:00.000Z"
                                }
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "custom_provider.environment"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "cpenv_1aBcDeFgHjKlMnPq"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Environment version reference identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "is_current_version_for_environment": {
                                "examples": [],
                                "type": "boolean",
                                "name": "is_current_version_for_environment",
                                "description": "Whether this version is the current one for the environment",
                                "optional": false,
                                "nullable": false
                              },
                              "environment": {
                                "examples": [
                                  {
                                    "object": "custom_provider.environment",
                                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                    "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                                    "instance_id": "ins_2cDeFgHjKlMnPqRs",
                                    "created_at": "2025-09-15T10:30:00.000Z",
                                    "updated_at": "2026-01-10T14:45:00.000Z"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "custom_provider.environment"
                                    ],
                                    "type": "literal",
                                    "description": "String representing the object's type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [
                                      "cpenv_1aBcDeFgHjKlMnPq"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "Unique custom provider environment identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "custom_provider_id": {
                                    "examples": [
                                      "cpr_1aBcDeFgHjKlMnPq"
                                    ],
                                    "type": "string",
                                    "name": "custom_provider_id",
                                    "description": "ID of the parent custom provider",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "provider_id": {
                                    "examples": [
                                      "pro_5gHjKlMnPqRsTuVw"
                                    ],
                                    "type": "string",
                                    "name": "provider_id",
                                    "description": "ID of the associated provider",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "current_provider_version_id": {
                                    "examples": [
                                      "prv_4dEfGhJkLmNpQrSt"
                                    ],
                                    "type": "string",
                                    "name": "current_provider_version_id",
                                    "description": "ID of the current provider version in this environment",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "instance_id": {
                                    "examples": [
                                      "ins_2cDeFgHjKlMnPqRs"
                                    ],
                                    "type": "string",
                                    "name": "instance_id",
                                    "description": "ID of the instance this environment is associated with",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [
                                      "2025-09-15T10:30:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "Timestamp when created",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [
                                      "2026-01-10T14:45:00.000Z"
                                    ],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "Timestamp when last updated",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "environments",
                        "description": "Environments this version is deployed to",
                        "optional": false,
                        "nullable": false
                      },
                      "custom_provider_id": {
                        "examples": [
                          "cpr_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "custom_provider_id",
                        "description": "ID of the parent custom provider",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "ID of the associated provider",
                        "optional": false,
                        "nullable": true
                      },
                      "actor": {
                        "examples": [
                          {
                            "object": "custom_provider.actor#preview",
                            "id": "act_1aBcDeFgHjKlMnPq",
                            "type": "external",
                            "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                            "name": "John Doe",
                            "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                            "created_at": "2025-09-15T10:30:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "custom_provider.actor#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "act_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Actor identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "external",
                              "system"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "Actor type",
                            "optional": false,
                            "nullable": false
                          },
                          "identifier": {
                            "examples": [
                              "mtea-orgact_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "identifier",
                            "description": "Actor unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "John Doe"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Actor display name",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_actor_id": {
                            "examples": [
                              "ora_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "organization_actor_id",
                            "description": "Organization actor ID if linked",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "container_image": {
                        "examples": [
                          {
                            "container_registry": "https://index.docker.io/v1/",
                            "container_image_tag": "v1.0.0",
                            "container_image": "my-app-image"
                          }
                        ],
                        "properties": {
                          "container_registry": {
                            "examples": [
                              "https://index.docker.io/v1/"
                            ],
                            "type": "string",
                            "name": "container_registry",
                            "description": "URL of the container registry",
                            "optional": false,
                            "nullable": false
                          },
                          "container_image_tag": {
                            "examples": [
                              "v1.0.0"
                            ],
                            "type": "string",
                            "name": "container_image_tag",
                            "description": "Tag of the container image",
                            "optional": false,
                            "nullable": false
                          },
                          "container_image": {
                            "examples": [
                              "my-app-image"
                            ],
                            "type": "string",
                            "name": "container_image",
                            "description": "Name of the container image",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": true,
                        "nullable": false
                      },
                      "remote_mcp_server": {
                        "examples": [
                          {
                            "url": "https://mcp.example.com",
                            "transport": "grpc"
                          }
                        ],
                        "properties": {
                          "url": {
                            "examples": [
                              "https://mcp.example.com"
                            ],
                            "type": "string",
                            "name": "url",
                            "description": "URL of the remote MCP server",
                            "optional": false,
                            "nullable": false
                          },
                          "transport": {
                            "examples": [
                              "grpc",
                              "http"
                            ],
                            "type": "string",
                            "name": "transport",
                            "description": "Transport protocol for the remote MCP server",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": true,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "actor": {
                    "examples": [
                      {
                        "object": "custom_provider.actor#preview",
                        "id": "act_1aBcDeFgHjKlMnPq",
                        "type": "external",
                        "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                        "name": "John Doe",
                        "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.actor#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "act_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Actor identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "external",
                          "system"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Actor type",
                        "optional": false,
                        "nullable": false
                      },
                      "identifier": {
                        "examples": [
                          "mtea-orgact_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Actor unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "John Doe"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Actor display name",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_actor_id": {
                        "examples": [
                          "ora_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "organization_actor_id",
                        "description": "Organization actor ID if linked",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "scm_push": {
                    "examples": [
                      {
                        "object": "scm.push",
                        "actor": {
                          "object": "scm.actor"
                        },
                        "commit": {
                          "object": "scm.commit"
                        },
                        "repository": {
                          "object": "scm.repository",
                          "provider": {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "scm.push"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "name": "id",
                        "description": "Unique SCM push identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "actor": {
                        "examples": [
                          {
                            "object": "scm.actor"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.actor"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "description": "Actor identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "external_id": {
                            "examples": [],
                            "type": "string",
                            "description": "External actor identifier",
                            "optional": false,
                            "nullable": true
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "description": "Actor name",
                            "optional": false,
                            "nullable": true
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "description": "Actor email",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "commit": {
                        "examples": [
                          {
                            "object": "scm.commit"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.commit"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "description": "Commit identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "sha": {
                            "examples": [],
                            "type": "string",
                            "description": "Commit SHA",
                            "optional": false,
                            "nullable": false
                          },
                          "branch": {
                            "examples": [],
                            "type": "string",
                            "description": "Branch name",
                            "optional": false,
                            "nullable": false
                          },
                          "message": {
                            "examples": [],
                            "type": "string",
                            "description": "Commit message",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "description": "Timestamp when commit was created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "repository": {
                        "examples": [
                          {
                            "object": "scm.repository",
                            "provider": {
                              "object": "scm.provider",
                              "type": "github"
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.repository"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "description": "Unique repository identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "provider": {
                            "examples": [
                              {
                                "object": "scm.provider",
                                "type": "github"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "scm.provider"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "github",
                                  "gitlab"
                                ],
                                "type": "enum",
                                "description": "SCM provider type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "description": "External provider identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "description": "Repository name on the provider",
                                "optional": false,
                                "nullable": false
                              },
                              "owner": {
                                "examples": [],
                                "type": "string",
                                "description": "Repository owner on the provider",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "url": {
                            "examples": [],
                            "type": "string",
                            "description": "Repository URL",
                            "optional": false,
                            "nullable": false
                          },
                          "is_private": {
                            "examples": [],
                            "type": "boolean",
                            "description": "Whether the repository is private",
                            "optional": false,
                            "nullable": false
                          },
                          "default_branch": {
                            "examples": [],
                            "type": "string",
                            "description": "Default branch name",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "applied_at": {
                    "examples": [
                      "2025-09-15T10:35:00.000Z"
                    ],
                    "type": "date",
                    "name": "applied_at",
                    "description": "Timestamp when the commit was applied",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_794",
      "name": "customProviderCommit",
      "type": {
        "examples": [
          {
            "object": "custom_provider.commit",
            "id": "cpcm_1aBcDeFgHjKlMnPq",
            "status": "pending",
            "trigger": "manual",
            "error": {
              "code": "deployment_failed",
              "message": "Deployment failed due to timeout"
            },
            "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "custom_provider_deployment_id": "cpd_1aBcDeFgHjKlMnPq",
            "to_environment": {
              "object": "custom_provider.environment",
              "id": "cpenv_1aBcDeFgHjKlMnPq",
              "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
              "instance_id": "ins_2cDeFgHjKlMnPqRs",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "from_environment": {
              "object": "custom_provider.environment",
              "id": "cpenv_1aBcDeFgHjKlMnPq",
              "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
              "instance_id": "ins_2cDeFgHjKlMnPqRs",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "target_custom_provider_version": {
              "object": "custom_provider.version",
              "id": "cpv_1aBcDeFgHjKlMnPq",
              "status": "queued",
              "config": {
                "object": "custom_provider.version.config",
                "schema": {
                  "type": "json_schema",
                  "schema": {}
                }
              },
              "index": 1,
              "identifier": "v1.0.0",
              "deployment": {
                "object": "custom_provider.deployment",
                "id": "cpd_1aBcDeFgHjKlMnPq",
                "status": "failed",
                "trigger": "manual",
                "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                "commit": {
                  "object": "custom_provider.deployment.commit",
                  "type": "create_version"
                },
                "immutable_bucket": {
                  "object": "bucket",
                  "scm_repo_link": {
                    "object": "bucket.scm_repo",
                    "is_linked": true,
                    "repository": {
                      "object": "scm.repository",
                      "provider": {
                        "object": "scm.provider",
                        "type": "github"
                      }
                    }
                  }
                },
                "actor": {
                  "object": "custom_provider.actor#preview",
                  "id": "act_1aBcDeFgHjKlMnPq",
                  "type": "external",
                  "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                  "name": "John Doe",
                  "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "scm_push": {
                  "object": "scm.push",
                  "actor": {
                    "object": "scm.actor"
                  },
                  "commit": {
                    "object": "scm.commit"
                  },
                  "repository": {
                    "object": "scm.repository",
                    "provider": {
                      "object": "scm.provider",
                      "type": "github"
                    }
                  }
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "environments": [
                {
                  "object": "custom_provider.environment",
                  "id": "cpenv_1aBcDeFgHjKlMnPq",
                  "environment": {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                    "instance_id": "ins_2cDeFgHjKlMnPqRs",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "custom_provider.environment",
                  "id": "cpenv_1aBcDeFgHjKlMnPq",
                  "environment": {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                    "instance_id": "ins_2cDeFgHjKlMnPqRs",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ],
              "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "actor": {
                "object": "custom_provider.actor#preview",
                "id": "act_1aBcDeFgHjKlMnPq",
                "type": "external",
                "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                "name": "John Doe",
                "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                "created_at": "2025-09-15T10:30:00.000Z"
              },
              "container_image": {
                "container_registry": "https://index.docker.io/v1/",
                "container_image_tag": "v1.0.0",
                "container_image": "my-app-image"
              },
              "remote_mcp_server": {
                "url": "https://mcp.example.com",
                "transport": "grpc"
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "previous_custom_provider_version": {
              "object": "custom_provider.version",
              "id": "cpv_1aBcDeFgHjKlMnPq",
              "status": "queued",
              "config": {
                "object": "custom_provider.version.config",
                "schema": {
                  "type": "json_schema",
                  "schema": {}
                }
              },
              "index": 1,
              "identifier": "v1.0.0",
              "deployment": {
                "object": "custom_provider.deployment",
                "id": "cpd_1aBcDeFgHjKlMnPq",
                "status": "failed",
                "trigger": "manual",
                "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                "commit": {
                  "object": "custom_provider.deployment.commit",
                  "type": "create_version"
                },
                "immutable_bucket": {
                  "object": "bucket",
                  "scm_repo_link": {
                    "object": "bucket.scm_repo",
                    "is_linked": true,
                    "repository": {
                      "object": "scm.repository",
                      "provider": {
                        "object": "scm.provider",
                        "type": "github"
                      }
                    }
                  }
                },
                "actor": {
                  "object": "custom_provider.actor#preview",
                  "id": "act_1aBcDeFgHjKlMnPq",
                  "type": "external",
                  "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                  "name": "John Doe",
                  "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "scm_push": {
                  "object": "scm.push",
                  "actor": {
                    "object": "scm.actor"
                  },
                  "commit": {
                    "object": "scm.commit"
                  },
                  "repository": {
                    "object": "scm.repository",
                    "provider": {
                      "object": "scm.provider",
                      "type": "github"
                    }
                  }
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "environments": [
                {
                  "object": "custom_provider.environment",
                  "id": "cpenv_1aBcDeFgHjKlMnPq",
                  "environment": {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                    "instance_id": "ins_2cDeFgHjKlMnPqRs",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "custom_provider.environment",
                  "id": "cpenv_1aBcDeFgHjKlMnPq",
                  "environment": {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                    "instance_id": "ins_2cDeFgHjKlMnPqRs",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ],
              "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "actor": {
                "object": "custom_provider.actor#preview",
                "id": "act_1aBcDeFgHjKlMnPq",
                "type": "external",
                "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                "name": "John Doe",
                "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                "created_at": "2025-09-15T10:30:00.000Z"
              },
              "container_image": {
                "container_registry": "https://index.docker.io/v1/",
                "container_image_tag": "v1.0.0",
                "container_image": "my-app-image"
              },
              "remote_mcp_server": {
                "url": "https://mcp.example.com",
                "transport": "grpc"
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "actor": {
              "object": "custom_provider.actor#preview",
              "id": "act_1aBcDeFgHjKlMnPq",
              "type": "external",
              "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
              "name": "John Doe",
              "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
              "created_at": "2025-09-15T10:30:00.000Z"
            },
            "scm_push": {
              "object": "scm.push",
              "actor": {
                "object": "scm.actor"
              },
              "commit": {
                "object": "scm.commit"
              },
              "repository": {
                "object": "scm.repository",
                "provider": {
                  "object": "scm.provider",
                  "type": "github"
                }
              }
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "applied_at": "2025-09-15T10:35:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "custom_provider.commit"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "cpcm_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique custom provider commit identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "applied",
              "failed"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current commit status",
            "optional": false,
            "nullable": false
          },
          "trigger": {
            "examples": [
              "manual",
              "system",
              "scm"
            ],
            "type": "enum",
            "name": "trigger",
            "description": "What triggered this commit",
            "optional": false,
            "nullable": false
          },
          "error": {
            "examples": [
              {
                "code": "deployment_failed",
                "message": "Deployment failed due to timeout"
              }
            ],
            "properties": {
              "code": {
                "examples": [
                  "deployment_failed"
                ],
                "type": "string",
                "name": "code",
                "description": "Error code",
                "optional": false,
                "nullable": false
              },
              "message": {
                "examples": [
                  "Deployment failed due to timeout"
                ],
                "type": "string",
                "name": "message",
                "description": "Error message",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "custom_provider_id": {
            "examples": [
              "cpr_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "custom_provider_id",
            "description": "ID of the parent custom provider",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "ID of the associated provider",
            "optional": false,
            "nullable": true
          },
          "custom_provider_deployment_id": {
            "examples": [
              "cpd_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "custom_provider_deployment_id",
            "description": "ID of the associated deployment",
            "optional": false,
            "nullable": true
          },
          "to_environment": {
            "examples": [
              {
                "object": "custom_provider.environment",
                "id": "cpenv_1aBcDeFgHjKlMnPq",
                "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                "instance_id": "ins_2cDeFgHjKlMnPqRs",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "custom_provider.environment"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "cpenv_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique custom provider environment identifier",
                "optional": false,
                "nullable": false
              },
              "custom_provider_id": {
                "examples": [
                  "cpr_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "custom_provider_id",
                "description": "ID of the parent custom provider",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "ID of the associated provider",
                "optional": false,
                "nullable": true
              },
              "current_provider_version_id": {
                "examples": [
                  "prv_4dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "current_provider_version_id",
                "description": "ID of the current provider version in this environment",
                "optional": false,
                "nullable": true
              },
              "instance_id": {
                "examples": [
                  "ins_2cDeFgHjKlMnPqRs"
                ],
                "type": "string",
                "name": "instance_id",
                "description": "ID of the instance this environment is associated with",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "from_environment": {
            "examples": [
              {
                "object": "custom_provider.environment",
                "id": "cpenv_1aBcDeFgHjKlMnPq",
                "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                "instance_id": "ins_2cDeFgHjKlMnPqRs",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "custom_provider.environment"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "cpenv_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique custom provider environment identifier",
                "optional": false,
                "nullable": false
              },
              "custom_provider_id": {
                "examples": [
                  "cpr_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "custom_provider_id",
                "description": "ID of the parent custom provider",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "ID of the associated provider",
                "optional": false,
                "nullable": true
              },
              "current_provider_version_id": {
                "examples": [
                  "prv_4dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "current_provider_version_id",
                "description": "ID of the current provider version in this environment",
                "optional": false,
                "nullable": true
              },
              "instance_id": {
                "examples": [
                  "ins_2cDeFgHjKlMnPqRs"
                ],
                "type": "string",
                "name": "instance_id",
                "description": "ID of the instance this environment is associated with",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "target_custom_provider_version": {
            "examples": [
              {
                "object": "custom_provider.version",
                "id": "cpv_1aBcDeFgHjKlMnPq",
                "status": "queued",
                "config": {
                  "object": "custom_provider.version.config",
                  "schema": {
                    "type": "json_schema",
                    "schema": {}
                  }
                },
                "index": 1,
                "identifier": "v1.0.0",
                "deployment": {
                  "object": "custom_provider.deployment",
                  "id": "cpd_1aBcDeFgHjKlMnPq",
                  "status": "failed",
                  "trigger": "manual",
                  "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                  "commit": {
                    "object": "custom_provider.deployment.commit",
                    "type": "create_version"
                  },
                  "immutable_bucket": {
                    "object": "bucket",
                    "scm_repo_link": {
                      "object": "bucket.scm_repo",
                      "is_linked": true,
                      "repository": {
                        "object": "scm.repository",
                        "provider": {
                          "object": "scm.provider",
                          "type": "github"
                        }
                      }
                    }
                  },
                  "actor": {
                    "object": "custom_provider.actor#preview",
                    "id": "act_1aBcDeFgHjKlMnPq",
                    "type": "external",
                    "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                    "name": "John Doe",
                    "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "scm_push": {
                    "object": "scm.push",
                    "actor": {
                      "object": "scm.actor"
                    },
                    "commit": {
                      "object": "scm.commit"
                    },
                    "repository": {
                      "object": "scm.repository",
                      "provider": {
                        "object": "scm.provider",
                        "type": "github"
                      }
                    }
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "environments": [
                  {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "environment": {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                      "instance_id": "ins_2cDeFgHjKlMnPqRs",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "environment": {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                      "instance_id": "ins_2cDeFgHjKlMnPqRs",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "actor": {
                  "object": "custom_provider.actor#preview",
                  "id": "act_1aBcDeFgHjKlMnPq",
                  "type": "external",
                  "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                  "name": "John Doe",
                  "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "container_image": {
                  "container_registry": "https://index.docker.io/v1/",
                  "container_image_tag": "v1.0.0",
                  "container_image": "my-app-image"
                },
                "remote_mcp_server": {
                  "url": "https://mcp.example.com",
                  "transport": "grpc"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "custom_provider.version"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "cpv_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique custom provider version identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "queued",
                  "deploying",
                  "deployment_succeeded",
                  "deployment_failed"
                ],
                "type": "enum",
                "name": "status",
                "description": "Current version status",
                "optional": false,
                "nullable": false
              },
              "config": {
                "examples": [
                  {
                    "object": "custom_provider.version.config",
                    "schema": {
                      "type": "json_schema",
                      "schema": {}
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.version.config"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the configuration fields for the custom provider",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "transformer": {
                    "examples": [],
                    "type": "string",
                    "name": "transformer",
                    "description": "Optional jsonata transformer function for the configuration.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "index": {
                "examples": [
                  1,
                  2,
                  3
                ],
                "type": "number",
                "name": "index",
                "description": "Version index number",
                "optional": false,
                "nullable": false
              },
              "identifier": {
                "examples": [
                  "v1.0.0"
                ],
                "type": "string",
                "name": "identifier",
                "description": "Version identifier",
                "optional": false,
                "nullable": false
              },
              "deployment": {
                "examples": [
                  {
                    "object": "custom_provider.deployment",
                    "id": "cpd_1aBcDeFgHjKlMnPq",
                    "status": "failed",
                    "trigger": "manual",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                    "commit": {
                      "object": "custom_provider.deployment.commit",
                      "type": "create_version"
                    },
                    "immutable_bucket": {
                      "object": "bucket",
                      "scm_repo_link": {
                        "object": "bucket.scm_repo",
                        "is_linked": true,
                        "repository": {
                          "object": "scm.repository",
                          "provider": {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        }
                      }
                    },
                    "actor": {
                      "object": "custom_provider.actor#preview",
                      "id": "act_1aBcDeFgHjKlMnPq",
                      "type": "external",
                      "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                      "name": "John Doe",
                      "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "scm_push": {
                      "object": "scm.push",
                      "actor": {
                        "object": "scm.actor"
                      },
                      "commit": {
                        "object": "scm.commit"
                      },
                      "repository": {
                        "object": "scm.repository",
                        "provider": {
                          "object": "scm.provider",
                          "type": "github"
                        }
                      }
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.deployment"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "cpd_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique custom provider deployment identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "failed",
                      "queued",
                      "deploying",
                      "succeeded"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current deployment status",
                    "optional": false,
                    "nullable": false
                  },
                  "trigger": {
                    "examples": [
                      "manual",
                      "system",
                      "scm"
                    ],
                    "type": "enum",
                    "name": "trigger",
                    "description": "What triggered this deployment",
                    "optional": false,
                    "nullable": false
                  },
                  "custom_provider_id": {
                    "examples": [
                      "cpr_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "custom_provider_id",
                    "description": "ID of the parent custom provider",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "ID of the associated provider",
                    "optional": false,
                    "nullable": true
                  },
                  "custom_provider_version_id": {
                    "examples": [
                      "cpv_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "custom_provider_version_id",
                    "description": "ID of the custom provider version being deployed",
                    "optional": false,
                    "nullable": true
                  },
                  "commit": {
                    "examples": [
                      {
                        "object": "custom_provider.deployment.commit",
                        "type": "create_version"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.deployment.commit"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "name": "id",
                        "description": "Commit identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "create_version",
                          "merge_version_into_environment",
                          "rollback_to_version"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Commit type",
                        "optional": false,
                        "nullable": false
                      },
                      "message": {
                        "examples": [],
                        "type": "string",
                        "name": "message",
                        "description": "Commit message",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when commit was created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "immutable_bucket": {
                    "examples": [
                      {
                        "object": "bucket",
                        "scm_repo_link": {
                          "object": "bucket.scm_repo",
                          "is_linked": true,
                          "repository": {
                            "object": "scm.repository",
                            "provider": {
                              "object": "scm.provider",
                              "type": "github"
                            }
                          }
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "bucket"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "name": "id",
                        "description": "Unique bucket identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "is_immutable": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_immutable",
                        "description": "Whether the bucket is immutable",
                        "optional": false,
                        "nullable": false
                      },
                      "is_read_only": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_read_only",
                        "description": "Whether the bucket is read-only",
                        "optional": false,
                        "nullable": false
                      },
                      "scm_repo_link": {
                        "examples": [
                          {
                            "object": "bucket.scm_repo",
                            "is_linked": true,
                            "repository": {
                              "object": "scm.repository",
                              "provider": {
                                "object": "scm.provider",
                                "type": "github"
                              }
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "bucket.scm_repo"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "is_linked": {
                            "examples": [
                              true
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "path": {
                            "examples": [],
                            "type": "string",
                            "name": "path",
                            "description": "Path within the SCM repository",
                            "optional": false,
                            "nullable": true
                          },
                          "repository": {
                            "examples": [
                              {
                                "object": "scm.repository",
                                "provider": {
                                  "object": "scm.provider",
                                  "type": "github"
                                }
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "scm.repository"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "description": "Unique repository identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "provider": {
                                "examples": [
                                  {
                                    "object": "scm.provider",
                                    "type": "github"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "scm.provider"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "type": {
                                    "examples": [
                                      "github",
                                      "gitlab"
                                    ],
                                    "type": "enum",
                                    "description": "SCM provider type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "External provider identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Repository name on the provider",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "owner": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Repository owner on the provider",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "url": {
                                "examples": [],
                                "type": "string",
                                "description": "Repository URL",
                                "optional": false,
                                "nullable": false
                              },
                              "is_private": {
                                "examples": [],
                                "type": "boolean",
                                "description": "Whether the repository is private",
                                "optional": false,
                                "nullable": false
                              },
                              "default_branch": {
                                "examples": [],
                                "type": "string",
                                "description": "Default branch name",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "actor": {
                    "examples": [
                      {
                        "object": "custom_provider.actor#preview",
                        "id": "act_1aBcDeFgHjKlMnPq",
                        "type": "external",
                        "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                        "name": "John Doe",
                        "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.actor#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "act_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Actor identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "external",
                          "system"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Actor type",
                        "optional": false,
                        "nullable": false
                      },
                      "identifier": {
                        "examples": [
                          "mtea-orgact_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Actor unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "John Doe"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Actor display name",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_actor_id": {
                        "examples": [
                          "ora_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "organization_actor_id",
                        "description": "Organization actor ID if linked",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "scm_push": {
                    "examples": [
                      {
                        "object": "scm.push",
                        "actor": {
                          "object": "scm.actor"
                        },
                        "commit": {
                          "object": "scm.commit"
                        },
                        "repository": {
                          "object": "scm.repository",
                          "provider": {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "scm.push"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "name": "id",
                        "description": "Unique SCM push identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "actor": {
                        "examples": [
                          {
                            "object": "scm.actor"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.actor"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "description": "Actor identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "external_id": {
                            "examples": [],
                            "type": "string",
                            "description": "External actor identifier",
                            "optional": false,
                            "nullable": true
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "description": "Actor name",
                            "optional": false,
                            "nullable": true
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "description": "Actor email",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "commit": {
                        "examples": [
                          {
                            "object": "scm.commit"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.commit"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "description": "Commit identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "sha": {
                            "examples": [],
                            "type": "string",
                            "description": "Commit SHA",
                            "optional": false,
                            "nullable": false
                          },
                          "branch": {
                            "examples": [],
                            "type": "string",
                            "description": "Branch name",
                            "optional": false,
                            "nullable": false
                          },
                          "message": {
                            "examples": [],
                            "type": "string",
                            "description": "Commit message",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "description": "Timestamp when commit was created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "repository": {
                        "examples": [
                          {
                            "object": "scm.repository",
                            "provider": {
                              "object": "scm.provider",
                              "type": "github"
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.repository"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "description": "Unique repository identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "provider": {
                            "examples": [
                              {
                                "object": "scm.provider",
                                "type": "github"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "scm.provider"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "github",
                                  "gitlab"
                                ],
                                "type": "enum",
                                "description": "SCM provider type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "description": "External provider identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "description": "Repository name on the provider",
                                "optional": false,
                                "nullable": false
                              },
                              "owner": {
                                "examples": [],
                                "type": "string",
                                "description": "Repository owner on the provider",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "url": {
                            "examples": [],
                            "type": "string",
                            "description": "Repository URL",
                            "optional": false,
                            "nullable": false
                          },
                          "is_private": {
                            "examples": [],
                            "type": "boolean",
                            "description": "Whether the repository is private",
                            "optional": false,
                            "nullable": false
                          },
                          "default_branch": {
                            "examples": [],
                            "type": "string",
                            "description": "Default branch name",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "environments": {
                "examples": [
                  [
                    {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "environment": {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                        "instance_id": "ins_2cDeFgHjKlMnPqRs",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "environment": {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                        "instance_id": "ins_2cDeFgHjKlMnPqRs",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "environment": {
                          "object": "custom_provider.environment",
                          "id": "cpenv_1aBcDeFgHjKlMnPq",
                          "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                          "instance_id": "ins_2cDeFgHjKlMnPqRs",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.environment"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "cpenv_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Environment version reference identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "is_current_version_for_environment": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_current_version_for_environment",
                        "description": "Whether this version is the current one for the environment",
                        "optional": false,
                        "nullable": false
                      },
                      "environment": {
                        "examples": [
                          {
                            "object": "custom_provider.environment",
                            "id": "cpenv_1aBcDeFgHjKlMnPq",
                            "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                            "instance_id": "ins_2cDeFgHjKlMnPqRs",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "custom_provider.environment"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "cpenv_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique custom provider environment identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "custom_provider_id": {
                            "examples": [
                              "cpr_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "custom_provider_id",
                            "description": "ID of the parent custom provider",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "ID of the associated provider",
                            "optional": false,
                            "nullable": true
                          },
                          "current_provider_version_id": {
                            "examples": [
                              "prv_4dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "current_provider_version_id",
                            "description": "ID of the current provider version in this environment",
                            "optional": false,
                            "nullable": true
                          },
                          "instance_id": {
                            "examples": [
                              "ins_2cDeFgHjKlMnPqRs"
                            ],
                            "type": "string",
                            "name": "instance_id",
                            "description": "ID of the instance this environment is associated with",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "environments",
                "description": "Environments this version is deployed to",
                "optional": false,
                "nullable": false
              },
              "custom_provider_id": {
                "examples": [
                  "cpr_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "custom_provider_id",
                "description": "ID of the parent custom provider",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "ID of the associated provider",
                "optional": false,
                "nullable": true
              },
              "actor": {
                "examples": [
                  {
                    "object": "custom_provider.actor#preview",
                    "id": "act_1aBcDeFgHjKlMnPq",
                    "type": "external",
                    "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                    "name": "John Doe",
                    "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.actor#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "act_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Actor identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "external",
                      "system"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Actor type",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [
                      "mtea-orgact_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Actor unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "John Doe"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Actor display name",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_actor_id": {
                    "examples": [
                      "ora_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "organization_actor_id",
                    "description": "Organization actor ID if linked",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "container_image": {
                "examples": [
                  {
                    "container_registry": "https://index.docker.io/v1/",
                    "container_image_tag": "v1.0.0",
                    "container_image": "my-app-image"
                  }
                ],
                "properties": {
                  "container_registry": {
                    "examples": [
                      "https://index.docker.io/v1/"
                    ],
                    "type": "string",
                    "name": "container_registry",
                    "description": "URL of the container registry",
                    "optional": false,
                    "nullable": false
                  },
                  "container_image_tag": {
                    "examples": [
                      "v1.0.0"
                    ],
                    "type": "string",
                    "name": "container_image_tag",
                    "description": "Tag of the container image",
                    "optional": false,
                    "nullable": false
                  },
                  "container_image": {
                    "examples": [
                      "my-app-image"
                    ],
                    "type": "string",
                    "name": "container_image",
                    "description": "Name of the container image",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": true,
                "nullable": false
              },
              "remote_mcp_server": {
                "examples": [
                  {
                    "url": "https://mcp.example.com",
                    "transport": "grpc"
                  }
                ],
                "properties": {
                  "url": {
                    "examples": [
                      "https://mcp.example.com"
                    ],
                    "type": "string",
                    "name": "url",
                    "description": "URL of the remote MCP server",
                    "optional": false,
                    "nullable": false
                  },
                  "transport": {
                    "examples": [
                      "grpc",
                      "http"
                    ],
                    "type": "string",
                    "name": "transport",
                    "description": "Transport protocol for the remote MCP server",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "previous_custom_provider_version": {
            "examples": [
              {
                "object": "custom_provider.version",
                "id": "cpv_1aBcDeFgHjKlMnPq",
                "status": "queued",
                "config": {
                  "object": "custom_provider.version.config",
                  "schema": {
                    "type": "json_schema",
                    "schema": {}
                  }
                },
                "index": 1,
                "identifier": "v1.0.0",
                "deployment": {
                  "object": "custom_provider.deployment",
                  "id": "cpd_1aBcDeFgHjKlMnPq",
                  "status": "failed",
                  "trigger": "manual",
                  "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                  "commit": {
                    "object": "custom_provider.deployment.commit",
                    "type": "create_version"
                  },
                  "immutable_bucket": {
                    "object": "bucket",
                    "scm_repo_link": {
                      "object": "bucket.scm_repo",
                      "is_linked": true,
                      "repository": {
                        "object": "scm.repository",
                        "provider": {
                          "object": "scm.provider",
                          "type": "github"
                        }
                      }
                    }
                  },
                  "actor": {
                    "object": "custom_provider.actor#preview",
                    "id": "act_1aBcDeFgHjKlMnPq",
                    "type": "external",
                    "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                    "name": "John Doe",
                    "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "scm_push": {
                    "object": "scm.push",
                    "actor": {
                      "object": "scm.actor"
                    },
                    "commit": {
                      "object": "scm.commit"
                    },
                    "repository": {
                      "object": "scm.repository",
                      "provider": {
                        "object": "scm.provider",
                        "type": "github"
                      }
                    }
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "environments": [
                  {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "environment": {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                      "instance_id": "ins_2cDeFgHjKlMnPqRs",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "environment": {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                      "instance_id": "ins_2cDeFgHjKlMnPqRs",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "actor": {
                  "object": "custom_provider.actor#preview",
                  "id": "act_1aBcDeFgHjKlMnPq",
                  "type": "external",
                  "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                  "name": "John Doe",
                  "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "container_image": {
                  "container_registry": "https://index.docker.io/v1/",
                  "container_image_tag": "v1.0.0",
                  "container_image": "my-app-image"
                },
                "remote_mcp_server": {
                  "url": "https://mcp.example.com",
                  "transport": "grpc"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "custom_provider.version"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "cpv_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique custom provider version identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "queued",
                  "deploying",
                  "deployment_succeeded",
                  "deployment_failed"
                ],
                "type": "enum",
                "name": "status",
                "description": "Current version status",
                "optional": false,
                "nullable": false
              },
              "config": {
                "examples": [
                  {
                    "object": "custom_provider.version.config",
                    "schema": {
                      "type": "json_schema",
                      "schema": {}
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.version.config"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the configuration fields for the custom provider",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "transformer": {
                    "examples": [],
                    "type": "string",
                    "name": "transformer",
                    "description": "Optional jsonata transformer function for the configuration.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "index": {
                "examples": [
                  1,
                  2,
                  3
                ],
                "type": "number",
                "name": "index",
                "description": "Version index number",
                "optional": false,
                "nullable": false
              },
              "identifier": {
                "examples": [
                  "v1.0.0"
                ],
                "type": "string",
                "name": "identifier",
                "description": "Version identifier",
                "optional": false,
                "nullable": false
              },
              "deployment": {
                "examples": [
                  {
                    "object": "custom_provider.deployment",
                    "id": "cpd_1aBcDeFgHjKlMnPq",
                    "status": "failed",
                    "trigger": "manual",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                    "commit": {
                      "object": "custom_provider.deployment.commit",
                      "type": "create_version"
                    },
                    "immutable_bucket": {
                      "object": "bucket",
                      "scm_repo_link": {
                        "object": "bucket.scm_repo",
                        "is_linked": true,
                        "repository": {
                          "object": "scm.repository",
                          "provider": {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        }
                      }
                    },
                    "actor": {
                      "object": "custom_provider.actor#preview",
                      "id": "act_1aBcDeFgHjKlMnPq",
                      "type": "external",
                      "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                      "name": "John Doe",
                      "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "scm_push": {
                      "object": "scm.push",
                      "actor": {
                        "object": "scm.actor"
                      },
                      "commit": {
                        "object": "scm.commit"
                      },
                      "repository": {
                        "object": "scm.repository",
                        "provider": {
                          "object": "scm.provider",
                          "type": "github"
                        }
                      }
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.deployment"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "cpd_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique custom provider deployment identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "failed",
                      "queued",
                      "deploying",
                      "succeeded"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current deployment status",
                    "optional": false,
                    "nullable": false
                  },
                  "trigger": {
                    "examples": [
                      "manual",
                      "system",
                      "scm"
                    ],
                    "type": "enum",
                    "name": "trigger",
                    "description": "What triggered this deployment",
                    "optional": false,
                    "nullable": false
                  },
                  "custom_provider_id": {
                    "examples": [
                      "cpr_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "custom_provider_id",
                    "description": "ID of the parent custom provider",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "ID of the associated provider",
                    "optional": false,
                    "nullable": true
                  },
                  "custom_provider_version_id": {
                    "examples": [
                      "cpv_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "custom_provider_version_id",
                    "description": "ID of the custom provider version being deployed",
                    "optional": false,
                    "nullable": true
                  },
                  "commit": {
                    "examples": [
                      {
                        "object": "custom_provider.deployment.commit",
                        "type": "create_version"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.deployment.commit"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "name": "id",
                        "description": "Commit identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "create_version",
                          "merge_version_into_environment",
                          "rollback_to_version"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Commit type",
                        "optional": false,
                        "nullable": false
                      },
                      "message": {
                        "examples": [],
                        "type": "string",
                        "name": "message",
                        "description": "Commit message",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when commit was created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "immutable_bucket": {
                    "examples": [
                      {
                        "object": "bucket",
                        "scm_repo_link": {
                          "object": "bucket.scm_repo",
                          "is_linked": true,
                          "repository": {
                            "object": "scm.repository",
                            "provider": {
                              "object": "scm.provider",
                              "type": "github"
                            }
                          }
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "bucket"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "name": "id",
                        "description": "Unique bucket identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "is_immutable": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_immutable",
                        "description": "Whether the bucket is immutable",
                        "optional": false,
                        "nullable": false
                      },
                      "is_read_only": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_read_only",
                        "description": "Whether the bucket is read-only",
                        "optional": false,
                        "nullable": false
                      },
                      "scm_repo_link": {
                        "examples": [
                          {
                            "object": "bucket.scm_repo",
                            "is_linked": true,
                            "repository": {
                              "object": "scm.repository",
                              "provider": {
                                "object": "scm.provider",
                                "type": "github"
                              }
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "bucket.scm_repo"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "is_linked": {
                            "examples": [
                              true
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "path": {
                            "examples": [],
                            "type": "string",
                            "name": "path",
                            "description": "Path within the SCM repository",
                            "optional": false,
                            "nullable": true
                          },
                          "repository": {
                            "examples": [
                              {
                                "object": "scm.repository",
                                "provider": {
                                  "object": "scm.provider",
                                  "type": "github"
                                }
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "scm.repository"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "description": "Unique repository identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "provider": {
                                "examples": [
                                  {
                                    "object": "scm.provider",
                                    "type": "github"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "scm.provider"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "type": {
                                    "examples": [
                                      "github",
                                      "gitlab"
                                    ],
                                    "type": "enum",
                                    "description": "SCM provider type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "External provider identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Repository name on the provider",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "owner": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Repository owner on the provider",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "url": {
                                "examples": [],
                                "type": "string",
                                "description": "Repository URL",
                                "optional": false,
                                "nullable": false
                              },
                              "is_private": {
                                "examples": [],
                                "type": "boolean",
                                "description": "Whether the repository is private",
                                "optional": false,
                                "nullable": false
                              },
                              "default_branch": {
                                "examples": [],
                                "type": "string",
                                "description": "Default branch name",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "actor": {
                    "examples": [
                      {
                        "object": "custom_provider.actor#preview",
                        "id": "act_1aBcDeFgHjKlMnPq",
                        "type": "external",
                        "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                        "name": "John Doe",
                        "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.actor#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "act_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Actor identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "external",
                          "system"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Actor type",
                        "optional": false,
                        "nullable": false
                      },
                      "identifier": {
                        "examples": [
                          "mtea-orgact_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Actor unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "John Doe"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Actor display name",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_actor_id": {
                        "examples": [
                          "ora_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "organization_actor_id",
                        "description": "Organization actor ID if linked",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "scm_push": {
                    "examples": [
                      {
                        "object": "scm.push",
                        "actor": {
                          "object": "scm.actor"
                        },
                        "commit": {
                          "object": "scm.commit"
                        },
                        "repository": {
                          "object": "scm.repository",
                          "provider": {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "scm.push"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "name": "id",
                        "description": "Unique SCM push identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "actor": {
                        "examples": [
                          {
                            "object": "scm.actor"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.actor"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "description": "Actor identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "external_id": {
                            "examples": [],
                            "type": "string",
                            "description": "External actor identifier",
                            "optional": false,
                            "nullable": true
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "description": "Actor name",
                            "optional": false,
                            "nullable": true
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "description": "Actor email",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "commit": {
                        "examples": [
                          {
                            "object": "scm.commit"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.commit"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "description": "Commit identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "sha": {
                            "examples": [],
                            "type": "string",
                            "description": "Commit SHA",
                            "optional": false,
                            "nullable": false
                          },
                          "branch": {
                            "examples": [],
                            "type": "string",
                            "description": "Branch name",
                            "optional": false,
                            "nullable": false
                          },
                          "message": {
                            "examples": [],
                            "type": "string",
                            "description": "Commit message",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "description": "Timestamp when commit was created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "repository": {
                        "examples": [
                          {
                            "object": "scm.repository",
                            "provider": {
                              "object": "scm.provider",
                              "type": "github"
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.repository"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "description": "Unique repository identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "provider": {
                            "examples": [
                              {
                                "object": "scm.provider",
                                "type": "github"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "scm.provider"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "github",
                                  "gitlab"
                                ],
                                "type": "enum",
                                "description": "SCM provider type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "description": "External provider identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "description": "Repository name on the provider",
                                "optional": false,
                                "nullable": false
                              },
                              "owner": {
                                "examples": [],
                                "type": "string",
                                "description": "Repository owner on the provider",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "url": {
                            "examples": [],
                            "type": "string",
                            "description": "Repository URL",
                            "optional": false,
                            "nullable": false
                          },
                          "is_private": {
                            "examples": [],
                            "type": "boolean",
                            "description": "Whether the repository is private",
                            "optional": false,
                            "nullable": false
                          },
                          "default_branch": {
                            "examples": [],
                            "type": "string",
                            "description": "Default branch name",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "environments": {
                "examples": [
                  [
                    {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "environment": {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                        "instance_id": "ins_2cDeFgHjKlMnPqRs",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "environment": {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                        "instance_id": "ins_2cDeFgHjKlMnPqRs",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "environment": {
                          "object": "custom_provider.environment",
                          "id": "cpenv_1aBcDeFgHjKlMnPq",
                          "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                          "instance_id": "ins_2cDeFgHjKlMnPqRs",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.environment"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "cpenv_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Environment version reference identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "is_current_version_for_environment": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_current_version_for_environment",
                        "description": "Whether this version is the current one for the environment",
                        "optional": false,
                        "nullable": false
                      },
                      "environment": {
                        "examples": [
                          {
                            "object": "custom_provider.environment",
                            "id": "cpenv_1aBcDeFgHjKlMnPq",
                            "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                            "instance_id": "ins_2cDeFgHjKlMnPqRs",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "custom_provider.environment"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "cpenv_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique custom provider environment identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "custom_provider_id": {
                            "examples": [
                              "cpr_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "custom_provider_id",
                            "description": "ID of the parent custom provider",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "ID of the associated provider",
                            "optional": false,
                            "nullable": true
                          },
                          "current_provider_version_id": {
                            "examples": [
                              "prv_4dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "current_provider_version_id",
                            "description": "ID of the current provider version in this environment",
                            "optional": false,
                            "nullable": true
                          },
                          "instance_id": {
                            "examples": [
                              "ins_2cDeFgHjKlMnPqRs"
                            ],
                            "type": "string",
                            "name": "instance_id",
                            "description": "ID of the instance this environment is associated with",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "environments",
                "description": "Environments this version is deployed to",
                "optional": false,
                "nullable": false
              },
              "custom_provider_id": {
                "examples": [
                  "cpr_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "custom_provider_id",
                "description": "ID of the parent custom provider",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "ID of the associated provider",
                "optional": false,
                "nullable": true
              },
              "actor": {
                "examples": [
                  {
                    "object": "custom_provider.actor#preview",
                    "id": "act_1aBcDeFgHjKlMnPq",
                    "type": "external",
                    "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                    "name": "John Doe",
                    "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.actor#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "act_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Actor identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "external",
                      "system"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Actor type",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [
                      "mtea-orgact_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Actor unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "John Doe"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Actor display name",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_actor_id": {
                    "examples": [
                      "ora_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "organization_actor_id",
                    "description": "Organization actor ID if linked",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "container_image": {
                "examples": [
                  {
                    "container_registry": "https://index.docker.io/v1/",
                    "container_image_tag": "v1.0.0",
                    "container_image": "my-app-image"
                  }
                ],
                "properties": {
                  "container_registry": {
                    "examples": [
                      "https://index.docker.io/v1/"
                    ],
                    "type": "string",
                    "name": "container_registry",
                    "description": "URL of the container registry",
                    "optional": false,
                    "nullable": false
                  },
                  "container_image_tag": {
                    "examples": [
                      "v1.0.0"
                    ],
                    "type": "string",
                    "name": "container_image_tag",
                    "description": "Tag of the container image",
                    "optional": false,
                    "nullable": false
                  },
                  "container_image": {
                    "examples": [
                      "my-app-image"
                    ],
                    "type": "string",
                    "name": "container_image",
                    "description": "Name of the container image",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": true,
                "nullable": false
              },
              "remote_mcp_server": {
                "examples": [
                  {
                    "url": "https://mcp.example.com",
                    "transport": "grpc"
                  }
                ],
                "properties": {
                  "url": {
                    "examples": [
                      "https://mcp.example.com"
                    ],
                    "type": "string",
                    "name": "url",
                    "description": "URL of the remote MCP server",
                    "optional": false,
                    "nullable": false
                  },
                  "transport": {
                    "examples": [
                      "grpc",
                      "http"
                    ],
                    "type": "string",
                    "name": "transport",
                    "description": "Transport protocol for the remote MCP server",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "actor": {
            "examples": [
              {
                "object": "custom_provider.actor#preview",
                "id": "act_1aBcDeFgHjKlMnPq",
                "type": "external",
                "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                "name": "John Doe",
                "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "custom_provider.actor#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "act_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Actor identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "external",
                  "system"
                ],
                "type": "enum",
                "name": "type",
                "description": "Actor type",
                "optional": false,
                "nullable": false
              },
              "identifier": {
                "examples": [
                  "mtea-orgact_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "identifier",
                "description": "Actor unique identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "John Doe"
                ],
                "type": "string",
                "name": "name",
                "description": "Actor display name",
                "optional": false,
                "nullable": false
              },
              "organization_actor_id": {
                "examples": [
                  "ora_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "organization_actor_id",
                "description": "Organization actor ID if linked",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "scm_push": {
            "examples": [
              {
                "object": "scm.push",
                "actor": {
                  "object": "scm.actor"
                },
                "commit": {
                  "object": "scm.commit"
                },
                "repository": {
                  "object": "scm.repository",
                  "provider": {
                    "object": "scm.provider",
                    "type": "github"
                  }
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "scm.push"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "name": "id",
                "description": "Unique SCM push identifier",
                "optional": false,
                "nullable": false
              },
              "actor": {
                "examples": [
                  {
                    "object": "scm.actor"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "scm.actor"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "description": "Actor identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "external_id": {
                    "examples": [],
                    "type": "string",
                    "description": "External actor identifier",
                    "optional": false,
                    "nullable": true
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "description": "Actor name",
                    "optional": false,
                    "nullable": true
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "description": "Actor email",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "commit": {
                "examples": [
                  {
                    "object": "scm.commit"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "scm.commit"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "description": "Commit identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "sha": {
                    "examples": [],
                    "type": "string",
                    "description": "Commit SHA",
                    "optional": false,
                    "nullable": false
                  },
                  "branch": {
                    "examples": [],
                    "type": "string",
                    "description": "Branch name",
                    "optional": false,
                    "nullable": false
                  },
                  "message": {
                    "examples": [],
                    "type": "string",
                    "description": "Commit message",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "description": "Timestamp when commit was created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "repository": {
                "examples": [
                  {
                    "object": "scm.repository",
                    "provider": {
                      "object": "scm.provider",
                      "type": "github"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "scm.repository"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "description": "Unique repository identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "scm.provider",
                        "type": "github"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "scm.provider"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "github",
                          "gitlab"
                        ],
                        "type": "enum",
                        "description": "SCM provider type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "description": "External provider identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "description": "Repository name on the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "owner": {
                        "examples": [],
                        "type": "string",
                        "description": "Repository owner on the provider",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "url": {
                    "examples": [],
                    "type": "string",
                    "description": "Repository URL",
                    "optional": false,
                    "nullable": false
                  },
                  "is_private": {
                    "examples": [],
                    "type": "boolean",
                    "description": "Whether the repository is private",
                    "optional": false,
                    "nullable": false
                  },
                  "default_branch": {
                    "examples": [],
                    "type": "string",
                    "description": "Default branch name",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "applied_at": {
            "examples": [
              "2025-09-15T10:35:00.000Z"
            ],
            "type": "date",
            "name": "applied_at",
            "description": "Timestamp when the commit was applied",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_796",
      "name": "Body",
      "type": {
        "examples": [
          {
            "message": "Deploy v1.2.0 to production",
            "action": {
              "type": "merge_version_into_environment",
              "from_environment_id": "cpenv_1aBcDeFgHjKlMnPq",
              "to_environment_id": "cpenv_2bCdEfGhJkLmNpQr"
            }
          }
        ],
        "properties": {
          "message": {
            "examples": [
              "Deploy v1.2.0 to production"
            ],
            "type": "string",
            "description": "Commit message",
            "optional": false,
            "nullable": false
          },
          "action": {
            "examples": [
              {
                "type": "merge_version_into_environment",
                "from_environment_id": "cpenv_1aBcDeFgHjKlMnPq",
                "to_environment_id": "cpenv_2bCdEfGhJkLmNpQr"
              },
              {
                "type": "rollback_commit",
                "environment_id": "cpenv_1aBcDeFgHjKlMnPq",
                "version_id": "cpv_1aBcDeFgHjKlMnPq"
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "merge_version_into_environment",
                    "from_environment_id": "cpenv_1aBcDeFgHjKlMnPq",
                    "to_environment_id": "cpenv_2bCdEfGhJkLmNpQr"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "merge_version_into_environment"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "from_environment_id": {
                    "examples": [
                      "cpenv_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "description": "Source environment ID",
                    "optional": false,
                    "nullable": false
                  },
                  "to_environment_id": {
                    "examples": [
                      "cpenv_2bCdEfGhJkLmNpQr"
                    ],
                    "type": "string",
                    "description": "Target environment ID",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "name": "merge",
                "description": "Merge a version from one environment to another",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "rollback_commit",
                    "environment_id": "cpenv_1aBcDeFgHjKlMnPq",
                    "version_id": "cpv_1aBcDeFgHjKlMnPq"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "rollback_commit"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "environment_id": {
                    "examples": [
                      "cpenv_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "description": "Environment ID to rollback",
                    "optional": false,
                    "nullable": false
                  },
                  "version_id": {
                    "examples": [
                      "cpv_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "description": "Version ID to rollback to",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "name": "rollback",
                "description": "Rollback an environment to a previous version",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "description": "The commit action to perform",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_797",
      "name": "customProviderCommit",
      "type": {
        "examples": [
          {
            "object": "custom_provider.commit",
            "id": "cpcm_1aBcDeFgHjKlMnPq",
            "status": "pending",
            "trigger": "manual",
            "error": {
              "code": "deployment_failed",
              "message": "Deployment failed due to timeout"
            },
            "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "custom_provider_deployment_id": "cpd_1aBcDeFgHjKlMnPq",
            "to_environment": {
              "object": "custom_provider.environment",
              "id": "cpenv_1aBcDeFgHjKlMnPq",
              "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
              "instance_id": "ins_2cDeFgHjKlMnPqRs",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "from_environment": {
              "object": "custom_provider.environment",
              "id": "cpenv_1aBcDeFgHjKlMnPq",
              "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
              "instance_id": "ins_2cDeFgHjKlMnPqRs",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "target_custom_provider_version": {
              "object": "custom_provider.version",
              "id": "cpv_1aBcDeFgHjKlMnPq",
              "status": "queued",
              "config": {
                "object": "custom_provider.version.config",
                "schema": {
                  "type": "json_schema",
                  "schema": {}
                }
              },
              "index": 1,
              "identifier": "v1.0.0",
              "deployment": {
                "object": "custom_provider.deployment",
                "id": "cpd_1aBcDeFgHjKlMnPq",
                "status": "failed",
                "trigger": "manual",
                "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                "commit": {
                  "object": "custom_provider.deployment.commit",
                  "type": "create_version"
                },
                "immutable_bucket": {
                  "object": "bucket",
                  "scm_repo_link": {
                    "object": "bucket.scm_repo",
                    "is_linked": true,
                    "repository": {
                      "object": "scm.repository",
                      "provider": {
                        "object": "scm.provider",
                        "type": "github"
                      }
                    }
                  }
                },
                "actor": {
                  "object": "custom_provider.actor#preview",
                  "id": "act_1aBcDeFgHjKlMnPq",
                  "type": "external",
                  "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                  "name": "John Doe",
                  "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "scm_push": {
                  "object": "scm.push",
                  "actor": {
                    "object": "scm.actor"
                  },
                  "commit": {
                    "object": "scm.commit"
                  },
                  "repository": {
                    "object": "scm.repository",
                    "provider": {
                      "object": "scm.provider",
                      "type": "github"
                    }
                  }
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "environments": [
                {
                  "object": "custom_provider.environment",
                  "id": "cpenv_1aBcDeFgHjKlMnPq",
                  "environment": {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                    "instance_id": "ins_2cDeFgHjKlMnPqRs",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "custom_provider.environment",
                  "id": "cpenv_1aBcDeFgHjKlMnPq",
                  "environment": {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                    "instance_id": "ins_2cDeFgHjKlMnPqRs",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ],
              "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "actor": {
                "object": "custom_provider.actor#preview",
                "id": "act_1aBcDeFgHjKlMnPq",
                "type": "external",
                "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                "name": "John Doe",
                "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                "created_at": "2025-09-15T10:30:00.000Z"
              },
              "container_image": {
                "container_registry": "https://index.docker.io/v1/",
                "container_image_tag": "v1.0.0",
                "container_image": "my-app-image"
              },
              "remote_mcp_server": {
                "url": "https://mcp.example.com",
                "transport": "grpc"
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "previous_custom_provider_version": {
              "object": "custom_provider.version",
              "id": "cpv_1aBcDeFgHjKlMnPq",
              "status": "queued",
              "config": {
                "object": "custom_provider.version.config",
                "schema": {
                  "type": "json_schema",
                  "schema": {}
                }
              },
              "index": 1,
              "identifier": "v1.0.0",
              "deployment": {
                "object": "custom_provider.deployment",
                "id": "cpd_1aBcDeFgHjKlMnPq",
                "status": "failed",
                "trigger": "manual",
                "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                "commit": {
                  "object": "custom_provider.deployment.commit",
                  "type": "create_version"
                },
                "immutable_bucket": {
                  "object": "bucket",
                  "scm_repo_link": {
                    "object": "bucket.scm_repo",
                    "is_linked": true,
                    "repository": {
                      "object": "scm.repository",
                      "provider": {
                        "object": "scm.provider",
                        "type": "github"
                      }
                    }
                  }
                },
                "actor": {
                  "object": "custom_provider.actor#preview",
                  "id": "act_1aBcDeFgHjKlMnPq",
                  "type": "external",
                  "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                  "name": "John Doe",
                  "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "scm_push": {
                  "object": "scm.push",
                  "actor": {
                    "object": "scm.actor"
                  },
                  "commit": {
                    "object": "scm.commit"
                  },
                  "repository": {
                    "object": "scm.repository",
                    "provider": {
                      "object": "scm.provider",
                      "type": "github"
                    }
                  }
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "environments": [
                {
                  "object": "custom_provider.environment",
                  "id": "cpenv_1aBcDeFgHjKlMnPq",
                  "environment": {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                    "instance_id": "ins_2cDeFgHjKlMnPqRs",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "custom_provider.environment",
                  "id": "cpenv_1aBcDeFgHjKlMnPq",
                  "environment": {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                    "instance_id": "ins_2cDeFgHjKlMnPqRs",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ],
              "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
              "provider_id": "pro_5gHjKlMnPqRsTuVw",
              "actor": {
                "object": "custom_provider.actor#preview",
                "id": "act_1aBcDeFgHjKlMnPq",
                "type": "external",
                "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                "name": "John Doe",
                "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                "created_at": "2025-09-15T10:30:00.000Z"
              },
              "container_image": {
                "container_registry": "https://index.docker.io/v1/",
                "container_image_tag": "v1.0.0",
                "container_image": "my-app-image"
              },
              "remote_mcp_server": {
                "url": "https://mcp.example.com",
                "transport": "grpc"
              },
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "actor": {
              "object": "custom_provider.actor#preview",
              "id": "act_1aBcDeFgHjKlMnPq",
              "type": "external",
              "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
              "name": "John Doe",
              "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
              "created_at": "2025-09-15T10:30:00.000Z"
            },
            "scm_push": {
              "object": "scm.push",
              "actor": {
                "object": "scm.actor"
              },
              "commit": {
                "object": "scm.commit"
              },
              "repository": {
                "object": "scm.repository",
                "provider": {
                  "object": "scm.provider",
                  "type": "github"
                }
              }
            },
            "created_at": "2025-09-15T10:30:00.000Z",
            "applied_at": "2025-09-15T10:35:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "custom_provider.commit"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "cpcm_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique custom provider commit identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "applied",
              "failed"
            ],
            "type": "enum",
            "name": "status",
            "description": "Current commit status",
            "optional": false,
            "nullable": false
          },
          "trigger": {
            "examples": [
              "manual",
              "system",
              "scm"
            ],
            "type": "enum",
            "name": "trigger",
            "description": "What triggered this commit",
            "optional": false,
            "nullable": false
          },
          "error": {
            "examples": [
              {
                "code": "deployment_failed",
                "message": "Deployment failed due to timeout"
              }
            ],
            "properties": {
              "code": {
                "examples": [
                  "deployment_failed"
                ],
                "type": "string",
                "name": "code",
                "description": "Error code",
                "optional": false,
                "nullable": false
              },
              "message": {
                "examples": [
                  "Deployment failed due to timeout"
                ],
                "type": "string",
                "name": "message",
                "description": "Error message",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "custom_provider_id": {
            "examples": [
              "cpr_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "custom_provider_id",
            "description": "ID of the parent custom provider",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "ID of the associated provider",
            "optional": false,
            "nullable": true
          },
          "custom_provider_deployment_id": {
            "examples": [
              "cpd_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "custom_provider_deployment_id",
            "description": "ID of the associated deployment",
            "optional": false,
            "nullable": true
          },
          "to_environment": {
            "examples": [
              {
                "object": "custom_provider.environment",
                "id": "cpenv_1aBcDeFgHjKlMnPq",
                "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                "instance_id": "ins_2cDeFgHjKlMnPqRs",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "custom_provider.environment"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "cpenv_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique custom provider environment identifier",
                "optional": false,
                "nullable": false
              },
              "custom_provider_id": {
                "examples": [
                  "cpr_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "custom_provider_id",
                "description": "ID of the parent custom provider",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "ID of the associated provider",
                "optional": false,
                "nullable": true
              },
              "current_provider_version_id": {
                "examples": [
                  "prv_4dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "current_provider_version_id",
                "description": "ID of the current provider version in this environment",
                "optional": false,
                "nullable": true
              },
              "instance_id": {
                "examples": [
                  "ins_2cDeFgHjKlMnPqRs"
                ],
                "type": "string",
                "name": "instance_id",
                "description": "ID of the instance this environment is associated with",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "from_environment": {
            "examples": [
              {
                "object": "custom_provider.environment",
                "id": "cpenv_1aBcDeFgHjKlMnPq",
                "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                "instance_id": "ins_2cDeFgHjKlMnPqRs",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "custom_provider.environment"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "cpenv_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique custom provider environment identifier",
                "optional": false,
                "nullable": false
              },
              "custom_provider_id": {
                "examples": [
                  "cpr_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "custom_provider_id",
                "description": "ID of the parent custom provider",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "ID of the associated provider",
                "optional": false,
                "nullable": true
              },
              "current_provider_version_id": {
                "examples": [
                  "prv_4dEfGhJkLmNpQrSt"
                ],
                "type": "string",
                "name": "current_provider_version_id",
                "description": "ID of the current provider version in this environment",
                "optional": false,
                "nullable": true
              },
              "instance_id": {
                "examples": [
                  "ins_2cDeFgHjKlMnPqRs"
                ],
                "type": "string",
                "name": "instance_id",
                "description": "ID of the instance this environment is associated with",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "target_custom_provider_version": {
            "examples": [
              {
                "object": "custom_provider.version",
                "id": "cpv_1aBcDeFgHjKlMnPq",
                "status": "queued",
                "config": {
                  "object": "custom_provider.version.config",
                  "schema": {
                    "type": "json_schema",
                    "schema": {}
                  }
                },
                "index": 1,
                "identifier": "v1.0.0",
                "deployment": {
                  "object": "custom_provider.deployment",
                  "id": "cpd_1aBcDeFgHjKlMnPq",
                  "status": "failed",
                  "trigger": "manual",
                  "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                  "commit": {
                    "object": "custom_provider.deployment.commit",
                    "type": "create_version"
                  },
                  "immutable_bucket": {
                    "object": "bucket",
                    "scm_repo_link": {
                      "object": "bucket.scm_repo",
                      "is_linked": true,
                      "repository": {
                        "object": "scm.repository",
                        "provider": {
                          "object": "scm.provider",
                          "type": "github"
                        }
                      }
                    }
                  },
                  "actor": {
                    "object": "custom_provider.actor#preview",
                    "id": "act_1aBcDeFgHjKlMnPq",
                    "type": "external",
                    "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                    "name": "John Doe",
                    "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "scm_push": {
                    "object": "scm.push",
                    "actor": {
                      "object": "scm.actor"
                    },
                    "commit": {
                      "object": "scm.commit"
                    },
                    "repository": {
                      "object": "scm.repository",
                      "provider": {
                        "object": "scm.provider",
                        "type": "github"
                      }
                    }
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "environments": [
                  {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "environment": {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                      "instance_id": "ins_2cDeFgHjKlMnPqRs",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "environment": {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                      "instance_id": "ins_2cDeFgHjKlMnPqRs",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "actor": {
                  "object": "custom_provider.actor#preview",
                  "id": "act_1aBcDeFgHjKlMnPq",
                  "type": "external",
                  "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                  "name": "John Doe",
                  "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "container_image": {
                  "container_registry": "https://index.docker.io/v1/",
                  "container_image_tag": "v1.0.0",
                  "container_image": "my-app-image"
                },
                "remote_mcp_server": {
                  "url": "https://mcp.example.com",
                  "transport": "grpc"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "custom_provider.version"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "cpv_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique custom provider version identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "queued",
                  "deploying",
                  "deployment_succeeded",
                  "deployment_failed"
                ],
                "type": "enum",
                "name": "status",
                "description": "Current version status",
                "optional": false,
                "nullable": false
              },
              "config": {
                "examples": [
                  {
                    "object": "custom_provider.version.config",
                    "schema": {
                      "type": "json_schema",
                      "schema": {}
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.version.config"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the configuration fields for the custom provider",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "transformer": {
                    "examples": [],
                    "type": "string",
                    "name": "transformer",
                    "description": "Optional jsonata transformer function for the configuration.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "index": {
                "examples": [
                  1,
                  2,
                  3
                ],
                "type": "number",
                "name": "index",
                "description": "Version index number",
                "optional": false,
                "nullable": false
              },
              "identifier": {
                "examples": [
                  "v1.0.0"
                ],
                "type": "string",
                "name": "identifier",
                "description": "Version identifier",
                "optional": false,
                "nullable": false
              },
              "deployment": {
                "examples": [
                  {
                    "object": "custom_provider.deployment",
                    "id": "cpd_1aBcDeFgHjKlMnPq",
                    "status": "failed",
                    "trigger": "manual",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                    "commit": {
                      "object": "custom_provider.deployment.commit",
                      "type": "create_version"
                    },
                    "immutable_bucket": {
                      "object": "bucket",
                      "scm_repo_link": {
                        "object": "bucket.scm_repo",
                        "is_linked": true,
                        "repository": {
                          "object": "scm.repository",
                          "provider": {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        }
                      }
                    },
                    "actor": {
                      "object": "custom_provider.actor#preview",
                      "id": "act_1aBcDeFgHjKlMnPq",
                      "type": "external",
                      "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                      "name": "John Doe",
                      "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "scm_push": {
                      "object": "scm.push",
                      "actor": {
                        "object": "scm.actor"
                      },
                      "commit": {
                        "object": "scm.commit"
                      },
                      "repository": {
                        "object": "scm.repository",
                        "provider": {
                          "object": "scm.provider",
                          "type": "github"
                        }
                      }
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.deployment"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "cpd_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique custom provider deployment identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "failed",
                      "queued",
                      "deploying",
                      "succeeded"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current deployment status",
                    "optional": false,
                    "nullable": false
                  },
                  "trigger": {
                    "examples": [
                      "manual",
                      "system",
                      "scm"
                    ],
                    "type": "enum",
                    "name": "trigger",
                    "description": "What triggered this deployment",
                    "optional": false,
                    "nullable": false
                  },
                  "custom_provider_id": {
                    "examples": [
                      "cpr_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "custom_provider_id",
                    "description": "ID of the parent custom provider",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "ID of the associated provider",
                    "optional": false,
                    "nullable": true
                  },
                  "custom_provider_version_id": {
                    "examples": [
                      "cpv_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "custom_provider_version_id",
                    "description": "ID of the custom provider version being deployed",
                    "optional": false,
                    "nullable": true
                  },
                  "commit": {
                    "examples": [
                      {
                        "object": "custom_provider.deployment.commit",
                        "type": "create_version"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.deployment.commit"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "name": "id",
                        "description": "Commit identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "create_version",
                          "merge_version_into_environment",
                          "rollback_to_version"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Commit type",
                        "optional": false,
                        "nullable": false
                      },
                      "message": {
                        "examples": [],
                        "type": "string",
                        "name": "message",
                        "description": "Commit message",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when commit was created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "immutable_bucket": {
                    "examples": [
                      {
                        "object": "bucket",
                        "scm_repo_link": {
                          "object": "bucket.scm_repo",
                          "is_linked": true,
                          "repository": {
                            "object": "scm.repository",
                            "provider": {
                              "object": "scm.provider",
                              "type": "github"
                            }
                          }
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "bucket"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "name": "id",
                        "description": "Unique bucket identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "is_immutable": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_immutable",
                        "description": "Whether the bucket is immutable",
                        "optional": false,
                        "nullable": false
                      },
                      "is_read_only": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_read_only",
                        "description": "Whether the bucket is read-only",
                        "optional": false,
                        "nullable": false
                      },
                      "scm_repo_link": {
                        "examples": [
                          {
                            "object": "bucket.scm_repo",
                            "is_linked": true,
                            "repository": {
                              "object": "scm.repository",
                              "provider": {
                                "object": "scm.provider",
                                "type": "github"
                              }
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "bucket.scm_repo"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "is_linked": {
                            "examples": [
                              true
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "path": {
                            "examples": [],
                            "type": "string",
                            "name": "path",
                            "description": "Path within the SCM repository",
                            "optional": false,
                            "nullable": true
                          },
                          "repository": {
                            "examples": [
                              {
                                "object": "scm.repository",
                                "provider": {
                                  "object": "scm.provider",
                                  "type": "github"
                                }
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "scm.repository"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "description": "Unique repository identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "provider": {
                                "examples": [
                                  {
                                    "object": "scm.provider",
                                    "type": "github"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "scm.provider"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "type": {
                                    "examples": [
                                      "github",
                                      "gitlab"
                                    ],
                                    "type": "enum",
                                    "description": "SCM provider type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "External provider identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Repository name on the provider",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "owner": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Repository owner on the provider",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "url": {
                                "examples": [],
                                "type": "string",
                                "description": "Repository URL",
                                "optional": false,
                                "nullable": false
                              },
                              "is_private": {
                                "examples": [],
                                "type": "boolean",
                                "description": "Whether the repository is private",
                                "optional": false,
                                "nullable": false
                              },
                              "default_branch": {
                                "examples": [],
                                "type": "string",
                                "description": "Default branch name",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "actor": {
                    "examples": [
                      {
                        "object": "custom_provider.actor#preview",
                        "id": "act_1aBcDeFgHjKlMnPq",
                        "type": "external",
                        "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                        "name": "John Doe",
                        "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.actor#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "act_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Actor identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "external",
                          "system"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Actor type",
                        "optional": false,
                        "nullable": false
                      },
                      "identifier": {
                        "examples": [
                          "mtea-orgact_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Actor unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "John Doe"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Actor display name",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_actor_id": {
                        "examples": [
                          "ora_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "organization_actor_id",
                        "description": "Organization actor ID if linked",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "scm_push": {
                    "examples": [
                      {
                        "object": "scm.push",
                        "actor": {
                          "object": "scm.actor"
                        },
                        "commit": {
                          "object": "scm.commit"
                        },
                        "repository": {
                          "object": "scm.repository",
                          "provider": {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "scm.push"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "name": "id",
                        "description": "Unique SCM push identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "actor": {
                        "examples": [
                          {
                            "object": "scm.actor"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.actor"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "description": "Actor identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "external_id": {
                            "examples": [],
                            "type": "string",
                            "description": "External actor identifier",
                            "optional": false,
                            "nullable": true
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "description": "Actor name",
                            "optional": false,
                            "nullable": true
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "description": "Actor email",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "commit": {
                        "examples": [
                          {
                            "object": "scm.commit"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.commit"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "description": "Commit identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "sha": {
                            "examples": [],
                            "type": "string",
                            "description": "Commit SHA",
                            "optional": false,
                            "nullable": false
                          },
                          "branch": {
                            "examples": [],
                            "type": "string",
                            "description": "Branch name",
                            "optional": false,
                            "nullable": false
                          },
                          "message": {
                            "examples": [],
                            "type": "string",
                            "description": "Commit message",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "description": "Timestamp when commit was created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "repository": {
                        "examples": [
                          {
                            "object": "scm.repository",
                            "provider": {
                              "object": "scm.provider",
                              "type": "github"
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.repository"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "description": "Unique repository identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "provider": {
                            "examples": [
                              {
                                "object": "scm.provider",
                                "type": "github"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "scm.provider"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "github",
                                  "gitlab"
                                ],
                                "type": "enum",
                                "description": "SCM provider type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "description": "External provider identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "description": "Repository name on the provider",
                                "optional": false,
                                "nullable": false
                              },
                              "owner": {
                                "examples": [],
                                "type": "string",
                                "description": "Repository owner on the provider",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "url": {
                            "examples": [],
                            "type": "string",
                            "description": "Repository URL",
                            "optional": false,
                            "nullable": false
                          },
                          "is_private": {
                            "examples": [],
                            "type": "boolean",
                            "description": "Whether the repository is private",
                            "optional": false,
                            "nullable": false
                          },
                          "default_branch": {
                            "examples": [],
                            "type": "string",
                            "description": "Default branch name",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "environments": {
                "examples": [
                  [
                    {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "environment": {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                        "instance_id": "ins_2cDeFgHjKlMnPqRs",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "environment": {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                        "instance_id": "ins_2cDeFgHjKlMnPqRs",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "environment": {
                          "object": "custom_provider.environment",
                          "id": "cpenv_1aBcDeFgHjKlMnPq",
                          "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                          "instance_id": "ins_2cDeFgHjKlMnPqRs",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.environment"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "cpenv_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Environment version reference identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "is_current_version_for_environment": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_current_version_for_environment",
                        "description": "Whether this version is the current one for the environment",
                        "optional": false,
                        "nullable": false
                      },
                      "environment": {
                        "examples": [
                          {
                            "object": "custom_provider.environment",
                            "id": "cpenv_1aBcDeFgHjKlMnPq",
                            "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                            "instance_id": "ins_2cDeFgHjKlMnPqRs",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "custom_provider.environment"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "cpenv_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique custom provider environment identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "custom_provider_id": {
                            "examples": [
                              "cpr_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "custom_provider_id",
                            "description": "ID of the parent custom provider",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "ID of the associated provider",
                            "optional": false,
                            "nullable": true
                          },
                          "current_provider_version_id": {
                            "examples": [
                              "prv_4dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "current_provider_version_id",
                            "description": "ID of the current provider version in this environment",
                            "optional": false,
                            "nullable": true
                          },
                          "instance_id": {
                            "examples": [
                              "ins_2cDeFgHjKlMnPqRs"
                            ],
                            "type": "string",
                            "name": "instance_id",
                            "description": "ID of the instance this environment is associated with",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "environments",
                "description": "Environments this version is deployed to",
                "optional": false,
                "nullable": false
              },
              "custom_provider_id": {
                "examples": [
                  "cpr_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "custom_provider_id",
                "description": "ID of the parent custom provider",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "ID of the associated provider",
                "optional": false,
                "nullable": true
              },
              "actor": {
                "examples": [
                  {
                    "object": "custom_provider.actor#preview",
                    "id": "act_1aBcDeFgHjKlMnPq",
                    "type": "external",
                    "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                    "name": "John Doe",
                    "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.actor#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "act_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Actor identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "external",
                      "system"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Actor type",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [
                      "mtea-orgact_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Actor unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "John Doe"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Actor display name",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_actor_id": {
                    "examples": [
                      "ora_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "organization_actor_id",
                    "description": "Organization actor ID if linked",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "container_image": {
                "examples": [
                  {
                    "container_registry": "https://index.docker.io/v1/",
                    "container_image_tag": "v1.0.0",
                    "container_image": "my-app-image"
                  }
                ],
                "properties": {
                  "container_registry": {
                    "examples": [
                      "https://index.docker.io/v1/"
                    ],
                    "type": "string",
                    "name": "container_registry",
                    "description": "URL of the container registry",
                    "optional": false,
                    "nullable": false
                  },
                  "container_image_tag": {
                    "examples": [
                      "v1.0.0"
                    ],
                    "type": "string",
                    "name": "container_image_tag",
                    "description": "Tag of the container image",
                    "optional": false,
                    "nullable": false
                  },
                  "container_image": {
                    "examples": [
                      "my-app-image"
                    ],
                    "type": "string",
                    "name": "container_image",
                    "description": "Name of the container image",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": true,
                "nullable": false
              },
              "remote_mcp_server": {
                "examples": [
                  {
                    "url": "https://mcp.example.com",
                    "transport": "grpc"
                  }
                ],
                "properties": {
                  "url": {
                    "examples": [
                      "https://mcp.example.com"
                    ],
                    "type": "string",
                    "name": "url",
                    "description": "URL of the remote MCP server",
                    "optional": false,
                    "nullable": false
                  },
                  "transport": {
                    "examples": [
                      "grpc",
                      "http"
                    ],
                    "type": "string",
                    "name": "transport",
                    "description": "Transport protocol for the remote MCP server",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "previous_custom_provider_version": {
            "examples": [
              {
                "object": "custom_provider.version",
                "id": "cpv_1aBcDeFgHjKlMnPq",
                "status": "queued",
                "config": {
                  "object": "custom_provider.version.config",
                  "schema": {
                    "type": "json_schema",
                    "schema": {}
                  }
                },
                "index": 1,
                "identifier": "v1.0.0",
                "deployment": {
                  "object": "custom_provider.deployment",
                  "id": "cpd_1aBcDeFgHjKlMnPq",
                  "status": "failed",
                  "trigger": "manual",
                  "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                  "commit": {
                    "object": "custom_provider.deployment.commit",
                    "type": "create_version"
                  },
                  "immutable_bucket": {
                    "object": "bucket",
                    "scm_repo_link": {
                      "object": "bucket.scm_repo",
                      "is_linked": true,
                      "repository": {
                        "object": "scm.repository",
                        "provider": {
                          "object": "scm.provider",
                          "type": "github"
                        }
                      }
                    }
                  },
                  "actor": {
                    "object": "custom_provider.actor#preview",
                    "id": "act_1aBcDeFgHjKlMnPq",
                    "type": "external",
                    "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                    "name": "John Doe",
                    "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  },
                  "scm_push": {
                    "object": "scm.push",
                    "actor": {
                      "object": "scm.actor"
                    },
                    "commit": {
                      "object": "scm.commit"
                    },
                    "repository": {
                      "object": "scm.repository",
                      "provider": {
                        "object": "scm.provider",
                        "type": "github"
                      }
                    }
                  },
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "environments": [
                  {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "environment": {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                      "instance_id": "ins_2cDeFgHjKlMnPqRs",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "environment": {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                      "instance_id": "ins_2cDeFgHjKlMnPqRs",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "actor": {
                  "object": "custom_provider.actor#preview",
                  "id": "act_1aBcDeFgHjKlMnPq",
                  "type": "external",
                  "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                  "name": "John Doe",
                  "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                  "created_at": "2025-09-15T10:30:00.000Z"
                },
                "container_image": {
                  "container_registry": "https://index.docker.io/v1/",
                  "container_image_tag": "v1.0.0",
                  "container_image": "my-app-image"
                },
                "remote_mcp_server": {
                  "url": "https://mcp.example.com",
                  "transport": "grpc"
                },
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "custom_provider.version"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "cpv_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique custom provider version identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "queued",
                  "deploying",
                  "deployment_succeeded",
                  "deployment_failed"
                ],
                "type": "enum",
                "name": "status",
                "description": "Current version status",
                "optional": false,
                "nullable": false
              },
              "config": {
                "examples": [
                  {
                    "object": "custom_provider.version.config",
                    "schema": {
                      "type": "json_schema",
                      "schema": {}
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.version.config"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {
                        "type": "json_schema",
                        "schema": {}
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "json_schema"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "schema": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "schema",
                        "description": "JSON Schema defining the configuration fields for the custom provider",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "transformer": {
                    "examples": [],
                    "type": "string",
                    "name": "transformer",
                    "description": "Optional jsonata transformer function for the configuration.",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "index": {
                "examples": [
                  1,
                  2,
                  3
                ],
                "type": "number",
                "name": "index",
                "description": "Version index number",
                "optional": false,
                "nullable": false
              },
              "identifier": {
                "examples": [
                  "v1.0.0"
                ],
                "type": "string",
                "name": "identifier",
                "description": "Version identifier",
                "optional": false,
                "nullable": false
              },
              "deployment": {
                "examples": [
                  {
                    "object": "custom_provider.deployment",
                    "id": "cpd_1aBcDeFgHjKlMnPq",
                    "status": "failed",
                    "trigger": "manual",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "custom_provider_version_id": "cpv_1aBcDeFgHjKlMnPq",
                    "commit": {
                      "object": "custom_provider.deployment.commit",
                      "type": "create_version"
                    },
                    "immutable_bucket": {
                      "object": "bucket",
                      "scm_repo_link": {
                        "object": "bucket.scm_repo",
                        "is_linked": true,
                        "repository": {
                          "object": "scm.repository",
                          "provider": {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        }
                      }
                    },
                    "actor": {
                      "object": "custom_provider.actor#preview",
                      "id": "act_1aBcDeFgHjKlMnPq",
                      "type": "external",
                      "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                      "name": "John Doe",
                      "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                      "created_at": "2025-09-15T10:30:00.000Z"
                    },
                    "scm_push": {
                      "object": "scm.push",
                      "actor": {
                        "object": "scm.actor"
                      },
                      "commit": {
                        "object": "scm.commit"
                      },
                      "repository": {
                        "object": "scm.repository",
                        "provider": {
                          "object": "scm.provider",
                          "type": "github"
                        }
                      }
                    },
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.deployment"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "cpd_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique custom provider deployment identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "failed",
                      "queued",
                      "deploying",
                      "succeeded"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current deployment status",
                    "optional": false,
                    "nullable": false
                  },
                  "trigger": {
                    "examples": [
                      "manual",
                      "system",
                      "scm"
                    ],
                    "type": "enum",
                    "name": "trigger",
                    "description": "What triggered this deployment",
                    "optional": false,
                    "nullable": false
                  },
                  "custom_provider_id": {
                    "examples": [
                      "cpr_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "custom_provider_id",
                    "description": "ID of the parent custom provider",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "ID of the associated provider",
                    "optional": false,
                    "nullable": true
                  },
                  "custom_provider_version_id": {
                    "examples": [
                      "cpv_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "custom_provider_version_id",
                    "description": "ID of the custom provider version being deployed",
                    "optional": false,
                    "nullable": true
                  },
                  "commit": {
                    "examples": [
                      {
                        "object": "custom_provider.deployment.commit",
                        "type": "create_version"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.deployment.commit"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "name": "id",
                        "description": "Commit identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "create_version",
                          "merge_version_into_environment",
                          "rollback_to_version"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Commit type",
                        "optional": false,
                        "nullable": false
                      },
                      "message": {
                        "examples": [],
                        "type": "string",
                        "name": "message",
                        "description": "Commit message",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when commit was created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "immutable_bucket": {
                    "examples": [
                      {
                        "object": "bucket",
                        "scm_repo_link": {
                          "object": "bucket.scm_repo",
                          "is_linked": true,
                          "repository": {
                            "object": "scm.repository",
                            "provider": {
                              "object": "scm.provider",
                              "type": "github"
                            }
                          }
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "bucket"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "name": "id",
                        "description": "Unique bucket identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "is_immutable": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_immutable",
                        "description": "Whether the bucket is immutable",
                        "optional": false,
                        "nullable": false
                      },
                      "is_read_only": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_read_only",
                        "description": "Whether the bucket is read-only",
                        "optional": false,
                        "nullable": false
                      },
                      "scm_repo_link": {
                        "examples": [
                          {
                            "object": "bucket.scm_repo",
                            "is_linked": true,
                            "repository": {
                              "object": "scm.repository",
                              "provider": {
                                "object": "scm.provider",
                                "type": "github"
                              }
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "bucket.scm_repo"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "is_linked": {
                            "examples": [
                              true
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "path": {
                            "examples": [],
                            "type": "string",
                            "name": "path",
                            "description": "Path within the SCM repository",
                            "optional": false,
                            "nullable": true
                          },
                          "repository": {
                            "examples": [
                              {
                                "object": "scm.repository",
                                "provider": {
                                  "object": "scm.provider",
                                  "type": "github"
                                }
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "scm.repository"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "description": "Unique repository identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "provider": {
                                "examples": [
                                  {
                                    "object": "scm.provider",
                                    "type": "github"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "scm.provider"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "type": {
                                    "examples": [
                                      "github",
                                      "gitlab"
                                    ],
                                    "type": "enum",
                                    "description": "SCM provider type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "External provider identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Repository name on the provider",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "owner": {
                                    "examples": [],
                                    "type": "string",
                                    "description": "Repository owner on the provider",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "url": {
                                "examples": [],
                                "type": "string",
                                "description": "Repository URL",
                                "optional": false,
                                "nullable": false
                              },
                              "is_private": {
                                "examples": [],
                                "type": "boolean",
                                "description": "Whether the repository is private",
                                "optional": false,
                                "nullable": false
                              },
                              "default_branch": {
                                "examples": [],
                                "type": "string",
                                "description": "Default branch name",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "actor": {
                    "examples": [
                      {
                        "object": "custom_provider.actor#preview",
                        "id": "act_1aBcDeFgHjKlMnPq",
                        "type": "external",
                        "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                        "name": "John Doe",
                        "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                        "created_at": "2025-09-15T10:30:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.actor#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "act_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Actor identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "external",
                          "system"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Actor type",
                        "optional": false,
                        "nullable": false
                      },
                      "identifier": {
                        "examples": [
                          "mtea-orgact_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Actor unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "John Doe"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Actor display name",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_actor_id": {
                        "examples": [
                          "ora_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "organization_actor_id",
                        "description": "Organization actor ID if linked",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "scm_push": {
                    "examples": [
                      {
                        "object": "scm.push",
                        "actor": {
                          "object": "scm.actor"
                        },
                        "commit": {
                          "object": "scm.commit"
                        },
                        "repository": {
                          "object": "scm.repository",
                          "provider": {
                            "object": "scm.provider",
                            "type": "github"
                          }
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "scm.push"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "name": "id",
                        "description": "Unique SCM push identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "actor": {
                        "examples": [
                          {
                            "object": "scm.actor"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.actor"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "description": "Actor identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "external_id": {
                            "examples": [],
                            "type": "string",
                            "description": "External actor identifier",
                            "optional": false,
                            "nullable": true
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "description": "Actor name",
                            "optional": false,
                            "nullable": true
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "description": "Actor email",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "commit": {
                        "examples": [
                          {
                            "object": "scm.commit"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.commit"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "description": "Commit identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "sha": {
                            "examples": [],
                            "type": "string",
                            "description": "Commit SHA",
                            "optional": false,
                            "nullable": false
                          },
                          "branch": {
                            "examples": [],
                            "type": "string",
                            "description": "Branch name",
                            "optional": false,
                            "nullable": false
                          },
                          "message": {
                            "examples": [],
                            "type": "string",
                            "description": "Commit message",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "description": "Timestamp when commit was created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "repository": {
                        "examples": [
                          {
                            "object": "scm.repository",
                            "provider": {
                              "object": "scm.provider",
                              "type": "github"
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "scm.repository"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "description": "Unique repository identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "provider": {
                            "examples": [
                              {
                                "object": "scm.provider",
                                "type": "github"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "scm.provider"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "github",
                                  "gitlab"
                                ],
                                "type": "enum",
                                "description": "SCM provider type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "description": "External provider identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "description": "Repository name on the provider",
                                "optional": false,
                                "nullable": false
                              },
                              "owner": {
                                "examples": [],
                                "type": "string",
                                "description": "Repository owner on the provider",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "url": {
                            "examples": [],
                            "type": "string",
                            "description": "Repository URL",
                            "optional": false,
                            "nullable": false
                          },
                          "is_private": {
                            "examples": [],
                            "type": "boolean",
                            "description": "Whether the repository is private",
                            "optional": false,
                            "nullable": false
                          },
                          "default_branch": {
                            "examples": [],
                            "type": "string",
                            "description": "Default branch name",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "environments": {
                "examples": [
                  [
                    {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "environment": {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                        "instance_id": "ins_2cDeFgHjKlMnPqRs",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "custom_provider.environment",
                      "id": "cpenv_1aBcDeFgHjKlMnPq",
                      "environment": {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                        "instance_id": "ins_2cDeFgHjKlMnPqRs",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "custom_provider.environment",
                        "id": "cpenv_1aBcDeFgHjKlMnPq",
                        "environment": {
                          "object": "custom_provider.environment",
                          "id": "cpenv_1aBcDeFgHjKlMnPq",
                          "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                          "instance_id": "ins_2cDeFgHjKlMnPqRs",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "custom_provider.environment"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "cpenv_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Environment version reference identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "is_current_version_for_environment": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_current_version_for_environment",
                        "description": "Whether this version is the current one for the environment",
                        "optional": false,
                        "nullable": false
                      },
                      "environment": {
                        "examples": [
                          {
                            "object": "custom_provider.environment",
                            "id": "cpenv_1aBcDeFgHjKlMnPq",
                            "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                            "instance_id": "ins_2cDeFgHjKlMnPqRs",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "custom_provider.environment"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "cpenv_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique custom provider environment identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "custom_provider_id": {
                            "examples": [
                              "cpr_1aBcDeFgHjKlMnPq"
                            ],
                            "type": "string",
                            "name": "custom_provider_id",
                            "description": "ID of the parent custom provider",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "ID of the associated provider",
                            "optional": false,
                            "nullable": true
                          },
                          "current_provider_version_id": {
                            "examples": [
                              "prv_4dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "current_provider_version_id",
                            "description": "ID of the current provider version in this environment",
                            "optional": false,
                            "nullable": true
                          },
                          "instance_id": {
                            "examples": [
                              "ins_2cDeFgHjKlMnPqRs"
                            ],
                            "type": "string",
                            "name": "instance_id",
                            "description": "ID of the instance this environment is associated with",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "name": "environments",
                "description": "Environments this version is deployed to",
                "optional": false,
                "nullable": false
              },
              "custom_provider_id": {
                "examples": [
                  "cpr_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "custom_provider_id",
                "description": "ID of the parent custom provider",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "provider_id",
                "description": "ID of the associated provider",
                "optional": false,
                "nullable": true
              },
              "actor": {
                "examples": [
                  {
                    "object": "custom_provider.actor#preview",
                    "id": "act_1aBcDeFgHjKlMnPq",
                    "type": "external",
                    "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                    "name": "John Doe",
                    "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                    "created_at": "2025-09-15T10:30:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.actor#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "act_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Actor identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "external",
                      "system"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "Actor type",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [
                      "mtea-orgact_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "Actor unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "John Doe"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Actor display name",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_actor_id": {
                    "examples": [
                      "ora_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "organization_actor_id",
                    "description": "Organization actor ID if linked",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "container_image": {
                "examples": [
                  {
                    "container_registry": "https://index.docker.io/v1/",
                    "container_image_tag": "v1.0.0",
                    "container_image": "my-app-image"
                  }
                ],
                "properties": {
                  "container_registry": {
                    "examples": [
                      "https://index.docker.io/v1/"
                    ],
                    "type": "string",
                    "name": "container_registry",
                    "description": "URL of the container registry",
                    "optional": false,
                    "nullable": false
                  },
                  "container_image_tag": {
                    "examples": [
                      "v1.0.0"
                    ],
                    "type": "string",
                    "name": "container_image_tag",
                    "description": "Tag of the container image",
                    "optional": false,
                    "nullable": false
                  },
                  "container_image": {
                    "examples": [
                      "my-app-image"
                    ],
                    "type": "string",
                    "name": "container_image",
                    "description": "Name of the container image",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": true,
                "nullable": false
              },
              "remote_mcp_server": {
                "examples": [
                  {
                    "url": "https://mcp.example.com",
                    "transport": "grpc"
                  }
                ],
                "properties": {
                  "url": {
                    "examples": [
                      "https://mcp.example.com"
                    ],
                    "type": "string",
                    "name": "url",
                    "description": "URL of the remote MCP server",
                    "optional": false,
                    "nullable": false
                  },
                  "transport": {
                    "examples": [
                      "grpc",
                      "http"
                    ],
                    "type": "string",
                    "name": "transport",
                    "description": "Transport protocol for the remote MCP server",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "actor": {
            "examples": [
              {
                "object": "custom_provider.actor#preview",
                "id": "act_1aBcDeFgHjKlMnPq",
                "type": "external",
                "identifier": "mtea-orgact_1aBcDeFgHjKlMnPq",
                "name": "John Doe",
                "organization_actor_id": "ora_1aBcDeFgHjKlMnPq",
                "created_at": "2025-09-15T10:30:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "custom_provider.actor#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "act_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "id",
                "description": "Actor identifier",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "external",
                  "system"
                ],
                "type": "enum",
                "name": "type",
                "description": "Actor type",
                "optional": false,
                "nullable": false
              },
              "identifier": {
                "examples": [
                  "mtea-orgact_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "identifier",
                "description": "Actor unique identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "John Doe"
                ],
                "type": "string",
                "name": "name",
                "description": "Actor display name",
                "optional": false,
                "nullable": false
              },
              "organization_actor_id": {
                "examples": [
                  "ora_1aBcDeFgHjKlMnPq"
                ],
                "type": "string",
                "name": "organization_actor_id",
                "description": "Organization actor ID if linked",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "scm_push": {
            "examples": [
              {
                "object": "scm.push",
                "actor": {
                  "object": "scm.actor"
                },
                "commit": {
                  "object": "scm.commit"
                },
                "repository": {
                  "object": "scm.repository",
                  "provider": {
                    "object": "scm.provider",
                    "type": "github"
                  }
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "scm.push"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "name": "id",
                "description": "Unique SCM push identifier",
                "optional": false,
                "nullable": false
              },
              "actor": {
                "examples": [
                  {
                    "object": "scm.actor"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "scm.actor"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "description": "Actor identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "external_id": {
                    "examples": [],
                    "type": "string",
                    "description": "External actor identifier",
                    "optional": false,
                    "nullable": true
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "description": "Actor name",
                    "optional": false,
                    "nullable": true
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "description": "Actor email",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "commit": {
                "examples": [
                  {
                    "object": "scm.commit"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "scm.commit"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "description": "Commit identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "sha": {
                    "examples": [],
                    "type": "string",
                    "description": "Commit SHA",
                    "optional": false,
                    "nullable": false
                  },
                  "branch": {
                    "examples": [],
                    "type": "string",
                    "description": "Branch name",
                    "optional": false,
                    "nullable": false
                  },
                  "message": {
                    "examples": [],
                    "type": "string",
                    "description": "Commit message",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "description": "Timestamp when commit was created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "repository": {
                "examples": [
                  {
                    "object": "scm.repository",
                    "provider": {
                      "object": "scm.provider",
                      "type": "github"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "scm.repository"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "description": "Unique repository identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "scm.provider",
                        "type": "github"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "scm.provider"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "github",
                          "gitlab"
                        ],
                        "type": "enum",
                        "description": "SCM provider type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "description": "External provider identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "description": "Repository name on the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "owner": {
                        "examples": [],
                        "type": "string",
                        "description": "Repository owner on the provider",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "url": {
                    "examples": [],
                    "type": "string",
                    "description": "Repository URL",
                    "optional": false,
                    "nullable": false
                  },
                  "is_private": {
                    "examples": [],
                    "type": "boolean",
                    "description": "Whether the repository is private",
                    "optional": false,
                    "nullable": false
                  },
                  "default_branch": {
                    "examples": [],
                    "type": "string",
                    "description": "Default branch name",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when created",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "applied_at": {
            "examples": [
              "2025-09-15T10:35:00.000Z"
            ],
            "type": "date",
            "name": "applied_at",
            "description": "Timestamp when the commit was applied",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_800",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by environment IDs",
                "optional": true,
                "nullable": false
              },
              "custom_provider_version_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by version IDs",
                "optional": true,
                "nullable": false
              },
              "custom_provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by custom provider IDs",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for custom provider environment creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for custom provider environment creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter custom provider environment creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for custom provider environment last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for custom provider environment last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter custom provider environment last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_801",
      "name": "customProviderEnvironment",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "custom_provider.environment",
                "id": "cpenv_1aBcDeFgHjKlMnPq",
                "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                "instance_id": "ins_2cDeFgHjKlMnPqRs",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "custom_provider.environment",
                  "id": "cpenv_1aBcDeFgHjKlMnPq",
                  "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                  "instance_id": "ins_2cDeFgHjKlMnPqRs",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "custom_provider.environment",
                  "id": "cpenv_1aBcDeFgHjKlMnPq",
                  "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                  "instance_id": "ins_2cDeFgHjKlMnPqRs",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "custom_provider.environment",
                    "id": "cpenv_1aBcDeFgHjKlMnPq",
                    "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
                    "instance_id": "ins_2cDeFgHjKlMnPqRs",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "custom_provider.environment"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "cpenv_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique custom provider environment identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "custom_provider_id": {
                    "examples": [
                      "cpr_1aBcDeFgHjKlMnPq"
                    ],
                    "type": "string",
                    "name": "custom_provider_id",
                    "description": "ID of the parent custom provider",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "provider_id",
                    "description": "ID of the associated provider",
                    "optional": false,
                    "nullable": true
                  },
                  "current_provider_version_id": {
                    "examples": [
                      "prv_4dEfGhJkLmNpQrSt"
                    ],
                    "type": "string",
                    "name": "current_provider_version_id",
                    "description": "ID of the current provider version in this environment",
                    "optional": false,
                    "nullable": true
                  },
                  "instance_id": {
                    "examples": [
                      "ins_2cDeFgHjKlMnPqRs"
                    ],
                    "type": "string",
                    "name": "instance_id",
                    "description": "ID of the instance this environment is associated with",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_803",
      "name": "customProviderEnvironment",
      "type": {
        "examples": [
          {
            "object": "custom_provider.environment",
            "id": "cpenv_1aBcDeFgHjKlMnPq",
            "custom_provider_id": "cpr_1aBcDeFgHjKlMnPq",
            "provider_id": "pro_5gHjKlMnPqRsTuVw",
            "current_provider_version_id": "prv_4dEfGhJkLmNpQrSt",
            "instance_id": "ins_2cDeFgHjKlMnPqRs",
            "created_at": "2025-09-15T10:30:00.000Z",
            "updated_at": "2026-01-10T14:45:00.000Z"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "custom_provider.environment"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "cpenv_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "id",
            "description": "Unique custom provider environment identifier",
            "optional": false,
            "nullable": false
          },
          "custom_provider_id": {
            "examples": [
              "cpr_1aBcDeFgHjKlMnPq"
            ],
            "type": "string",
            "name": "custom_provider_id",
            "description": "ID of the parent custom provider",
            "optional": false,
            "nullable": false
          },
          "provider_id": {
            "examples": [
              "pro_5gHjKlMnPqRsTuVw"
            ],
            "type": "string",
            "name": "provider_id",
            "description": "ID of the associated provider",
            "optional": false,
            "nullable": true
          },
          "current_provider_version_id": {
            "examples": [
              "prv_4dEfGhJkLmNpQrSt"
            ],
            "type": "string",
            "name": "current_provider_version_id",
            "description": "ID of the current provider version in this environment",
            "optional": false,
            "nullable": true
          },
          "instance_id": {
            "examples": [
              "ins_2cDeFgHjKlMnPqRs"
            ],
            "type": "string",
            "name": "instance_id",
            "description": "ID of the instance this environment is associated with",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [
              "2025-09-15T10:30:00.000Z"
            ],
            "type": "date",
            "name": "created_at",
            "description": "Timestamp when created",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [
              "2026-01-10T14:45:00.000Z"
            ],
            "type": "date",
            "name": "updated_at",
            "description": "Timestamp when last updated",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_806",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by document ID",
                "optional": true,
                "nullable": false
              },
              "file_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by file ID",
                "optional": true,
                "nullable": false
              },
              "store_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by store ID",
                "optional": true,
                "nullable": false
              },
              "parent_document_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by parent document ID",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for Filter by creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for Filter by creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter Filter by creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for Filter by update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for Filter by update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter Filter by update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_807",
      "name": "document",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "document",
                "status": "active",
                "created_by": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "document",
                  "status": "active",
                  "created_by": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                },
                {
                  "object": "document",
                  "status": "active",
                  "created_by": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "document",
                    "status": "active",
                    "created_by": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "document"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "title": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "content": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "file_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "parent_document_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "current_version_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_by": {
                    "examples": [
                      {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "organization_actor",
                          "consumer",
                          "unknown"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "organization_actor": {
                        "examples": [
                          {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "organization.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "omem_5fGhJkLmNpQrStUv"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The organization member's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "member",
                              "machine_access"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The organization member's type",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_id": {
                            "examples": [
                              "org_7hNkPqRsTuVwXyZa"
                            ],
                            "type": "string",
                            "name": "organization_id",
                            "description": "The organization member's organization ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Alex Chen"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The organization member's name",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [
                              "alex.chen@acme.com"
                            ],
                            "type": "string",
                            "name": "email",
                            "description": "The organization member's email",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [
                              "https://avatar-cdn.metorial.com/aimg_1234567890"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "The organization member's image URL",
                            "optional": false,
                            "nullable": false
                          },
                          "teams": {
                            "examples": [
                              [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ],
                                "properties": {
                                  "id": {
                                    "examples": [
                                      "tm_3eFgHjKlMnPqRsTu"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "The team ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Engineering"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "The team name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "slug": {
                                    "examples": [
                                      "engineering"
                                    ],
                                    "type": "string",
                                    "name": "slug",
                                    "description": "The team slug",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "assignment_id": {
                                    "examples": [
                                      "tmas_8jKlMnPqRsTuVwXy"
                                    ],
                                    "type": "string",
                                    "name": "assignment_id",
                                    "description": "The team assignment ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "The team assignment creation date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "The team assignment last update date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "name": "teams",
                                "description": "The teams the actor belongs to",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The organization member's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The organization member's last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer": {
                        "examples": [
                          {
                            "object": "consumer"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_809",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "title": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "content": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_810",
      "name": "document",
      "type": {
        "examples": [
          {
            "object": "document",
            "status": "active",
            "created_by": {
              "type": "organization_actor",
              "organization_actor": {
                "object": "organization.actor",
                "id": "omem_5fGhJkLmNpQrStUv",
                "type": "member",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "name": "Alex Chen",
                "email": "alex.chen@acme.com",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                "teams": [
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  },
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  }
                ]
              },
              "consumer": {
                "object": "consumer"
              }
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "document"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "title": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "content": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "file_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "parent_document_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "current_version_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "created_by": {
            "examples": [
              {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "organization_actor",
                  "consumer",
                  "unknown"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "organization_actor": {
                "examples": [
                  {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "omem_5fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization member's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "member",
                      "machine_access"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization member's type",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization member's organization ID",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization member's name",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The organization member's email",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization member's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "teams": {
                    "examples": [
                      [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ],
                        "properties": {
                          "id": {
                            "examples": [
                              "tm_3eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The team ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Engineering"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The team name",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "engineering"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "The team slug",
                            "optional": false,
                            "nullable": false
                          },
                          "assignment_id": {
                            "examples": [
                              "tmas_8jKlMnPqRsTuVwXy"
                            ],
                            "type": "string",
                            "name": "assignment_id",
                            "description": "The team assignment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The team assignment creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The team assignment last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "teams",
                        "description": "The teams the actor belongs to",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization member's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization member's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "consumer": {
                "examples": [
                  {
                    "object": "consumer"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "consumer"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_812",
      "name": "document",
      "type": {
        "examples": [
          {
            "object": "document",
            "status": "active",
            "created_by": {
              "type": "organization_actor",
              "organization_actor": {
                "object": "organization.actor",
                "id": "omem_5fGhJkLmNpQrStUv",
                "type": "member",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "name": "Alex Chen",
                "email": "alex.chen@acme.com",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                "teams": [
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  },
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  }
                ]
              },
              "consumer": {
                "object": "consumer"
              }
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "document"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "title": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "content": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "file_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "parent_document_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "current_version_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "created_by": {
            "examples": [
              {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "organization_actor",
                  "consumer",
                  "unknown"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "organization_actor": {
                "examples": [
                  {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "omem_5fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization member's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "member",
                      "machine_access"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization member's type",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization member's organization ID",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization member's name",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The organization member's email",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization member's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "teams": {
                    "examples": [
                      [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ],
                        "properties": {
                          "id": {
                            "examples": [
                              "tm_3eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The team ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Engineering"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The team name",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "engineering"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "The team slug",
                            "optional": false,
                            "nullable": false
                          },
                          "assignment_id": {
                            "examples": [
                              "tmas_8jKlMnPqRsTuVwXy"
                            ],
                            "type": "string",
                            "name": "assignment_id",
                            "description": "The team assignment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The team assignment creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The team assignment last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "teams",
                        "description": "The teams the actor belongs to",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization member's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization member's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "consumer": {
                "examples": [
                  {
                    "object": "consumer"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "consumer"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_814",
      "name": "documentPermissions",
      "type": {
        "examples": [
          {
            "object": "document.permissions",
            "permissions": [
              "content_read",
              "content_read"
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "document.permissions"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "document_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "is_owner": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "has_full_access": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "permissions": {
            "examples": [
              [
                "content_read",
                "content_read"
              ],
              [
                "content_write",
                "content_write"
              ]
            ],
            "items": [
              {
                "examples": [
                  "content_read",
                  "content_write"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "relevant_store_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "readable_store_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "writable_store_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_816",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "title": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "content": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_817",
      "name": "document",
      "type": {
        "examples": [
          {
            "object": "document",
            "status": "active",
            "created_by": {
              "type": "organization_actor",
              "organization_actor": {
                "object": "organization.actor",
                "id": "omem_5fGhJkLmNpQrStUv",
                "type": "member",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "name": "Alex Chen",
                "email": "alex.chen@acme.com",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                "teams": [
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  },
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  }
                ]
              },
              "consumer": {
                "object": "consumer"
              }
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "document"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "title": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "content": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "file_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "parent_document_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "current_version_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "created_by": {
            "examples": [
              {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "organization_actor",
                  "consumer",
                  "unknown"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "organization_actor": {
                "examples": [
                  {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "omem_5fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization member's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "member",
                      "machine_access"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization member's type",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization member's organization ID",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization member's name",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The organization member's email",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization member's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "teams": {
                    "examples": [
                      [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ],
                        "properties": {
                          "id": {
                            "examples": [
                              "tm_3eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The team ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Engineering"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The team name",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "engineering"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "The team slug",
                            "optional": false,
                            "nullable": false
                          },
                          "assignment_id": {
                            "examples": [
                              "tmas_8jKlMnPqRsTuVwXy"
                            ],
                            "type": "string",
                            "name": "assignment_id",
                            "description": "The team assignment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The team assignment creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The team assignment last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "teams",
                        "description": "The teams the actor belongs to",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization member's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization member's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "consumer": {
                "examples": [
                  {
                    "object": "consumer"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "consumer"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_819",
      "name": "document",
      "type": {
        "examples": [
          {
            "object": "document",
            "status": "active",
            "created_by": {
              "type": "organization_actor",
              "organization_actor": {
                "object": "organization.actor",
                "id": "omem_5fGhJkLmNpQrStUv",
                "type": "member",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "name": "Alex Chen",
                "email": "alex.chen@acme.com",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                "teams": [
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  },
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  }
                ]
              },
              "consumer": {
                "object": "consumer"
              }
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "document"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "title": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "content": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "file_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "parent_document_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "current_version_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "created_by": {
            "examples": [
              {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "organization_actor",
                  "consumer",
                  "unknown"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "organization_actor": {
                "examples": [
                  {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "omem_5fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization member's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "member",
                      "machine_access"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization member's type",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization member's organization ID",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization member's name",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The organization member's email",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization member's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "teams": {
                    "examples": [
                      [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ],
                        "properties": {
                          "id": {
                            "examples": [
                              "tm_3eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The team ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Engineering"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The team name",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "engineering"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "The team slug",
                            "optional": false,
                            "nullable": false
                          },
                          "assignment_id": {
                            "examples": [
                              "tmas_8jKlMnPqRsTuVwXy"
                            ],
                            "type": "string",
                            "name": "assignment_id",
                            "description": "The team assignment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The team assignment creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The team assignment last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "teams",
                        "description": "The teams the actor belongs to",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization member's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization member's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "consumer": {
                "examples": [
                  {
                    "object": "consumer"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "consumer"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_821",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "target_document_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "title": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_822",
      "name": "document",
      "type": {
        "examples": [
          {
            "object": "document",
            "status": "active",
            "created_by": {
              "type": "organization_actor",
              "organization_actor": {
                "object": "organization.actor",
                "id": "omem_5fGhJkLmNpQrStUv",
                "type": "member",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "name": "Alex Chen",
                "email": "alex.chen@acme.com",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                "teams": [
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  },
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  }
                ]
              },
              "consumer": {
                "object": "consumer"
              }
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "document"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "title": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "content": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "file_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "parent_document_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "current_version_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "created_by": {
            "examples": [
              {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "organization_actor",
                  "consumer",
                  "unknown"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "organization_actor": {
                "examples": [
                  {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "omem_5fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization member's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "member",
                      "machine_access"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization member's type",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization member's organization ID",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization member's name",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The organization member's email",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization member's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "teams": {
                    "examples": [
                      [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ],
                        "properties": {
                          "id": {
                            "examples": [
                              "tm_3eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The team ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Engineering"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The team name",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "engineering"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "The team slug",
                            "optional": false,
                            "nullable": false
                          },
                          "assignment_id": {
                            "examples": [
                              "tmas_8jKlMnPqRsTuVwXy"
                            ],
                            "type": "string",
                            "name": "assignment_id",
                            "description": "The team assignment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The team assignment creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The team assignment last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "teams",
                        "description": "The teams the actor belongs to",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization member's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization member's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "consumer": {
                "examples": [
                  {
                    "object": "consumer"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "consumer"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_825",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "created_at": {},
                "last_edited_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by document version ID",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for Filter by creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for Filter by creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter Filter by creation time by date range",
                "optional": true,
                "nullable": false
              },
              "last_edited_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for Filter by last edit time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for Filter by last edit time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter Filter by last edit time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_826",
      "name": "documentVersion",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "document.version",
                "editors": [
                  {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  },
                  {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                ]
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "document.version",
                  "editors": [
                    {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    },
                    {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  ]
                },
                {
                  "object": "document.version",
                  "editors": [
                    {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    },
                    {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "document.version",
                    "editors": [
                      {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      },
                      {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "document.version"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "document_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "version_number": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "previous_version_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "list_edited_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  },
                  "content": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "editors": {
                    "examples": [
                      [
                        {
                          "type": "organization_actor",
                          "organization_actor": {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          },
                          "consumer": {
                            "object": "consumer"
                          }
                        },
                        {
                          "type": "organization_actor",
                          "organization_actor": {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          },
                          "consumer": {
                            "object": "consumer"
                          }
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "organization_actor",
                            "organization_actor": {
                              "object": "organization.actor",
                              "id": "omem_5fGhJkLmNpQrStUv",
                              "type": "member",
                              "organization_id": "org_7hNkPqRsTuVwXyZa",
                              "name": "Alex Chen",
                              "email": "alex.chen@acme.com",
                              "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                              "teams": [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            },
                            "consumer": {
                              "object": "consumer"
                            }
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "organization_actor",
                              "consumer",
                              "unknown"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "organization_actor": {
                            "examples": [
                              {
                                "object": "organization.actor",
                                "id": "omem_5fGhJkLmNpQrStUv",
                                "type": "member",
                                "organization_id": "org_7hNkPqRsTuVwXyZa",
                                "name": "Alex Chen",
                                "email": "alex.chen@acme.com",
                                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                                "teams": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  },
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ]
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "organization.actor"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "omem_5fGhJkLmNpQrStUv"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "The organization member's unique identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "member",
                                  "machine_access"
                                ],
                                "type": "enum",
                                "name": "type",
                                "description": "The organization member's type",
                                "optional": false,
                                "nullable": false
                              },
                              "organization_id": {
                                "examples": [
                                  "org_7hNkPqRsTuVwXyZa"
                                ],
                                "type": "string",
                                "name": "organization_id",
                                "description": "The organization member's organization ID",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Alex Chen"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "The organization member's name",
                                "optional": false,
                                "nullable": false
                              },
                              "email": {
                                "examples": [
                                  "alex.chen@acme.com"
                                ],
                                "type": "string",
                                "name": "email",
                                "description": "The organization member's email",
                                "optional": false,
                                "nullable": true
                              },
                              "image_url": {
                                "examples": [
                                  "https://avatar-cdn.metorial.com/aimg_1234567890"
                                ],
                                "type": "string",
                                "name": "image_url",
                                "description": "The organization member's image URL",
                                "optional": false,
                                "nullable": false
                              },
                              "teams": {
                                "examples": [
                                  [
                                    {
                                      "id": "tm_3eFgHjKlMnPqRsTu",
                                      "name": "Engineering",
                                      "slug": "engineering",
                                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                    },
                                    {
                                      "id": "tm_3eFgHjKlMnPqRsTu",
                                      "name": "Engineering",
                                      "slug": "engineering",
                                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "id": "tm_3eFgHjKlMnPqRsTu",
                                        "name": "Engineering",
                                        "slug": "engineering",
                                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                      }
                                    ],
                                    "properties": {
                                      "id": {
                                        "examples": [
                                          "tm_3eFgHjKlMnPqRsTu"
                                        ],
                                        "type": "string",
                                        "name": "id",
                                        "description": "The team ID",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "name": {
                                        "examples": [
                                          "Engineering"
                                        ],
                                        "type": "string",
                                        "name": "name",
                                        "description": "The team name",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "slug": {
                                        "examples": [
                                          "engineering"
                                        ],
                                        "type": "string",
                                        "name": "slug",
                                        "description": "The team slug",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "assignment_id": {
                                        "examples": [
                                          "tmas_8jKlMnPqRsTuVwXy"
                                        ],
                                        "type": "string",
                                        "name": "assignment_id",
                                        "description": "The team assignment ID",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "created_at": {
                                        "examples": [],
                                        "type": "date",
                                        "name": "created_at",
                                        "description": "The team assignment creation date",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "updated_at": {
                                        "examples": [],
                                        "type": "date",
                                        "name": "updated_at",
                                        "description": "The team assignment last update date",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "name": "teams",
                                    "description": "The teams the actor belongs to",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "The organization member's creation date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "name": "updated_at",
                                "description": "The organization member's last update date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "consumer": {
                            "examples": [
                              {
                                "object": "consumer"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "consumer"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "email": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "image_url": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_828",
      "name": "documentVersion",
      "type": {
        "examples": [
          {
            "object": "document.version",
            "editors": [
              {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              },
              {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "document.version"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "document_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "version_number": {
            "examples": [],
            "type": "number",
            "optional": false,
            "nullable": false
          },
          "previous_version_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "list_edited_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "content": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "editors": {
            "examples": [
              [
                {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                },
                {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "organization_actor",
                      "consumer",
                      "unknown"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "organization_actor": {
                    "examples": [
                      {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "organization.actor"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "omem_5fGhJkLmNpQrStUv"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The organization member's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "member",
                          "machine_access"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "The organization member's type",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_id": {
                        "examples": [
                          "org_7hNkPqRsTuVwXyZa"
                        ],
                        "type": "string",
                        "name": "organization_id",
                        "description": "The organization member's organization ID",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Alex Chen"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "The organization member's name",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [
                          "alex.chen@acme.com"
                        ],
                        "type": "string",
                        "name": "email",
                        "description": "The organization member's email",
                        "optional": false,
                        "nullable": true
                      },
                      "image_url": {
                        "examples": [
                          "https://avatar-cdn.metorial.com/aimg_1234567890"
                        ],
                        "type": "string",
                        "name": "image_url",
                        "description": "The organization member's image URL",
                        "optional": false,
                        "nullable": false
                      },
                      "teams": {
                        "examples": [
                          [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ],
                            "properties": {
                              "id": {
                                "examples": [
                                  "tm_3eFgHjKlMnPqRsTu"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "The team ID",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Engineering"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "The team name",
                                "optional": false,
                                "nullable": false
                              },
                              "slug": {
                                "examples": [
                                  "engineering"
                                ],
                                "type": "string",
                                "name": "slug",
                                "description": "The team slug",
                                "optional": false,
                                "nullable": false
                              },
                              "assignment_id": {
                                "examples": [
                                  "tmas_8jKlMnPqRsTuVwXy"
                                ],
                                "type": "string",
                                "name": "assignment_id",
                                "description": "The team assignment ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "The team assignment creation date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "name": "updated_at",
                                "description": "The team assignment last update date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "name": "teams",
                            "description": "The teams the actor belongs to",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "The organization member's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The organization member's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer": {
                    "examples": [
                      {
                        "object": "consumer"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_831",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by document participant ID",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for Filter by creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for Filter by creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter Filter by creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for Filter by update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for Filter by update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter Filter by update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_832",
      "name": "documentParticipant",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "document.participant",
                "role": "editor",
                "actor": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "document.participant",
                  "role": "editor",
                  "actor": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                },
                {
                  "object": "document.participant",
                  "role": "editor",
                  "actor": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "document.participant",
                    "role": "editor",
                    "actor": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "document.participant"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "role": {
                    "examples": [
                      "editor",
                      "viewer"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "edit_count": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "last_edited_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  },
                  "last_viewed_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  },
                  "actor": {
                    "examples": [
                      {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "organization_actor",
                          "consumer",
                          "unknown"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "organization_actor": {
                        "examples": [
                          {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "organization.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "omem_5fGhJkLmNpQrStUv"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The organization member's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "member",
                              "machine_access"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The organization member's type",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_id": {
                            "examples": [
                              "org_7hNkPqRsTuVwXyZa"
                            ],
                            "type": "string",
                            "name": "organization_id",
                            "description": "The organization member's organization ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Alex Chen"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The organization member's name",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [
                              "alex.chen@acme.com"
                            ],
                            "type": "string",
                            "name": "email",
                            "description": "The organization member's email",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [
                              "https://avatar-cdn.metorial.com/aimg_1234567890"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "The organization member's image URL",
                            "optional": false,
                            "nullable": false
                          },
                          "teams": {
                            "examples": [
                              [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ],
                                "properties": {
                                  "id": {
                                    "examples": [
                                      "tm_3eFgHjKlMnPqRsTu"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "The team ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Engineering"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "The team name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "slug": {
                                    "examples": [
                                      "engineering"
                                    ],
                                    "type": "string",
                                    "name": "slug",
                                    "description": "The team slug",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "assignment_id": {
                                    "examples": [
                                      "tmas_8jKlMnPqRsTuVwXy"
                                    ],
                                    "type": "string",
                                    "name": "assignment_id",
                                    "description": "The team assignment ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "The team assignment creation date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "The team assignment last update date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "name": "teams",
                                "description": "The teams the actor belongs to",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The organization member's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The organization member's last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer": {
                        "examples": [
                          {
                            "object": "consumer"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_834",
      "name": "documentParticipant",
      "type": {
        "examples": [
          {
            "object": "document.participant",
            "role": "editor",
            "actor": {
              "type": "organization_actor",
              "organization_actor": {
                "object": "organization.actor",
                "id": "omem_5fGhJkLmNpQrStUv",
                "type": "member",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "name": "Alex Chen",
                "email": "alex.chen@acme.com",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                "teams": [
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  },
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  }
                ]
              },
              "consumer": {
                "object": "consumer"
              }
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "document.participant"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "role": {
            "examples": [
              "editor",
              "viewer"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "edit_count": {
            "examples": [],
            "type": "number",
            "optional": false,
            "nullable": false
          },
          "last_edited_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "last_viewed_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "actor": {
            "examples": [
              {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "organization_actor",
                  "consumer",
                  "unknown"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "organization_actor": {
                "examples": [
                  {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "omem_5fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization member's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "member",
                      "machine_access"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization member's type",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization member's organization ID",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization member's name",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The organization member's email",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization member's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "teams": {
                    "examples": [
                      [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ],
                        "properties": {
                          "id": {
                            "examples": [
                              "tm_3eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The team ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Engineering"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The team name",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "engineering"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "The team slug",
                            "optional": false,
                            "nullable": false
                          },
                          "assignment_id": {
                            "examples": [
                              "tmas_8jKlMnPqRsTuVwXy"
                            ],
                            "type": "string",
                            "name": "assignment_id",
                            "description": "The team assignment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The team assignment creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The team assignment last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "teams",
                        "description": "The teams the actor belongs to",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization member's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization member's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "consumer": {
                "examples": [
                  {
                    "object": "consumer"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "consumer"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_837",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by store ID",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for Filter by creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for Filter by creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter Filter by creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for Filter by update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for Filter by update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter Filter by update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_838",
      "name": "store",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "store",
                "access": "private"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "store",
                  "access": "private"
                },
                {
                  "object": "store",
                  "access": "private"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "store",
                    "access": "private"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "store"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "access": {
                    "examples": [
                      "private",
                      "public_read",
                      "public_write"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "item_count": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_840",
      "name": "Body",
      "type": {
        "examples": [
          {
            "access": "private"
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "access": {
            "examples": [
              "private",
              "public_read",
              "public_write"
            ],
            "type": "enum",
            "optional": true,
            "nullable": false
          },
          "template_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "parent_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_841",
      "name": "store",
      "type": {
        "examples": [
          {
            "object": "store",
            "access": "private"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "store"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "access": {
            "examples": [
              "private",
              "public_read",
              "public_write"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "item_count": {
            "examples": [],
            "type": "number",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_843",
      "name": "store",
      "type": {
        "examples": [
          {
            "object": "store",
            "access": "private"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "store"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "access": {
            "examples": [
              "private",
              "public_read",
              "public_write"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "item_count": {
            "examples": [],
            "type": "number",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_845",
      "name": "storePermissions",
      "type": {
        "examples": [
          {
            "object": "store.permissions",
            "permissions": [
              "content_read",
              "content_read"
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "store.permissions"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "store_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "has_full_access": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "permissions": {
            "examples": [
              [
                "content_read",
                "content_read"
              ],
              [
                "content_write",
                "content_write"
              ]
            ],
            "items": [
              {
                "examples": [
                  "content_read",
                  "content_write"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "relevant_store_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "readable_store_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "writable_store_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_847",
      "name": "Body",
      "type": {
        "examples": [
          {
            "access": "private"
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "access": {
            "examples": [
              "private",
              "public_read",
              "public_write"
            ],
            "type": "enum",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_848",
      "name": "store",
      "type": {
        "examples": [
          {
            "object": "store",
            "access": "private"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "store"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "access": {
            "examples": [
              "private",
              "public_read",
              "public_write"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "item_count": {
            "examples": [],
            "type": "number",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_850",
      "name": "store",
      "type": {
        "examples": [
          {
            "object": "store",
            "access": "private"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "store"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "access": {
            "examples": [
              "private",
              "public_read",
              "public_write"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "item_count": {
            "examples": [],
            "type": "number",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_852",
      "name": "Body",
      "type": {
        "examples": [
          {
            "operations": [
              {
                "type": "add"
              },
              {
                "type": "add"
              }
            ]
          }
        ],
        "properties": {
          "operations": {
            "examples": [
              [
                {
                  "type": "add"
                },
                {
                  "type": "add"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "add"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "add",
                      "modify",
                      "remove"
                    ],
                    "type": "enum",
                    "optional": true,
                    "nullable": false
                  },
                  "itemId": {
                    "examples": [],
                    "type": "string",
                    "optional": true,
                    "nullable": false
                  },
                  "fileId": {
                    "examples": [],
                    "type": "string",
                    "optional": true,
                    "nullable": false
                  },
                  "documentId": {
                    "examples": [],
                    "type": "string",
                    "optional": true,
                    "nullable": false
                  },
                  "path": {
                    "examples": [],
                    "type": "string",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_853",
      "name": "storeItemList",
      "type": {
        "examples": [
          {
            "object": "list(store.item)",
            "items": [
              {
                "object": "store.item",
                "kind": "file",
                "file": {
                  "object": "file",
                  "id": "fil_9jKlMnPqRsTuVwXy",
                  "status": "active",
                  "file_name": "company-logo.png",
                  "file_size": 245760,
                  "file_type": "image/png",
                  "title": "Company Logo",
                  "purpose": "organization_logo",
                  "created_by": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                },
                "document": {
                  "object": "document",
                  "status": "active",
                  "created_by": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                }
              },
              {
                "object": "store.item",
                "kind": "file",
                "file": {
                  "object": "file",
                  "id": "fil_9jKlMnPqRsTuVwXy",
                  "status": "active",
                  "file_name": "company-logo.png",
                  "file_size": 245760,
                  "file_type": "image/png",
                  "title": "Company Logo",
                  "purpose": "organization_logo",
                  "created_by": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                },
                "document": {
                  "object": "document",
                  "status": "active",
                  "created_by": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "list(store.item)"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "items": {
            "examples": [
              [
                {
                  "object": "store.item",
                  "kind": "file",
                  "file": {
                    "object": "file",
                    "id": "fil_9jKlMnPqRsTuVwXy",
                    "status": "active",
                    "file_name": "company-logo.png",
                    "file_size": 245760,
                    "file_type": "image/png",
                    "title": "Company Logo",
                    "purpose": "organization_logo",
                    "created_by": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  },
                  "document": {
                    "object": "document",
                    "status": "active",
                    "created_by": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  }
                },
                {
                  "object": "store.item",
                  "kind": "file",
                  "file": {
                    "object": "file",
                    "id": "fil_9jKlMnPqRsTuVwXy",
                    "status": "active",
                    "file_name": "company-logo.png",
                    "file_size": 245760,
                    "file_type": "image/png",
                    "title": "Company Logo",
                    "purpose": "organization_logo",
                    "created_by": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  },
                  "document": {
                    "object": "document",
                    "status": "active",
                    "created_by": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "store.item",
                    "kind": "file",
                    "file": {
                      "object": "file",
                      "id": "fil_9jKlMnPqRsTuVwXy",
                      "status": "active",
                      "file_name": "company-logo.png",
                      "file_size": 245760,
                      "file_type": "image/png",
                      "title": "Company Logo",
                      "purpose": "organization_logo",
                      "created_by": {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    },
                    "document": {
                      "object": "document",
                      "status": "active",
                      "created_by": {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "store.item"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "kind": {
                    "examples": [
                      "file",
                      "document",
                      "directory"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "path": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "store_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "directory_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "file": {
                    "examples": [
                      {
                        "object": "file",
                        "id": "fil_9jKlMnPqRsTuVwXy",
                        "status": "active",
                        "file_name": "company-logo.png",
                        "file_size": 245760,
                        "file_type": "image/png",
                        "title": "Company Logo",
                        "purpose": "organization_logo",
                        "created_by": {
                          "type": "organization_actor",
                          "organization_actor": {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          },
                          "consumer": {
                            "object": "consumer"
                          }
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "file"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "fil_9jKlMnPqRsTuVwXy"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The files's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "The files's status",
                        "optional": false,
                        "nullable": false
                      },
                      "file_name": {
                        "examples": [
                          "company-logo.png"
                        ],
                        "type": "string",
                        "name": "file_name",
                        "description": "The file's name",
                        "optional": false,
                        "nullable": false
                      },
                      "file_size": {
                        "examples": [
                          245760
                        ],
                        "type": "number",
                        "name": "file_size",
                        "description": "The file's size in bytes",
                        "optional": false,
                        "nullable": false
                      },
                      "file_type": {
                        "examples": [
                          "image/png"
                        ],
                        "type": "string",
                        "name": "file_type",
                        "description": "The file's MIME type",
                        "optional": false,
                        "nullable": false
                      },
                      "title": {
                        "examples": [
                          "Company Logo"
                        ],
                        "type": "string",
                        "name": "title",
                        "description": "The file's title",
                        "optional": false,
                        "nullable": false
                      },
                      "purpose": {
                        "examples": [
                          "organization_logo"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "The file's purpose identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "created_by": {
                        "examples": [
                          {
                            "type": "organization_actor",
                            "organization_actor": {
                              "object": "organization.actor",
                              "id": "omem_5fGhJkLmNpQrStUv",
                              "type": "member",
                              "organization_id": "org_7hNkPqRsTuVwXyZa",
                              "name": "Alex Chen",
                              "email": "alex.chen@acme.com",
                              "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                              "teams": [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            },
                            "consumer": {
                              "object": "consumer"
                            }
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "organization_actor",
                              "consumer",
                              "unknown"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "organization_actor": {
                            "examples": [
                              {
                                "object": "organization.actor",
                                "id": "omem_5fGhJkLmNpQrStUv",
                                "type": "member",
                                "organization_id": "org_7hNkPqRsTuVwXyZa",
                                "name": "Alex Chen",
                                "email": "alex.chen@acme.com",
                                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                                "teams": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  },
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ]
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "organization.actor"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "omem_5fGhJkLmNpQrStUv"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "The organization member's unique identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "member",
                                  "machine_access"
                                ],
                                "type": "enum",
                                "name": "type",
                                "description": "The organization member's type",
                                "optional": false,
                                "nullable": false
                              },
                              "organization_id": {
                                "examples": [
                                  "org_7hNkPqRsTuVwXyZa"
                                ],
                                "type": "string",
                                "name": "organization_id",
                                "description": "The organization member's organization ID",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Alex Chen"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "The organization member's name",
                                "optional": false,
                                "nullable": false
                              },
                              "email": {
                                "examples": [
                                  "alex.chen@acme.com"
                                ],
                                "type": "string",
                                "name": "email",
                                "description": "The organization member's email",
                                "optional": false,
                                "nullable": true
                              },
                              "image_url": {
                                "examples": [
                                  "https://avatar-cdn.metorial.com/aimg_1234567890"
                                ],
                                "type": "string",
                                "name": "image_url",
                                "description": "The organization member's image URL",
                                "optional": false,
                                "nullable": false
                              },
                              "teams": {
                                "examples": [
                                  [
                                    {
                                      "id": "tm_3eFgHjKlMnPqRsTu",
                                      "name": "Engineering",
                                      "slug": "engineering",
                                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                    },
                                    {
                                      "id": "tm_3eFgHjKlMnPqRsTu",
                                      "name": "Engineering",
                                      "slug": "engineering",
                                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "id": "tm_3eFgHjKlMnPqRsTu",
                                        "name": "Engineering",
                                        "slug": "engineering",
                                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                      }
                                    ],
                                    "properties": {
                                      "id": {
                                        "examples": [
                                          "tm_3eFgHjKlMnPqRsTu"
                                        ],
                                        "type": "string",
                                        "name": "id",
                                        "description": "The team ID",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "name": {
                                        "examples": [
                                          "Engineering"
                                        ],
                                        "type": "string",
                                        "name": "name",
                                        "description": "The team name",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "slug": {
                                        "examples": [
                                          "engineering"
                                        ],
                                        "type": "string",
                                        "name": "slug",
                                        "description": "The team slug",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "assignment_id": {
                                        "examples": [
                                          "tmas_8jKlMnPqRsTuVwXy"
                                        ],
                                        "type": "string",
                                        "name": "assignment_id",
                                        "description": "The team assignment ID",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "created_at": {
                                        "examples": [],
                                        "type": "date",
                                        "name": "created_at",
                                        "description": "The team assignment creation date",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "updated_at": {
                                        "examples": [],
                                        "type": "date",
                                        "name": "updated_at",
                                        "description": "The team assignment last update date",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "name": "teams",
                                    "description": "The teams the actor belongs to",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "The organization member's creation date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "name": "updated_at",
                                "description": "The organization member's last update date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "consumer": {
                            "examples": [
                              {
                                "object": "consumer"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "consumer"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "email": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "image_url": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "The files's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The files's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "document": {
                    "examples": [
                      {
                        "object": "document",
                        "status": "active",
                        "created_by": {
                          "type": "organization_actor",
                          "organization_actor": {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          },
                          "consumer": {
                            "object": "consumer"
                          }
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "document"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "title": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "content": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "file_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "parent_document_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "current_version_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_by": {
                        "examples": [
                          {
                            "type": "organization_actor",
                            "organization_actor": {
                              "object": "organization.actor",
                              "id": "omem_5fGhJkLmNpQrStUv",
                              "type": "member",
                              "organization_id": "org_7hNkPqRsTuVwXyZa",
                              "name": "Alex Chen",
                              "email": "alex.chen@acme.com",
                              "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                              "teams": [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            },
                            "consumer": {
                              "object": "consumer"
                            }
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "organization_actor",
                              "consumer",
                              "unknown"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "organization_actor": {
                            "examples": [
                              {
                                "object": "organization.actor",
                                "id": "omem_5fGhJkLmNpQrStUv",
                                "type": "member",
                                "organization_id": "org_7hNkPqRsTuVwXyZa",
                                "name": "Alex Chen",
                                "email": "alex.chen@acme.com",
                                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                                "teams": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  },
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ]
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "organization.actor"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "omem_5fGhJkLmNpQrStUv"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "The organization member's unique identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "member",
                                  "machine_access"
                                ],
                                "type": "enum",
                                "name": "type",
                                "description": "The organization member's type",
                                "optional": false,
                                "nullable": false
                              },
                              "organization_id": {
                                "examples": [
                                  "org_7hNkPqRsTuVwXyZa"
                                ],
                                "type": "string",
                                "name": "organization_id",
                                "description": "The organization member's organization ID",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Alex Chen"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "The organization member's name",
                                "optional": false,
                                "nullable": false
                              },
                              "email": {
                                "examples": [
                                  "alex.chen@acme.com"
                                ],
                                "type": "string",
                                "name": "email",
                                "description": "The organization member's email",
                                "optional": false,
                                "nullable": true
                              },
                              "image_url": {
                                "examples": [
                                  "https://avatar-cdn.metorial.com/aimg_1234567890"
                                ],
                                "type": "string",
                                "name": "image_url",
                                "description": "The organization member's image URL",
                                "optional": false,
                                "nullable": false
                              },
                              "teams": {
                                "examples": [
                                  [
                                    {
                                      "id": "tm_3eFgHjKlMnPqRsTu",
                                      "name": "Engineering",
                                      "slug": "engineering",
                                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                    },
                                    {
                                      "id": "tm_3eFgHjKlMnPqRsTu",
                                      "name": "Engineering",
                                      "slug": "engineering",
                                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "id": "tm_3eFgHjKlMnPqRsTu",
                                        "name": "Engineering",
                                        "slug": "engineering",
                                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                      }
                                    ],
                                    "properties": {
                                      "id": {
                                        "examples": [
                                          "tm_3eFgHjKlMnPqRsTu"
                                        ],
                                        "type": "string",
                                        "name": "id",
                                        "description": "The team ID",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "name": {
                                        "examples": [
                                          "Engineering"
                                        ],
                                        "type": "string",
                                        "name": "name",
                                        "description": "The team name",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "slug": {
                                        "examples": [
                                          "engineering"
                                        ],
                                        "type": "string",
                                        "name": "slug",
                                        "description": "The team slug",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "assignment_id": {
                                        "examples": [
                                          "tmas_8jKlMnPqRsTuVwXy"
                                        ],
                                        "type": "string",
                                        "name": "assignment_id",
                                        "description": "The team assignment ID",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "created_at": {
                                        "examples": [],
                                        "type": "date",
                                        "name": "created_at",
                                        "description": "The team assignment creation date",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "updated_at": {
                                        "examples": [],
                                        "type": "date",
                                        "name": "updated_at",
                                        "description": "The team assignment last update date",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "name": "teams",
                                    "description": "The teams the actor belongs to",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "The organization member's creation date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "name": "updated_at",
                                "description": "The organization member's last update date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "consumer": {
                            "examples": [
                              {
                                "object": "consumer"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "consumer"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "email": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "image_url": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_856",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "type": "file",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by store item ID",
                "optional": true,
                "nullable": false
              },
              "file_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by file ID",
                "optional": true,
                "nullable": false
              },
              "document_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by document ID",
                "optional": true,
                "nullable": false
              },
              "type": {
                "examples": [
                  "file",
                  "document",
                  "directory",
                  [
                    "file",
                    "file"
                  ],
                  [
                    "document",
                    "document"
                  ],
                  [
                    "directory",
                    "directory"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "file",
                      "document",
                      "directory"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "file",
                        "file"
                      ],
                      [
                        "document",
                        "document"
                      ],
                      [
                        "directory",
                        "directory"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "file",
                          "document",
                          "directory"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by store item type. Repeat `type` to include multiple values. Defaults to `file` and `document`.",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for Filter by creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for Filter by creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter Filter by creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for Filter by update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for Filter by update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter Filter by update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_857",
      "name": "storeItem",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "store.item",
                "kind": "file",
                "file": {
                  "object": "file",
                  "id": "fil_9jKlMnPqRsTuVwXy",
                  "status": "active",
                  "file_name": "company-logo.png",
                  "file_size": 245760,
                  "file_type": "image/png",
                  "title": "Company Logo",
                  "purpose": "organization_logo",
                  "created_by": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                },
                "document": {
                  "object": "document",
                  "status": "active",
                  "created_by": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "store.item",
                  "kind": "file",
                  "file": {
                    "object": "file",
                    "id": "fil_9jKlMnPqRsTuVwXy",
                    "status": "active",
                    "file_name": "company-logo.png",
                    "file_size": 245760,
                    "file_type": "image/png",
                    "title": "Company Logo",
                    "purpose": "organization_logo",
                    "created_by": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  },
                  "document": {
                    "object": "document",
                    "status": "active",
                    "created_by": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  }
                },
                {
                  "object": "store.item",
                  "kind": "file",
                  "file": {
                    "object": "file",
                    "id": "fil_9jKlMnPqRsTuVwXy",
                    "status": "active",
                    "file_name": "company-logo.png",
                    "file_size": 245760,
                    "file_type": "image/png",
                    "title": "Company Logo",
                    "purpose": "organization_logo",
                    "created_by": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  },
                  "document": {
                    "object": "document",
                    "status": "active",
                    "created_by": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "store.item",
                    "kind": "file",
                    "file": {
                      "object": "file",
                      "id": "fil_9jKlMnPqRsTuVwXy",
                      "status": "active",
                      "file_name": "company-logo.png",
                      "file_size": 245760,
                      "file_type": "image/png",
                      "title": "Company Logo",
                      "purpose": "organization_logo",
                      "created_by": {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    },
                    "document": {
                      "object": "document",
                      "status": "active",
                      "created_by": {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "store.item"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "kind": {
                    "examples": [
                      "file",
                      "document",
                      "directory"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "path": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "store_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "directory_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "file": {
                    "examples": [
                      {
                        "object": "file",
                        "id": "fil_9jKlMnPqRsTuVwXy",
                        "status": "active",
                        "file_name": "company-logo.png",
                        "file_size": 245760,
                        "file_type": "image/png",
                        "title": "Company Logo",
                        "purpose": "organization_logo",
                        "created_by": {
                          "type": "organization_actor",
                          "organization_actor": {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          },
                          "consumer": {
                            "object": "consumer"
                          }
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "file"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "fil_9jKlMnPqRsTuVwXy"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The files's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "The files's status",
                        "optional": false,
                        "nullable": false
                      },
                      "file_name": {
                        "examples": [
                          "company-logo.png"
                        ],
                        "type": "string",
                        "name": "file_name",
                        "description": "The file's name",
                        "optional": false,
                        "nullable": false
                      },
                      "file_size": {
                        "examples": [
                          245760
                        ],
                        "type": "number",
                        "name": "file_size",
                        "description": "The file's size in bytes",
                        "optional": false,
                        "nullable": false
                      },
                      "file_type": {
                        "examples": [
                          "image/png"
                        ],
                        "type": "string",
                        "name": "file_type",
                        "description": "The file's MIME type",
                        "optional": false,
                        "nullable": false
                      },
                      "title": {
                        "examples": [
                          "Company Logo"
                        ],
                        "type": "string",
                        "name": "title",
                        "description": "The file's title",
                        "optional": false,
                        "nullable": false
                      },
                      "purpose": {
                        "examples": [
                          "organization_logo"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "The file's purpose identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "created_by": {
                        "examples": [
                          {
                            "type": "organization_actor",
                            "organization_actor": {
                              "object": "organization.actor",
                              "id": "omem_5fGhJkLmNpQrStUv",
                              "type": "member",
                              "organization_id": "org_7hNkPqRsTuVwXyZa",
                              "name": "Alex Chen",
                              "email": "alex.chen@acme.com",
                              "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                              "teams": [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            },
                            "consumer": {
                              "object": "consumer"
                            }
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "organization_actor",
                              "consumer",
                              "unknown"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "organization_actor": {
                            "examples": [
                              {
                                "object": "organization.actor",
                                "id": "omem_5fGhJkLmNpQrStUv",
                                "type": "member",
                                "organization_id": "org_7hNkPqRsTuVwXyZa",
                                "name": "Alex Chen",
                                "email": "alex.chen@acme.com",
                                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                                "teams": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  },
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ]
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "organization.actor"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "omem_5fGhJkLmNpQrStUv"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "The organization member's unique identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "member",
                                  "machine_access"
                                ],
                                "type": "enum",
                                "name": "type",
                                "description": "The organization member's type",
                                "optional": false,
                                "nullable": false
                              },
                              "organization_id": {
                                "examples": [
                                  "org_7hNkPqRsTuVwXyZa"
                                ],
                                "type": "string",
                                "name": "organization_id",
                                "description": "The organization member's organization ID",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Alex Chen"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "The organization member's name",
                                "optional": false,
                                "nullable": false
                              },
                              "email": {
                                "examples": [
                                  "alex.chen@acme.com"
                                ],
                                "type": "string",
                                "name": "email",
                                "description": "The organization member's email",
                                "optional": false,
                                "nullable": true
                              },
                              "image_url": {
                                "examples": [
                                  "https://avatar-cdn.metorial.com/aimg_1234567890"
                                ],
                                "type": "string",
                                "name": "image_url",
                                "description": "The organization member's image URL",
                                "optional": false,
                                "nullable": false
                              },
                              "teams": {
                                "examples": [
                                  [
                                    {
                                      "id": "tm_3eFgHjKlMnPqRsTu",
                                      "name": "Engineering",
                                      "slug": "engineering",
                                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                    },
                                    {
                                      "id": "tm_3eFgHjKlMnPqRsTu",
                                      "name": "Engineering",
                                      "slug": "engineering",
                                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "id": "tm_3eFgHjKlMnPqRsTu",
                                        "name": "Engineering",
                                        "slug": "engineering",
                                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                      }
                                    ],
                                    "properties": {
                                      "id": {
                                        "examples": [
                                          "tm_3eFgHjKlMnPqRsTu"
                                        ],
                                        "type": "string",
                                        "name": "id",
                                        "description": "The team ID",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "name": {
                                        "examples": [
                                          "Engineering"
                                        ],
                                        "type": "string",
                                        "name": "name",
                                        "description": "The team name",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "slug": {
                                        "examples": [
                                          "engineering"
                                        ],
                                        "type": "string",
                                        "name": "slug",
                                        "description": "The team slug",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "assignment_id": {
                                        "examples": [
                                          "tmas_8jKlMnPqRsTuVwXy"
                                        ],
                                        "type": "string",
                                        "name": "assignment_id",
                                        "description": "The team assignment ID",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "created_at": {
                                        "examples": [],
                                        "type": "date",
                                        "name": "created_at",
                                        "description": "The team assignment creation date",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "updated_at": {
                                        "examples": [],
                                        "type": "date",
                                        "name": "updated_at",
                                        "description": "The team assignment last update date",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "name": "teams",
                                    "description": "The teams the actor belongs to",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "The organization member's creation date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "name": "updated_at",
                                "description": "The organization member's last update date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "consumer": {
                            "examples": [
                              {
                                "object": "consumer"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "consumer"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "email": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "image_url": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "The files's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The files's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "document": {
                    "examples": [
                      {
                        "object": "document",
                        "status": "active",
                        "created_by": {
                          "type": "organization_actor",
                          "organization_actor": {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          },
                          "consumer": {
                            "object": "consumer"
                          }
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "document"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "title": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "content": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "file_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "parent_document_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "current_version_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_by": {
                        "examples": [
                          {
                            "type": "organization_actor",
                            "organization_actor": {
                              "object": "organization.actor",
                              "id": "omem_5fGhJkLmNpQrStUv",
                              "type": "member",
                              "organization_id": "org_7hNkPqRsTuVwXyZa",
                              "name": "Alex Chen",
                              "email": "alex.chen@acme.com",
                              "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                              "teams": [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            },
                            "consumer": {
                              "object": "consumer"
                            }
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "organization_actor",
                              "consumer",
                              "unknown"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "organization_actor": {
                            "examples": [
                              {
                                "object": "organization.actor",
                                "id": "omem_5fGhJkLmNpQrStUv",
                                "type": "member",
                                "organization_id": "org_7hNkPqRsTuVwXyZa",
                                "name": "Alex Chen",
                                "email": "alex.chen@acme.com",
                                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                                "teams": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  },
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ]
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "organization.actor"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "omem_5fGhJkLmNpQrStUv"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "The organization member's unique identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "member",
                                  "machine_access"
                                ],
                                "type": "enum",
                                "name": "type",
                                "description": "The organization member's type",
                                "optional": false,
                                "nullable": false
                              },
                              "organization_id": {
                                "examples": [
                                  "org_7hNkPqRsTuVwXyZa"
                                ],
                                "type": "string",
                                "name": "organization_id",
                                "description": "The organization member's organization ID",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Alex Chen"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "The organization member's name",
                                "optional": false,
                                "nullable": false
                              },
                              "email": {
                                "examples": [
                                  "alex.chen@acme.com"
                                ],
                                "type": "string",
                                "name": "email",
                                "description": "The organization member's email",
                                "optional": false,
                                "nullable": true
                              },
                              "image_url": {
                                "examples": [
                                  "https://avatar-cdn.metorial.com/aimg_1234567890"
                                ],
                                "type": "string",
                                "name": "image_url",
                                "description": "The organization member's image URL",
                                "optional": false,
                                "nullable": false
                              },
                              "teams": {
                                "examples": [
                                  [
                                    {
                                      "id": "tm_3eFgHjKlMnPqRsTu",
                                      "name": "Engineering",
                                      "slug": "engineering",
                                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                    },
                                    {
                                      "id": "tm_3eFgHjKlMnPqRsTu",
                                      "name": "Engineering",
                                      "slug": "engineering",
                                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "id": "tm_3eFgHjKlMnPqRsTu",
                                        "name": "Engineering",
                                        "slug": "engineering",
                                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                      }
                                    ],
                                    "properties": {
                                      "id": {
                                        "examples": [
                                          "tm_3eFgHjKlMnPqRsTu"
                                        ],
                                        "type": "string",
                                        "name": "id",
                                        "description": "The team ID",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "name": {
                                        "examples": [
                                          "Engineering"
                                        ],
                                        "type": "string",
                                        "name": "name",
                                        "description": "The team name",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "slug": {
                                        "examples": [
                                          "engineering"
                                        ],
                                        "type": "string",
                                        "name": "slug",
                                        "description": "The team slug",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "assignment_id": {
                                        "examples": [
                                          "tmas_8jKlMnPqRsTuVwXy"
                                        ],
                                        "type": "string",
                                        "name": "assignment_id",
                                        "description": "The team assignment ID",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "created_at": {
                                        "examples": [],
                                        "type": "date",
                                        "name": "created_at",
                                        "description": "The team assignment creation date",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "updated_at": {
                                        "examples": [],
                                        "type": "date",
                                        "name": "updated_at",
                                        "description": "The team assignment last update date",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "name": "teams",
                                    "description": "The teams the actor belongs to",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "The organization member's creation date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "name": "updated_at",
                                "description": "The organization member's last update date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "consumer": {
                            "examples": [
                              {
                                "object": "consumer"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "consumer"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "email": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "image_url": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_859",
      "name": "storeItem",
      "type": {
        "examples": [
          {
            "object": "store.item",
            "kind": "file",
            "file": {
              "object": "file",
              "id": "fil_9jKlMnPqRsTuVwXy",
              "status": "active",
              "file_name": "company-logo.png",
              "file_size": 245760,
              "file_type": "image/png",
              "title": "Company Logo",
              "purpose": "organization_logo",
              "created_by": {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              }
            },
            "document": {
              "object": "document",
              "status": "active",
              "created_by": {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              }
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "store.item"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "kind": {
            "examples": [
              "file",
              "document",
              "directory"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "path": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "store_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "directory_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "file": {
            "examples": [
              {
                "object": "file",
                "id": "fil_9jKlMnPqRsTuVwXy",
                "status": "active",
                "file_name": "company-logo.png",
                "file_size": 245760,
                "file_type": "image/png",
                "title": "Company Logo",
                "purpose": "organization_logo",
                "created_by": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "file"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "fil_9jKlMnPqRsTuVwXy"
                ],
                "type": "string",
                "name": "id",
                "description": "The files's unique identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "The files's status",
                "optional": false,
                "nullable": false
              },
              "file_name": {
                "examples": [
                  "company-logo.png"
                ],
                "type": "string",
                "name": "file_name",
                "description": "The file's name",
                "optional": false,
                "nullable": false
              },
              "file_size": {
                "examples": [
                  245760
                ],
                "type": "number",
                "name": "file_size",
                "description": "The file's size in bytes",
                "optional": false,
                "nullable": false
              },
              "file_type": {
                "examples": [
                  "image/png"
                ],
                "type": "string",
                "name": "file_type",
                "description": "The file's MIME type",
                "optional": false,
                "nullable": false
              },
              "title": {
                "examples": [
                  "Company Logo"
                ],
                "type": "string",
                "name": "title",
                "description": "The file's title",
                "optional": false,
                "nullable": false
              },
              "purpose": {
                "examples": [
                  "organization_logo"
                ],
                "type": "string",
                "name": "identifier",
                "description": "The file's purpose identifier",
                "optional": false,
                "nullable": false
              },
              "created_by": {
                "examples": [
                  {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "organization_actor",
                      "consumer",
                      "unknown"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "organization_actor": {
                    "examples": [
                      {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "organization.actor"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "omem_5fGhJkLmNpQrStUv"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The organization member's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "member",
                          "machine_access"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "The organization member's type",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_id": {
                        "examples": [
                          "org_7hNkPqRsTuVwXyZa"
                        ],
                        "type": "string",
                        "name": "organization_id",
                        "description": "The organization member's organization ID",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Alex Chen"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "The organization member's name",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [
                          "alex.chen@acme.com"
                        ],
                        "type": "string",
                        "name": "email",
                        "description": "The organization member's email",
                        "optional": false,
                        "nullable": true
                      },
                      "image_url": {
                        "examples": [
                          "https://avatar-cdn.metorial.com/aimg_1234567890"
                        ],
                        "type": "string",
                        "name": "image_url",
                        "description": "The organization member's image URL",
                        "optional": false,
                        "nullable": false
                      },
                      "teams": {
                        "examples": [
                          [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ],
                            "properties": {
                              "id": {
                                "examples": [
                                  "tm_3eFgHjKlMnPqRsTu"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "The team ID",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Engineering"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "The team name",
                                "optional": false,
                                "nullable": false
                              },
                              "slug": {
                                "examples": [
                                  "engineering"
                                ],
                                "type": "string",
                                "name": "slug",
                                "description": "The team slug",
                                "optional": false,
                                "nullable": false
                              },
                              "assignment_id": {
                                "examples": [
                                  "tmas_8jKlMnPqRsTuVwXy"
                                ],
                                "type": "string",
                                "name": "assignment_id",
                                "description": "The team assignment ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "The team assignment creation date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "name": "updated_at",
                                "description": "The team assignment last update date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "name": "teams",
                            "description": "The teams the actor belongs to",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "The organization member's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The organization member's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer": {
                    "examples": [
                      {
                        "object": "consumer"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "name": "created_at",
                "description": "The files's creation date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "name": "updated_at",
                "description": "The files's last update date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "document": {
            "examples": [
              {
                "object": "document",
                "status": "active",
                "created_by": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "document"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "title": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "content": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "file_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "parent_document_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "current_version_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "created_by": {
                "examples": [
                  {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "organization_actor",
                      "consumer",
                      "unknown"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "organization_actor": {
                    "examples": [
                      {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "organization.actor"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "omem_5fGhJkLmNpQrStUv"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The organization member's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "member",
                          "machine_access"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "The organization member's type",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_id": {
                        "examples": [
                          "org_7hNkPqRsTuVwXyZa"
                        ],
                        "type": "string",
                        "name": "organization_id",
                        "description": "The organization member's organization ID",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Alex Chen"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "The organization member's name",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [
                          "alex.chen@acme.com"
                        ],
                        "type": "string",
                        "name": "email",
                        "description": "The organization member's email",
                        "optional": false,
                        "nullable": true
                      },
                      "image_url": {
                        "examples": [
                          "https://avatar-cdn.metorial.com/aimg_1234567890"
                        ],
                        "type": "string",
                        "name": "image_url",
                        "description": "The organization member's image URL",
                        "optional": false,
                        "nullable": false
                      },
                      "teams": {
                        "examples": [
                          [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ],
                            "properties": {
                              "id": {
                                "examples": [
                                  "tm_3eFgHjKlMnPqRsTu"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "The team ID",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Engineering"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "The team name",
                                "optional": false,
                                "nullable": false
                              },
                              "slug": {
                                "examples": [
                                  "engineering"
                                ],
                                "type": "string",
                                "name": "slug",
                                "description": "The team slug",
                                "optional": false,
                                "nullable": false
                              },
                              "assignment_id": {
                                "examples": [
                                  "tmas_8jKlMnPqRsTuVwXy"
                                ],
                                "type": "string",
                                "name": "assignment_id",
                                "description": "The team assignment ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "The team assignment creation date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "name": "updated_at",
                                "description": "The team assignment last update date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "name": "teams",
                            "description": "The teams the actor belongs to",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "The organization member's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The organization member's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer": {
                    "examples": [
                      {
                        "object": "consumer"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_862",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {},
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_863",
      "name": "storeParticipant",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "store.participant",
                "permissions": [
                  "content_read",
                  "content_read"
                ],
                "actor": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "store.participant",
                  "permissions": [
                    "content_read",
                    "content_read"
                  ],
                  "actor": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                },
                {
                  "object": "store.participant",
                  "permissions": [
                    "content_read",
                    "content_read"
                  ],
                  "actor": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "store.participant",
                    "permissions": [
                      "content_read",
                      "content_read"
                    ],
                    "actor": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "store.participant"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "store_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "permissions": {
                    "examples": [
                      [
                        "content_read",
                        "content_read"
                      ],
                      [
                        "content_write",
                        "content_write"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "content_read",
                          "content_write"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "actor": {
                    "examples": [
                      {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "organization_actor",
                          "consumer",
                          "unknown"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "organization_actor": {
                        "examples": [
                          {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "organization.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "omem_5fGhJkLmNpQrStUv"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The organization member's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "member",
                              "machine_access"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The organization member's type",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_id": {
                            "examples": [
                              "org_7hNkPqRsTuVwXyZa"
                            ],
                            "type": "string",
                            "name": "organization_id",
                            "description": "The organization member's organization ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Alex Chen"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The organization member's name",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [
                              "alex.chen@acme.com"
                            ],
                            "type": "string",
                            "name": "email",
                            "description": "The organization member's email",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [
                              "https://avatar-cdn.metorial.com/aimg_1234567890"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "The organization member's image URL",
                            "optional": false,
                            "nullable": false
                          },
                          "teams": {
                            "examples": [
                              [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ],
                                "properties": {
                                  "id": {
                                    "examples": [
                                      "tm_3eFgHjKlMnPqRsTu"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "The team ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Engineering"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "The team name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "slug": {
                                    "examples": [
                                      "engineering"
                                    ],
                                    "type": "string",
                                    "name": "slug",
                                    "description": "The team slug",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "assignment_id": {
                                    "examples": [
                                      "tmas_8jKlMnPqRsTuVwXy"
                                    ],
                                    "type": "string",
                                    "name": "assignment_id",
                                    "description": "The team assignment ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "The team assignment creation date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "The team assignment last update date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "name": "teams",
                                "description": "The teams the actor belongs to",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The organization member's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The organization member's last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer": {
                        "examples": [
                          {
                            "object": "consumer"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_865",
      "name": "storeParticipant",
      "type": {
        "examples": [
          {
            "object": "store.participant",
            "permissions": [
              "content_read",
              "content_read"
            ],
            "actor": {
              "type": "organization_actor",
              "organization_actor": {
                "object": "organization.actor",
                "id": "omem_5fGhJkLmNpQrStUv",
                "type": "member",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "name": "Alex Chen",
                "email": "alex.chen@acme.com",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                "teams": [
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  },
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  }
                ]
              },
              "consumer": {
                "object": "consumer"
              }
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "store.participant"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "store_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "permissions": {
            "examples": [
              [
                "content_read",
                "content_read"
              ],
              [
                "content_write",
                "content_write"
              ]
            ],
            "items": [
              {
                "examples": [
                  "content_read",
                  "content_write"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "actor": {
            "examples": [
              {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "organization_actor",
                  "consumer",
                  "unknown"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "organization_actor": {
                "examples": [
                  {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "omem_5fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization member's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "member",
                      "machine_access"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization member's type",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization member's organization ID",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization member's name",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The organization member's email",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization member's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "teams": {
                    "examples": [
                      [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ],
                        "properties": {
                          "id": {
                            "examples": [
                              "tm_3eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The team ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Engineering"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The team name",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "engineering"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "The team slug",
                            "optional": false,
                            "nullable": false
                          },
                          "assignment_id": {
                            "examples": [
                              "tmas_8jKlMnPqRsTuVwXy"
                            ],
                            "type": "string",
                            "name": "assignment_id",
                            "description": "The team assignment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The team assignment creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The team assignment last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "teams",
                        "description": "The teams the actor belongs to",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization member's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization member's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "consumer": {
                "examples": [
                  {
                    "object": "consumer"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "consumer"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_868",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "purpose": "user_image",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by file ID",
                "optional": true,
                "nullable": false
              },
              "purpose": {
                "examples": [
                  "user_image",
                  "organization_image",
                  "project_brand_image",
                  "skill_image",
                  "skill_export",
                  "generic",
                  [
                    "user_image",
                    "user_image"
                  ],
                  [
                    "organization_image",
                    "organization_image"
                  ],
                  [
                    "project_brand_image",
                    "project_brand_image"
                  ],
                  [
                    "skill_image",
                    "skill_image"
                  ],
                  [
                    "skill_export",
                    "skill_export"
                  ],
                  [
                    "generic",
                    "generic"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "user_image",
                      "organization_image",
                      "project_brand_image",
                      "skill_image",
                      "skill_export",
                      "generic"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "user_image",
                        "user_image"
                      ],
                      [
                        "organization_image",
                        "organization_image"
                      ],
                      [
                        "project_brand_image",
                        "project_brand_image"
                      ],
                      [
                        "skill_image",
                        "skill_image"
                      ],
                      [
                        "skill_export",
                        "skill_export"
                      ],
                      [
                        "generic",
                        "generic"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "user_image",
                          "organization_image",
                          "project_brand_image",
                          "skill_image",
                          "skill_export",
                          "generic"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by file purpose",
                "optional": true,
                "nullable": false
              },
              "store_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by store ID",
                "optional": true,
                "nullable": false
              },
              "document_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by document ID",
                "optional": true,
                "nullable": false
              },
              "file_link_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Filter by file link ID",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for Filter by creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for Filter by creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter Filter by creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for Filter by update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for Filter by update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter Filter by update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_869",
      "name": "file",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "file",
                "id": "fil_9jKlMnPqRsTuVwXy",
                "status": "active",
                "file_name": "company-logo.png",
                "file_size": 245760,
                "file_type": "image/png",
                "title": "Company Logo",
                "purpose": "organization_logo",
                "created_by": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "file",
                  "id": "fil_9jKlMnPqRsTuVwXy",
                  "status": "active",
                  "file_name": "company-logo.png",
                  "file_size": 245760,
                  "file_type": "image/png",
                  "title": "Company Logo",
                  "purpose": "organization_logo",
                  "created_by": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                },
                {
                  "object": "file",
                  "id": "fil_9jKlMnPqRsTuVwXy",
                  "status": "active",
                  "file_name": "company-logo.png",
                  "file_size": 245760,
                  "file_type": "image/png",
                  "title": "Company Logo",
                  "purpose": "organization_logo",
                  "created_by": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "file",
                    "id": "fil_9jKlMnPqRsTuVwXy",
                    "status": "active",
                    "file_name": "company-logo.png",
                    "file_size": 245760,
                    "file_type": "image/png",
                    "title": "Company Logo",
                    "purpose": "organization_logo",
                    "created_by": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "file"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "fil_9jKlMnPqRsTuVwXy"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The files's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "The files's status",
                    "optional": false,
                    "nullable": false
                  },
                  "file_name": {
                    "examples": [
                      "company-logo.png"
                    ],
                    "type": "string",
                    "name": "file_name",
                    "description": "The file's name",
                    "optional": false,
                    "nullable": false
                  },
                  "file_size": {
                    "examples": [
                      245760
                    ],
                    "type": "number",
                    "name": "file_size",
                    "description": "The file's size in bytes",
                    "optional": false,
                    "nullable": false
                  },
                  "file_type": {
                    "examples": [
                      "image/png"
                    ],
                    "type": "string",
                    "name": "file_type",
                    "description": "The file's MIME type",
                    "optional": false,
                    "nullable": false
                  },
                  "title": {
                    "examples": [
                      "Company Logo"
                    ],
                    "type": "string",
                    "name": "title",
                    "description": "The file's title",
                    "optional": false,
                    "nullable": false
                  },
                  "purpose": {
                    "examples": [
                      "organization_logo"
                    ],
                    "type": "string",
                    "name": "identifier",
                    "description": "The file's purpose identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "created_by": {
                    "examples": [
                      {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "organization_actor",
                          "consumer",
                          "unknown"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "organization_actor": {
                        "examples": [
                          {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "organization.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "omem_5fGhJkLmNpQrStUv"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The organization member's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "member",
                              "machine_access"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The organization member's type",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_id": {
                            "examples": [
                              "org_7hNkPqRsTuVwXyZa"
                            ],
                            "type": "string",
                            "name": "organization_id",
                            "description": "The organization member's organization ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Alex Chen"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The organization member's name",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [
                              "alex.chen@acme.com"
                            ],
                            "type": "string",
                            "name": "email",
                            "description": "The organization member's email",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [
                              "https://avatar-cdn.metorial.com/aimg_1234567890"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "The organization member's image URL",
                            "optional": false,
                            "nullable": false
                          },
                          "teams": {
                            "examples": [
                              [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ],
                                "properties": {
                                  "id": {
                                    "examples": [
                                      "tm_3eFgHjKlMnPqRsTu"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "The team ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Engineering"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "The team name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "slug": {
                                    "examples": [
                                      "engineering"
                                    ],
                                    "type": "string",
                                    "name": "slug",
                                    "description": "The team slug",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "assignment_id": {
                                    "examples": [
                                      "tmas_8jKlMnPqRsTuVwXy"
                                    ],
                                    "type": "string",
                                    "name": "assignment_id",
                                    "description": "The team assignment ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "The team assignment creation date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "The team assignment last update date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "name": "teams",
                                "description": "The teams the actor belongs to",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The organization member's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The organization member's last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer": {
                        "examples": [
                          {
                            "object": "consumer"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The files's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The files's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_871",
      "name": "file",
      "type": {
        "examples": [
          {
            "object": "file",
            "id": "fil_9jKlMnPqRsTuVwXy",
            "status": "active",
            "file_name": "company-logo.png",
            "file_size": 245760,
            "file_type": "image/png",
            "title": "Company Logo",
            "purpose": "organization_logo",
            "created_by": {
              "type": "organization_actor",
              "organization_actor": {
                "object": "organization.actor",
                "id": "omem_5fGhJkLmNpQrStUv",
                "type": "member",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "name": "Alex Chen",
                "email": "alex.chen@acme.com",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                "teams": [
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  },
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  }
                ]
              },
              "consumer": {
                "object": "consumer"
              }
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "file"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "fil_9jKlMnPqRsTuVwXy"
            ],
            "type": "string",
            "name": "id",
            "description": "The files's unique identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "The files's status",
            "optional": false,
            "nullable": false
          },
          "file_name": {
            "examples": [
              "company-logo.png"
            ],
            "type": "string",
            "name": "file_name",
            "description": "The file's name",
            "optional": false,
            "nullable": false
          },
          "file_size": {
            "examples": [
              245760
            ],
            "type": "number",
            "name": "file_size",
            "description": "The file's size in bytes",
            "optional": false,
            "nullable": false
          },
          "file_type": {
            "examples": [
              "image/png"
            ],
            "type": "string",
            "name": "file_type",
            "description": "The file's MIME type",
            "optional": false,
            "nullable": false
          },
          "title": {
            "examples": [
              "Company Logo"
            ],
            "type": "string",
            "name": "title",
            "description": "The file's title",
            "optional": false,
            "nullable": false
          },
          "purpose": {
            "examples": [
              "organization_logo"
            ],
            "type": "string",
            "name": "identifier",
            "description": "The file's purpose identifier",
            "optional": false,
            "nullable": false
          },
          "created_by": {
            "examples": [
              {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "organization_actor",
                  "consumer",
                  "unknown"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "organization_actor": {
                "examples": [
                  {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "omem_5fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization member's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "member",
                      "machine_access"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization member's type",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization member's organization ID",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization member's name",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The organization member's email",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization member's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "teams": {
                    "examples": [
                      [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ],
                        "properties": {
                          "id": {
                            "examples": [
                              "tm_3eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The team ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Engineering"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The team name",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "engineering"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "The team slug",
                            "optional": false,
                            "nullable": false
                          },
                          "assignment_id": {
                            "examples": [
                              "tmas_8jKlMnPqRsTuVwXy"
                            ],
                            "type": "string",
                            "name": "assignment_id",
                            "description": "The team assignment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The team assignment creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The team assignment last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "teams",
                        "description": "The teams the actor belongs to",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization member's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization member's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "consumer": {
                "examples": [
                  {
                    "object": "consumer"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "consumer"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "name": "created_at",
            "description": "The files's creation date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "name": "updated_at",
            "description": "The files's last update date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_873",
      "name": "file",
      "type": {
        "examples": [
          {
            "object": "file",
            "id": "fil_9jKlMnPqRsTuVwXy",
            "status": "active",
            "file_name": "company-logo.png",
            "file_size": 245760,
            "file_type": "image/png",
            "title": "Company Logo",
            "purpose": "organization_logo",
            "created_by": {
              "type": "organization_actor",
              "organization_actor": {
                "object": "organization.actor",
                "id": "omem_5fGhJkLmNpQrStUv",
                "type": "member",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "name": "Alex Chen",
                "email": "alex.chen@acme.com",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                "teams": [
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  },
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  }
                ]
              },
              "consumer": {
                "object": "consumer"
              }
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "file"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "fil_9jKlMnPqRsTuVwXy"
            ],
            "type": "string",
            "name": "id",
            "description": "The files's unique identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "The files's status",
            "optional": false,
            "nullable": false
          },
          "file_name": {
            "examples": [
              "company-logo.png"
            ],
            "type": "string",
            "name": "file_name",
            "description": "The file's name",
            "optional": false,
            "nullable": false
          },
          "file_size": {
            "examples": [
              245760
            ],
            "type": "number",
            "name": "file_size",
            "description": "The file's size in bytes",
            "optional": false,
            "nullable": false
          },
          "file_type": {
            "examples": [
              "image/png"
            ],
            "type": "string",
            "name": "file_type",
            "description": "The file's MIME type",
            "optional": false,
            "nullable": false
          },
          "title": {
            "examples": [
              "Company Logo"
            ],
            "type": "string",
            "name": "title",
            "description": "The file's title",
            "optional": false,
            "nullable": false
          },
          "purpose": {
            "examples": [
              "organization_logo"
            ],
            "type": "string",
            "name": "identifier",
            "description": "The file's purpose identifier",
            "optional": false,
            "nullable": false
          },
          "created_by": {
            "examples": [
              {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "organization_actor",
                  "consumer",
                  "unknown"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "organization_actor": {
                "examples": [
                  {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "omem_5fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization member's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "member",
                      "machine_access"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization member's type",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization member's organization ID",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization member's name",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The organization member's email",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization member's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "teams": {
                    "examples": [
                      [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ],
                        "properties": {
                          "id": {
                            "examples": [
                              "tm_3eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The team ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Engineering"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The team name",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "engineering"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "The team slug",
                            "optional": false,
                            "nullable": false
                          },
                          "assignment_id": {
                            "examples": [
                              "tmas_8jKlMnPqRsTuVwXy"
                            ],
                            "type": "string",
                            "name": "assignment_id",
                            "description": "The team assignment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The team assignment creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The team assignment last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "teams",
                        "description": "The teams the actor belongs to",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization member's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization member's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "consumer": {
                "examples": [
                  {
                    "object": "consumer"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "consumer"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "name": "created_at",
            "description": "The files's creation date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "name": "updated_at",
            "description": "The files's last update date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_876",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {
              "file_id": {
                "examples": [],
                "type": "string",
                "description": "Filter by file ID",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_877",
      "name": "fileLink",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "file.file_link",
                "id": "flk_5mNpQrStUvWxYzAb",
                "file_id": "fil_9jKlMnPqRsTuVwXy",
                "url": "https://files.metorial.com/files/fil_9jKlMnPqRsTuVwXy/a8f3k2m9"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "file.file_link",
                  "id": "flk_5mNpQrStUvWxYzAb",
                  "file_id": "fil_9jKlMnPqRsTuVwXy",
                  "url": "https://files.metorial.com/files/fil_9jKlMnPqRsTuVwXy/a8f3k2m9"
                },
                {
                  "object": "file.file_link",
                  "id": "flk_5mNpQrStUvWxYzAb",
                  "file_id": "fil_9jKlMnPqRsTuVwXy",
                  "url": "https://files.metorial.com/files/fil_9jKlMnPqRsTuVwXy/a8f3k2m9"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "file.file_link",
                    "id": "flk_5mNpQrStUvWxYzAb",
                    "file_id": "fil_9jKlMnPqRsTuVwXy",
                    "url": "https://files.metorial.com/files/fil_9jKlMnPqRsTuVwXy/a8f3k2m9"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "file.file_link"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "flk_5mNpQrStUvWxYzAb"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The links's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "file_id": {
                    "examples": [
                      "fil_9jKlMnPqRsTuVwXy"
                    ],
                    "type": "string",
                    "name": "file_id",
                    "description": "The file's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "url": {
                    "examples": [
                      "https://files.metorial.com/files/fil_9jKlMnPqRsTuVwXy/a8f3k2m9"
                    ],
                    "type": "string",
                    "name": "url",
                    "description": "The file's public URL",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The links's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "expires_at": {
                    "examples": [],
                    "type": "date",
                    "name": "expires_at",
                    "description": "The file's expiration date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_879",
      "name": "fileLink",
      "type": {
        "examples": [
          {
            "object": "file.file_link",
            "id": "flk_5mNpQrStUvWxYzAb",
            "file_id": "fil_9jKlMnPqRsTuVwXy",
            "url": "https://files.metorial.com/files/fil_9jKlMnPqRsTuVwXy/a8f3k2m9"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "file.file_link"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "flk_5mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "id",
            "description": "The links's unique identifier",
            "optional": false,
            "nullable": false
          },
          "file_id": {
            "examples": [
              "fil_9jKlMnPqRsTuVwXy"
            ],
            "type": "string",
            "name": "file_id",
            "description": "The file's unique identifier",
            "optional": false,
            "nullable": false
          },
          "url": {
            "examples": [
              "https://files.metorial.com/files/fil_9jKlMnPqRsTuVwXy/a8f3k2m9"
            ],
            "type": "string",
            "name": "url",
            "description": "The file's public URL",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "name": "created_at",
            "description": "The links's creation date",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "name": "expires_at",
            "description": "The file's expiration date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_881",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "file_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_882",
      "name": "fileLink",
      "type": {
        "examples": [
          {
            "object": "file.file_link",
            "id": "flk_5mNpQrStUvWxYzAb",
            "file_id": "fil_9jKlMnPqRsTuVwXy",
            "url": "https://files.metorial.com/files/fil_9jKlMnPqRsTuVwXy/a8f3k2m9"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "file.file_link"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "flk_5mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "id",
            "description": "The links's unique identifier",
            "optional": false,
            "nullable": false
          },
          "file_id": {
            "examples": [
              "fil_9jKlMnPqRsTuVwXy"
            ],
            "type": "string",
            "name": "file_id",
            "description": "The file's unique identifier",
            "optional": false,
            "nullable": false
          },
          "url": {
            "examples": [
              "https://files.metorial.com/files/fil_9jKlMnPqRsTuVwXy/a8f3k2m9"
            ],
            "type": "string",
            "name": "url",
            "description": "The file's public URL",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "name": "created_at",
            "description": "The links's creation date",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "name": "expires_at",
            "description": "The file's expiration date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_884",
      "name": "fileLink",
      "type": {
        "examples": [
          {
            "object": "file.file_link",
            "id": "flk_5mNpQrStUvWxYzAb",
            "file_id": "fil_9jKlMnPqRsTuVwXy",
            "url": "https://files.metorial.com/files/fil_9jKlMnPqRsTuVwXy/a8f3k2m9"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "file.file_link"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "flk_5mNpQrStUvWxYzAb"
            ],
            "type": "string",
            "name": "id",
            "description": "The links's unique identifier",
            "optional": false,
            "nullable": false
          },
          "file_id": {
            "examples": [
              "fil_9jKlMnPqRsTuVwXy"
            ],
            "type": "string",
            "name": "file_id",
            "description": "The file's unique identifier",
            "optional": false,
            "nullable": false
          },
          "url": {
            "examples": [
              "https://files.metorial.com/files/fil_9jKlMnPqRsTuVwXy/a8f3k2m9"
            ],
            "type": "string",
            "name": "url",
            "description": "The file's public URL",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "name": "created_at",
            "description": "The links's creation date",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "name": "expires_at",
            "description": "The file's expiration date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_887",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "allow_scripts": {
            "examples": [],
            "type": "boolean",
            "optional": true,
            "nullable": false
          },
          "allowed_file_extensions": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": true
          },
          "allow_non_standard_directories": {
            "examples": [],
            "type": "boolean",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_888",
      "name": "skillConfiguration",
      "type": {
        "examples": [
          {
            "object": "skill.configuration"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.configuration"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "allow_scripts": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "allowed_file_extensions": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "allow_non_standard_directories": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "deleted_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_890",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {},
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_891",
      "name": "skillConfiguration",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "skill.configuration"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "skill.configuration"
                },
                {
                  "object": "skill.configuration"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.configuration"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.configuration"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "allow_scripts": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "allowed_file_extensions": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "allow_non_standard_directories": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "deleted_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_893",
      "name": "skillConfiguration",
      "type": {
        "examples": [
          {
            "object": "skill.configuration"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.configuration"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "allow_scripts": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "allowed_file_extensions": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "allow_non_standard_directories": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "deleted_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_895",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "allow_scripts": {
            "examples": [],
            "type": "boolean",
            "optional": true,
            "nullable": false
          },
          "allowed_file_extensions": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": true
          },
          "allow_non_standard_directories": {
            "examples": [],
            "type": "boolean",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_896",
      "name": "skillConfiguration",
      "type": {
        "examples": [
          {
            "object": "skill.configuration"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.configuration"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "allow_scripts": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "allowed_file_extensions": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "allow_non_standard_directories": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "deleted_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_898",
      "name": "skillConfiguration",
      "type": {
        "examples": [
          {
            "object": "skill.configuration"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.configuration"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "allow_scripts": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "allowed_file_extensions": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "allow_non_standard_directories": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "deleted_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_901",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "skill_group_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for skill creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for skill creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter skill creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for skill last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for skill last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter skill last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_902",
      "name": "skill",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "skill",
                "status": "active",
                "client_metadata": {},
                "metadata": {},
                "hierarchy": {
                  "object": "skill.hierarchy",
                  "type": "root",
                  "creator": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  },
                  "fork": {
                    "creator": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    },
                    "original_creator": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  },
                  "entity": {
                    "object": "skill.entity"
                  }
                },
                "integrations": [
                  {
                    "object": "integration#preview",
                    "metadata": {},
                    "configuration": {}
                  },
                  {
                    "object": "integration#preview",
                    "metadata": {},
                    "configuration": {}
                  }
                ],
                "providers": [
                  {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ]
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "skill",
                  "status": "active",
                  "client_metadata": {},
                  "metadata": {},
                  "hierarchy": {
                    "object": "skill.hierarchy",
                    "type": "root",
                    "creator": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    },
                    "fork": {
                      "creator": {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      },
                      "original_creator": {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    },
                    "entity": {
                      "object": "skill.entity"
                    }
                  },
                  "integrations": [
                    {
                      "object": "integration#preview",
                      "metadata": {},
                      "configuration": {}
                    },
                    {
                      "object": "integration#preview",
                      "metadata": {},
                      "configuration": {}
                    }
                  ],
                  "providers": [
                    {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  ]
                },
                {
                  "object": "skill",
                  "status": "active",
                  "client_metadata": {},
                  "metadata": {},
                  "hierarchy": {
                    "object": "skill.hierarchy",
                    "type": "root",
                    "creator": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    },
                    "fork": {
                      "creator": {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      },
                      "original_creator": {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    },
                    "entity": {
                      "object": "skill.entity"
                    }
                  },
                  "integrations": [
                    {
                      "object": "integration#preview",
                      "metadata": {},
                      "configuration": {}
                    },
                    {
                      "object": "integration#preview",
                      "metadata": {},
                      "configuration": {}
                    }
                  ],
                  "providers": [
                    {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill",
                    "status": "active",
                    "client_metadata": {},
                    "metadata": {},
                    "hierarchy": {
                      "object": "skill.hierarchy",
                      "type": "root",
                      "creator": {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      },
                      "fork": {
                        "creator": {
                          "type": "organization_actor",
                          "organization_actor": {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          },
                          "consumer": {
                            "object": "consumer"
                          }
                        },
                        "original_creator": {
                          "type": "organization_actor",
                          "organization_actor": {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          },
                          "consumer": {
                            "object": "consumer"
                          }
                        }
                      },
                      "entity": {
                        "object": "skill.entity"
                      }
                    },
                    "integrations": [
                      {
                        "object": "integration#preview",
                        "metadata": {},
                        "configuration": {}
                      },
                      {
                        "object": "integration#preview",
                        "metadata": {},
                        "configuration": {}
                      }
                    ],
                    "providers": [
                      {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "client_name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "client_description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "client_metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "license": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "compatibility": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": false
                  },
                  "store_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "hierarchy": {
                    "examples": [
                      {
                        "object": "skill.hierarchy",
                        "type": "root",
                        "creator": {
                          "type": "organization_actor",
                          "organization_actor": {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          },
                          "consumer": {
                            "object": "consumer"
                          }
                        },
                        "fork": {
                          "creator": {
                            "type": "organization_actor",
                            "organization_actor": {
                              "object": "organization.actor",
                              "id": "omem_5fGhJkLmNpQrStUv",
                              "type": "member",
                              "organization_id": "org_7hNkPqRsTuVwXyZa",
                              "name": "Alex Chen",
                              "email": "alex.chen@acme.com",
                              "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                              "teams": [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            },
                            "consumer": {
                              "object": "consumer"
                            }
                          },
                          "original_creator": {
                            "type": "organization_actor",
                            "organization_actor": {
                              "object": "organization.actor",
                              "id": "omem_5fGhJkLmNpQrStUv",
                              "type": "member",
                              "organization_id": "org_7hNkPqRsTuVwXyZa",
                              "name": "Alex Chen",
                              "email": "alex.chen@acme.com",
                              "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                              "teams": [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            },
                            "consumer": {
                              "object": "consumer"
                            }
                          }
                        },
                        "entity": {
                          "object": "skill.entity"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.hierarchy"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "root",
                          "fork",
                          "duplicated"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "parent_skill_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "creator": {
                        "examples": [
                          {
                            "type": "organization_actor",
                            "organization_actor": {
                              "object": "organization.actor",
                              "id": "omem_5fGhJkLmNpQrStUv",
                              "type": "member",
                              "organization_id": "org_7hNkPqRsTuVwXyZa",
                              "name": "Alex Chen",
                              "email": "alex.chen@acme.com",
                              "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                              "teams": [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            },
                            "consumer": {
                              "object": "consumer"
                            }
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "organization_actor",
                              "consumer",
                              "unknown"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "organization_actor": {
                            "examples": [
                              {
                                "object": "organization.actor",
                                "id": "omem_5fGhJkLmNpQrStUv",
                                "type": "member",
                                "organization_id": "org_7hNkPqRsTuVwXyZa",
                                "name": "Alex Chen",
                                "email": "alex.chen@acme.com",
                                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                                "teams": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  },
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ]
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "organization.actor"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "omem_5fGhJkLmNpQrStUv"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "The organization member's unique identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "member",
                                  "machine_access"
                                ],
                                "type": "enum",
                                "name": "type",
                                "description": "The organization member's type",
                                "optional": false,
                                "nullable": false
                              },
                              "organization_id": {
                                "examples": [
                                  "org_7hNkPqRsTuVwXyZa"
                                ],
                                "type": "string",
                                "name": "organization_id",
                                "description": "The organization member's organization ID",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Alex Chen"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "The organization member's name",
                                "optional": false,
                                "nullable": false
                              },
                              "email": {
                                "examples": [
                                  "alex.chen@acme.com"
                                ],
                                "type": "string",
                                "name": "email",
                                "description": "The organization member's email",
                                "optional": false,
                                "nullable": true
                              },
                              "image_url": {
                                "examples": [
                                  "https://avatar-cdn.metorial.com/aimg_1234567890"
                                ],
                                "type": "string",
                                "name": "image_url",
                                "description": "The organization member's image URL",
                                "optional": false,
                                "nullable": false
                              },
                              "teams": {
                                "examples": [
                                  [
                                    {
                                      "id": "tm_3eFgHjKlMnPqRsTu",
                                      "name": "Engineering",
                                      "slug": "engineering",
                                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                    },
                                    {
                                      "id": "tm_3eFgHjKlMnPqRsTu",
                                      "name": "Engineering",
                                      "slug": "engineering",
                                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "id": "tm_3eFgHjKlMnPqRsTu",
                                        "name": "Engineering",
                                        "slug": "engineering",
                                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                      }
                                    ],
                                    "properties": {
                                      "id": {
                                        "examples": [
                                          "tm_3eFgHjKlMnPqRsTu"
                                        ],
                                        "type": "string",
                                        "name": "id",
                                        "description": "The team ID",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "name": {
                                        "examples": [
                                          "Engineering"
                                        ],
                                        "type": "string",
                                        "name": "name",
                                        "description": "The team name",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "slug": {
                                        "examples": [
                                          "engineering"
                                        ],
                                        "type": "string",
                                        "name": "slug",
                                        "description": "The team slug",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "assignment_id": {
                                        "examples": [
                                          "tmas_8jKlMnPqRsTuVwXy"
                                        ],
                                        "type": "string",
                                        "name": "assignment_id",
                                        "description": "The team assignment ID",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "created_at": {
                                        "examples": [],
                                        "type": "date",
                                        "name": "created_at",
                                        "description": "The team assignment creation date",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "updated_at": {
                                        "examples": [],
                                        "type": "date",
                                        "name": "updated_at",
                                        "description": "The team assignment last update date",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "name": "teams",
                                    "description": "The teams the actor belongs to",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "The organization member's creation date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "name": "updated_at",
                                "description": "The organization member's last update date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "consumer": {
                            "examples": [
                              {
                                "object": "consumer"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "consumer"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "email": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "image_url": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "fork": {
                        "examples": [
                          {
                            "creator": {
                              "type": "organization_actor",
                              "organization_actor": {
                                "object": "organization.actor",
                                "id": "omem_5fGhJkLmNpQrStUv",
                                "type": "member",
                                "organization_id": "org_7hNkPqRsTuVwXyZa",
                                "name": "Alex Chen",
                                "email": "alex.chen@acme.com",
                                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                                "teams": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  },
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ]
                              },
                              "consumer": {
                                "object": "consumer"
                              }
                            },
                            "original_creator": {
                              "type": "organization_actor",
                              "organization_actor": {
                                "object": "organization.actor",
                                "id": "omem_5fGhJkLmNpQrStUv",
                                "type": "member",
                                "organization_id": "org_7hNkPqRsTuVwXyZa",
                                "name": "Alex Chen",
                                "email": "alex.chen@acme.com",
                                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                                "teams": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  },
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ]
                              },
                              "consumer": {
                                "object": "consumer"
                              }
                            }
                          }
                        ],
                        "properties": {
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "parent_skill_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "creator": {
                            "examples": [
                              {
                                "type": "organization_actor",
                                "organization_actor": {
                                  "object": "organization.actor",
                                  "id": "omem_5fGhJkLmNpQrStUv",
                                  "type": "member",
                                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                                  "name": "Alex Chen",
                                  "email": "alex.chen@acme.com",
                                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                                  "teams": [
                                    {
                                      "id": "tm_3eFgHjKlMnPqRsTu",
                                      "name": "Engineering",
                                      "slug": "engineering",
                                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                    },
                                    {
                                      "id": "tm_3eFgHjKlMnPqRsTu",
                                      "name": "Engineering",
                                      "slug": "engineering",
                                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                    }
                                  ]
                                },
                                "consumer": {
                                  "object": "consumer"
                                }
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "organization_actor",
                                  "consumer",
                                  "unknown"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "image_url": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "email": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "organization_actor": {
                                "examples": [
                                  {
                                    "object": "organization.actor",
                                    "id": "omem_5fGhJkLmNpQrStUv",
                                    "type": "member",
                                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                                    "name": "Alex Chen",
                                    "email": "alex.chen@acme.com",
                                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                                    "teams": [
                                      {
                                        "id": "tm_3eFgHjKlMnPqRsTu",
                                        "name": "Engineering",
                                        "slug": "engineering",
                                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                      },
                                      {
                                        "id": "tm_3eFgHjKlMnPqRsTu",
                                        "name": "Engineering",
                                        "slug": "engineering",
                                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                      }
                                    ]
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "organization.actor"
                                    ],
                                    "type": "literal",
                                    "description": "String representing the object's type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [
                                      "omem_5fGhJkLmNpQrStUv"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "The organization member's unique identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "type": {
                                    "examples": [
                                      "member",
                                      "machine_access"
                                    ],
                                    "type": "enum",
                                    "name": "type",
                                    "description": "The organization member's type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "organization_id": {
                                    "examples": [
                                      "org_7hNkPqRsTuVwXyZa"
                                    ],
                                    "type": "string",
                                    "name": "organization_id",
                                    "description": "The organization member's organization ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Alex Chen"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "The organization member's name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "email": {
                                    "examples": [
                                      "alex.chen@acme.com"
                                    ],
                                    "type": "string",
                                    "name": "email",
                                    "description": "The organization member's email",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "image_url": {
                                    "examples": [
                                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                                    ],
                                    "type": "string",
                                    "name": "image_url",
                                    "description": "The organization member's image URL",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "teams": {
                                    "examples": [
                                      [
                                        {
                                          "id": "tm_3eFgHjKlMnPqRsTu",
                                          "name": "Engineering",
                                          "slug": "engineering",
                                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                        },
                                        {
                                          "id": "tm_3eFgHjKlMnPqRsTu",
                                          "name": "Engineering",
                                          "slug": "engineering",
                                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                        }
                                      ]
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "id": "tm_3eFgHjKlMnPqRsTu",
                                            "name": "Engineering",
                                            "slug": "engineering",
                                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                          }
                                        ],
                                        "properties": {
                                          "id": {
                                            "examples": [
                                              "tm_3eFgHjKlMnPqRsTu"
                                            ],
                                            "type": "string",
                                            "name": "id",
                                            "description": "The team ID",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "name": {
                                            "examples": [
                                              "Engineering"
                                            ],
                                            "type": "string",
                                            "name": "name",
                                            "description": "The team name",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "slug": {
                                            "examples": [
                                              "engineering"
                                            ],
                                            "type": "string",
                                            "name": "slug",
                                            "description": "The team slug",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "assignment_id": {
                                            "examples": [
                                              "tmas_8jKlMnPqRsTuVwXy"
                                            ],
                                            "type": "string",
                                            "name": "assignment_id",
                                            "description": "The team assignment ID",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "created_at": {
                                            "examples": [],
                                            "type": "date",
                                            "name": "created_at",
                                            "description": "The team assignment creation date",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "updated_at": {
                                            "examples": [],
                                            "type": "date",
                                            "name": "updated_at",
                                            "description": "The team assignment last update date",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "name": "teams",
                                        "description": "The teams the actor belongs to",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "The organization member's creation date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "The organization member's last update date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": true
                              },
                              "consumer": {
                                "examples": [
                                  {
                                    "object": "consumer"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "consumer"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "email": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "image_url": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "original_creator": {
                            "examples": [
                              {
                                "type": "organization_actor",
                                "organization_actor": {
                                  "object": "organization.actor",
                                  "id": "omem_5fGhJkLmNpQrStUv",
                                  "type": "member",
                                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                                  "name": "Alex Chen",
                                  "email": "alex.chen@acme.com",
                                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                                  "teams": [
                                    {
                                      "id": "tm_3eFgHjKlMnPqRsTu",
                                      "name": "Engineering",
                                      "slug": "engineering",
                                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                    },
                                    {
                                      "id": "tm_3eFgHjKlMnPqRsTu",
                                      "name": "Engineering",
                                      "slug": "engineering",
                                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                    }
                                  ]
                                },
                                "consumer": {
                                  "object": "consumer"
                                }
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "organization_actor",
                                  "consumer",
                                  "unknown"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "image_url": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "email": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "organization_actor": {
                                "examples": [
                                  {
                                    "object": "organization.actor",
                                    "id": "omem_5fGhJkLmNpQrStUv",
                                    "type": "member",
                                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                                    "name": "Alex Chen",
                                    "email": "alex.chen@acme.com",
                                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                                    "teams": [
                                      {
                                        "id": "tm_3eFgHjKlMnPqRsTu",
                                        "name": "Engineering",
                                        "slug": "engineering",
                                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                      },
                                      {
                                        "id": "tm_3eFgHjKlMnPqRsTu",
                                        "name": "Engineering",
                                        "slug": "engineering",
                                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                      }
                                    ]
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "organization.actor"
                                    ],
                                    "type": "literal",
                                    "description": "String representing the object's type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [
                                      "omem_5fGhJkLmNpQrStUv"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "The organization member's unique identifier",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "type": {
                                    "examples": [
                                      "member",
                                      "machine_access"
                                    ],
                                    "type": "enum",
                                    "name": "type",
                                    "description": "The organization member's type",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "organization_id": {
                                    "examples": [
                                      "org_7hNkPqRsTuVwXyZa"
                                    ],
                                    "type": "string",
                                    "name": "organization_id",
                                    "description": "The organization member's organization ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Alex Chen"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "The organization member's name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "email": {
                                    "examples": [
                                      "alex.chen@acme.com"
                                    ],
                                    "type": "string",
                                    "name": "email",
                                    "description": "The organization member's email",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "image_url": {
                                    "examples": [
                                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                                    ],
                                    "type": "string",
                                    "name": "image_url",
                                    "description": "The organization member's image URL",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "teams": {
                                    "examples": [
                                      [
                                        {
                                          "id": "tm_3eFgHjKlMnPqRsTu",
                                          "name": "Engineering",
                                          "slug": "engineering",
                                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                        },
                                        {
                                          "id": "tm_3eFgHjKlMnPqRsTu",
                                          "name": "Engineering",
                                          "slug": "engineering",
                                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                        }
                                      ]
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "id": "tm_3eFgHjKlMnPqRsTu",
                                            "name": "Engineering",
                                            "slug": "engineering",
                                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                          }
                                        ],
                                        "properties": {
                                          "id": {
                                            "examples": [
                                              "tm_3eFgHjKlMnPqRsTu"
                                            ],
                                            "type": "string",
                                            "name": "id",
                                            "description": "The team ID",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "name": {
                                            "examples": [
                                              "Engineering"
                                            ],
                                            "type": "string",
                                            "name": "name",
                                            "description": "The team name",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "slug": {
                                            "examples": [
                                              "engineering"
                                            ],
                                            "type": "string",
                                            "name": "slug",
                                            "description": "The team slug",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "assignment_id": {
                                            "examples": [
                                              "tmas_8jKlMnPqRsTuVwXy"
                                            ],
                                            "type": "string",
                                            "name": "assignment_id",
                                            "description": "The team assignment ID",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "created_at": {
                                            "examples": [],
                                            "type": "date",
                                            "name": "created_at",
                                            "description": "The team assignment creation date",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "updated_at": {
                                            "examples": [],
                                            "type": "date",
                                            "name": "updated_at",
                                            "description": "The team assignment last update date",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "name": "teams",
                                        "description": "The teams the actor belongs to",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "The organization member's creation date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "The organization member's last update date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": true
                              },
                              "consumer": {
                                "examples": [
                                  {
                                    "object": "consumer"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "consumer"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "email": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "image_url": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "entity": {
                        "examples": [
                          {
                            "object": "skill.entity"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "skill.entity"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "parent_skill_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "integrations": {
                    "examples": [
                      [
                        {
                          "object": "integration#preview",
                          "metadata": {},
                          "configuration": {}
                        },
                        {
                          "object": "integration#preview",
                          "metadata": {},
                          "configuration": {}
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "integration#preview",
                            "metadata": {},
                            "configuration": {}
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "integration#preview"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "optional": false,
                            "nullable": true
                          },
                          "configuration": {
                            "examples": [
                              {}
                            ],
                            "properties": {
                              "can_attach_custom_tool_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              },
                              "can_attach_custom_provider_config": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              },
                              "can_override_tool_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              },
                              "use_integration_name_in_tool_names": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "archived_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "providers": {
                    "examples": [
                      [
                        {
                          "object": "provider#preview",
                          "id": "pro_5gHjKlMnPqRsTuVw",
                          "name": "GitHub",
                          "description": "Connect to GitHub repositories, issues, and pull requests",
                          "slug": "github",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        {
                          "object": "provider#preview",
                          "id": "pro_5gHjKlMnPqRsTuVw",
                          "name": "GitHub",
                          "description": "Connect to GitHub repositories, issues, and pull requests",
                          "slug": "github",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "provider#preview",
                            "id": "pro_5gHjKlMnPqRsTuVw",
                            "name": "GitHub",
                            "description": "Connect to GitHub repositories, issues, and pull requests",
                            "slug": "github",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique provider identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "GitHub"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the provider",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Connect to GitHub repositories, issues, and pull requests"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Brief description of the provider",
                            "optional": false,
                            "nullable": true
                          },
                          "slug": {
                            "examples": [
                              "github"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "URL-friendly identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when the provider was created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when the provider was last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_904",
      "name": "skill",
      "type": {
        "examples": [
          {
            "object": "skill",
            "status": "active",
            "client_metadata": {},
            "metadata": {},
            "hierarchy": {
              "object": "skill.hierarchy",
              "type": "root",
              "creator": {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              },
              "fork": {
                "creator": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                },
                "original_creator": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                }
              },
              "entity": {
                "object": "skill.entity"
              }
            },
            "integrations": [
              {
                "object": "integration#preview",
                "metadata": {},
                "configuration": {}
              },
              {
                "object": "integration#preview",
                "metadata": {},
                "configuration": {}
              }
            ],
            "providers": [
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "image_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "client_name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "client_description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "client_metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "license": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "compatibility": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "store_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "hierarchy": {
            "examples": [
              {
                "object": "skill.hierarchy",
                "type": "root",
                "creator": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                },
                "fork": {
                  "creator": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  },
                  "original_creator": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                },
                "entity": {
                  "object": "skill.entity"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "skill.hierarchy"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "root",
                  "fork",
                  "duplicated"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "parent_skill_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "creator": {
                "examples": [
                  {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "organization_actor",
                      "consumer",
                      "unknown"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "organization_actor": {
                    "examples": [
                      {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "organization.actor"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "omem_5fGhJkLmNpQrStUv"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The organization member's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "member",
                          "machine_access"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "The organization member's type",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_id": {
                        "examples": [
                          "org_7hNkPqRsTuVwXyZa"
                        ],
                        "type": "string",
                        "name": "organization_id",
                        "description": "The organization member's organization ID",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Alex Chen"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "The organization member's name",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [
                          "alex.chen@acme.com"
                        ],
                        "type": "string",
                        "name": "email",
                        "description": "The organization member's email",
                        "optional": false,
                        "nullable": true
                      },
                      "image_url": {
                        "examples": [
                          "https://avatar-cdn.metorial.com/aimg_1234567890"
                        ],
                        "type": "string",
                        "name": "image_url",
                        "description": "The organization member's image URL",
                        "optional": false,
                        "nullable": false
                      },
                      "teams": {
                        "examples": [
                          [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ],
                            "properties": {
                              "id": {
                                "examples": [
                                  "tm_3eFgHjKlMnPqRsTu"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "The team ID",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Engineering"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "The team name",
                                "optional": false,
                                "nullable": false
                              },
                              "slug": {
                                "examples": [
                                  "engineering"
                                ],
                                "type": "string",
                                "name": "slug",
                                "description": "The team slug",
                                "optional": false,
                                "nullable": false
                              },
                              "assignment_id": {
                                "examples": [
                                  "tmas_8jKlMnPqRsTuVwXy"
                                ],
                                "type": "string",
                                "name": "assignment_id",
                                "description": "The team assignment ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "The team assignment creation date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "name": "updated_at",
                                "description": "The team assignment last update date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "name": "teams",
                            "description": "The teams the actor belongs to",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "The organization member's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The organization member's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer": {
                    "examples": [
                      {
                        "object": "consumer"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "fork": {
                "examples": [
                  {
                    "creator": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    },
                    "original_creator": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  }
                ],
                "properties": {
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "parent_skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "creator": {
                    "examples": [
                      {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "organization_actor",
                          "consumer",
                          "unknown"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "organization_actor": {
                        "examples": [
                          {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "organization.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "omem_5fGhJkLmNpQrStUv"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The organization member's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "member",
                              "machine_access"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The organization member's type",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_id": {
                            "examples": [
                              "org_7hNkPqRsTuVwXyZa"
                            ],
                            "type": "string",
                            "name": "organization_id",
                            "description": "The organization member's organization ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Alex Chen"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The organization member's name",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [
                              "alex.chen@acme.com"
                            ],
                            "type": "string",
                            "name": "email",
                            "description": "The organization member's email",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [
                              "https://avatar-cdn.metorial.com/aimg_1234567890"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "The organization member's image URL",
                            "optional": false,
                            "nullable": false
                          },
                          "teams": {
                            "examples": [
                              [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ],
                                "properties": {
                                  "id": {
                                    "examples": [
                                      "tm_3eFgHjKlMnPqRsTu"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "The team ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Engineering"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "The team name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "slug": {
                                    "examples": [
                                      "engineering"
                                    ],
                                    "type": "string",
                                    "name": "slug",
                                    "description": "The team slug",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "assignment_id": {
                                    "examples": [
                                      "tmas_8jKlMnPqRsTuVwXy"
                                    ],
                                    "type": "string",
                                    "name": "assignment_id",
                                    "description": "The team assignment ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "The team assignment creation date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "The team assignment last update date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "name": "teams",
                                "description": "The teams the actor belongs to",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The organization member's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The organization member's last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer": {
                        "examples": [
                          {
                            "object": "consumer"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "original_creator": {
                    "examples": [
                      {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "organization_actor",
                          "consumer",
                          "unknown"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "organization_actor": {
                        "examples": [
                          {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "organization.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "omem_5fGhJkLmNpQrStUv"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The organization member's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "member",
                              "machine_access"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The organization member's type",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_id": {
                            "examples": [
                              "org_7hNkPqRsTuVwXyZa"
                            ],
                            "type": "string",
                            "name": "organization_id",
                            "description": "The organization member's organization ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Alex Chen"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The organization member's name",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [
                              "alex.chen@acme.com"
                            ],
                            "type": "string",
                            "name": "email",
                            "description": "The organization member's email",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [
                              "https://avatar-cdn.metorial.com/aimg_1234567890"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "The organization member's image URL",
                            "optional": false,
                            "nullable": false
                          },
                          "teams": {
                            "examples": [
                              [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ],
                                "properties": {
                                  "id": {
                                    "examples": [
                                      "tm_3eFgHjKlMnPqRsTu"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "The team ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Engineering"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "The team name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "slug": {
                                    "examples": [
                                      "engineering"
                                    ],
                                    "type": "string",
                                    "name": "slug",
                                    "description": "The team slug",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "assignment_id": {
                                    "examples": [
                                      "tmas_8jKlMnPqRsTuVwXy"
                                    ],
                                    "type": "string",
                                    "name": "assignment_id",
                                    "description": "The team assignment ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "The team assignment creation date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "The team assignment last update date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "name": "teams",
                                "description": "The teams the actor belongs to",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The organization member's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The organization member's last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer": {
                        "examples": [
                          {
                            "object": "consumer"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "entity": {
                "examples": [
                  {
                    "object": "skill.entity"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.entity"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "parent_skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "integrations": {
            "examples": [
              [
                {
                  "object": "integration#preview",
                  "metadata": {},
                  "configuration": {}
                },
                {
                  "object": "integration#preview",
                  "metadata": {},
                  "configuration": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration#preview",
                    "metadata": {},
                    "configuration": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "configuration": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "can_attach_custom_tool_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "can_attach_custom_provider_config": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "can_override_tool_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "use_integration_name_in_tool_names": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "GitHub"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Connect to GitHub repositories, issues, and pull requests"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Brief description of the provider",
                    "optional": false,
                    "nullable": true
                  },
                  "slug": {
                    "examples": [
                      "github"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "URL-friendly identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the provider was created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the provider was last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_906",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {},
            "client_metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          },
          "client_name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "client_description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "license": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "compatibility": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "client_metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          },
          "image_file_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "template_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "skill_group_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_907",
      "name": "skill",
      "type": {
        "examples": [
          {
            "object": "skill",
            "status": "active",
            "client_metadata": {},
            "metadata": {},
            "hierarchy": {
              "object": "skill.hierarchy",
              "type": "root",
              "creator": {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              },
              "fork": {
                "creator": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                },
                "original_creator": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                }
              },
              "entity": {
                "object": "skill.entity"
              }
            },
            "integrations": [
              {
                "object": "integration#preview",
                "metadata": {},
                "configuration": {}
              },
              {
                "object": "integration#preview",
                "metadata": {},
                "configuration": {}
              }
            ],
            "providers": [
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "image_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "client_name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "client_description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "client_metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "license": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "compatibility": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "store_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "hierarchy": {
            "examples": [
              {
                "object": "skill.hierarchy",
                "type": "root",
                "creator": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                },
                "fork": {
                  "creator": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  },
                  "original_creator": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                },
                "entity": {
                  "object": "skill.entity"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "skill.hierarchy"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "root",
                  "fork",
                  "duplicated"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "parent_skill_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "creator": {
                "examples": [
                  {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "organization_actor",
                      "consumer",
                      "unknown"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "organization_actor": {
                    "examples": [
                      {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "organization.actor"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "omem_5fGhJkLmNpQrStUv"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The organization member's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "member",
                          "machine_access"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "The organization member's type",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_id": {
                        "examples": [
                          "org_7hNkPqRsTuVwXyZa"
                        ],
                        "type": "string",
                        "name": "organization_id",
                        "description": "The organization member's organization ID",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Alex Chen"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "The organization member's name",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [
                          "alex.chen@acme.com"
                        ],
                        "type": "string",
                        "name": "email",
                        "description": "The organization member's email",
                        "optional": false,
                        "nullable": true
                      },
                      "image_url": {
                        "examples": [
                          "https://avatar-cdn.metorial.com/aimg_1234567890"
                        ],
                        "type": "string",
                        "name": "image_url",
                        "description": "The organization member's image URL",
                        "optional": false,
                        "nullable": false
                      },
                      "teams": {
                        "examples": [
                          [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ],
                            "properties": {
                              "id": {
                                "examples": [
                                  "tm_3eFgHjKlMnPqRsTu"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "The team ID",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Engineering"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "The team name",
                                "optional": false,
                                "nullable": false
                              },
                              "slug": {
                                "examples": [
                                  "engineering"
                                ],
                                "type": "string",
                                "name": "slug",
                                "description": "The team slug",
                                "optional": false,
                                "nullable": false
                              },
                              "assignment_id": {
                                "examples": [
                                  "tmas_8jKlMnPqRsTuVwXy"
                                ],
                                "type": "string",
                                "name": "assignment_id",
                                "description": "The team assignment ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "The team assignment creation date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "name": "updated_at",
                                "description": "The team assignment last update date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "name": "teams",
                            "description": "The teams the actor belongs to",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "The organization member's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The organization member's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer": {
                    "examples": [
                      {
                        "object": "consumer"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "fork": {
                "examples": [
                  {
                    "creator": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    },
                    "original_creator": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  }
                ],
                "properties": {
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "parent_skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "creator": {
                    "examples": [
                      {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "organization_actor",
                          "consumer",
                          "unknown"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "organization_actor": {
                        "examples": [
                          {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "organization.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "omem_5fGhJkLmNpQrStUv"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The organization member's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "member",
                              "machine_access"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The organization member's type",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_id": {
                            "examples": [
                              "org_7hNkPqRsTuVwXyZa"
                            ],
                            "type": "string",
                            "name": "organization_id",
                            "description": "The organization member's organization ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Alex Chen"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The organization member's name",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [
                              "alex.chen@acme.com"
                            ],
                            "type": "string",
                            "name": "email",
                            "description": "The organization member's email",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [
                              "https://avatar-cdn.metorial.com/aimg_1234567890"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "The organization member's image URL",
                            "optional": false,
                            "nullable": false
                          },
                          "teams": {
                            "examples": [
                              [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ],
                                "properties": {
                                  "id": {
                                    "examples": [
                                      "tm_3eFgHjKlMnPqRsTu"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "The team ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Engineering"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "The team name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "slug": {
                                    "examples": [
                                      "engineering"
                                    ],
                                    "type": "string",
                                    "name": "slug",
                                    "description": "The team slug",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "assignment_id": {
                                    "examples": [
                                      "tmas_8jKlMnPqRsTuVwXy"
                                    ],
                                    "type": "string",
                                    "name": "assignment_id",
                                    "description": "The team assignment ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "The team assignment creation date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "The team assignment last update date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "name": "teams",
                                "description": "The teams the actor belongs to",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The organization member's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The organization member's last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer": {
                        "examples": [
                          {
                            "object": "consumer"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "original_creator": {
                    "examples": [
                      {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "organization_actor",
                          "consumer",
                          "unknown"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "organization_actor": {
                        "examples": [
                          {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "organization.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "omem_5fGhJkLmNpQrStUv"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The organization member's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "member",
                              "machine_access"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The organization member's type",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_id": {
                            "examples": [
                              "org_7hNkPqRsTuVwXyZa"
                            ],
                            "type": "string",
                            "name": "organization_id",
                            "description": "The organization member's organization ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Alex Chen"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The organization member's name",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [
                              "alex.chen@acme.com"
                            ],
                            "type": "string",
                            "name": "email",
                            "description": "The organization member's email",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [
                              "https://avatar-cdn.metorial.com/aimg_1234567890"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "The organization member's image URL",
                            "optional": false,
                            "nullable": false
                          },
                          "teams": {
                            "examples": [
                              [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ],
                                "properties": {
                                  "id": {
                                    "examples": [
                                      "tm_3eFgHjKlMnPqRsTu"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "The team ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Engineering"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "The team name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "slug": {
                                    "examples": [
                                      "engineering"
                                    ],
                                    "type": "string",
                                    "name": "slug",
                                    "description": "The team slug",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "assignment_id": {
                                    "examples": [
                                      "tmas_8jKlMnPqRsTuVwXy"
                                    ],
                                    "type": "string",
                                    "name": "assignment_id",
                                    "description": "The team assignment ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "The team assignment creation date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "The team assignment last update date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "name": "teams",
                                "description": "The teams the actor belongs to",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The organization member's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The organization member's last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer": {
                        "examples": [
                          {
                            "object": "consumer"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "entity": {
                "examples": [
                  {
                    "object": "skill.entity"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.entity"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "parent_skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "integrations": {
            "examples": [
              [
                {
                  "object": "integration#preview",
                  "metadata": {},
                  "configuration": {}
                },
                {
                  "object": "integration#preview",
                  "metadata": {},
                  "configuration": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration#preview",
                    "metadata": {},
                    "configuration": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "configuration": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "can_attach_custom_tool_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "can_attach_custom_provider_config": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "can_override_tool_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "use_integration_name_in_tool_names": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "GitHub"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Connect to GitHub repositories, issues, and pull requests"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Brief description of the provider",
                    "optional": false,
                    "nullable": true
                  },
                  "slug": {
                    "examples": [
                      "github"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "URL-friendly identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the provider was created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the provider was last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_909",
      "name": "Body",
      "type": {
        "examples": [
          {
            "client_metadata": {},
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "client_name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "client_description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "license": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "compatibility": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "client_metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": true
          },
          "image_file_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_910",
      "name": "skill",
      "type": {
        "examples": [
          {
            "object": "skill",
            "status": "active",
            "client_metadata": {},
            "metadata": {},
            "hierarchy": {
              "object": "skill.hierarchy",
              "type": "root",
              "creator": {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              },
              "fork": {
                "creator": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                },
                "original_creator": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                }
              },
              "entity": {
                "object": "skill.entity"
              }
            },
            "integrations": [
              {
                "object": "integration#preview",
                "metadata": {},
                "configuration": {}
              },
              {
                "object": "integration#preview",
                "metadata": {},
                "configuration": {}
              }
            ],
            "providers": [
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "image_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "client_name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "client_description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "client_metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "license": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "compatibility": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "store_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "hierarchy": {
            "examples": [
              {
                "object": "skill.hierarchy",
                "type": "root",
                "creator": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                },
                "fork": {
                  "creator": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  },
                  "original_creator": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                },
                "entity": {
                  "object": "skill.entity"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "skill.hierarchy"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "root",
                  "fork",
                  "duplicated"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "parent_skill_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "creator": {
                "examples": [
                  {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "organization_actor",
                      "consumer",
                      "unknown"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "organization_actor": {
                    "examples": [
                      {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "organization.actor"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "omem_5fGhJkLmNpQrStUv"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The organization member's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "member",
                          "machine_access"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "The organization member's type",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_id": {
                        "examples": [
                          "org_7hNkPqRsTuVwXyZa"
                        ],
                        "type": "string",
                        "name": "organization_id",
                        "description": "The organization member's organization ID",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Alex Chen"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "The organization member's name",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [
                          "alex.chen@acme.com"
                        ],
                        "type": "string",
                        "name": "email",
                        "description": "The organization member's email",
                        "optional": false,
                        "nullable": true
                      },
                      "image_url": {
                        "examples": [
                          "https://avatar-cdn.metorial.com/aimg_1234567890"
                        ],
                        "type": "string",
                        "name": "image_url",
                        "description": "The organization member's image URL",
                        "optional": false,
                        "nullable": false
                      },
                      "teams": {
                        "examples": [
                          [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ],
                            "properties": {
                              "id": {
                                "examples": [
                                  "tm_3eFgHjKlMnPqRsTu"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "The team ID",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Engineering"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "The team name",
                                "optional": false,
                                "nullable": false
                              },
                              "slug": {
                                "examples": [
                                  "engineering"
                                ],
                                "type": "string",
                                "name": "slug",
                                "description": "The team slug",
                                "optional": false,
                                "nullable": false
                              },
                              "assignment_id": {
                                "examples": [
                                  "tmas_8jKlMnPqRsTuVwXy"
                                ],
                                "type": "string",
                                "name": "assignment_id",
                                "description": "The team assignment ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "The team assignment creation date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "name": "updated_at",
                                "description": "The team assignment last update date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "name": "teams",
                            "description": "The teams the actor belongs to",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "The organization member's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The organization member's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer": {
                    "examples": [
                      {
                        "object": "consumer"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "fork": {
                "examples": [
                  {
                    "creator": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    },
                    "original_creator": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  }
                ],
                "properties": {
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "parent_skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "creator": {
                    "examples": [
                      {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "organization_actor",
                          "consumer",
                          "unknown"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "organization_actor": {
                        "examples": [
                          {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "organization.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "omem_5fGhJkLmNpQrStUv"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The organization member's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "member",
                              "machine_access"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The organization member's type",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_id": {
                            "examples": [
                              "org_7hNkPqRsTuVwXyZa"
                            ],
                            "type": "string",
                            "name": "organization_id",
                            "description": "The organization member's organization ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Alex Chen"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The organization member's name",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [
                              "alex.chen@acme.com"
                            ],
                            "type": "string",
                            "name": "email",
                            "description": "The organization member's email",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [
                              "https://avatar-cdn.metorial.com/aimg_1234567890"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "The organization member's image URL",
                            "optional": false,
                            "nullable": false
                          },
                          "teams": {
                            "examples": [
                              [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ],
                                "properties": {
                                  "id": {
                                    "examples": [
                                      "tm_3eFgHjKlMnPqRsTu"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "The team ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Engineering"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "The team name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "slug": {
                                    "examples": [
                                      "engineering"
                                    ],
                                    "type": "string",
                                    "name": "slug",
                                    "description": "The team slug",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "assignment_id": {
                                    "examples": [
                                      "tmas_8jKlMnPqRsTuVwXy"
                                    ],
                                    "type": "string",
                                    "name": "assignment_id",
                                    "description": "The team assignment ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "The team assignment creation date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "The team assignment last update date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "name": "teams",
                                "description": "The teams the actor belongs to",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The organization member's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The organization member's last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer": {
                        "examples": [
                          {
                            "object": "consumer"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "original_creator": {
                    "examples": [
                      {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "organization_actor",
                          "consumer",
                          "unknown"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "organization_actor": {
                        "examples": [
                          {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "organization.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "omem_5fGhJkLmNpQrStUv"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The organization member's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "member",
                              "machine_access"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The organization member's type",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_id": {
                            "examples": [
                              "org_7hNkPqRsTuVwXyZa"
                            ],
                            "type": "string",
                            "name": "organization_id",
                            "description": "The organization member's organization ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Alex Chen"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The organization member's name",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [
                              "alex.chen@acme.com"
                            ],
                            "type": "string",
                            "name": "email",
                            "description": "The organization member's email",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [
                              "https://avatar-cdn.metorial.com/aimg_1234567890"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "The organization member's image URL",
                            "optional": false,
                            "nullable": false
                          },
                          "teams": {
                            "examples": [
                              [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ],
                                "properties": {
                                  "id": {
                                    "examples": [
                                      "tm_3eFgHjKlMnPqRsTu"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "The team ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Engineering"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "The team name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "slug": {
                                    "examples": [
                                      "engineering"
                                    ],
                                    "type": "string",
                                    "name": "slug",
                                    "description": "The team slug",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "assignment_id": {
                                    "examples": [
                                      "tmas_8jKlMnPqRsTuVwXy"
                                    ],
                                    "type": "string",
                                    "name": "assignment_id",
                                    "description": "The team assignment ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "The team assignment creation date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "The team assignment last update date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "name": "teams",
                                "description": "The teams the actor belongs to",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The organization member's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The organization member's last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer": {
                        "examples": [
                          {
                            "object": "consumer"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "entity": {
                "examples": [
                  {
                    "object": "skill.entity"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.entity"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "parent_skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "integrations": {
            "examples": [
              [
                {
                  "object": "integration#preview",
                  "metadata": {},
                  "configuration": {}
                },
                {
                  "object": "integration#preview",
                  "metadata": {},
                  "configuration": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration#preview",
                    "metadata": {},
                    "configuration": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "configuration": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "can_attach_custom_tool_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "can_attach_custom_provider_config": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "can_override_tool_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "use_integration_name_in_tool_names": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "GitHub"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Connect to GitHub repositories, issues, and pull requests"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Brief description of the provider",
                    "optional": false,
                    "nullable": true
                  },
                  "slug": {
                    "examples": [
                      "github"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "URL-friendly identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the provider was created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the provider was last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_912",
      "name": "skill",
      "type": {
        "examples": [
          {
            "object": "skill",
            "status": "active",
            "client_metadata": {},
            "metadata": {},
            "hierarchy": {
              "object": "skill.hierarchy",
              "type": "root",
              "creator": {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              },
              "fork": {
                "creator": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                },
                "original_creator": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                }
              },
              "entity": {
                "object": "skill.entity"
              }
            },
            "integrations": [
              {
                "object": "integration#preview",
                "metadata": {},
                "configuration": {}
              },
              {
                "object": "integration#preview",
                "metadata": {},
                "configuration": {}
              }
            ],
            "providers": [
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "image_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "client_name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "client_description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "client_metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "license": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "compatibility": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "store_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "hierarchy": {
            "examples": [
              {
                "object": "skill.hierarchy",
                "type": "root",
                "creator": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                },
                "fork": {
                  "creator": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  },
                  "original_creator": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                },
                "entity": {
                  "object": "skill.entity"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "skill.hierarchy"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "root",
                  "fork",
                  "duplicated"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "parent_skill_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "creator": {
                "examples": [
                  {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "organization_actor",
                      "consumer",
                      "unknown"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "organization_actor": {
                    "examples": [
                      {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "organization.actor"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "omem_5fGhJkLmNpQrStUv"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The organization member's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "member",
                          "machine_access"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "The organization member's type",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_id": {
                        "examples": [
                          "org_7hNkPqRsTuVwXyZa"
                        ],
                        "type": "string",
                        "name": "organization_id",
                        "description": "The organization member's organization ID",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Alex Chen"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "The organization member's name",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [
                          "alex.chen@acme.com"
                        ],
                        "type": "string",
                        "name": "email",
                        "description": "The organization member's email",
                        "optional": false,
                        "nullable": true
                      },
                      "image_url": {
                        "examples": [
                          "https://avatar-cdn.metorial.com/aimg_1234567890"
                        ],
                        "type": "string",
                        "name": "image_url",
                        "description": "The organization member's image URL",
                        "optional": false,
                        "nullable": false
                      },
                      "teams": {
                        "examples": [
                          [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ],
                            "properties": {
                              "id": {
                                "examples": [
                                  "tm_3eFgHjKlMnPqRsTu"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "The team ID",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Engineering"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "The team name",
                                "optional": false,
                                "nullable": false
                              },
                              "slug": {
                                "examples": [
                                  "engineering"
                                ],
                                "type": "string",
                                "name": "slug",
                                "description": "The team slug",
                                "optional": false,
                                "nullable": false
                              },
                              "assignment_id": {
                                "examples": [
                                  "tmas_8jKlMnPqRsTuVwXy"
                                ],
                                "type": "string",
                                "name": "assignment_id",
                                "description": "The team assignment ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "The team assignment creation date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "name": "updated_at",
                                "description": "The team assignment last update date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "name": "teams",
                            "description": "The teams the actor belongs to",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "The organization member's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The organization member's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer": {
                    "examples": [
                      {
                        "object": "consumer"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "fork": {
                "examples": [
                  {
                    "creator": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    },
                    "original_creator": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  }
                ],
                "properties": {
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "parent_skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "creator": {
                    "examples": [
                      {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "organization_actor",
                          "consumer",
                          "unknown"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "organization_actor": {
                        "examples": [
                          {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "organization.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "omem_5fGhJkLmNpQrStUv"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The organization member's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "member",
                              "machine_access"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The organization member's type",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_id": {
                            "examples": [
                              "org_7hNkPqRsTuVwXyZa"
                            ],
                            "type": "string",
                            "name": "organization_id",
                            "description": "The organization member's organization ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Alex Chen"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The organization member's name",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [
                              "alex.chen@acme.com"
                            ],
                            "type": "string",
                            "name": "email",
                            "description": "The organization member's email",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [
                              "https://avatar-cdn.metorial.com/aimg_1234567890"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "The organization member's image URL",
                            "optional": false,
                            "nullable": false
                          },
                          "teams": {
                            "examples": [
                              [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ],
                                "properties": {
                                  "id": {
                                    "examples": [
                                      "tm_3eFgHjKlMnPqRsTu"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "The team ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Engineering"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "The team name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "slug": {
                                    "examples": [
                                      "engineering"
                                    ],
                                    "type": "string",
                                    "name": "slug",
                                    "description": "The team slug",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "assignment_id": {
                                    "examples": [
                                      "tmas_8jKlMnPqRsTuVwXy"
                                    ],
                                    "type": "string",
                                    "name": "assignment_id",
                                    "description": "The team assignment ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "The team assignment creation date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "The team assignment last update date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "name": "teams",
                                "description": "The teams the actor belongs to",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The organization member's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The organization member's last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer": {
                        "examples": [
                          {
                            "object": "consumer"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "original_creator": {
                    "examples": [
                      {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "organization_actor",
                          "consumer",
                          "unknown"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "organization_actor": {
                        "examples": [
                          {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "organization.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "omem_5fGhJkLmNpQrStUv"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The organization member's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "member",
                              "machine_access"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The organization member's type",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_id": {
                            "examples": [
                              "org_7hNkPqRsTuVwXyZa"
                            ],
                            "type": "string",
                            "name": "organization_id",
                            "description": "The organization member's organization ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Alex Chen"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The organization member's name",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [
                              "alex.chen@acme.com"
                            ],
                            "type": "string",
                            "name": "email",
                            "description": "The organization member's email",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [
                              "https://avatar-cdn.metorial.com/aimg_1234567890"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "The organization member's image URL",
                            "optional": false,
                            "nullable": false
                          },
                          "teams": {
                            "examples": [
                              [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ],
                                "properties": {
                                  "id": {
                                    "examples": [
                                      "tm_3eFgHjKlMnPqRsTu"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "The team ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Engineering"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "The team name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "slug": {
                                    "examples": [
                                      "engineering"
                                    ],
                                    "type": "string",
                                    "name": "slug",
                                    "description": "The team slug",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "assignment_id": {
                                    "examples": [
                                      "tmas_8jKlMnPqRsTuVwXy"
                                    ],
                                    "type": "string",
                                    "name": "assignment_id",
                                    "description": "The team assignment ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "The team assignment creation date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "The team assignment last update date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "name": "teams",
                                "description": "The teams the actor belongs to",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The organization member's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The organization member's last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer": {
                        "examples": [
                          {
                            "object": "consumer"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "entity": {
                "examples": [
                  {
                    "object": "skill.entity"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.entity"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "parent_skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "integrations": {
            "examples": [
              [
                {
                  "object": "integration#preview",
                  "metadata": {},
                  "configuration": {}
                },
                {
                  "object": "integration#preview",
                  "metadata": {},
                  "configuration": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration#preview",
                    "metadata": {},
                    "configuration": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "configuration": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "can_attach_custom_tool_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "can_attach_custom_provider_config": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "can_override_tool_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "use_integration_name_in_tool_names": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "GitHub"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Connect to GitHub repositories, issues, and pull requests"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Brief description of the provider",
                    "optional": false,
                    "nullable": true
                  },
                  "slug": {
                    "examples": [
                      "github"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "URL-friendly identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the provider was created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the provider was last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_914",
      "name": "Body",
      "type": {
        "examples": [
          {
            "client_metadata": {},
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "client_name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "client_description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "license": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "compatibility": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "client_metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          },
          "image_file_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_915",
      "name": "skill",
      "type": {
        "examples": [
          {
            "object": "skill",
            "status": "active",
            "client_metadata": {},
            "metadata": {},
            "hierarchy": {
              "object": "skill.hierarchy",
              "type": "root",
              "creator": {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              },
              "fork": {
                "creator": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                },
                "original_creator": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                }
              },
              "entity": {
                "object": "skill.entity"
              }
            },
            "integrations": [
              {
                "object": "integration#preview",
                "metadata": {},
                "configuration": {}
              },
              {
                "object": "integration#preview",
                "metadata": {},
                "configuration": {}
              }
            ],
            "providers": [
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "image_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "client_name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "client_description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "client_metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "license": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "compatibility": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "store_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "hierarchy": {
            "examples": [
              {
                "object": "skill.hierarchy",
                "type": "root",
                "creator": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                },
                "fork": {
                  "creator": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  },
                  "original_creator": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                },
                "entity": {
                  "object": "skill.entity"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "skill.hierarchy"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "root",
                  "fork",
                  "duplicated"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "parent_skill_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "creator": {
                "examples": [
                  {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "organization_actor",
                      "consumer",
                      "unknown"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "organization_actor": {
                    "examples": [
                      {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "organization.actor"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "omem_5fGhJkLmNpQrStUv"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The organization member's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "member",
                          "machine_access"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "The organization member's type",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_id": {
                        "examples": [
                          "org_7hNkPqRsTuVwXyZa"
                        ],
                        "type": "string",
                        "name": "organization_id",
                        "description": "The organization member's organization ID",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Alex Chen"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "The organization member's name",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [
                          "alex.chen@acme.com"
                        ],
                        "type": "string",
                        "name": "email",
                        "description": "The organization member's email",
                        "optional": false,
                        "nullable": true
                      },
                      "image_url": {
                        "examples": [
                          "https://avatar-cdn.metorial.com/aimg_1234567890"
                        ],
                        "type": "string",
                        "name": "image_url",
                        "description": "The organization member's image URL",
                        "optional": false,
                        "nullable": false
                      },
                      "teams": {
                        "examples": [
                          [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ],
                            "properties": {
                              "id": {
                                "examples": [
                                  "tm_3eFgHjKlMnPqRsTu"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "The team ID",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Engineering"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "The team name",
                                "optional": false,
                                "nullable": false
                              },
                              "slug": {
                                "examples": [
                                  "engineering"
                                ],
                                "type": "string",
                                "name": "slug",
                                "description": "The team slug",
                                "optional": false,
                                "nullable": false
                              },
                              "assignment_id": {
                                "examples": [
                                  "tmas_8jKlMnPqRsTuVwXy"
                                ],
                                "type": "string",
                                "name": "assignment_id",
                                "description": "The team assignment ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "The team assignment creation date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "name": "updated_at",
                                "description": "The team assignment last update date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "name": "teams",
                            "description": "The teams the actor belongs to",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "The organization member's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The organization member's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer": {
                    "examples": [
                      {
                        "object": "consumer"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "fork": {
                "examples": [
                  {
                    "creator": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    },
                    "original_creator": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  }
                ],
                "properties": {
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "parent_skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "creator": {
                    "examples": [
                      {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "organization_actor",
                          "consumer",
                          "unknown"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "organization_actor": {
                        "examples": [
                          {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "organization.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "omem_5fGhJkLmNpQrStUv"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The organization member's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "member",
                              "machine_access"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The organization member's type",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_id": {
                            "examples": [
                              "org_7hNkPqRsTuVwXyZa"
                            ],
                            "type": "string",
                            "name": "organization_id",
                            "description": "The organization member's organization ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Alex Chen"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The organization member's name",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [
                              "alex.chen@acme.com"
                            ],
                            "type": "string",
                            "name": "email",
                            "description": "The organization member's email",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [
                              "https://avatar-cdn.metorial.com/aimg_1234567890"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "The organization member's image URL",
                            "optional": false,
                            "nullable": false
                          },
                          "teams": {
                            "examples": [
                              [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ],
                                "properties": {
                                  "id": {
                                    "examples": [
                                      "tm_3eFgHjKlMnPqRsTu"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "The team ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Engineering"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "The team name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "slug": {
                                    "examples": [
                                      "engineering"
                                    ],
                                    "type": "string",
                                    "name": "slug",
                                    "description": "The team slug",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "assignment_id": {
                                    "examples": [
                                      "tmas_8jKlMnPqRsTuVwXy"
                                    ],
                                    "type": "string",
                                    "name": "assignment_id",
                                    "description": "The team assignment ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "The team assignment creation date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "The team assignment last update date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "name": "teams",
                                "description": "The teams the actor belongs to",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The organization member's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The organization member's last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer": {
                        "examples": [
                          {
                            "object": "consumer"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "original_creator": {
                    "examples": [
                      {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "organization_actor",
                          "consumer",
                          "unknown"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "organization_actor": {
                        "examples": [
                          {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "organization.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "omem_5fGhJkLmNpQrStUv"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The organization member's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "member",
                              "machine_access"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The organization member's type",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_id": {
                            "examples": [
                              "org_7hNkPqRsTuVwXyZa"
                            ],
                            "type": "string",
                            "name": "organization_id",
                            "description": "The organization member's organization ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Alex Chen"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The organization member's name",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [
                              "alex.chen@acme.com"
                            ],
                            "type": "string",
                            "name": "email",
                            "description": "The organization member's email",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [
                              "https://avatar-cdn.metorial.com/aimg_1234567890"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "The organization member's image URL",
                            "optional": false,
                            "nullable": false
                          },
                          "teams": {
                            "examples": [
                              [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ],
                                "properties": {
                                  "id": {
                                    "examples": [
                                      "tm_3eFgHjKlMnPqRsTu"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "The team ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Engineering"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "The team name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "slug": {
                                    "examples": [
                                      "engineering"
                                    ],
                                    "type": "string",
                                    "name": "slug",
                                    "description": "The team slug",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "assignment_id": {
                                    "examples": [
                                      "tmas_8jKlMnPqRsTuVwXy"
                                    ],
                                    "type": "string",
                                    "name": "assignment_id",
                                    "description": "The team assignment ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "The team assignment creation date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "The team assignment last update date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "name": "teams",
                                "description": "The teams the actor belongs to",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The organization member's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The organization member's last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer": {
                        "examples": [
                          {
                            "object": "consumer"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "entity": {
                "examples": [
                  {
                    "object": "skill.entity"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.entity"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "parent_skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "integrations": {
            "examples": [
              [
                {
                  "object": "integration#preview",
                  "metadata": {},
                  "configuration": {}
                },
                {
                  "object": "integration#preview",
                  "metadata": {},
                  "configuration": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration#preview",
                    "metadata": {},
                    "configuration": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "configuration": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "can_attach_custom_tool_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "can_attach_custom_provider_config": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "can_override_tool_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "use_integration_name_in_tool_names": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "GitHub"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Connect to GitHub repositories, issues, and pull requests"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Brief description of the provider",
                    "optional": false,
                    "nullable": true
                  },
                  "slug": {
                    "examples": [
                      "github"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "URL-friendly identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the provider was created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the provider was last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_917",
      "name": "skill",
      "type": {
        "examples": [
          {
            "object": "skill",
            "status": "active",
            "client_metadata": {},
            "metadata": {},
            "hierarchy": {
              "object": "skill.hierarchy",
              "type": "root",
              "creator": {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              },
              "fork": {
                "creator": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                },
                "original_creator": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                }
              },
              "entity": {
                "object": "skill.entity"
              }
            },
            "integrations": [
              {
                "object": "integration#preview",
                "metadata": {},
                "configuration": {}
              },
              {
                "object": "integration#preview",
                "metadata": {},
                "configuration": {}
              }
            ],
            "providers": [
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "image_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "client_name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "client_description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "client_metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "license": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "compatibility": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "store_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "hierarchy": {
            "examples": [
              {
                "object": "skill.hierarchy",
                "type": "root",
                "creator": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                },
                "fork": {
                  "creator": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  },
                  "original_creator": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                },
                "entity": {
                  "object": "skill.entity"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "skill.hierarchy"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "root",
                  "fork",
                  "duplicated"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "parent_skill_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "creator": {
                "examples": [
                  {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "organization_actor",
                      "consumer",
                      "unknown"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "organization_actor": {
                    "examples": [
                      {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "organization.actor"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "omem_5fGhJkLmNpQrStUv"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The organization member's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "member",
                          "machine_access"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "The organization member's type",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_id": {
                        "examples": [
                          "org_7hNkPqRsTuVwXyZa"
                        ],
                        "type": "string",
                        "name": "organization_id",
                        "description": "The organization member's organization ID",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Alex Chen"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "The organization member's name",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [
                          "alex.chen@acme.com"
                        ],
                        "type": "string",
                        "name": "email",
                        "description": "The organization member's email",
                        "optional": false,
                        "nullable": true
                      },
                      "image_url": {
                        "examples": [
                          "https://avatar-cdn.metorial.com/aimg_1234567890"
                        ],
                        "type": "string",
                        "name": "image_url",
                        "description": "The organization member's image URL",
                        "optional": false,
                        "nullable": false
                      },
                      "teams": {
                        "examples": [
                          [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ],
                            "properties": {
                              "id": {
                                "examples": [
                                  "tm_3eFgHjKlMnPqRsTu"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "The team ID",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Engineering"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "The team name",
                                "optional": false,
                                "nullable": false
                              },
                              "slug": {
                                "examples": [
                                  "engineering"
                                ],
                                "type": "string",
                                "name": "slug",
                                "description": "The team slug",
                                "optional": false,
                                "nullable": false
                              },
                              "assignment_id": {
                                "examples": [
                                  "tmas_8jKlMnPqRsTuVwXy"
                                ],
                                "type": "string",
                                "name": "assignment_id",
                                "description": "The team assignment ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "The team assignment creation date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "name": "updated_at",
                                "description": "The team assignment last update date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "name": "teams",
                            "description": "The teams the actor belongs to",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "The organization member's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The organization member's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer": {
                    "examples": [
                      {
                        "object": "consumer"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "fork": {
                "examples": [
                  {
                    "creator": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    },
                    "original_creator": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  }
                ],
                "properties": {
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "parent_skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "creator": {
                    "examples": [
                      {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "organization_actor",
                          "consumer",
                          "unknown"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "organization_actor": {
                        "examples": [
                          {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "organization.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "omem_5fGhJkLmNpQrStUv"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The organization member's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "member",
                              "machine_access"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The organization member's type",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_id": {
                            "examples": [
                              "org_7hNkPqRsTuVwXyZa"
                            ],
                            "type": "string",
                            "name": "organization_id",
                            "description": "The organization member's organization ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Alex Chen"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The organization member's name",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [
                              "alex.chen@acme.com"
                            ],
                            "type": "string",
                            "name": "email",
                            "description": "The organization member's email",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [
                              "https://avatar-cdn.metorial.com/aimg_1234567890"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "The organization member's image URL",
                            "optional": false,
                            "nullable": false
                          },
                          "teams": {
                            "examples": [
                              [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ],
                                "properties": {
                                  "id": {
                                    "examples": [
                                      "tm_3eFgHjKlMnPqRsTu"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "The team ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Engineering"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "The team name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "slug": {
                                    "examples": [
                                      "engineering"
                                    ],
                                    "type": "string",
                                    "name": "slug",
                                    "description": "The team slug",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "assignment_id": {
                                    "examples": [
                                      "tmas_8jKlMnPqRsTuVwXy"
                                    ],
                                    "type": "string",
                                    "name": "assignment_id",
                                    "description": "The team assignment ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "The team assignment creation date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "The team assignment last update date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "name": "teams",
                                "description": "The teams the actor belongs to",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The organization member's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The organization member's last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer": {
                        "examples": [
                          {
                            "object": "consumer"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "original_creator": {
                    "examples": [
                      {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "organization_actor",
                          "consumer",
                          "unknown"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "organization_actor": {
                        "examples": [
                          {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "organization.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "omem_5fGhJkLmNpQrStUv"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The organization member's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "member",
                              "machine_access"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The organization member's type",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_id": {
                            "examples": [
                              "org_7hNkPqRsTuVwXyZa"
                            ],
                            "type": "string",
                            "name": "organization_id",
                            "description": "The organization member's organization ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Alex Chen"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The organization member's name",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [
                              "alex.chen@acme.com"
                            ],
                            "type": "string",
                            "name": "email",
                            "description": "The organization member's email",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [
                              "https://avatar-cdn.metorial.com/aimg_1234567890"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "The organization member's image URL",
                            "optional": false,
                            "nullable": false
                          },
                          "teams": {
                            "examples": [
                              [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ],
                                "properties": {
                                  "id": {
                                    "examples": [
                                      "tm_3eFgHjKlMnPqRsTu"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "The team ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Engineering"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "The team name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "slug": {
                                    "examples": [
                                      "engineering"
                                    ],
                                    "type": "string",
                                    "name": "slug",
                                    "description": "The team slug",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "assignment_id": {
                                    "examples": [
                                      "tmas_8jKlMnPqRsTuVwXy"
                                    ],
                                    "type": "string",
                                    "name": "assignment_id",
                                    "description": "The team assignment ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "The team assignment creation date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "The team assignment last update date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "name": "teams",
                                "description": "The teams the actor belongs to",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The organization member's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The organization member's last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer": {
                        "examples": [
                          {
                            "object": "consumer"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "entity": {
                "examples": [
                  {
                    "object": "skill.entity"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.entity"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "parent_skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "integrations": {
            "examples": [
              [
                {
                  "object": "integration#preview",
                  "metadata": {},
                  "configuration": {}
                },
                {
                  "object": "integration#preview",
                  "metadata": {},
                  "configuration": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration#preview",
                    "metadata": {},
                    "configuration": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "configuration": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "can_attach_custom_tool_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "can_attach_custom_provider_config": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "can_override_tool_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "use_integration_name_in_tool_names": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "GitHub"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Connect to GitHub repositories, issues, and pull requests"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Brief description of the provider",
                    "optional": false,
                    "nullable": true
                  },
                  "slug": {
                    "examples": [
                      "github"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "URL-friendly identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the provider was created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the provider was last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_919",
      "name": "Body",
      "type": {
        "examples": [
          {
            "client_metadata": {},
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "client_name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "client_description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "license": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "compatibility": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "client_metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_920",
      "name": "skill",
      "type": {
        "examples": [
          {
            "object": "skill",
            "status": "active",
            "client_metadata": {},
            "metadata": {},
            "hierarchy": {
              "object": "skill.hierarchy",
              "type": "root",
              "creator": {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              },
              "fork": {
                "creator": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                },
                "original_creator": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                }
              },
              "entity": {
                "object": "skill.entity"
              }
            },
            "integrations": [
              {
                "object": "integration#preview",
                "metadata": {},
                "configuration": {}
              },
              {
                "object": "integration#preview",
                "metadata": {},
                "configuration": {}
              }
            ],
            "providers": [
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "image_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "client_name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "client_description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "client_metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "license": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "compatibility": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "store_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "hierarchy": {
            "examples": [
              {
                "object": "skill.hierarchy",
                "type": "root",
                "creator": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                },
                "fork": {
                  "creator": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  },
                  "original_creator": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                },
                "entity": {
                  "object": "skill.entity"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "skill.hierarchy"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "root",
                  "fork",
                  "duplicated"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "parent_skill_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "creator": {
                "examples": [
                  {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "organization_actor",
                      "consumer",
                      "unknown"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "organization_actor": {
                    "examples": [
                      {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "organization.actor"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "omem_5fGhJkLmNpQrStUv"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The organization member's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "member",
                          "machine_access"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "The organization member's type",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_id": {
                        "examples": [
                          "org_7hNkPqRsTuVwXyZa"
                        ],
                        "type": "string",
                        "name": "organization_id",
                        "description": "The organization member's organization ID",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Alex Chen"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "The organization member's name",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [
                          "alex.chen@acme.com"
                        ],
                        "type": "string",
                        "name": "email",
                        "description": "The organization member's email",
                        "optional": false,
                        "nullable": true
                      },
                      "image_url": {
                        "examples": [
                          "https://avatar-cdn.metorial.com/aimg_1234567890"
                        ],
                        "type": "string",
                        "name": "image_url",
                        "description": "The organization member's image URL",
                        "optional": false,
                        "nullable": false
                      },
                      "teams": {
                        "examples": [
                          [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ],
                            "properties": {
                              "id": {
                                "examples": [
                                  "tm_3eFgHjKlMnPqRsTu"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "The team ID",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Engineering"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "The team name",
                                "optional": false,
                                "nullable": false
                              },
                              "slug": {
                                "examples": [
                                  "engineering"
                                ],
                                "type": "string",
                                "name": "slug",
                                "description": "The team slug",
                                "optional": false,
                                "nullable": false
                              },
                              "assignment_id": {
                                "examples": [
                                  "tmas_8jKlMnPqRsTuVwXy"
                                ],
                                "type": "string",
                                "name": "assignment_id",
                                "description": "The team assignment ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "The team assignment creation date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "name": "updated_at",
                                "description": "The team assignment last update date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "name": "teams",
                            "description": "The teams the actor belongs to",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "The organization member's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The organization member's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer": {
                    "examples": [
                      {
                        "object": "consumer"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "fork": {
                "examples": [
                  {
                    "creator": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    },
                    "original_creator": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  }
                ],
                "properties": {
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "parent_skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "creator": {
                    "examples": [
                      {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "organization_actor",
                          "consumer",
                          "unknown"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "organization_actor": {
                        "examples": [
                          {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "organization.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "omem_5fGhJkLmNpQrStUv"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The organization member's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "member",
                              "machine_access"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The organization member's type",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_id": {
                            "examples": [
                              "org_7hNkPqRsTuVwXyZa"
                            ],
                            "type": "string",
                            "name": "organization_id",
                            "description": "The organization member's organization ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Alex Chen"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The organization member's name",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [
                              "alex.chen@acme.com"
                            ],
                            "type": "string",
                            "name": "email",
                            "description": "The organization member's email",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [
                              "https://avatar-cdn.metorial.com/aimg_1234567890"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "The organization member's image URL",
                            "optional": false,
                            "nullable": false
                          },
                          "teams": {
                            "examples": [
                              [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ],
                                "properties": {
                                  "id": {
                                    "examples": [
                                      "tm_3eFgHjKlMnPqRsTu"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "The team ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Engineering"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "The team name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "slug": {
                                    "examples": [
                                      "engineering"
                                    ],
                                    "type": "string",
                                    "name": "slug",
                                    "description": "The team slug",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "assignment_id": {
                                    "examples": [
                                      "tmas_8jKlMnPqRsTuVwXy"
                                    ],
                                    "type": "string",
                                    "name": "assignment_id",
                                    "description": "The team assignment ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "The team assignment creation date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "The team assignment last update date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "name": "teams",
                                "description": "The teams the actor belongs to",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The organization member's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The organization member's last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer": {
                        "examples": [
                          {
                            "object": "consumer"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "original_creator": {
                    "examples": [
                      {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "organization_actor",
                          "consumer",
                          "unknown"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "organization_actor": {
                        "examples": [
                          {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "organization.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "omem_5fGhJkLmNpQrStUv"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The organization member's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "member",
                              "machine_access"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The organization member's type",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_id": {
                            "examples": [
                              "org_7hNkPqRsTuVwXyZa"
                            ],
                            "type": "string",
                            "name": "organization_id",
                            "description": "The organization member's organization ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Alex Chen"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The organization member's name",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [
                              "alex.chen@acme.com"
                            ],
                            "type": "string",
                            "name": "email",
                            "description": "The organization member's email",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [
                              "https://avatar-cdn.metorial.com/aimg_1234567890"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "The organization member's image URL",
                            "optional": false,
                            "nullable": false
                          },
                          "teams": {
                            "examples": [
                              [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ],
                                "properties": {
                                  "id": {
                                    "examples": [
                                      "tm_3eFgHjKlMnPqRsTu"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "The team ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Engineering"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "The team name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "slug": {
                                    "examples": [
                                      "engineering"
                                    ],
                                    "type": "string",
                                    "name": "slug",
                                    "description": "The team slug",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "assignment_id": {
                                    "examples": [
                                      "tmas_8jKlMnPqRsTuVwXy"
                                    ],
                                    "type": "string",
                                    "name": "assignment_id",
                                    "description": "The team assignment ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "The team assignment creation date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "The team assignment last update date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "name": "teams",
                                "description": "The teams the actor belongs to",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The organization member's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The organization member's last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer": {
                        "examples": [
                          {
                            "object": "consumer"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "entity": {
                "examples": [
                  {
                    "object": "skill.entity"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.entity"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "parent_skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "integrations": {
            "examples": [
              [
                {
                  "object": "integration#preview",
                  "metadata": {},
                  "configuration": {}
                },
                {
                  "object": "integration#preview",
                  "metadata": {},
                  "configuration": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "integration#preview",
                    "metadata": {},
                    "configuration": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "integration#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "configuration": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "can_attach_custom_tool_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "can_attach_custom_provider_config": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "can_override_tool_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "use_integration_name_in_tool_names": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider#preview"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "GitHub"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "Connect to GitHub repositories, issues, and pull requests"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "Brief description of the provider",
                    "optional": false,
                    "nullable": true
                  },
                  "slug": {
                    "examples": [
                      "github"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "URL-friendly identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when the provider was created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when the provider was last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_923",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "content": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_924",
      "name": "skillAgent",
      "type": {
        "examples": [
          {
            "object": "skill.agent",
            "status": "active"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.agent"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "skill_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "store_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "store_item_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "path": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "document_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_926",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {
              "include_archived": {
                "examples": [],
                "type": "boolean",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_927",
      "name": "skillAgent",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "skill.agent",
                "status": "active"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "skill.agent",
                  "status": "active"
                },
                {
                  "object": "skill.agent",
                  "status": "active"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.agent",
                    "status": "active"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.agent"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "store_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "store_item_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "path": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "document_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_929",
      "name": "skillAgent",
      "type": {
        "examples": [
          {
            "object": "skill.agent",
            "status": "active"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.agent"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "skill_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "store_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "store_item_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "path": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "document_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_931",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_932",
      "name": "skillAgent",
      "type": {
        "examples": [
          {
            "object": "skill.agent",
            "status": "active"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.agent"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "skill_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "store_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "store_item_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "path": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "document_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_934",
      "name": "skillAgent",
      "type": {
        "examples": [
          {
            "object": "skill.agent",
            "status": "active"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.agent"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "skill_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "store_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "store_item_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "path": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "document_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "archived_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_937",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "skill_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for skill group creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for skill group creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter skill group creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for skill group last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for skill group last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter skill group last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_938",
      "name": "skill.group",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "skill.group",
                "status": "active",
                "metadata": {},
                "skills": [
                  {
                    "object": "skill",
                    "status": "active",
                    "client_metadata": {},
                    "metadata": {}
                  },
                  {
                    "object": "skill",
                    "status": "active",
                    "client_metadata": {},
                    "metadata": {}
                  }
                ]
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "skill.group",
                  "status": "active",
                  "metadata": {},
                  "skills": [
                    {
                      "object": "skill",
                      "status": "active",
                      "client_metadata": {},
                      "metadata": {}
                    },
                    {
                      "object": "skill",
                      "status": "active",
                      "client_metadata": {},
                      "metadata": {}
                    }
                  ]
                },
                {
                  "object": "skill.group",
                  "status": "active",
                  "metadata": {},
                  "skills": [
                    {
                      "object": "skill",
                      "status": "active",
                      "client_metadata": {},
                      "metadata": {}
                    },
                    {
                      "object": "skill",
                      "status": "active",
                      "client_metadata": {},
                      "metadata": {}
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.group",
                    "status": "active",
                    "metadata": {},
                    "skills": [
                      {
                        "object": "skill",
                        "status": "active",
                        "client_metadata": {},
                        "metadata": {}
                      },
                      {
                        "object": "skill",
                        "status": "active",
                        "client_metadata": {},
                        "metadata": {}
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.group"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "skills": {
                    "examples": [
                      [
                        {
                          "object": "skill",
                          "status": "active",
                          "client_metadata": {},
                          "metadata": {}
                        },
                        {
                          "object": "skill",
                          "status": "active",
                          "client_metadata": {},
                          "metadata": {}
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "skill",
                            "status": "active",
                            "client_metadata": {},
                            "metadata": {}
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "skill"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "client_name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "client_description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "client_metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "optional": false,
                            "nullable": true
                          },
                          "license": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "compatibility": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_940",
      "name": "skill.group",
      "type": {
        "examples": [
          {
            "object": "skill.group",
            "status": "active",
            "metadata": {},
            "skills": [
              {
                "object": "skill",
                "status": "active",
                "client_metadata": {},
                "metadata": {}
              },
              {
                "object": "skill",
                "status": "active",
                "client_metadata": {},
                "metadata": {}
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.group"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "skills": {
            "examples": [
              [
                {
                  "object": "skill",
                  "status": "active",
                  "client_metadata": {},
                  "metadata": {}
                },
                {
                  "object": "skill",
                  "status": "active",
                  "client_metadata": {},
                  "metadata": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill",
                    "status": "active",
                    "client_metadata": {},
                    "metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "client_name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "client_description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "client_metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "license": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "compatibility": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_942",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          },
          "skill_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_943",
      "name": "skill.group",
      "type": {
        "examples": [
          {
            "object": "skill.group",
            "status": "active",
            "metadata": {},
            "skills": [
              {
                "object": "skill",
                "status": "active",
                "client_metadata": {},
                "metadata": {}
              },
              {
                "object": "skill",
                "status": "active",
                "client_metadata": {},
                "metadata": {}
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.group"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "skills": {
            "examples": [
              [
                {
                  "object": "skill",
                  "status": "active",
                  "client_metadata": {},
                  "metadata": {}
                },
                {
                  "object": "skill",
                  "status": "active",
                  "client_metadata": {},
                  "metadata": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill",
                    "status": "active",
                    "client_metadata": {},
                    "metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "client_name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "client_description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "client_metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "license": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "compatibility": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_945",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": true
          },
          "skill_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_946",
      "name": "skill.group",
      "type": {
        "examples": [
          {
            "object": "skill.group",
            "status": "active",
            "metadata": {},
            "skills": [
              {
                "object": "skill",
                "status": "active",
                "client_metadata": {},
                "metadata": {}
              },
              {
                "object": "skill",
                "status": "active",
                "client_metadata": {},
                "metadata": {}
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.group"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "skills": {
            "examples": [
              [
                {
                  "object": "skill",
                  "status": "active",
                  "client_metadata": {},
                  "metadata": {}
                },
                {
                  "object": "skill",
                  "status": "active",
                  "client_metadata": {},
                  "metadata": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill",
                    "status": "active",
                    "client_metadata": {},
                    "metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "client_name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "client_description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "client_metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "license": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "compatibility": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_948",
      "name": "skill.group",
      "type": {
        "examples": [
          {
            "object": "skill.group",
            "status": "active",
            "metadata": {},
            "skills": [
              {
                "object": "skill",
                "status": "active",
                "client_metadata": {},
                "metadata": {}
              },
              {
                "object": "skill",
                "status": "active",
                "client_metadata": {},
                "metadata": {}
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.group"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "skills": {
            "examples": [
              [
                {
                  "object": "skill",
                  "status": "active",
                  "client_metadata": {},
                  "metadata": {}
                },
                {
                  "object": "skill",
                  "status": "active",
                  "client_metadata": {},
                  "metadata": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill",
                    "status": "active",
                    "client_metadata": {},
                    "metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "client_name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "client_description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "client_metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "license": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "compatibility": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_951",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "created_at": {}
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "skill_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for skill group item creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for skill group item creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter skill group item creation time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_952",
      "name": "skill.group.item",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "skill.group.item",
                "status": "active",
                "skill": {
                  "object": "skill",
                  "status": "active",
                  "client_metadata": {},
                  "metadata": {}
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "skill.group.item",
                  "status": "active",
                  "skill": {
                    "object": "skill",
                    "status": "active",
                    "client_metadata": {},
                    "metadata": {}
                  }
                },
                {
                  "object": "skill.group.item",
                  "status": "active",
                  "skill": {
                    "object": "skill",
                    "status": "active",
                    "client_metadata": {},
                    "metadata": {}
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.group.item",
                    "status": "active",
                    "skill": {
                      "object": "skill",
                      "status": "active",
                      "client_metadata": {},
                      "metadata": {}
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.group.item"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_group_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "skill": {
                    "examples": [
                      {
                        "object": "skill",
                        "status": "active",
                        "client_metadata": {},
                        "metadata": {}
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "client_name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "client_description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "client_metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": true
                      },
                      "license": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "compatibility": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_954",
      "name": "skill.group.item",
      "type": {
        "examples": [
          {
            "object": "skill.group.item",
            "status": "active",
            "skill": {
              "object": "skill",
              "status": "active",
              "client_metadata": {},
              "metadata": {}
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.group.item"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "skill_group_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "skill": {
            "examples": [
              {
                "object": "skill",
                "status": "active",
                "client_metadata": {},
                "metadata": {}
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "skill"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "client_name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "client_description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "client_metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "optional": false,
                "nullable": true
              },
              "license": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "compatibility": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_956",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "skill_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_957",
      "name": "skill.group.item",
      "type": {
        "examples": [
          {
            "object": "skill.group.item",
            "status": "active",
            "skill": {
              "object": "skill",
              "status": "active",
              "client_metadata": {},
              "metadata": {}
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.group.item"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "skill_group_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "skill": {
            "examples": [
              {
                "object": "skill",
                "status": "active",
                "client_metadata": {},
                "metadata": {}
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "skill"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "client_name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "client_description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "client_metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "optional": false,
                "nullable": true
              },
              "license": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "compatibility": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_959",
      "name": "skill.group.item",
      "type": {
        "examples": [
          {
            "object": "skill.group.item",
            "status": "active",
            "skill": {
              "object": "skill",
              "status": "active",
              "client_metadata": {},
              "metadata": {}
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.group.item"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "skill_group_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "skill": {
            "examples": [
              {
                "object": "skill",
                "status": "active",
                "client_metadata": {},
                "metadata": {}
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "skill"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "client_name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "client_description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "client_metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "optional": false,
                "nullable": true
              },
              "license": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "compatibility": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_962",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "type": "integration",
                "created_at": {}
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "type": {
                "examples": [
                  "integration",
                  "provider",
                  [
                    "integration",
                    "integration"
                  ],
                  [
                    "provider",
                    "provider"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "integration",
                      "provider"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "integration",
                        "integration"
                      ],
                      [
                        "provider",
                        "provider"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "integration",
                          "provider"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for skill item creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for skill item creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter skill item creation time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_963",
      "name": "skill.item",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "skill.item",
                "status": "active",
                "type": "integration",
                "integration": {
                  "object": "integration#preview",
                  "metadata": {},
                  "configuration": {}
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "skill.item",
                  "status": "active",
                  "type": "integration",
                  "integration": {
                    "object": "integration#preview",
                    "metadata": {},
                    "configuration": {}
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "skill.item",
                  "status": "active",
                  "type": "integration",
                  "integration": {
                    "object": "integration#preview",
                    "metadata": {},
                    "configuration": {}
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.item",
                    "status": "active",
                    "type": "integration",
                    "integration": {
                      "object": "integration#preview",
                      "metadata": {},
                      "configuration": {}
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.item"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "integration",
                      "provider"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "integration": {
                    "examples": [
                      {
                        "object": "integration#preview",
                        "metadata": {},
                        "configuration": {}
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "integration#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": true
                      },
                      "configuration": {
                        "examples": [
                          {}
                        ],
                        "properties": {
                          "can_attach_custom_tool_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "can_attach_custom_provider_config": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "can_override_tool_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "use_integration_name_in_tool_names": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "archived_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique provider identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Connect to GitHub repositories, issues, and pull requests"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Brief description of the provider",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [
                          "github"
                        ],
                        "type": "string",
                        "name": "slug",
                        "description": "URL-friendly identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the provider was created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the provider was last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_965",
      "name": "skill.item",
      "type": {
        "examples": [
          {
            "object": "skill.item",
            "status": "active",
            "type": "integration",
            "integration": {
              "object": "integration#preview",
              "metadata": {},
              "configuration": {}
            },
            "provider": {
              "object": "provider#preview",
              "id": "pro_5gHjKlMnPqRsTuVw",
              "name": "GitHub",
              "description": "Connect to GitHub repositories, issues, and pull requests",
              "slug": "github",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.item"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "integration",
              "provider"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "skill_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "integration": {
            "examples": [
              {
                "object": "integration#preview",
                "metadata": {},
                "configuration": {}
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "integration#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "optional": false,
                "nullable": true
              },
              "configuration": {
                "examples": [
                  {}
                ],
                "properties": {
                  "can_attach_custom_tool_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "can_attach_custom_provider_config": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "can_override_tool_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "use_integration_name_in_tool_names": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "archived_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "provider": {
            "examples": [
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique provider identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name of the provider",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Connect to GitHub repositories, issues, and pull requests"
                ],
                "type": "string",
                "name": "description",
                "description": "Brief description of the provider",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [
                  "github"
                ],
                "type": "string",
                "name": "slug",
                "description": "URL-friendly identifier",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the provider was created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when the provider was last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_967",
      "name": "Body",
      "type": {
        "examples": [
          {
            "type": "provider"
          },
          {
            "type": "integration"
          }
        ],
        "items": [
          {
            "examples": [
              {
                "type": "provider"
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "provider"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "type": "integration"
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "integration"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "integration_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "union",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_968",
      "name": "skill.item",
      "type": {
        "examples": [
          {
            "object": "skill.item",
            "status": "active",
            "type": "integration",
            "integration": {
              "object": "integration#preview",
              "metadata": {},
              "configuration": {}
            },
            "provider": {
              "object": "provider#preview",
              "id": "pro_5gHjKlMnPqRsTuVw",
              "name": "GitHub",
              "description": "Connect to GitHub repositories, issues, and pull requests",
              "slug": "github",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.item"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "integration",
              "provider"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "skill_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "integration": {
            "examples": [
              {
                "object": "integration#preview",
                "metadata": {},
                "configuration": {}
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "integration#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "optional": false,
                "nullable": true
              },
              "configuration": {
                "examples": [
                  {}
                ],
                "properties": {
                  "can_attach_custom_tool_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "can_attach_custom_provider_config": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "can_override_tool_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "use_integration_name_in_tool_names": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "archived_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "provider": {
            "examples": [
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique provider identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name of the provider",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Connect to GitHub repositories, issues, and pull requests"
                ],
                "type": "string",
                "name": "description",
                "description": "Brief description of the provider",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [
                  "github"
                ],
                "type": "string",
                "name": "slug",
                "description": "URL-friendly identifier",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the provider was created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when the provider was last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_970",
      "name": "skill.item",
      "type": {
        "examples": [
          {
            "object": "skill.item",
            "status": "active",
            "type": "integration",
            "integration": {
              "object": "integration#preview",
              "metadata": {},
              "configuration": {}
            },
            "provider": {
              "object": "provider#preview",
              "id": "pro_5gHjKlMnPqRsTuVw",
              "name": "GitHub",
              "description": "Connect to GitHub repositories, issues, and pull requests",
              "slug": "github",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.item"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "integration",
              "provider"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "skill_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "integration": {
            "examples": [
              {
                "object": "integration#preview",
                "metadata": {},
                "configuration": {}
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "integration#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "optional": false,
                "nullable": true
              },
              "configuration": {
                "examples": [
                  {}
                ],
                "properties": {
                  "can_attach_custom_tool_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "can_attach_custom_provider_config": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "can_override_tool_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "use_integration_name_in_tool_names": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "archived_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "provider": {
            "examples": [
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique provider identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name of the provider",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Connect to GitHub repositories, issues, and pull requests"
                ],
                "type": "string",
                "name": "description",
                "description": "Brief description of the provider",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [
                  "github"
                ],
                "type": "string",
                "name": "slug",
                "description": "URL-friendly identifier",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the provider was created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when the provider was last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_973",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {},
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_974",
      "name": "skillParticipant",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "skill.participant",
                "roles": [
                  "creator",
                  "creator"
                ],
                "actor": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "skill.participant",
                  "roles": [
                    "creator",
                    "creator"
                  ],
                  "actor": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                },
                {
                  "object": "skill.participant",
                  "roles": [
                    "creator",
                    "creator"
                  ],
                  "actor": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.participant",
                    "roles": [
                      "creator",
                      "creator"
                    ],
                    "actor": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.participant"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "roles": {
                    "examples": [
                      [
                        "creator",
                        "creator"
                      ],
                      [
                        "editor",
                        "editor"
                      ],
                      [
                        "viewer",
                        "viewer"
                      ],
                      [
                        "user",
                        "user"
                      ],
                      [
                        "forker",
                        "forker"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "creator",
                          "editor",
                          "viewer",
                          "user",
                          "forker"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "actor": {
                    "examples": [
                      {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "organization_actor",
                          "consumer",
                          "unknown"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "organization_actor": {
                        "examples": [
                          {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "organization.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "omem_5fGhJkLmNpQrStUv"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The organization member's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "member",
                              "machine_access"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The organization member's type",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_id": {
                            "examples": [
                              "org_7hNkPqRsTuVwXyZa"
                            ],
                            "type": "string",
                            "name": "organization_id",
                            "description": "The organization member's organization ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Alex Chen"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The organization member's name",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [
                              "alex.chen@acme.com"
                            ],
                            "type": "string",
                            "name": "email",
                            "description": "The organization member's email",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [
                              "https://avatar-cdn.metorial.com/aimg_1234567890"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "The organization member's image URL",
                            "optional": false,
                            "nullable": false
                          },
                          "teams": {
                            "examples": [
                              [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ],
                                "properties": {
                                  "id": {
                                    "examples": [
                                      "tm_3eFgHjKlMnPqRsTu"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "The team ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Engineering"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "The team name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "slug": {
                                    "examples": [
                                      "engineering"
                                    ],
                                    "type": "string",
                                    "name": "slug",
                                    "description": "The team slug",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "assignment_id": {
                                    "examples": [
                                      "tmas_8jKlMnPqRsTuVwXy"
                                    ],
                                    "type": "string",
                                    "name": "assignment_id",
                                    "description": "The team assignment ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "The team assignment creation date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "The team assignment last update date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "name": "teams",
                                "description": "The teams the actor belongs to",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The organization member's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The organization member's last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer": {
                        "examples": [
                          {
                            "object": "consumer"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_976",
      "name": "skillParticipant",
      "type": {
        "examples": [
          {
            "object": "skill.participant",
            "roles": [
              "creator",
              "creator"
            ],
            "actor": {
              "type": "organization_actor",
              "organization_actor": {
                "object": "organization.actor",
                "id": "omem_5fGhJkLmNpQrStUv",
                "type": "member",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "name": "Alex Chen",
                "email": "alex.chen@acme.com",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                "teams": [
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  },
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  }
                ]
              },
              "consumer": {
                "object": "consumer"
              }
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.participant"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "skill_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "roles": {
            "examples": [
              [
                "creator",
                "creator"
              ],
              [
                "editor",
                "editor"
              ],
              [
                "viewer",
                "viewer"
              ],
              [
                "user",
                "user"
              ],
              [
                "forker",
                "forker"
              ]
            ],
            "items": [
              {
                "examples": [
                  "creator",
                  "editor",
                  "viewer",
                  "user",
                  "forker"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "actor": {
            "examples": [
              {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "organization_actor",
                  "consumer",
                  "unknown"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "organization_actor": {
                "examples": [
                  {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "omem_5fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization member's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "member",
                      "machine_access"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization member's type",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization member's organization ID",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization member's name",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The organization member's email",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization member's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "teams": {
                    "examples": [
                      [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ],
                        "properties": {
                          "id": {
                            "examples": [
                              "tm_3eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The team ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Engineering"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The team name",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "engineering"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "The team slug",
                            "optional": false,
                            "nullable": false
                          },
                          "assignment_id": {
                            "examples": [
                              "tmas_8jKlMnPqRsTuVwXy"
                            ],
                            "type": "string",
                            "name": "assignment_id",
                            "description": "The team assignment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The team assignment creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The team assignment last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "teams",
                        "description": "The teams the actor belongs to",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization member's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization member's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "consumer": {
                "examples": [
                  {
                    "object": "consumer"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "consumer"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_979",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "owner": "system",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "owner": {
                "examples": [
                  "system",
                  "tenant",
                  [
                    "system",
                    "system"
                  ],
                  [
                    "tenant",
                    "tenant"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "system",
                      "tenant"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "system",
                        "system"
                      ],
                      [
                        "tenant",
                        "tenant"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "system",
                          "tenant"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for skill template creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for skill template creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter skill template creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for skill template last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for skill template last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter skill template last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_980",
      "name": "skill.template",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "skill.template",
                "status": "active",
                "owner": "system",
                "metadata": {},
                "items": [
                  {
                    "object": "skill.template.item",
                    "type": "integration",
                    "integration": {
                      "object": "integration#preview",
                      "metadata": {},
                      "configuration": {}
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  {
                    "object": "skill.template.item",
                    "type": "integration",
                    "integration": {
                      "object": "integration#preview",
                      "metadata": {},
                      "configuration": {}
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ]
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "skill.template",
                  "status": "active",
                  "owner": "system",
                  "metadata": {},
                  "items": [
                    {
                      "object": "skill.template.item",
                      "type": "integration",
                      "integration": {
                        "object": "integration#preview",
                        "metadata": {},
                        "configuration": {}
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "skill.template.item",
                      "type": "integration",
                      "integration": {
                        "object": "integration#preview",
                        "metadata": {},
                        "configuration": {}
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ]
                },
                {
                  "object": "skill.template",
                  "status": "active",
                  "owner": "system",
                  "metadata": {},
                  "items": [
                    {
                      "object": "skill.template.item",
                      "type": "integration",
                      "integration": {
                        "object": "integration#preview",
                        "metadata": {},
                        "configuration": {}
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "skill.template.item",
                      "type": "integration",
                      "integration": {
                        "object": "integration#preview",
                        "metadata": {},
                        "configuration": {}
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.template",
                    "status": "active",
                    "owner": "system",
                    "metadata": {},
                    "items": [
                      {
                        "object": "skill.template.item",
                        "type": "integration",
                        "integration": {
                          "object": "integration#preview",
                          "metadata": {},
                          "configuration": {}
                        },
                        "provider": {
                          "object": "provider#preview",
                          "id": "pro_5gHjKlMnPqRsTuVw",
                          "name": "GitHub",
                          "description": "Connect to GitHub repositories, issues, and pull requests",
                          "slug": "github",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      {
                        "object": "skill.template.item",
                        "type": "integration",
                        "integration": {
                          "object": "integration#preview",
                          "metadata": {},
                          "configuration": {}
                        },
                        "provider": {
                          "object": "provider#preview",
                          "id": "pro_5gHjKlMnPqRsTuVw",
                          "name": "GitHub",
                          "description": "Connect to GitHub repositories, issues, and pull requests",
                          "slug": "github",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "owner": {
                    "examples": [
                      "system",
                      "tenant"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": false
                  },
                  "store_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "items": {
                    "examples": [
                      [
                        {
                          "object": "skill.template.item",
                          "type": "integration",
                          "integration": {
                            "object": "integration#preview",
                            "metadata": {},
                            "configuration": {}
                          },
                          "provider": {
                            "object": "provider#preview",
                            "id": "pro_5gHjKlMnPqRsTuVw",
                            "name": "GitHub",
                            "description": "Connect to GitHub repositories, issues, and pull requests",
                            "slug": "github",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        },
                        {
                          "object": "skill.template.item",
                          "type": "integration",
                          "integration": {
                            "object": "integration#preview",
                            "metadata": {},
                            "configuration": {}
                          },
                          "provider": {
                            "object": "provider#preview",
                            "id": "pro_5gHjKlMnPqRsTuVw",
                            "name": "GitHub",
                            "description": "Connect to GitHub repositories, issues, and pull requests",
                            "slug": "github",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "skill.template.item",
                            "type": "integration",
                            "integration": {
                              "object": "integration#preview",
                              "metadata": {},
                              "configuration": {}
                            },
                            "provider": {
                              "object": "provider#preview",
                              "id": "pro_5gHjKlMnPqRsTuVw",
                              "name": "GitHub",
                              "description": "Connect to GitHub repositories, issues, and pull requests",
                              "slug": "github",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "skill.template.item"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "integration",
                              "provider"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "integration": {
                            "examples": [
                              {
                                "object": "integration#preview",
                                "metadata": {},
                                "configuration": {}
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "integration#preview"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "slug": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "optional": false,
                                "nullable": true
                              },
                              "configuration": {
                                "examples": [
                                  {}
                                ],
                                "properties": {
                                  "can_attach_custom_tool_filters": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "can_attach_custom_provider_config": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "can_override_tool_filters": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "use_integration_name_in_tool_names": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": true
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "archived_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "provider": {
                            "examples": [
                              {
                                "object": "provider#preview",
                                "id": "pro_5gHjKlMnPqRsTuVw",
                                "name": "GitHub",
                                "description": "Connect to GitHub repositories, issues, and pull requests",
                                "slug": "github",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider#preview"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique provider identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "GitHub"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Display name of the provider",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [
                                  "Connect to GitHub repositories, issues, and pull requests"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Brief description of the provider",
                                "optional": false,
                                "nullable": true
                              },
                              "slug": {
                                "examples": [
                                  "github"
                                ],
                                "type": "string",
                                "name": "slug",
                                "description": "URL-friendly identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when the provider was created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when the provider was last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_982",
      "name": "skill.template",
      "type": {
        "examples": [
          {
            "object": "skill.template",
            "status": "active",
            "owner": "system",
            "metadata": {},
            "items": [
              {
                "object": "skill.template.item",
                "type": "integration",
                "integration": {
                  "object": "integration#preview",
                  "metadata": {},
                  "configuration": {}
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              },
              {
                "object": "skill.template.item",
                "type": "integration",
                "integration": {
                  "object": "integration#preview",
                  "metadata": {},
                  "configuration": {}
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.template"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "owner": {
            "examples": [
              "system",
              "tenant"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "store_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "items": {
            "examples": [
              [
                {
                  "object": "skill.template.item",
                  "type": "integration",
                  "integration": {
                    "object": "integration#preview",
                    "metadata": {},
                    "configuration": {}
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "skill.template.item",
                  "type": "integration",
                  "integration": {
                    "object": "integration#preview",
                    "metadata": {},
                    "configuration": {}
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.template.item",
                    "type": "integration",
                    "integration": {
                      "object": "integration#preview",
                      "metadata": {},
                      "configuration": {}
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.template.item"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "integration",
                      "provider"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "integration": {
                    "examples": [
                      {
                        "object": "integration#preview",
                        "metadata": {},
                        "configuration": {}
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "integration#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": true
                      },
                      "configuration": {
                        "examples": [
                          {}
                        ],
                        "properties": {
                          "can_attach_custom_tool_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "can_attach_custom_provider_config": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "can_override_tool_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "use_integration_name_in_tool_names": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "archived_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique provider identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Connect to GitHub repositories, issues, and pull requests"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Brief description of the provider",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [
                          "github"
                        ],
                        "type": "string",
                        "name": "slug",
                        "description": "URL-friendly identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the provider was created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the provider was last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_984",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          },
          "from_skill_Id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_985",
      "name": "skill.template",
      "type": {
        "examples": [
          {
            "object": "skill.template",
            "status": "active",
            "owner": "system",
            "metadata": {},
            "items": [
              {
                "object": "skill.template.item",
                "type": "integration",
                "integration": {
                  "object": "integration#preview",
                  "metadata": {},
                  "configuration": {}
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              },
              {
                "object": "skill.template.item",
                "type": "integration",
                "integration": {
                  "object": "integration#preview",
                  "metadata": {},
                  "configuration": {}
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.template"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "owner": {
            "examples": [
              "system",
              "tenant"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "store_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "items": {
            "examples": [
              [
                {
                  "object": "skill.template.item",
                  "type": "integration",
                  "integration": {
                    "object": "integration#preview",
                    "metadata": {},
                    "configuration": {}
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "skill.template.item",
                  "type": "integration",
                  "integration": {
                    "object": "integration#preview",
                    "metadata": {},
                    "configuration": {}
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.template.item",
                    "type": "integration",
                    "integration": {
                      "object": "integration#preview",
                      "metadata": {},
                      "configuration": {}
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.template.item"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "integration",
                      "provider"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "integration": {
                    "examples": [
                      {
                        "object": "integration#preview",
                        "metadata": {},
                        "configuration": {}
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "integration#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": true
                      },
                      "configuration": {
                        "examples": [
                          {}
                        ],
                        "properties": {
                          "can_attach_custom_tool_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "can_attach_custom_provider_config": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "can_override_tool_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "use_integration_name_in_tool_names": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "archived_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique provider identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Connect to GitHub repositories, issues, and pull requests"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Brief description of the provider",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [
                          "github"
                        ],
                        "type": "string",
                        "name": "slug",
                        "description": "URL-friendly identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the provider was created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the provider was last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_987",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_988",
      "name": "skill.template",
      "type": {
        "examples": [
          {
            "object": "skill.template",
            "status": "active",
            "owner": "system",
            "metadata": {},
            "items": [
              {
                "object": "skill.template.item",
                "type": "integration",
                "integration": {
                  "object": "integration#preview",
                  "metadata": {},
                  "configuration": {}
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              },
              {
                "object": "skill.template.item",
                "type": "integration",
                "integration": {
                  "object": "integration#preview",
                  "metadata": {},
                  "configuration": {}
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.template"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "owner": {
            "examples": [
              "system",
              "tenant"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "store_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "items": {
            "examples": [
              [
                {
                  "object": "skill.template.item",
                  "type": "integration",
                  "integration": {
                    "object": "integration#preview",
                    "metadata": {},
                    "configuration": {}
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "skill.template.item",
                  "type": "integration",
                  "integration": {
                    "object": "integration#preview",
                    "metadata": {},
                    "configuration": {}
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.template.item",
                    "type": "integration",
                    "integration": {
                      "object": "integration#preview",
                      "metadata": {},
                      "configuration": {}
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.template.item"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "integration",
                      "provider"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "integration": {
                    "examples": [
                      {
                        "object": "integration#preview",
                        "metadata": {},
                        "configuration": {}
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "integration#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": true
                      },
                      "configuration": {
                        "examples": [
                          {}
                        ],
                        "properties": {
                          "can_attach_custom_tool_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "can_attach_custom_provider_config": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "can_override_tool_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "use_integration_name_in_tool_names": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "archived_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique provider identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Connect to GitHub repositories, issues, and pull requests"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Brief description of the provider",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [
                          "github"
                        ],
                        "type": "string",
                        "name": "slug",
                        "description": "URL-friendly identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the provider was created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the provider was last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_990",
      "name": "skill.template",
      "type": {
        "examples": [
          {
            "object": "skill.template",
            "status": "active",
            "owner": "system",
            "metadata": {},
            "items": [
              {
                "object": "skill.template.item",
                "type": "integration",
                "integration": {
                  "object": "integration#preview",
                  "metadata": {},
                  "configuration": {}
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              },
              {
                "object": "skill.template.item",
                "type": "integration",
                "integration": {
                  "object": "integration#preview",
                  "metadata": {},
                  "configuration": {}
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.template"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "owner": {
            "examples": [
              "system",
              "tenant"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "store_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "items": {
            "examples": [
              [
                {
                  "object": "skill.template.item",
                  "type": "integration",
                  "integration": {
                    "object": "integration#preview",
                    "metadata": {},
                    "configuration": {}
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "skill.template.item",
                  "type": "integration",
                  "integration": {
                    "object": "integration#preview",
                    "metadata": {},
                    "configuration": {}
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.template.item",
                    "type": "integration",
                    "integration": {
                      "object": "integration#preview",
                      "metadata": {},
                      "configuration": {}
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.template.item"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "integration",
                      "provider"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "integration": {
                    "examples": [
                      {
                        "object": "integration#preview",
                        "metadata": {},
                        "configuration": {}
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "integration#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": true
                      },
                      "configuration": {
                        "examples": [
                          {}
                        ],
                        "properties": {
                          "can_attach_custom_tool_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "can_attach_custom_provider_config": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "can_override_tool_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "use_integration_name_in_tool_names": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "archived_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique provider identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Connect to GitHub repositories, issues, and pull requests"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Brief description of the provider",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [
                          "github"
                        ],
                        "type": "string",
                        "name": "slug",
                        "description": "URL-friendly identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the provider was created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the provider was last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_993",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {},
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_994",
      "name": "skill.template.item",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "skill.template.item",
                "type": "integration",
                "integration": {
                  "object": "integration#preview",
                  "metadata": {},
                  "configuration": {}
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "skill.template.item",
                  "type": "integration",
                  "integration": {
                    "object": "integration#preview",
                    "metadata": {},
                    "configuration": {}
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "skill.template.item",
                  "type": "integration",
                  "integration": {
                    "object": "integration#preview",
                    "metadata": {},
                    "configuration": {}
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.template.item",
                    "type": "integration",
                    "integration": {
                      "object": "integration#preview",
                      "metadata": {},
                      "configuration": {}
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.template.item"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "integration",
                      "provider"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "integration": {
                    "examples": [
                      {
                        "object": "integration#preview",
                        "metadata": {},
                        "configuration": {}
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "integration#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": true
                      },
                      "configuration": {
                        "examples": [
                          {}
                        ],
                        "properties": {
                          "can_attach_custom_tool_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "can_attach_custom_provider_config": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "can_override_tool_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "use_integration_name_in_tool_names": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "archived_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique provider identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Connect to GitHub repositories, issues, and pull requests"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Brief description of the provider",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [
                          "github"
                        ],
                        "type": "string",
                        "name": "slug",
                        "description": "URL-friendly identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the provider was created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the provider was last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_996",
      "name": "skill.template.item",
      "type": {
        "examples": [
          {
            "object": "skill.template.item",
            "type": "integration",
            "integration": {
              "object": "integration#preview",
              "metadata": {},
              "configuration": {}
            },
            "provider": {
              "object": "provider#preview",
              "id": "pro_5gHjKlMnPqRsTuVw",
              "name": "GitHub",
              "description": "Connect to GitHub repositories, issues, and pull requests",
              "slug": "github",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.template.item"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "integration",
              "provider"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "integration": {
            "examples": [
              {
                "object": "integration#preview",
                "metadata": {},
                "configuration": {}
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "integration#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "optional": false,
                "nullable": true
              },
              "configuration": {
                "examples": [
                  {}
                ],
                "properties": {
                  "can_attach_custom_tool_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "can_attach_custom_provider_config": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "can_override_tool_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "use_integration_name_in_tool_names": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "archived_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "provider": {
            "examples": [
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique provider identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name of the provider",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Connect to GitHub repositories, issues, and pull requests"
                ],
                "type": "string",
                "name": "description",
                "description": "Brief description of the provider",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [
                  "github"
                ],
                "type": "string",
                "name": "slug",
                "description": "URL-friendly identifier",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the provider was created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when the provider was last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_998",
      "name": "Body",
      "type": {
        "examples": [
          {
            "type": "provider"
          },
          {
            "type": "integration"
          }
        ],
        "items": [
          {
            "examples": [
              {
                "type": "provider"
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "provider"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "provider_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "type": "integration"
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "integration"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "integration_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "union",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_999",
      "name": "skill.template.item",
      "type": {
        "examples": [
          {
            "object": "skill.template.item",
            "type": "integration",
            "integration": {
              "object": "integration#preview",
              "metadata": {},
              "configuration": {}
            },
            "provider": {
              "object": "provider#preview",
              "id": "pro_5gHjKlMnPqRsTuVw",
              "name": "GitHub",
              "description": "Connect to GitHub repositories, issues, and pull requests",
              "slug": "github",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.template.item"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "integration",
              "provider"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "integration": {
            "examples": [
              {
                "object": "integration#preview",
                "metadata": {},
                "configuration": {}
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "integration#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "optional": false,
                "nullable": true
              },
              "configuration": {
                "examples": [
                  {}
                ],
                "properties": {
                  "can_attach_custom_tool_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "can_attach_custom_provider_config": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "can_override_tool_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "use_integration_name_in_tool_names": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "archived_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "provider": {
            "examples": [
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique provider identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name of the provider",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Connect to GitHub repositories, issues, and pull requests"
                ],
                "type": "string",
                "name": "description",
                "description": "Brief description of the provider",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [
                  "github"
                ],
                "type": "string",
                "name": "slug",
                "description": "URL-friendly identifier",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the provider was created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when the provider was last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1001",
      "name": "skill.template.item",
      "type": {
        "examples": [
          {
            "object": "skill.template.item",
            "type": "integration",
            "integration": {
              "object": "integration#preview",
              "metadata": {},
              "configuration": {}
            },
            "provider": {
              "object": "provider#preview",
              "id": "pro_5gHjKlMnPqRsTuVw",
              "name": "GitHub",
              "description": "Connect to GitHub repositories, issues, and pull requests",
              "slug": "github",
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.template.item"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "integration",
              "provider"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "integration": {
            "examples": [
              {
                "object": "integration#preview",
                "metadata": {},
                "configuration": {}
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "integration#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "optional": false,
                "nullable": true
              },
              "configuration": {
                "examples": [
                  {}
                ],
                "properties": {
                  "can_attach_custom_tool_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "can_attach_custom_provider_config": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "can_override_tool_filters": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "use_integration_name_in_tool_names": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "archived_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "provider": {
            "examples": [
              {
                "object": "provider#preview",
                "id": "pro_5gHjKlMnPqRsTuVw",
                "name": "GitHub",
                "description": "Connect to GitHub repositories, issues, and pull requests",
                "slug": "github",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "provider#preview"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "pro_5gHjKlMnPqRsTuVw"
                ],
                "type": "string",
                "name": "id",
                "description": "Unique provider identifier",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [
                  "GitHub"
                ],
                "type": "string",
                "name": "name",
                "description": "Display name of the provider",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [
                  "Connect to GitHub repositories, issues, and pull requests"
                ],
                "type": "string",
                "name": "description",
                "description": "Brief description of the provider",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [
                  "github"
                ],
                "type": "string",
                "name": "slug",
                "description": "URL-friendly identifier",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2025-09-15T10:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "Timestamp when the provider was created",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2026-01-10T14:45:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "Timestamp when the provider was last updated",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1004",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {},
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1005",
      "name": "skillVersion",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "skill.version"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "skill.version"
                },
                {
                  "object": "skill.version"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.version"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.version"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "store_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "store_version_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "version_number": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1007",
      "name": "skillVersion",
      "type": {
        "examples": [
          {
            "object": "skill.version"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.version"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "skill_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "store_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "store_version_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "version_number": {
            "examples": [],
            "type": "number",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1009",
      "name": "skillVersionSnapshot",
      "type": {
        "examples": [
          {
            "object": "skill.version.snapshot",
            "items": [
              {
                "object": "skill.version.snapshot.item",
                "kind": "file"
              },
              {
                "object": "skill.version.snapshot.item",
                "kind": "file"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.version.snapshot"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "skill_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "store_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "store_version_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "version_number": {
            "examples": [],
            "type": "number",
            "optional": false,
            "nullable": false
          },
          "items": {
            "examples": [
              [
                {
                  "object": "skill.version.snapshot.item",
                  "kind": "file"
                },
                {
                  "object": "skill.version.snapshot.item",
                  "kind": "file"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.version.snapshot.item",
                    "kind": "file"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.version.snapshot.item"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "kind": {
                    "examples": [
                      "file",
                      "document",
                      "directory"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "path": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "file_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "document_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "document_version_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "content": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1012",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "target": "skill",
                "status": "pending"
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "target": {
                "examples": [
                  "skill",
                  "plugin",
                  "marketplace",
                  [
                    "skill",
                    "skill"
                  ],
                  [
                    "plugin",
                    "plugin"
                  ],
                  [
                    "marketplace",
                    "marketplace"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "skill",
                      "plugin",
                      "marketplace"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "skill",
                        "skill"
                      ],
                      [
                        "plugin",
                        "plugin"
                      ],
                      [
                        "marketplace",
                        "marketplace"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "skill",
                          "plugin",
                          "marketplace"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "pending",
                  "completed",
                  "failed",
                  [
                    "pending",
                    "pending"
                  ],
                  [
                    "completed",
                    "completed"
                  ],
                  [
                    "failed",
                    "failed"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "pending",
                      "completed",
                      "failed"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "pending",
                        "pending"
                      ],
                      [
                        "completed",
                        "completed"
                      ],
                      [
                        "failed",
                        "failed"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "pending",
                          "completed",
                          "failed"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1013",
      "name": "skillExport",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "skill.export",
                "target": "skill",
                "status": "pending",
                "file": {
                  "object": "file",
                  "id": "fil_9jKlMnPqRsTuVwXy",
                  "status": "active",
                  "file_name": "company-logo.png",
                  "file_size": 245760,
                  "file_type": "image/png",
                  "title": "Company Logo",
                  "purpose": "organization_logo",
                  "created_by": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                },
                "file_link": {
                  "object": "file.file_link",
                  "id": "flk_5mNpQrStUvWxYzAb",
                  "file_id": "fil_9jKlMnPqRsTuVwXy",
                  "url": "https://files.metorial.com/files/fil_9jKlMnPqRsTuVwXy/a8f3k2m9"
                },
                "created_by": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "skill.export",
                  "target": "skill",
                  "status": "pending",
                  "file": {
                    "object": "file",
                    "id": "fil_9jKlMnPqRsTuVwXy",
                    "status": "active",
                    "file_name": "company-logo.png",
                    "file_size": 245760,
                    "file_type": "image/png",
                    "title": "Company Logo",
                    "purpose": "organization_logo",
                    "created_by": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  },
                  "file_link": {
                    "object": "file.file_link",
                    "id": "flk_5mNpQrStUvWxYzAb",
                    "file_id": "fil_9jKlMnPqRsTuVwXy",
                    "url": "https://files.metorial.com/files/fil_9jKlMnPqRsTuVwXy/a8f3k2m9"
                  },
                  "created_by": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                },
                {
                  "object": "skill.export",
                  "target": "skill",
                  "status": "pending",
                  "file": {
                    "object": "file",
                    "id": "fil_9jKlMnPqRsTuVwXy",
                    "status": "active",
                    "file_name": "company-logo.png",
                    "file_size": 245760,
                    "file_type": "image/png",
                    "title": "Company Logo",
                    "purpose": "organization_logo",
                    "created_by": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  },
                  "file_link": {
                    "object": "file.file_link",
                    "id": "flk_5mNpQrStUvWxYzAb",
                    "file_id": "fil_9jKlMnPqRsTuVwXy",
                    "url": "https://files.metorial.com/files/fil_9jKlMnPqRsTuVwXy/a8f3k2m9"
                  },
                  "created_by": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.export",
                    "target": "skill",
                    "status": "pending",
                    "file": {
                      "object": "file",
                      "id": "fil_9jKlMnPqRsTuVwXy",
                      "status": "active",
                      "file_name": "company-logo.png",
                      "file_size": 245760,
                      "file_type": "image/png",
                      "title": "Company Logo",
                      "purpose": "organization_logo",
                      "created_by": {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    },
                    "file_link": {
                      "object": "file.file_link",
                      "id": "flk_5mNpQrStUvWxYzAb",
                      "file_id": "fil_9jKlMnPqRsTuVwXy",
                      "url": "https://files.metorial.com/files/fil_9jKlMnPqRsTuVwXy/a8f3k2m9"
                    },
                    "created_by": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.export"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "target": {
                    "examples": [
                      "skill",
                      "plugin",
                      "marketplace"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "pending",
                      "completed",
                      "failed"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "file": {
                    "examples": [
                      {
                        "object": "file",
                        "id": "fil_9jKlMnPqRsTuVwXy",
                        "status": "active",
                        "file_name": "company-logo.png",
                        "file_size": 245760,
                        "file_type": "image/png",
                        "title": "Company Logo",
                        "purpose": "organization_logo",
                        "created_by": {
                          "type": "organization_actor",
                          "organization_actor": {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          },
                          "consumer": {
                            "object": "consumer"
                          }
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "file"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "fil_9jKlMnPqRsTuVwXy"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The files's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "The files's status",
                        "optional": false,
                        "nullable": false
                      },
                      "file_name": {
                        "examples": [
                          "company-logo.png"
                        ],
                        "type": "string",
                        "name": "file_name",
                        "description": "The file's name",
                        "optional": false,
                        "nullable": false
                      },
                      "file_size": {
                        "examples": [
                          245760
                        ],
                        "type": "number",
                        "name": "file_size",
                        "description": "The file's size in bytes",
                        "optional": false,
                        "nullable": false
                      },
                      "file_type": {
                        "examples": [
                          "image/png"
                        ],
                        "type": "string",
                        "name": "file_type",
                        "description": "The file's MIME type",
                        "optional": false,
                        "nullable": false
                      },
                      "title": {
                        "examples": [
                          "Company Logo"
                        ],
                        "type": "string",
                        "name": "title",
                        "description": "The file's title",
                        "optional": false,
                        "nullable": false
                      },
                      "purpose": {
                        "examples": [
                          "organization_logo"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "The file's purpose identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "created_by": {
                        "examples": [
                          {
                            "type": "organization_actor",
                            "organization_actor": {
                              "object": "organization.actor",
                              "id": "omem_5fGhJkLmNpQrStUv",
                              "type": "member",
                              "organization_id": "org_7hNkPqRsTuVwXyZa",
                              "name": "Alex Chen",
                              "email": "alex.chen@acme.com",
                              "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                              "teams": [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            },
                            "consumer": {
                              "object": "consumer"
                            }
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "organization_actor",
                              "consumer",
                              "unknown"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "organization_actor": {
                            "examples": [
                              {
                                "object": "organization.actor",
                                "id": "omem_5fGhJkLmNpQrStUv",
                                "type": "member",
                                "organization_id": "org_7hNkPqRsTuVwXyZa",
                                "name": "Alex Chen",
                                "email": "alex.chen@acme.com",
                                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                                "teams": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  },
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ]
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "organization.actor"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "omem_5fGhJkLmNpQrStUv"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "The organization member's unique identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "member",
                                  "machine_access"
                                ],
                                "type": "enum",
                                "name": "type",
                                "description": "The organization member's type",
                                "optional": false,
                                "nullable": false
                              },
                              "organization_id": {
                                "examples": [
                                  "org_7hNkPqRsTuVwXyZa"
                                ],
                                "type": "string",
                                "name": "organization_id",
                                "description": "The organization member's organization ID",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Alex Chen"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "The organization member's name",
                                "optional": false,
                                "nullable": false
                              },
                              "email": {
                                "examples": [
                                  "alex.chen@acme.com"
                                ],
                                "type": "string",
                                "name": "email",
                                "description": "The organization member's email",
                                "optional": false,
                                "nullable": true
                              },
                              "image_url": {
                                "examples": [
                                  "https://avatar-cdn.metorial.com/aimg_1234567890"
                                ],
                                "type": "string",
                                "name": "image_url",
                                "description": "The organization member's image URL",
                                "optional": false,
                                "nullable": false
                              },
                              "teams": {
                                "examples": [
                                  [
                                    {
                                      "id": "tm_3eFgHjKlMnPqRsTu",
                                      "name": "Engineering",
                                      "slug": "engineering",
                                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                    },
                                    {
                                      "id": "tm_3eFgHjKlMnPqRsTu",
                                      "name": "Engineering",
                                      "slug": "engineering",
                                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "id": "tm_3eFgHjKlMnPqRsTu",
                                        "name": "Engineering",
                                        "slug": "engineering",
                                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                      }
                                    ],
                                    "properties": {
                                      "id": {
                                        "examples": [
                                          "tm_3eFgHjKlMnPqRsTu"
                                        ],
                                        "type": "string",
                                        "name": "id",
                                        "description": "The team ID",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "name": {
                                        "examples": [
                                          "Engineering"
                                        ],
                                        "type": "string",
                                        "name": "name",
                                        "description": "The team name",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "slug": {
                                        "examples": [
                                          "engineering"
                                        ],
                                        "type": "string",
                                        "name": "slug",
                                        "description": "The team slug",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "assignment_id": {
                                        "examples": [
                                          "tmas_8jKlMnPqRsTuVwXy"
                                        ],
                                        "type": "string",
                                        "name": "assignment_id",
                                        "description": "The team assignment ID",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "created_at": {
                                        "examples": [],
                                        "type": "date",
                                        "name": "created_at",
                                        "description": "The team assignment creation date",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "updated_at": {
                                        "examples": [],
                                        "type": "date",
                                        "name": "updated_at",
                                        "description": "The team assignment last update date",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "name": "teams",
                                    "description": "The teams the actor belongs to",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "The organization member's creation date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "name": "updated_at",
                                "description": "The organization member's last update date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "consumer": {
                            "examples": [
                              {
                                "object": "consumer"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "consumer"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "email": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "image_url": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "The files's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The files's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "file_link": {
                    "examples": [
                      {
                        "object": "file.file_link",
                        "id": "flk_5mNpQrStUvWxYzAb",
                        "file_id": "fil_9jKlMnPqRsTuVwXy",
                        "url": "https://files.metorial.com/files/fil_9jKlMnPqRsTuVwXy/a8f3k2m9"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "file.file_link"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "flk_5mNpQrStUvWxYzAb"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The links's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "file_id": {
                        "examples": [
                          "fil_9jKlMnPqRsTuVwXy"
                        ],
                        "type": "string",
                        "name": "file_id",
                        "description": "The file's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "url": {
                        "examples": [
                          "https://files.metorial.com/files/fil_9jKlMnPqRsTuVwXy/a8f3k2m9"
                        ],
                        "type": "string",
                        "name": "url",
                        "description": "The file's public URL",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "The links's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "expires_at": {
                        "examples": [],
                        "type": "date",
                        "name": "expires_at",
                        "description": "The file's expiration date",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_by": {
                    "examples": [
                      {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "organization_actor",
                          "consumer",
                          "unknown"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "organization_actor": {
                        "examples": [
                          {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "organization.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "omem_5fGhJkLmNpQrStUv"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The organization member's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "member",
                              "machine_access"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The organization member's type",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_id": {
                            "examples": [
                              "org_7hNkPqRsTuVwXyZa"
                            ],
                            "type": "string",
                            "name": "organization_id",
                            "description": "The organization member's organization ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Alex Chen"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The organization member's name",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [
                              "alex.chen@acme.com"
                            ],
                            "type": "string",
                            "name": "email",
                            "description": "The organization member's email",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [
                              "https://avatar-cdn.metorial.com/aimg_1234567890"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "The organization member's image URL",
                            "optional": false,
                            "nullable": false
                          },
                          "teams": {
                            "examples": [
                              [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ],
                                "properties": {
                                  "id": {
                                    "examples": [
                                      "tm_3eFgHjKlMnPqRsTu"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "The team ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Engineering"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "The team name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "slug": {
                                    "examples": [
                                      "engineering"
                                    ],
                                    "type": "string",
                                    "name": "slug",
                                    "description": "The team slug",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "assignment_id": {
                                    "examples": [
                                      "tmas_8jKlMnPqRsTuVwXy"
                                    ],
                                    "type": "string",
                                    "name": "assignment_id",
                                    "description": "The team assignment ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "The team assignment creation date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "The team assignment last update date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "name": "teams",
                                "description": "The teams the actor belongs to",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The organization member's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The organization member's last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer": {
                        "examples": [
                          {
                            "object": "consumer"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "started_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  },
                  "completed_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1015",
      "name": "skillExport",
      "type": {
        "examples": [
          {
            "object": "skill.export",
            "target": "skill",
            "status": "pending",
            "file": {
              "object": "file",
              "id": "fil_9jKlMnPqRsTuVwXy",
              "status": "active",
              "file_name": "company-logo.png",
              "file_size": 245760,
              "file_type": "image/png",
              "title": "Company Logo",
              "purpose": "organization_logo",
              "created_by": {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              }
            },
            "file_link": {
              "object": "file.file_link",
              "id": "flk_5mNpQrStUvWxYzAb",
              "file_id": "fil_9jKlMnPqRsTuVwXy",
              "url": "https://files.metorial.com/files/fil_9jKlMnPqRsTuVwXy/a8f3k2m9"
            },
            "created_by": {
              "type": "organization_actor",
              "organization_actor": {
                "object": "organization.actor",
                "id": "omem_5fGhJkLmNpQrStUv",
                "type": "member",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "name": "Alex Chen",
                "email": "alex.chen@acme.com",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                "teams": [
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  },
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  }
                ]
              },
              "consumer": {
                "object": "consumer"
              }
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.export"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "target": {
            "examples": [
              "skill",
              "plugin",
              "marketplace"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "completed",
              "failed"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "file": {
            "examples": [
              {
                "object": "file",
                "id": "fil_9jKlMnPqRsTuVwXy",
                "status": "active",
                "file_name": "company-logo.png",
                "file_size": 245760,
                "file_type": "image/png",
                "title": "Company Logo",
                "purpose": "organization_logo",
                "created_by": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "file"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "fil_9jKlMnPqRsTuVwXy"
                ],
                "type": "string",
                "name": "id",
                "description": "The files's unique identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "The files's status",
                "optional": false,
                "nullable": false
              },
              "file_name": {
                "examples": [
                  "company-logo.png"
                ],
                "type": "string",
                "name": "file_name",
                "description": "The file's name",
                "optional": false,
                "nullable": false
              },
              "file_size": {
                "examples": [
                  245760
                ],
                "type": "number",
                "name": "file_size",
                "description": "The file's size in bytes",
                "optional": false,
                "nullable": false
              },
              "file_type": {
                "examples": [
                  "image/png"
                ],
                "type": "string",
                "name": "file_type",
                "description": "The file's MIME type",
                "optional": false,
                "nullable": false
              },
              "title": {
                "examples": [
                  "Company Logo"
                ],
                "type": "string",
                "name": "title",
                "description": "The file's title",
                "optional": false,
                "nullable": false
              },
              "purpose": {
                "examples": [
                  "organization_logo"
                ],
                "type": "string",
                "name": "identifier",
                "description": "The file's purpose identifier",
                "optional": false,
                "nullable": false
              },
              "created_by": {
                "examples": [
                  {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "organization_actor",
                      "consumer",
                      "unknown"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "organization_actor": {
                    "examples": [
                      {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "organization.actor"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "omem_5fGhJkLmNpQrStUv"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The organization member's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "member",
                          "machine_access"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "The organization member's type",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_id": {
                        "examples": [
                          "org_7hNkPqRsTuVwXyZa"
                        ],
                        "type": "string",
                        "name": "organization_id",
                        "description": "The organization member's organization ID",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Alex Chen"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "The organization member's name",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [
                          "alex.chen@acme.com"
                        ],
                        "type": "string",
                        "name": "email",
                        "description": "The organization member's email",
                        "optional": false,
                        "nullable": true
                      },
                      "image_url": {
                        "examples": [
                          "https://avatar-cdn.metorial.com/aimg_1234567890"
                        ],
                        "type": "string",
                        "name": "image_url",
                        "description": "The organization member's image URL",
                        "optional": false,
                        "nullable": false
                      },
                      "teams": {
                        "examples": [
                          [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ],
                            "properties": {
                              "id": {
                                "examples": [
                                  "tm_3eFgHjKlMnPqRsTu"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "The team ID",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Engineering"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "The team name",
                                "optional": false,
                                "nullable": false
                              },
                              "slug": {
                                "examples": [
                                  "engineering"
                                ],
                                "type": "string",
                                "name": "slug",
                                "description": "The team slug",
                                "optional": false,
                                "nullable": false
                              },
                              "assignment_id": {
                                "examples": [
                                  "tmas_8jKlMnPqRsTuVwXy"
                                ],
                                "type": "string",
                                "name": "assignment_id",
                                "description": "The team assignment ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "The team assignment creation date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "name": "updated_at",
                                "description": "The team assignment last update date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "name": "teams",
                            "description": "The teams the actor belongs to",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "The organization member's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The organization member's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer": {
                    "examples": [
                      {
                        "object": "consumer"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "name": "created_at",
                "description": "The files's creation date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "name": "updated_at",
                "description": "The files's last update date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "file_link": {
            "examples": [
              {
                "object": "file.file_link",
                "id": "flk_5mNpQrStUvWxYzAb",
                "file_id": "fil_9jKlMnPqRsTuVwXy",
                "url": "https://files.metorial.com/files/fil_9jKlMnPqRsTuVwXy/a8f3k2m9"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "file.file_link"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "flk_5mNpQrStUvWxYzAb"
                ],
                "type": "string",
                "name": "id",
                "description": "The links's unique identifier",
                "optional": false,
                "nullable": false
              },
              "file_id": {
                "examples": [
                  "fil_9jKlMnPqRsTuVwXy"
                ],
                "type": "string",
                "name": "file_id",
                "description": "The file's unique identifier",
                "optional": false,
                "nullable": false
              },
              "url": {
                "examples": [
                  "https://files.metorial.com/files/fil_9jKlMnPqRsTuVwXy/a8f3k2m9"
                ],
                "type": "string",
                "name": "url",
                "description": "The file's public URL",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "name": "created_at",
                "description": "The links's creation date",
                "optional": false,
                "nullable": false
              },
              "expires_at": {
                "examples": [],
                "type": "date",
                "name": "expires_at",
                "description": "The file's expiration date",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_by": {
            "examples": [
              {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "organization_actor",
                  "consumer",
                  "unknown"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "organization_actor": {
                "examples": [
                  {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "omem_5fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization member's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "member",
                      "machine_access"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization member's type",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization member's organization ID",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization member's name",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The organization member's email",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization member's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "teams": {
                    "examples": [
                      [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ],
                        "properties": {
                          "id": {
                            "examples": [
                              "tm_3eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The team ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Engineering"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The team name",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "engineering"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "The team slug",
                            "optional": false,
                            "nullable": false
                          },
                          "assignment_id": {
                            "examples": [
                              "tmas_8jKlMnPqRsTuVwXy"
                            ],
                            "type": "string",
                            "name": "assignment_id",
                            "description": "The team assignment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The team assignment creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The team assignment last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "teams",
                        "description": "The teams the actor belongs to",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization member's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization member's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "consumer": {
                "examples": [
                  {
                    "object": "consumer"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "consumer"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "started_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "completed_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1017",
      "name": "Body",
      "type": {
        "examples": [
          {
            "target": "skill"
          }
        ],
        "properties": {
          "target": {
            "examples": [
              "skill",
              "plugin",
              "marketplace"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "skill_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "skill_plugin_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "skill_marketplace_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1018",
      "name": "skillExport",
      "type": {
        "examples": [
          {
            "object": "skill.export",
            "target": "skill",
            "status": "pending",
            "file": {
              "object": "file",
              "id": "fil_9jKlMnPqRsTuVwXy",
              "status": "active",
              "file_name": "company-logo.png",
              "file_size": 245760,
              "file_type": "image/png",
              "title": "Company Logo",
              "purpose": "organization_logo",
              "created_by": {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              }
            },
            "file_link": {
              "object": "file.file_link",
              "id": "flk_5mNpQrStUvWxYzAb",
              "file_id": "fil_9jKlMnPqRsTuVwXy",
              "url": "https://files.metorial.com/files/fil_9jKlMnPqRsTuVwXy/a8f3k2m9"
            },
            "created_by": {
              "type": "organization_actor",
              "organization_actor": {
                "object": "organization.actor",
                "id": "omem_5fGhJkLmNpQrStUv",
                "type": "member",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "name": "Alex Chen",
                "email": "alex.chen@acme.com",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                "teams": [
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  },
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  }
                ]
              },
              "consumer": {
                "object": "consumer"
              }
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.export"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "target": {
            "examples": [
              "skill",
              "plugin",
              "marketplace"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "completed",
              "failed"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "file": {
            "examples": [
              {
                "object": "file",
                "id": "fil_9jKlMnPqRsTuVwXy",
                "status": "active",
                "file_name": "company-logo.png",
                "file_size": 245760,
                "file_type": "image/png",
                "title": "Company Logo",
                "purpose": "organization_logo",
                "created_by": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "file"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "fil_9jKlMnPqRsTuVwXy"
                ],
                "type": "string",
                "name": "id",
                "description": "The files's unique identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "The files's status",
                "optional": false,
                "nullable": false
              },
              "file_name": {
                "examples": [
                  "company-logo.png"
                ],
                "type": "string",
                "name": "file_name",
                "description": "The file's name",
                "optional": false,
                "nullable": false
              },
              "file_size": {
                "examples": [
                  245760
                ],
                "type": "number",
                "name": "file_size",
                "description": "The file's size in bytes",
                "optional": false,
                "nullable": false
              },
              "file_type": {
                "examples": [
                  "image/png"
                ],
                "type": "string",
                "name": "file_type",
                "description": "The file's MIME type",
                "optional": false,
                "nullable": false
              },
              "title": {
                "examples": [
                  "Company Logo"
                ],
                "type": "string",
                "name": "title",
                "description": "The file's title",
                "optional": false,
                "nullable": false
              },
              "purpose": {
                "examples": [
                  "organization_logo"
                ],
                "type": "string",
                "name": "identifier",
                "description": "The file's purpose identifier",
                "optional": false,
                "nullable": false
              },
              "created_by": {
                "examples": [
                  {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "organization_actor",
                      "consumer",
                      "unknown"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "organization_actor": {
                    "examples": [
                      {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "organization.actor"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "omem_5fGhJkLmNpQrStUv"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The organization member's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "member",
                          "machine_access"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "The organization member's type",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_id": {
                        "examples": [
                          "org_7hNkPqRsTuVwXyZa"
                        ],
                        "type": "string",
                        "name": "organization_id",
                        "description": "The organization member's organization ID",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Alex Chen"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "The organization member's name",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [
                          "alex.chen@acme.com"
                        ],
                        "type": "string",
                        "name": "email",
                        "description": "The organization member's email",
                        "optional": false,
                        "nullable": true
                      },
                      "image_url": {
                        "examples": [
                          "https://avatar-cdn.metorial.com/aimg_1234567890"
                        ],
                        "type": "string",
                        "name": "image_url",
                        "description": "The organization member's image URL",
                        "optional": false,
                        "nullable": false
                      },
                      "teams": {
                        "examples": [
                          [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ],
                            "properties": {
                              "id": {
                                "examples": [
                                  "tm_3eFgHjKlMnPqRsTu"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "The team ID",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Engineering"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "The team name",
                                "optional": false,
                                "nullable": false
                              },
                              "slug": {
                                "examples": [
                                  "engineering"
                                ],
                                "type": "string",
                                "name": "slug",
                                "description": "The team slug",
                                "optional": false,
                                "nullable": false
                              },
                              "assignment_id": {
                                "examples": [
                                  "tmas_8jKlMnPqRsTuVwXy"
                                ],
                                "type": "string",
                                "name": "assignment_id",
                                "description": "The team assignment ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "The team assignment creation date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "name": "updated_at",
                                "description": "The team assignment last update date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "name": "teams",
                            "description": "The teams the actor belongs to",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "The organization member's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The organization member's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer": {
                    "examples": [
                      {
                        "object": "consumer"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "name": "created_at",
                "description": "The files's creation date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "name": "updated_at",
                "description": "The files's last update date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "file_link": {
            "examples": [
              {
                "object": "file.file_link",
                "id": "flk_5mNpQrStUvWxYzAb",
                "file_id": "fil_9jKlMnPqRsTuVwXy",
                "url": "https://files.metorial.com/files/fil_9jKlMnPqRsTuVwXy/a8f3k2m9"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "file.file_link"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [
                  "flk_5mNpQrStUvWxYzAb"
                ],
                "type": "string",
                "name": "id",
                "description": "The links's unique identifier",
                "optional": false,
                "nullable": false
              },
              "file_id": {
                "examples": [
                  "fil_9jKlMnPqRsTuVwXy"
                ],
                "type": "string",
                "name": "file_id",
                "description": "The file's unique identifier",
                "optional": false,
                "nullable": false
              },
              "url": {
                "examples": [
                  "https://files.metorial.com/files/fil_9jKlMnPqRsTuVwXy/a8f3k2m9"
                ],
                "type": "string",
                "name": "url",
                "description": "The file's public URL",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "name": "created_at",
                "description": "The links's creation date",
                "optional": false,
                "nullable": false
              },
              "expires_at": {
                "examples": [],
                "type": "date",
                "name": "expires_at",
                "description": "The file's expiration date",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_by": {
            "examples": [
              {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "organization_actor",
                  "consumer",
                  "unknown"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "organization_actor": {
                "examples": [
                  {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "omem_5fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization member's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "member",
                      "machine_access"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization member's type",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization member's organization ID",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization member's name",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The organization member's email",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization member's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "teams": {
                    "examples": [
                      [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ],
                        "properties": {
                          "id": {
                            "examples": [
                              "tm_3eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The team ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Engineering"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The team name",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "engineering"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "The team slug",
                            "optional": false,
                            "nullable": false
                          },
                          "assignment_id": {
                            "examples": [
                              "tmas_8jKlMnPqRsTuVwXy"
                            ],
                            "type": "string",
                            "name": "assignment_id",
                            "description": "The team assignment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The team assignment creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The team assignment last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "teams",
                        "description": "The teams the actor belongs to",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization member's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization member's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "consumer": {
                "examples": [
                  {
                    "object": "consumer"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "consumer"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "started_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "completed_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1021",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "skill_configuration_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for skill marketplace creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for skill marketplace creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter skill marketplace creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for skill marketplace last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for skill marketplace last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter skill marketplace last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1022",
      "name": "skillMarketplace",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "skill.marketplace",
                "status": "active",
                "sync_status": "pending",
                "plugins": [
                  {
                    "object": "skill.marketplace_plugin",
                    "status": "active",
                    "skill_plugin": {
                      "object": "skill.plugin",
                      "status": "active",
                      "sync_status": "pending",
                      "skills": [
                        {
                          "object": "skill.plugin_skill",
                          "status": "active",
                          "client_metadata": {}
                        },
                        {
                          "object": "skill.plugin_skill",
                          "status": "active",
                          "client_metadata": {}
                        }
                      ]
                    }
                  },
                  {
                    "object": "skill.marketplace_plugin",
                    "status": "active",
                    "skill_plugin": {
                      "object": "skill.plugin",
                      "status": "active",
                      "sync_status": "pending",
                      "skills": [
                        {
                          "object": "skill.plugin_skill",
                          "status": "active",
                          "client_metadata": {}
                        },
                        {
                          "object": "skill.plugin_skill",
                          "status": "active",
                          "client_metadata": {}
                        }
                      ]
                    }
                  }
                ]
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "skill.marketplace",
                  "status": "active",
                  "sync_status": "pending",
                  "plugins": [
                    {
                      "object": "skill.marketplace_plugin",
                      "status": "active",
                      "skill_plugin": {
                        "object": "skill.plugin",
                        "status": "active",
                        "sync_status": "pending",
                        "skills": [
                          {
                            "object": "skill.plugin_skill",
                            "status": "active",
                            "client_metadata": {}
                          },
                          {
                            "object": "skill.plugin_skill",
                            "status": "active",
                            "client_metadata": {}
                          }
                        ]
                      }
                    },
                    {
                      "object": "skill.marketplace_plugin",
                      "status": "active",
                      "skill_plugin": {
                        "object": "skill.plugin",
                        "status": "active",
                        "sync_status": "pending",
                        "skills": [
                          {
                            "object": "skill.plugin_skill",
                            "status": "active",
                            "client_metadata": {}
                          },
                          {
                            "object": "skill.plugin_skill",
                            "status": "active",
                            "client_metadata": {}
                          }
                        ]
                      }
                    }
                  ]
                },
                {
                  "object": "skill.marketplace",
                  "status": "active",
                  "sync_status": "pending",
                  "plugins": [
                    {
                      "object": "skill.marketplace_plugin",
                      "status": "active",
                      "skill_plugin": {
                        "object": "skill.plugin",
                        "status": "active",
                        "sync_status": "pending",
                        "skills": [
                          {
                            "object": "skill.plugin_skill",
                            "status": "active",
                            "client_metadata": {}
                          },
                          {
                            "object": "skill.plugin_skill",
                            "status": "active",
                            "client_metadata": {}
                          }
                        ]
                      }
                    },
                    {
                      "object": "skill.marketplace_plugin",
                      "status": "active",
                      "skill_plugin": {
                        "object": "skill.plugin",
                        "status": "active",
                        "sync_status": "pending",
                        "skills": [
                          {
                            "object": "skill.plugin_skill",
                            "status": "active",
                            "client_metadata": {}
                          },
                          {
                            "object": "skill.plugin_skill",
                            "status": "active",
                            "client_metadata": {}
                          }
                        ]
                      }
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.marketplace",
                    "status": "active",
                    "sync_status": "pending",
                    "plugins": [
                      {
                        "object": "skill.marketplace_plugin",
                        "status": "active",
                        "skill_plugin": {
                          "object": "skill.plugin",
                          "status": "active",
                          "sync_status": "pending",
                          "skills": [
                            {
                              "object": "skill.plugin_skill",
                              "status": "active",
                              "client_metadata": {}
                            },
                            {
                              "object": "skill.plugin_skill",
                              "status": "active",
                              "client_metadata": {}
                            }
                          ]
                        }
                      },
                      {
                        "object": "skill.marketplace_plugin",
                        "status": "active",
                        "skill_plugin": {
                          "object": "skill.plugin",
                          "status": "active",
                          "sync_status": "pending",
                          "skills": [
                            {
                              "object": "skill.plugin_skill",
                              "status": "active",
                              "client_metadata": {}
                            },
                            {
                              "object": "skill.plugin_skill",
                              "status": "active",
                              "client_metadata": {}
                            }
                          ]
                        }
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.marketplace"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "sync_status": {
                    "examples": [
                      "pending",
                      "processing",
                      "synced"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_configuration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "plugins": {
                    "examples": [
                      [
                        {
                          "object": "skill.marketplace_plugin",
                          "status": "active",
                          "skill_plugin": {
                            "object": "skill.plugin",
                            "status": "active",
                            "sync_status": "pending",
                            "skills": [
                              {
                                "object": "skill.plugin_skill",
                                "status": "active",
                                "client_metadata": {}
                              },
                              {
                                "object": "skill.plugin_skill",
                                "status": "active",
                                "client_metadata": {}
                              }
                            ]
                          }
                        },
                        {
                          "object": "skill.marketplace_plugin",
                          "status": "active",
                          "skill_plugin": {
                            "object": "skill.plugin",
                            "status": "active",
                            "sync_status": "pending",
                            "skills": [
                              {
                                "object": "skill.plugin_skill",
                                "status": "active",
                                "client_metadata": {}
                              },
                              {
                                "object": "skill.plugin_skill",
                                "status": "active",
                                "client_metadata": {}
                              }
                            ]
                          }
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "skill.marketplace_plugin",
                            "status": "active",
                            "skill_plugin": {
                              "object": "skill.plugin",
                              "status": "active",
                              "sync_status": "pending",
                              "skills": [
                                {
                                  "object": "skill.plugin_skill",
                                  "status": "active",
                                  "client_metadata": {}
                                },
                                {
                                  "object": "skill.plugin_skill",
                                  "status": "active",
                                  "client_metadata": {}
                                }
                              ]
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "skill.marketplace_plugin"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "identifier": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "skill_configuration_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "skill_marketplace_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "skill_plugin_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "skill_plugin": {
                            "examples": [
                              {
                                "object": "skill.plugin",
                                "status": "active",
                                "sync_status": "pending",
                                "skills": [
                                  {
                                    "object": "skill.plugin_skill",
                                    "status": "active",
                                    "client_metadata": {}
                                  },
                                  {
                                    "object": "skill.plugin_skill",
                                    "status": "active",
                                    "client_metadata": {}
                                  }
                                ]
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "skill.plugin"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "sync_status": {
                                "examples": [
                                  "pending",
                                  "processing",
                                  "synced"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "image_url": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "long_description": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "category": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "slug": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "skill_configuration_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "skills": {
                                "examples": [
                                  [
                                    {
                                      "object": "skill.plugin_skill",
                                      "status": "active",
                                      "client_metadata": {}
                                    },
                                    {
                                      "object": "skill.plugin_skill",
                                      "status": "active",
                                      "client_metadata": {}
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "object": "skill.plugin_skill",
                                        "status": "active",
                                        "client_metadata": {}
                                      }
                                    ],
                                    "properties": {
                                      "object": {
                                        "examples": [
                                          "skill.plugin_skill"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "id": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "identifier": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "status": {
                                        "examples": [
                                          "active",
                                          "archived",
                                          "deleted"
                                        ],
                                        "type": "enum",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "client_name": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": true
                                      },
                                      "client_description": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": true
                                      },
                                      "client_metadata": {
                                        "examples": [
                                          {}
                                        ],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "any",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "record",
                                        "optional": false,
                                        "nullable": true
                                      },
                                      "license": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": true
                                      },
                                      "compatibility": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": true
                                      },
                                      "skill_configuration_id": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": true
                                      },
                                      "skill_id": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "created_at": {
                                        "examples": [],
                                        "type": "date",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "updated_at": {
                                        "examples": [],
                                        "type": "date",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1024",
      "name": "skillMarketplace",
      "type": {
        "examples": [
          {
            "object": "skill.marketplace",
            "status": "active",
            "sync_status": "pending",
            "plugins": [
              {
                "object": "skill.marketplace_plugin",
                "status": "active",
                "skill_plugin": {
                  "object": "skill.plugin",
                  "status": "active",
                  "sync_status": "pending",
                  "skills": [
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    },
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    }
                  ]
                }
              },
              {
                "object": "skill.marketplace_plugin",
                "status": "active",
                "skill_plugin": {
                  "object": "skill.plugin",
                  "status": "active",
                  "sync_status": "pending",
                  "skills": [
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    },
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    }
                  ]
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.marketplace"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "sync_status": {
            "examples": [
              "pending",
              "processing",
              "synced"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "image_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "skill_configuration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "plugins": {
            "examples": [
              [
                {
                  "object": "skill.marketplace_plugin",
                  "status": "active",
                  "skill_plugin": {
                    "object": "skill.plugin",
                    "status": "active",
                    "sync_status": "pending",
                    "skills": [
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      },
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      }
                    ]
                  }
                },
                {
                  "object": "skill.marketplace_plugin",
                  "status": "active",
                  "skill_plugin": {
                    "object": "skill.plugin",
                    "status": "active",
                    "sync_status": "pending",
                    "skills": [
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      },
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      }
                    ]
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.marketplace_plugin",
                    "status": "active",
                    "skill_plugin": {
                      "object": "skill.plugin",
                      "status": "active",
                      "sync_status": "pending",
                      "skills": [
                        {
                          "object": "skill.plugin_skill",
                          "status": "active",
                          "client_metadata": {}
                        },
                        {
                          "object": "skill.plugin_skill",
                          "status": "active",
                          "client_metadata": {}
                        }
                      ]
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.marketplace_plugin"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_configuration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_marketplace_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_plugin_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_plugin": {
                    "examples": [
                      {
                        "object": "skill.plugin",
                        "status": "active",
                        "sync_status": "pending",
                        "skills": [
                          {
                            "object": "skill.plugin_skill",
                            "status": "active",
                            "client_metadata": {}
                          },
                          {
                            "object": "skill.plugin_skill",
                            "status": "active",
                            "client_metadata": {}
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.plugin"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "sync_status": {
                        "examples": [
                          "pending",
                          "processing",
                          "synced"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "long_description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "category": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "skill_configuration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "skills": {
                        "examples": [
                          [
                            {
                              "object": "skill.plugin_skill",
                              "status": "active",
                              "client_metadata": {}
                            },
                            {
                              "object": "skill.plugin_skill",
                              "status": "active",
                              "client_metadata": {}
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "skill.plugin_skill",
                                "status": "active",
                                "client_metadata": {}
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "skill.plugin_skill"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "identifier": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "client_name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "client_description": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "client_metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "optional": false,
                                "nullable": true
                              },
                              "license": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "compatibility": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "skill_configuration_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "skill_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1026",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "image_file_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "skill_configuration_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1027",
      "name": "skillMarketplace",
      "type": {
        "examples": [
          {
            "object": "skill.marketplace",
            "status": "active",
            "sync_status": "pending",
            "plugins": [
              {
                "object": "skill.marketplace_plugin",
                "status": "active",
                "skill_plugin": {
                  "object": "skill.plugin",
                  "status": "active",
                  "sync_status": "pending",
                  "skills": [
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    },
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    }
                  ]
                }
              },
              {
                "object": "skill.marketplace_plugin",
                "status": "active",
                "skill_plugin": {
                  "object": "skill.plugin",
                  "status": "active",
                  "sync_status": "pending",
                  "skills": [
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    },
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    }
                  ]
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.marketplace"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "sync_status": {
            "examples": [
              "pending",
              "processing",
              "synced"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "image_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "skill_configuration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "plugins": {
            "examples": [
              [
                {
                  "object": "skill.marketplace_plugin",
                  "status": "active",
                  "skill_plugin": {
                    "object": "skill.plugin",
                    "status": "active",
                    "sync_status": "pending",
                    "skills": [
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      },
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      }
                    ]
                  }
                },
                {
                  "object": "skill.marketplace_plugin",
                  "status": "active",
                  "skill_plugin": {
                    "object": "skill.plugin",
                    "status": "active",
                    "sync_status": "pending",
                    "skills": [
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      },
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      }
                    ]
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.marketplace_plugin",
                    "status": "active",
                    "skill_plugin": {
                      "object": "skill.plugin",
                      "status": "active",
                      "sync_status": "pending",
                      "skills": [
                        {
                          "object": "skill.plugin_skill",
                          "status": "active",
                          "client_metadata": {}
                        },
                        {
                          "object": "skill.plugin_skill",
                          "status": "active",
                          "client_metadata": {}
                        }
                      ]
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.marketplace_plugin"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_configuration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_marketplace_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_plugin_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_plugin": {
                    "examples": [
                      {
                        "object": "skill.plugin",
                        "status": "active",
                        "sync_status": "pending",
                        "skills": [
                          {
                            "object": "skill.plugin_skill",
                            "status": "active",
                            "client_metadata": {}
                          },
                          {
                            "object": "skill.plugin_skill",
                            "status": "active",
                            "client_metadata": {}
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.plugin"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "sync_status": {
                        "examples": [
                          "pending",
                          "processing",
                          "synced"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "long_description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "category": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "skill_configuration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "skills": {
                        "examples": [
                          [
                            {
                              "object": "skill.plugin_skill",
                              "status": "active",
                              "client_metadata": {}
                            },
                            {
                              "object": "skill.plugin_skill",
                              "status": "active",
                              "client_metadata": {}
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "skill.plugin_skill",
                                "status": "active",
                                "client_metadata": {}
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "skill.plugin_skill"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "identifier": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "client_name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "client_description": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "client_metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "optional": false,
                                "nullable": true
                              },
                              "license": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "compatibility": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "skill_configuration_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "skill_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1029",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "image_file_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "skill_configuration_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1030",
      "name": "skillMarketplace",
      "type": {
        "examples": [
          {
            "object": "skill.marketplace",
            "status": "active",
            "sync_status": "pending",
            "plugins": [
              {
                "object": "skill.marketplace_plugin",
                "status": "active",
                "skill_plugin": {
                  "object": "skill.plugin",
                  "status": "active",
                  "sync_status": "pending",
                  "skills": [
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    },
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    }
                  ]
                }
              },
              {
                "object": "skill.marketplace_plugin",
                "status": "active",
                "skill_plugin": {
                  "object": "skill.plugin",
                  "status": "active",
                  "sync_status": "pending",
                  "skills": [
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    },
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    }
                  ]
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.marketplace"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "sync_status": {
            "examples": [
              "pending",
              "processing",
              "synced"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "image_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "skill_configuration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "plugins": {
            "examples": [
              [
                {
                  "object": "skill.marketplace_plugin",
                  "status": "active",
                  "skill_plugin": {
                    "object": "skill.plugin",
                    "status": "active",
                    "sync_status": "pending",
                    "skills": [
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      },
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      }
                    ]
                  }
                },
                {
                  "object": "skill.marketplace_plugin",
                  "status": "active",
                  "skill_plugin": {
                    "object": "skill.plugin",
                    "status": "active",
                    "sync_status": "pending",
                    "skills": [
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      },
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      }
                    ]
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.marketplace_plugin",
                    "status": "active",
                    "skill_plugin": {
                      "object": "skill.plugin",
                      "status": "active",
                      "sync_status": "pending",
                      "skills": [
                        {
                          "object": "skill.plugin_skill",
                          "status": "active",
                          "client_metadata": {}
                        },
                        {
                          "object": "skill.plugin_skill",
                          "status": "active",
                          "client_metadata": {}
                        }
                      ]
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.marketplace_plugin"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_configuration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_marketplace_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_plugin_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_plugin": {
                    "examples": [
                      {
                        "object": "skill.plugin",
                        "status": "active",
                        "sync_status": "pending",
                        "skills": [
                          {
                            "object": "skill.plugin_skill",
                            "status": "active",
                            "client_metadata": {}
                          },
                          {
                            "object": "skill.plugin_skill",
                            "status": "active",
                            "client_metadata": {}
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.plugin"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "sync_status": {
                        "examples": [
                          "pending",
                          "processing",
                          "synced"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "long_description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "category": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "skill_configuration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "skills": {
                        "examples": [
                          [
                            {
                              "object": "skill.plugin_skill",
                              "status": "active",
                              "client_metadata": {}
                            },
                            {
                              "object": "skill.plugin_skill",
                              "status": "active",
                              "client_metadata": {}
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "skill.plugin_skill",
                                "status": "active",
                                "client_metadata": {}
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "skill.plugin_skill"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "identifier": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "client_name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "client_description": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "client_metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "optional": false,
                                "nullable": true
                              },
                              "license": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "compatibility": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "skill_configuration_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "skill_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1032",
      "name": "skillMarketplace",
      "type": {
        "examples": [
          {
            "object": "skill.marketplace",
            "status": "active",
            "sync_status": "pending",
            "plugins": [
              {
                "object": "skill.marketplace_plugin",
                "status": "active",
                "skill_plugin": {
                  "object": "skill.plugin",
                  "status": "active",
                  "sync_status": "pending",
                  "skills": [
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    },
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    }
                  ]
                }
              },
              {
                "object": "skill.marketplace_plugin",
                "status": "active",
                "skill_plugin": {
                  "object": "skill.plugin",
                  "status": "active",
                  "sync_status": "pending",
                  "skills": [
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    },
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    }
                  ]
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.marketplace"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "sync_status": {
            "examples": [
              "pending",
              "processing",
              "synced"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "image_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "skill_configuration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "plugins": {
            "examples": [
              [
                {
                  "object": "skill.marketplace_plugin",
                  "status": "active",
                  "skill_plugin": {
                    "object": "skill.plugin",
                    "status": "active",
                    "sync_status": "pending",
                    "skills": [
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      },
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      }
                    ]
                  }
                },
                {
                  "object": "skill.marketplace_plugin",
                  "status": "active",
                  "skill_plugin": {
                    "object": "skill.plugin",
                    "status": "active",
                    "sync_status": "pending",
                    "skills": [
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      },
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      }
                    ]
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.marketplace_plugin",
                    "status": "active",
                    "skill_plugin": {
                      "object": "skill.plugin",
                      "status": "active",
                      "sync_status": "pending",
                      "skills": [
                        {
                          "object": "skill.plugin_skill",
                          "status": "active",
                          "client_metadata": {}
                        },
                        {
                          "object": "skill.plugin_skill",
                          "status": "active",
                          "client_metadata": {}
                        }
                      ]
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.marketplace_plugin"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_configuration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_marketplace_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_plugin_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_plugin": {
                    "examples": [
                      {
                        "object": "skill.plugin",
                        "status": "active",
                        "sync_status": "pending",
                        "skills": [
                          {
                            "object": "skill.plugin_skill",
                            "status": "active",
                            "client_metadata": {}
                          },
                          {
                            "object": "skill.plugin_skill",
                            "status": "active",
                            "client_metadata": {}
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.plugin"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "sync_status": {
                        "examples": [
                          "pending",
                          "processing",
                          "synced"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "long_description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "category": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "skill_configuration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "skills": {
                        "examples": [
                          [
                            {
                              "object": "skill.plugin_skill",
                              "status": "active",
                              "client_metadata": {}
                            },
                            {
                              "object": "skill.plugin_skill",
                              "status": "active",
                              "client_metadata": {}
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "skill.plugin_skill",
                                "status": "active",
                                "client_metadata": {}
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "skill.plugin_skill"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "identifier": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "client_name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "client_description": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "client_metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "optional": false,
                                "nullable": true
                              },
                              "license": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "compatibility": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "skill_configuration_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "skill_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1034",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {},
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1035",
      "name": "skillMarketplace",
      "type": {
        "examples": [
          {
            "object": "skill.marketplace",
            "status": "active",
            "sync_status": "pending",
            "plugins": [
              {
                "object": "skill.marketplace_plugin",
                "status": "active",
                "skill_plugin": {
                  "object": "skill.plugin",
                  "status": "active",
                  "sync_status": "pending",
                  "skills": [
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    },
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    }
                  ]
                }
              },
              {
                "object": "skill.marketplace_plugin",
                "status": "active",
                "skill_plugin": {
                  "object": "skill.plugin",
                  "status": "active",
                  "sync_status": "pending",
                  "skills": [
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    },
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    }
                  ]
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.marketplace"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "sync_status": {
            "examples": [
              "pending",
              "processing",
              "synced"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "image_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "skill_configuration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "plugins": {
            "examples": [
              [
                {
                  "object": "skill.marketplace_plugin",
                  "status": "active",
                  "skill_plugin": {
                    "object": "skill.plugin",
                    "status": "active",
                    "sync_status": "pending",
                    "skills": [
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      },
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      }
                    ]
                  }
                },
                {
                  "object": "skill.marketplace_plugin",
                  "status": "active",
                  "skill_plugin": {
                    "object": "skill.plugin",
                    "status": "active",
                    "sync_status": "pending",
                    "skills": [
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      },
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      }
                    ]
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.marketplace_plugin",
                    "status": "active",
                    "skill_plugin": {
                      "object": "skill.plugin",
                      "status": "active",
                      "sync_status": "pending",
                      "skills": [
                        {
                          "object": "skill.plugin_skill",
                          "status": "active",
                          "client_metadata": {}
                        },
                        {
                          "object": "skill.plugin_skill",
                          "status": "active",
                          "client_metadata": {}
                        }
                      ]
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.marketplace_plugin"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_configuration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_marketplace_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_plugin_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_plugin": {
                    "examples": [
                      {
                        "object": "skill.plugin",
                        "status": "active",
                        "sync_status": "pending",
                        "skills": [
                          {
                            "object": "skill.plugin_skill",
                            "status": "active",
                            "client_metadata": {}
                          },
                          {
                            "object": "skill.plugin_skill",
                            "status": "active",
                            "client_metadata": {}
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.plugin"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "sync_status": {
                        "examples": [
                          "pending",
                          "processing",
                          "synced"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "long_description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "category": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "skill_configuration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "skills": {
                        "examples": [
                          [
                            {
                              "object": "skill.plugin_skill",
                              "status": "active",
                              "client_metadata": {}
                            },
                            {
                              "object": "skill.plugin_skill",
                              "status": "active",
                              "client_metadata": {}
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "skill.plugin_skill",
                                "status": "active",
                                "client_metadata": {}
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "skill.plugin_skill"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "identifier": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "client_name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "client_description": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "client_metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "optional": false,
                                "nullable": true
                              },
                              "license": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "compatibility": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "skill_configuration_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "skill_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1038",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "skill_plugin_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "skill_configuration_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for skill marketplace plugin creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for skill marketplace plugin creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter skill marketplace plugin creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for skill marketplace plugin last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for skill marketplace plugin last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter skill marketplace plugin last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1039",
      "name": "skillMarketplacePlugin",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "skill.marketplace_plugin",
                "status": "active",
                "skill_plugin": {
                  "object": "skill.plugin",
                  "status": "active",
                  "sync_status": "pending",
                  "skills": [
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    },
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    }
                  ]
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "skill.marketplace_plugin",
                  "status": "active",
                  "skill_plugin": {
                    "object": "skill.plugin",
                    "status": "active",
                    "sync_status": "pending",
                    "skills": [
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      },
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      }
                    ]
                  }
                },
                {
                  "object": "skill.marketplace_plugin",
                  "status": "active",
                  "skill_plugin": {
                    "object": "skill.plugin",
                    "status": "active",
                    "sync_status": "pending",
                    "skills": [
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      },
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      }
                    ]
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.marketplace_plugin",
                    "status": "active",
                    "skill_plugin": {
                      "object": "skill.plugin",
                      "status": "active",
                      "sync_status": "pending",
                      "skills": [
                        {
                          "object": "skill.plugin_skill",
                          "status": "active",
                          "client_metadata": {}
                        },
                        {
                          "object": "skill.plugin_skill",
                          "status": "active",
                          "client_metadata": {}
                        }
                      ]
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.marketplace_plugin"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_configuration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_marketplace_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_plugin_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_plugin": {
                    "examples": [
                      {
                        "object": "skill.plugin",
                        "status": "active",
                        "sync_status": "pending",
                        "skills": [
                          {
                            "object": "skill.plugin_skill",
                            "status": "active",
                            "client_metadata": {}
                          },
                          {
                            "object": "skill.plugin_skill",
                            "status": "active",
                            "client_metadata": {}
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.plugin"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "sync_status": {
                        "examples": [
                          "pending",
                          "processing",
                          "synced"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "long_description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "category": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "skill_configuration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "skills": {
                        "examples": [
                          [
                            {
                              "object": "skill.plugin_skill",
                              "status": "active",
                              "client_metadata": {}
                            },
                            {
                              "object": "skill.plugin_skill",
                              "status": "active",
                              "client_metadata": {}
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "skill.plugin_skill",
                                "status": "active",
                                "client_metadata": {}
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "skill.plugin_skill"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "identifier": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "client_name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "client_description": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "client_metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "optional": false,
                                "nullable": true
                              },
                              "license": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "compatibility": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "skill_configuration_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "skill_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1041",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "skill_plugin_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "skill_configuration_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "identifier": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1042",
      "name": "skillMarketplacePlugin",
      "type": {
        "examples": [
          {
            "object": "skill.marketplace_plugin",
            "status": "active",
            "skill_plugin": {
              "object": "skill.plugin",
              "status": "active",
              "sync_status": "pending",
              "skills": [
                {
                  "object": "skill.plugin_skill",
                  "status": "active",
                  "client_metadata": {}
                },
                {
                  "object": "skill.plugin_skill",
                  "status": "active",
                  "client_metadata": {}
                }
              ]
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.marketplace_plugin"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "identifier": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "skill_configuration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skill_marketplace_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skill_plugin_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skill_plugin": {
            "examples": [
              {
                "object": "skill.plugin",
                "status": "active",
                "sync_status": "pending",
                "skills": [
                  {
                    "object": "skill.plugin_skill",
                    "status": "active",
                    "client_metadata": {}
                  },
                  {
                    "object": "skill.plugin_skill",
                    "status": "active",
                    "client_metadata": {}
                  }
                ]
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "skill.plugin"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "sync_status": {
                "examples": [
                  "pending",
                  "processing",
                  "synced"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "long_description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "category": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "skill_configuration_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "skills": {
                "examples": [
                  [
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    },
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.plugin_skill"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "identifier": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "client_name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "client_description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "client_metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": true
                      },
                      "license": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "compatibility": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "skill_configuration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "skill_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1044",
      "name": "skillMarketplacePlugin",
      "type": {
        "examples": [
          {
            "object": "skill.marketplace_plugin",
            "status": "active",
            "skill_plugin": {
              "object": "skill.plugin",
              "status": "active",
              "sync_status": "pending",
              "skills": [
                {
                  "object": "skill.plugin_skill",
                  "status": "active",
                  "client_metadata": {}
                },
                {
                  "object": "skill.plugin_skill",
                  "status": "active",
                  "client_metadata": {}
                }
              ]
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.marketplace_plugin"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "identifier": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "skill_configuration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skill_marketplace_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skill_plugin_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skill_plugin": {
            "examples": [
              {
                "object": "skill.plugin",
                "status": "active",
                "sync_status": "pending",
                "skills": [
                  {
                    "object": "skill.plugin_skill",
                    "status": "active",
                    "client_metadata": {}
                  },
                  {
                    "object": "skill.plugin_skill",
                    "status": "active",
                    "client_metadata": {}
                  }
                ]
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "skill.plugin"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "sync_status": {
                "examples": [
                  "pending",
                  "processing",
                  "synced"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "long_description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "category": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "skill_configuration_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "skills": {
                "examples": [
                  [
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    },
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.plugin_skill"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "identifier": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "client_name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "client_description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "client_metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": true
                      },
                      "license": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "compatibility": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "skill_configuration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "skill_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1046",
      "name": "skillMarketplacePlugin",
      "type": {
        "examples": [
          {
            "object": "skill.marketplace_plugin",
            "status": "active",
            "skill_plugin": {
              "object": "skill.plugin",
              "status": "active",
              "sync_status": "pending",
              "skills": [
                {
                  "object": "skill.plugin_skill",
                  "status": "active",
                  "client_metadata": {}
                },
                {
                  "object": "skill.plugin_skill",
                  "status": "active",
                  "client_metadata": {}
                }
              ]
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.marketplace_plugin"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "identifier": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "skill_configuration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skill_marketplace_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skill_plugin_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skill_plugin": {
            "examples": [
              {
                "object": "skill.plugin",
                "status": "active",
                "sync_status": "pending",
                "skills": [
                  {
                    "object": "skill.plugin_skill",
                    "status": "active",
                    "client_metadata": {}
                  },
                  {
                    "object": "skill.plugin_skill",
                    "status": "active",
                    "client_metadata": {}
                  }
                ]
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "skill.plugin"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "sync_status": {
                "examples": [
                  "pending",
                  "processing",
                  "synced"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "long_description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "category": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "skill_configuration_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "skills": {
                "examples": [
                  [
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    },
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.plugin_skill"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "identifier": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "client_name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "client_description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "client_metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": true
                      },
                      "license": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "compatibility": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "skill_configuration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "skill_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1049",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "skill_marketplace_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "category": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "skill_configuration_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for skill plugin creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for skill plugin creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter skill plugin creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for skill plugin last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for skill plugin last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter skill plugin last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1050",
      "name": "skillPlugin",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "skill.plugin",
                "status": "active",
                "sync_status": "pending",
                "skills": [
                  {
                    "object": "skill.plugin_skill",
                    "status": "active",
                    "client_metadata": {}
                  },
                  {
                    "object": "skill.plugin_skill",
                    "status": "active",
                    "client_metadata": {}
                  }
                ]
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "skill.plugin",
                  "status": "active",
                  "sync_status": "pending",
                  "skills": [
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    },
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    }
                  ]
                },
                {
                  "object": "skill.plugin",
                  "status": "active",
                  "sync_status": "pending",
                  "skills": [
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    },
                    {
                      "object": "skill.plugin_skill",
                      "status": "active",
                      "client_metadata": {}
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.plugin",
                    "status": "active",
                    "sync_status": "pending",
                    "skills": [
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      },
                      {
                        "object": "skill.plugin_skill",
                        "status": "active",
                        "client_metadata": {}
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.plugin"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "sync_status": {
                    "examples": [
                      "pending",
                      "processing",
                      "synced"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "long_description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "category": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_configuration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skills": {
                    "examples": [
                      [
                        {
                          "object": "skill.plugin_skill",
                          "status": "active",
                          "client_metadata": {}
                        },
                        {
                          "object": "skill.plugin_skill",
                          "status": "active",
                          "client_metadata": {}
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "skill.plugin_skill",
                            "status": "active",
                            "client_metadata": {}
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "skill.plugin_skill"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "identifier": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "client_name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "client_description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "client_metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "optional": false,
                            "nullable": true
                          },
                          "license": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "compatibility": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "skill_configuration_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "skill_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1052",
      "name": "skillPlugin",
      "type": {
        "examples": [
          {
            "object": "skill.plugin",
            "status": "active",
            "sync_status": "pending",
            "skills": [
              {
                "object": "skill.plugin_skill",
                "status": "active",
                "client_metadata": {}
              },
              {
                "object": "skill.plugin_skill",
                "status": "active",
                "client_metadata": {}
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.plugin"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "sync_status": {
            "examples": [
              "pending",
              "processing",
              "synced"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "image_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "long_description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "category": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "skill_configuration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skills": {
            "examples": [
              [
                {
                  "object": "skill.plugin_skill",
                  "status": "active",
                  "client_metadata": {}
                },
                {
                  "object": "skill.plugin_skill",
                  "status": "active",
                  "client_metadata": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.plugin_skill",
                    "status": "active",
                    "client_metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.plugin_skill"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "client_name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "client_description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "client_metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "license": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "compatibility": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_configuration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1054",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "long_description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "category": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "image_file_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "skill_configuration_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1055",
      "name": "skillPlugin",
      "type": {
        "examples": [
          {
            "object": "skill.plugin",
            "status": "active",
            "sync_status": "pending",
            "skills": [
              {
                "object": "skill.plugin_skill",
                "status": "active",
                "client_metadata": {}
              },
              {
                "object": "skill.plugin_skill",
                "status": "active",
                "client_metadata": {}
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.plugin"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "sync_status": {
            "examples": [
              "pending",
              "processing",
              "synced"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "image_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "long_description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "category": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "skill_configuration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skills": {
            "examples": [
              [
                {
                  "object": "skill.plugin_skill",
                  "status": "active",
                  "client_metadata": {}
                },
                {
                  "object": "skill.plugin_skill",
                  "status": "active",
                  "client_metadata": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.plugin_skill",
                    "status": "active",
                    "client_metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.plugin_skill"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "client_name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "client_description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "client_metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "license": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "compatibility": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_configuration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1057",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "long_description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "category": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "image_file_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "skill_configuration_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1058",
      "name": "skillPlugin",
      "type": {
        "examples": [
          {
            "object": "skill.plugin",
            "status": "active",
            "sync_status": "pending",
            "skills": [
              {
                "object": "skill.plugin_skill",
                "status": "active",
                "client_metadata": {}
              },
              {
                "object": "skill.plugin_skill",
                "status": "active",
                "client_metadata": {}
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.plugin"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "sync_status": {
            "examples": [
              "pending",
              "processing",
              "synced"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "image_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "long_description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "category": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "skill_configuration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skills": {
            "examples": [
              [
                {
                  "object": "skill.plugin_skill",
                  "status": "active",
                  "client_metadata": {}
                },
                {
                  "object": "skill.plugin_skill",
                  "status": "active",
                  "client_metadata": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.plugin_skill",
                    "status": "active",
                    "client_metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.plugin_skill"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "client_name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "client_description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "client_metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "license": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "compatibility": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_configuration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1060",
      "name": "skillPlugin",
      "type": {
        "examples": [
          {
            "object": "skill.plugin",
            "status": "active",
            "sync_status": "pending",
            "skills": [
              {
                "object": "skill.plugin_skill",
                "status": "active",
                "client_metadata": {}
              },
              {
                "object": "skill.plugin_skill",
                "status": "active",
                "client_metadata": {}
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.plugin"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "sync_status": {
            "examples": [
              "pending",
              "processing",
              "synced"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "image_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "long_description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "category": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "skill_configuration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skills": {
            "examples": [
              [
                {
                  "object": "skill.plugin_skill",
                  "status": "active",
                  "client_metadata": {}
                },
                {
                  "object": "skill.plugin_skill",
                  "status": "active",
                  "client_metadata": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.plugin_skill",
                    "status": "active",
                    "client_metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.plugin_skill"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "client_name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "client_description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "client_metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "license": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "compatibility": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_configuration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1062",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {},
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1063",
      "name": "skillPlugin",
      "type": {
        "examples": [
          {
            "object": "skill.plugin",
            "status": "active",
            "sync_status": "pending",
            "skills": [
              {
                "object": "skill.plugin_skill",
                "status": "active",
                "client_metadata": {}
              },
              {
                "object": "skill.plugin_skill",
                "status": "active",
                "client_metadata": {}
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.plugin"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "sync_status": {
            "examples": [
              "pending",
              "processing",
              "synced"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "image_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "long_description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "category": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "skill_configuration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skills": {
            "examples": [
              [
                {
                  "object": "skill.plugin_skill",
                  "status": "active",
                  "client_metadata": {}
                },
                {
                  "object": "skill.plugin_skill",
                  "status": "active",
                  "client_metadata": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.plugin_skill",
                    "status": "active",
                    "client_metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.plugin_skill"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "client_name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "client_description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "client_metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "license": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "compatibility": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_configuration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1066",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active",
                "created_at": {},
                "updated_at": {}
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "skill_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "skill_configuration_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for skill plugin skill creation time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for skill plugin skill creation time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter skill plugin skill creation time by date range",
                "optional": true,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  {}
                ],
                "properties": {
                  "gt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records after this timestamp for skill plugin skill last update time",
                    "optional": true,
                    "nullable": false
                  },
                  "lt": {
                    "examples": [],
                    "type": "date",
                    "description": "Only include records before this timestamp for skill plugin skill last update time",
                    "optional": true,
                    "nullable": false
                  }
                },
                "type": "object",
                "description": "Filter skill plugin skill last update time by date range",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1067",
      "name": "skillPluginSkill",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "skill.plugin_skill",
                "status": "active",
                "client_metadata": {}
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "skill.plugin_skill",
                  "status": "active",
                  "client_metadata": {}
                },
                {
                  "object": "skill.plugin_skill",
                  "status": "active",
                  "client_metadata": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "skill.plugin_skill",
                    "status": "active",
                    "client_metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "skill.plugin_skill"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "identifier": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "client_name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "client_description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "client_metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "license": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "compatibility": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_configuration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1069",
      "name": "Body",
      "type": {
        "examples": [
          {
            "client_metadata": {}
          }
        ],
        "properties": {
          "skill_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "identifier": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "client_name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "client_description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "client_metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": true
          },
          "license": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "compatibility": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "skill_configuration_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1070",
      "name": "skillPluginSkill",
      "type": {
        "examples": [
          {
            "object": "skill.plugin_skill",
            "status": "active",
            "client_metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.plugin_skill"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "identifier": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "client_name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "client_description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "client_metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "license": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "compatibility": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skill_configuration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skill_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1072",
      "name": "skillPluginSkill",
      "type": {
        "examples": [
          {
            "object": "skill.plugin_skill",
            "status": "active",
            "client_metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.plugin_skill"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "identifier": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "client_name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "client_description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "client_metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "license": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "compatibility": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skill_configuration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skill_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1074",
      "name": "Body",
      "type": {
        "examples": [
          {
            "client_metadata": {}
          }
        ],
        "properties": {
          "client_name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "client_description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "client_metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": true
          },
          "license": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "compatibility": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "skill_configuration_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1075",
      "name": "skillPluginSkill",
      "type": {
        "examples": [
          {
            "object": "skill.plugin_skill",
            "status": "active",
            "client_metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.plugin_skill"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "identifier": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "client_name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "client_description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "client_metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "license": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "compatibility": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skill_configuration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skill_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1077",
      "name": "skillPluginSkill",
      "type": {
        "examples": [
          {
            "object": "skill.plugin_skill",
            "status": "active",
            "client_metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "skill.plugin_skill"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "identifier": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "client_name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "client_description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "client_metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "license": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "compatibility": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skill_configuration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skill_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1080",
      "name": "consumer.session",
      "type": {
        "examples": [
          {
            "object": "consumer.session"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "consumer.session"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "last_used_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1082",
      "name": "consumer.session",
      "type": {
        "examples": [
          {
            "object": "consumer.session"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "consumer.session"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "last_used_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1084",
      "name": "consumer.profile",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "object": "consumer.profile",
                "status": "active"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "consumer.profile"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "consumer_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "invited"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "groups": [
                  {
                    "object": "consumer.profile.group_assignment",
                    "group": {
                      "object": "consumer.group",
                      "status": "active"
                    },
                    "assigned_via": "default"
                  },
                  {
                    "object": "consumer.profile.group_assignment",
                    "group": {
                      "object": "consumer.group",
                      "status": "active"
                    },
                    "assigned_via": "default"
                  }
                ]
              }
            ],
            "properties": {
              "groups": {
                "examples": [
                  [
                    {
                      "object": "consumer.profile.group_assignment",
                      "group": {
                        "object": "consumer.group",
                        "status": "active"
                      },
                      "assigned_via": "default"
                    },
                    {
                      "object": "consumer.profile.group_assignment",
                      "group": {
                        "object": "consumer.group",
                        "status": "active"
                      },
                      "assigned_via": "default"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "consumer.profile.group_assignment",
                        "group": {
                          "object": "consumer.group",
                          "status": "active"
                        },
                        "assigned_via": "default"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer.profile.group_assignment"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "group": {
                        "examples": [
                          {
                            "object": "consumer.group",
                            "status": "active"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer.group"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "sso_group_ids": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "assigned_via": {
                        "examples": [
                          "default",
                          "manual",
                          "sso",
                          "user"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1086",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {},
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1087",
      "name": "consumer.group",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "consumer.group",
                "status": "active"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "consumer.group",
                  "status": "active"
                },
                {
                  "object": "consumer.group",
                  "status": "active"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "consumer.group",
                    "status": "active"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "consumer.group"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "sso_group_ids": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1090",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {},
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1091",
      "name": "consumer.surface_provider_group",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "consumer.surface.provider_group"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "consumer.surface.provider_group"
                },
                {
                  "object": "consumer.surface.provider_group"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "consumer.surface.provider_group"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "consumer.surface.provider_group"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "index": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1093",
      "name": "portal.oauth_client",
      "type": {
        "examples": [
          {
            "object": "portal.oauth_client",
            "token_endpoint_auth_method": "client_secret_basic",
            "skill_plugin": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "portal.oauth_client"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "client_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "redirect_uris": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "token_endpoint_auth_method": {
            "examples": [
              "client_secret_basic",
              "client_secret_post",
              "none"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "portal_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "consumer_surface_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skill_plugin": {
            "examples": [
              {}
            ],
            "properties": {
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "magic_mcp_server_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "magic_mcp_endpoint_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1095",
      "name": "portal.oauth_authorization",
      "type": {
        "examples": [
          {
            "object": "portal.oauth_authorization",
            "status": "pending",
            "skill_plugin": {},
            "oauth_client": {
              "object": "portal.oauth_client",
              "token_endpoint_auth_method": "client_secret_basic",
              "skill_plugin": {}
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "portal.oauth_authorization"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "authorized",
              "active",
              "denied",
              "revoked"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "redirect_uri": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "redirect_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "consumer_profile_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "magic_mcp_endpoint_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skill_plugin": {
            "examples": [
              {}
            ],
            "properties": {
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "skill_plugin_supported_provider_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "authorized_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "denied_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "oauth_client": {
            "examples": [
              {
                "object": "portal.oauth_client",
                "token_endpoint_auth_method": "client_secret_basic",
                "skill_plugin": {}
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "portal.oauth_client"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "client_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "redirect_uris": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "token_endpoint_auth_method": {
                "examples": [
                  "client_secret_basic",
                  "client_secret_post",
                  "none"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "portal_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "consumer_surface_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "skill_plugin": {
                "examples": [
                  {}
                ],
                "properties": {
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "magic_mcp_server_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "magic_mcp_endpoint_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "expires_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1097",
      "name": "portal.oauth_authorization",
      "type": {
        "examples": [
          {
            "object": "portal.oauth_authorization",
            "status": "pending",
            "skill_plugin": {},
            "oauth_client": {
              "object": "portal.oauth_client",
              "token_endpoint_auth_method": "client_secret_basic",
              "skill_plugin": {}
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "portal.oauth_authorization"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "authorized",
              "active",
              "denied",
              "revoked"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "redirect_uri": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "redirect_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "consumer_profile_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "magic_mcp_endpoint_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skill_plugin": {
            "examples": [
              {}
            ],
            "properties": {
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "skill_plugin_supported_provider_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "authorized_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "denied_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "oauth_client": {
            "examples": [
              {
                "object": "portal.oauth_client",
                "token_endpoint_auth_method": "client_secret_basic",
                "skill_plugin": {}
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "portal.oauth_client"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "client_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "redirect_uris": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "token_endpoint_auth_method": {
                "examples": [
                  "client_secret_basic",
                  "client_secret_post",
                  "none"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "portal_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "consumer_surface_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "skill_plugin": {
                "examples": [
                  {}
                ],
                "properties": {
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "magic_mcp_server_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "magic_mcp_endpoint_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "expires_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1099",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "magic_mcp_endpoint_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1100",
      "name": "portal.oauth_authorization",
      "type": {
        "examples": [
          {
            "object": "portal.oauth_authorization",
            "status": "pending",
            "skill_plugin": {},
            "oauth_client": {
              "object": "portal.oauth_client",
              "token_endpoint_auth_method": "client_secret_basic",
              "skill_plugin": {}
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "portal.oauth_authorization"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "authorized",
              "active",
              "denied",
              "revoked"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "redirect_uri": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "redirect_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "consumer_profile_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "magic_mcp_endpoint_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skill_plugin": {
            "examples": [
              {}
            ],
            "properties": {
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "skill_plugin_supported_provider_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "authorized_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "denied_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "oauth_client": {
            "examples": [
              {
                "object": "portal.oauth_client",
                "token_endpoint_auth_method": "client_secret_basic",
                "skill_plugin": {}
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "portal.oauth_client"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "client_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "redirect_uris": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "token_endpoint_auth_method": {
                "examples": [
                  "client_secret_basic",
                  "client_secret_post",
                  "none"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "portal_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "consumer_surface_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "skill_plugin": {
                "examples": [
                  {}
                ],
                "properties": {
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "magic_mcp_server_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "magic_mcp_endpoint_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "expires_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1102",
      "name": "portal.oauth_authorization",
      "type": {
        "examples": [
          {
            "object": "portal.oauth_authorization",
            "status": "pending",
            "skill_plugin": {},
            "oauth_client": {
              "object": "portal.oauth_client",
              "token_endpoint_auth_method": "client_secret_basic",
              "skill_plugin": {}
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "portal.oauth_authorization"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "authorized",
              "active",
              "denied",
              "revoked"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "redirect_uri": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "redirect_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "consumer_profile_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "magic_mcp_endpoint_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "skill_plugin": {
            "examples": [
              {}
            ],
            "properties": {
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "skill_plugin_supported_provider_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "authorized_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "denied_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "oauth_client": {
            "examples": [
              {
                "object": "portal.oauth_client",
                "token_endpoint_auth_method": "client_secret_basic",
                "skill_plugin": {}
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "portal.oauth_client"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "client_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "redirect_uris": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "token_endpoint_auth_method": {
                "examples": [
                  "client_secret_basic",
                  "client_secret_post",
                  "none"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "portal_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "consumer_surface_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "skill_plugin": {
                "examples": [
                  {}
                ],
                "properties": {
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "magic_mcp_server_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "magic_mcp_endpoint_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "expires_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1104",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "provider_group_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1105",
      "name": "consumer.provider",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "consumer.provider",
                "type": "provider_template",
                "availability": "available_now",
                "provider_template": {
                  "object": "provider.template#preview",
                  "status": "active",
                  "metadata": {}
                },
                "provider": {
                  "object": "provider",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "access": "public",
                  "status": "active",
                  "publisher": {
                    "object": "provider.publisher",
                    "id": "pub_9hJkLmNpQrStUvWx",
                    "name": "Acme Corp",
                    "description": "A leading provider of developer tools",
                    "image_url": "https://cdn.metorial.com/images/acme.png",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "current_version": {
                    "object": "provider.version",
                    "id": "prv_4dEfGhJkLmNpQrSt",
                    "version": "1.0.0",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "Version 1.0.0",
                    "metadata": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "oauth": {
                    "status": "enabled",
                    "auto_registration": {
                      "status": "supported"
                    }
                  },
                  "metadata": {},
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "deployment": {
                  "object": "provider.deployment#preview"
                },
                "tool_filter": {
                  "type": "allow_all"
                },
                "config_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "auth_methods": [
                  {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ]
              },
              {
                "object": "consumer.provider",
                "type": "magic_mcp_server",
                "availability": "available_now",
                "magic_mcp_server": {
                  "object": "magic_mcp.server#preview",
                  "status": "active"
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "consumer.provider",
                  "type": "provider_template",
                  "availability": "available_now",
                  "provider_template": {
                    "object": "provider.template#preview",
                    "status": "active",
                    "metadata": {}
                  },
                  "provider": {
                    "object": "provider",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "access": "public",
                    "status": "active",
                    "publisher": {
                      "object": "provider.publisher",
                      "id": "pub_9hJkLmNpQrStUvWx",
                      "name": "Acme Corp",
                      "description": "A leading provider of developer tools",
                      "image_url": "https://cdn.metorial.com/images/acme.png",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "current_version": {
                      "object": "provider.version",
                      "id": "prv_4dEfGhJkLmNpQrSt",
                      "version": "1.0.0",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "Version 1.0.0",
                      "metadata": {},
                      "specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "oauth": {
                      "status": "enabled",
                      "auto_registration": {
                        "status": "supported"
                      }
                    },
                    "metadata": {},
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "deployment": {
                    "object": "provider.deployment#preview"
                  },
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "config_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "auth_methods": [
                    {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  ]
                },
                {
                  "object": "consumer.provider",
                  "type": "magic_mcp_server",
                  "availability": "available_now",
                  "magic_mcp_server": {
                    "object": "magic_mcp.server#preview",
                    "status": "active"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "consumer.provider",
                    "type": "provider_template",
                    "availability": "available_now",
                    "provider_template": {
                      "object": "provider.template#preview",
                      "status": "active",
                      "metadata": {}
                    },
                    "provider": {
                      "object": "provider",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "access": "public",
                      "status": "active",
                      "publisher": {
                        "object": "provider.publisher",
                        "id": "pub_9hJkLmNpQrStUvWx",
                        "name": "Acme Corp",
                        "description": "A leading provider of developer tools",
                        "image_url": "https://cdn.metorial.com/images/acme.png",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "current_version": {
                        "object": "provider.version",
                        "id": "prv_4dEfGhJkLmNpQrSt",
                        "version": "1.0.0",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "Version 1.0.0",
                        "metadata": {},
                        "specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "oauth": {
                        "status": "enabled",
                        "auto_registration": {
                          "status": "supported"
                        }
                      },
                      "metadata": {},
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "deployment": {
                      "object": "provider.deployment#preview"
                    },
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "auth_methods": [
                      {
                        "object": "provider.capabilities.auth_method",
                        "id": "pam_2mNpQrStUvWxYzAb",
                        "type": "oauth",
                        "key": "oauth2",
                        "name": "OAuth 2.0",
                        "description": "Authenticate using OAuth 2.0",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "scopes": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          },
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      {
                        "object": "provider.capabilities.auth_method",
                        "id": "pam_2mNpQrStUvWxYzAb",
                        "type": "oauth",
                        "key": "oauth2",
                        "name": "OAuth 2.0",
                        "description": "Authenticate using OAuth 2.0",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "scopes": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          },
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ]
                  },
                  {
                    "object": "consumer.provider",
                    "type": "magic_mcp_server",
                    "availability": "available_now",
                    "magic_mcp_server": {
                      "object": "magic_mcp.server#preview",
                      "status": "active"
                    }
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "consumer.provider",
                        "type": "provider_template",
                        "availability": "available_now",
                        "provider_template": {
                          "object": "provider.template#preview",
                          "status": "active",
                          "metadata": {}
                        },
                        "provider": {
                          "object": "provider",
                          "id": "pro_5gHjKlMnPqRsTuVw",
                          "access": "public",
                          "status": "active",
                          "publisher": {
                            "object": "provider.publisher",
                            "id": "pub_9hJkLmNpQrStUvWx",
                            "name": "Acme Corp",
                            "description": "A leading provider of developer tools",
                            "image_url": "https://cdn.metorial.com/images/acme.png",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "current_version": {
                            "object": "provider.version",
                            "id": "prv_4dEfGhJkLmNpQrSt",
                            "version": "1.0.0",
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "name": "Version 1.0.0",
                            "metadata": {},
                            "specification_id": "psp_9gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          "oauth": {
                            "status": "enabled",
                            "auto_registration": {
                              "status": "supported"
                            }
                          },
                          "metadata": {},
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "deployment": {
                          "object": "provider.deployment#preview"
                        },
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "config_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "auth_methods": [
                          {
                            "object": "provider.capabilities.auth_method",
                            "id": "pam_2mNpQrStUvWxYzAb",
                            "type": "oauth",
                            "key": "oauth2",
                            "name": "OAuth 2.0",
                            "description": "Authenticate using OAuth 2.0",
                            "capabilities": {},
                            "input_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "output_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "scopes": [
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              },
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              }
                            ],
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          },
                          {
                            "object": "provider.capabilities.auth_method",
                            "id": "pam_2mNpQrStUvWxYzAb",
                            "type": "oauth",
                            "key": "oauth2",
                            "name": "OAuth 2.0",
                            "description": "Authenticate using OAuth 2.0",
                            "capabilities": {},
                            "input_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "output_schema": {
                              "type": "json_schema",
                              "schema": {}
                            },
                            "scopes": [
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              },
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              }
                            ],
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer.provider"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "readme": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "type": {
                        "examples": [
                          "provider_template"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "availability": {
                        "examples": [
                          "available_now",
                          "request_access"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "has_pending_access_request": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "consumer_access_ids": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_template": {
                        "examples": [
                          {
                            "object": "provider.template#preview",
                            "status": "active",
                            "metadata": {}
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.template#preview"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "optional": false,
                            "nullable": false
                          },
                          "integration_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "provider": {
                        "examples": [
                          {
                            "object": "provider",
                            "id": "pro_5gHjKlMnPqRsTuVw",
                            "access": "public",
                            "status": "active",
                            "publisher": {
                              "object": "provider.publisher",
                              "id": "pub_9hJkLmNpQrStUvWx",
                              "name": "Acme Corp",
                              "description": "A leading provider of developer tools",
                              "image_url": "https://cdn.metorial.com/images/acme.png",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "current_version": {
                              "object": "provider.version",
                              "id": "prv_4dEfGhJkLmNpQrSt",
                              "version": "1.0.0",
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "name": "Version 1.0.0",
                              "metadata": {},
                              "specification_id": "psp_9gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            "oauth": {
                              "status": "enabled",
                              "auto_registration": {
                                "status": "supported"
                              }
                            },
                            "metadata": {},
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique provider identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "access": {
                            "examples": [
                              "public",
                              "tenant"
                            ],
                            "type": "enum",
                            "name": "access",
                            "description": "Access level of the provider",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Current status of the provider",
                            "optional": false,
                            "nullable": false
                          },
                          "publisher": {
                            "examples": [
                              {
                                "object": "provider.publisher",
                                "id": "pub_9hJkLmNpQrStUvWx",
                                "name": "Acme Corp",
                                "description": "A leading provider of developer tools",
                                "image_url": "https://cdn.metorial.com/images/acme.png",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.publisher"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pub_9hJkLmNpQrStUvWx"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique publisher identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Acme Corp"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Display name of the publisher",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [
                                  "A leading provider of developer tools"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Brief description of the publisher",
                                "optional": false,
                                "nullable": true
                              },
                              "image_url": {
                                "examples": [
                                  "https://cdn.metorial.com/images/acme.png"
                                ],
                                "type": "string",
                                "name": "image_url",
                                "description": "URL of the publisher logo",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "current_version": {
                            "examples": [
                              {
                                "object": "provider.version",
                                "id": "prv_4dEfGhJkLmNpQrSt",
                                "version": "1.0.0",
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "name": "Version 1.0.0",
                                "metadata": {},
                                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.version"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "prv_4dEfGhJkLmNpQrSt"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique version identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "version": {
                                "examples": [
                                  "1.0.0"
                                ],
                                "type": "string",
                                "name": "identifier",
                                "description": "Version identifier string",
                                "optional": false,
                                "nullable": false
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_id",
                                "description": "Provider ID",
                                "optional": false,
                                "nullable": false
                              },
                              "is_current": {
                                "examples": [],
                                "type": "boolean",
                                "name": "is_current",
                                "description": "Whether this is the current version",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Version 1.0.0"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Version name",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [],
                                "type": "string",
                                "name": "description",
                                "description": "Version description",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "metadata",
                                "description": "Custom key-value pairs for storing additional information",
                                "optional": false,
                                "nullable": true
                              },
                              "specification_id": {
                                "examples": [
                                  "psp_9gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "specification_id",
                                "description": "Specification ID",
                                "optional": false,
                                "nullable": true
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "oauth": {
                            "examples": [
                              {
                                "status": "enabled",
                                "auto_registration": {
                                  "status": "supported"
                                }
                              }
                            ],
                            "properties": {
                              "status": {
                                "examples": [
                                  "enabled",
                                  "disabled"
                                ],
                                "type": "enum",
                                "name": "status",
                                "description": "OAuth status",
                                "optional": false,
                                "nullable": false
                              },
                              "callback_url": {
                                "examples": [],
                                "type": "string",
                                "name": "callback_url",
                                "description": "OAuth callback URL",
                                "optional": false,
                                "nullable": true
                              },
                              "auto_registration": {
                                "examples": [
                                  {
                                    "status": "supported"
                                  }
                                ],
                                "properties": {
                                  "status": {
                                    "examples": [
                                      "supported",
                                      "unsupported"
                                    ],
                                    "type": "enum",
                                    "name": "status",
                                    "description": "Auto-registration status",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "identifier": {
                            "examples": [],
                            "type": "string",
                            "name": "identifier",
                            "description": "Provider identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the provider",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "name": "description",
                            "description": "Brief description of the provider",
                            "optional": false,
                            "nullable": true
                          },
                          "slug": {
                            "examples": [],
                            "type": "string",
                            "name": "slug",
                            "description": "URL-friendly identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "deployment": {
                        "examples": [
                          {
                            "object": "provider.deployment#preview"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.deployment#preview"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "locked_version_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "tool_filter": {
                        "examples": [
                          {
                            "type": "allow_all"
                          },
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "allow_all"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "allow_all"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "filter"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "filters": {
                                "examples": [
                                  [
                                    {
                                      "type": "tool_keys"
                                    },
                                    {
                                      "type": "tool_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "tool_regex"
                                    },
                                    {
                                      "type": "tool_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_regex"
                                    },
                                    {
                                      "type": "resource_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_uris"
                                    },
                                    {
                                      "type": "resource_uris"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_keys"
                                    },
                                    {
                                      "type": "prompt_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_regex"
                                    },
                                    {
                                      "type": "prompt_regex"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_regex"
                                      },
                                      {
                                        "type": "resource_regex"
                                      },
                                      {
                                        "type": "resource_uris"
                                      },
                                      {
                                        "type": "prompt_keys"
                                      },
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_uris"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_uris"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "uris": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "union",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "description": "Tool filter configuration",
                        "optional": false,
                        "nullable": true
                      },
                      "config_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "auth_methods": {
                        "examples": [
                          [
                            {
                              "object": "provider.capabilities.auth_method",
                              "id": "pam_2mNpQrStUvWxYzAb",
                              "type": "oauth",
                              "key": "oauth2",
                              "name": "OAuth 2.0",
                              "description": "Authenticate using OAuth 2.0",
                              "capabilities": {},
                              "input_schema": {
                                "type": "json_schema",
                                "schema": {}
                              },
                              "output_schema": {
                                "type": "json_schema",
                                "schema": {}
                              },
                              "scopes": [
                                {
                                  "object": "provider.capabilities.auth_method.scope",
                                  "id": "pams_8tUvWxYzAbCdEfGh",
                                  "scope": "repo",
                                  "name": "Repository Access",
                                  "description": "Full control of private repositories"
                                },
                                {
                                  "object": "provider.capabilities.auth_method.scope",
                                  "id": "pams_8tUvWxYzAbCdEfGh",
                                  "scope": "repo",
                                  "name": "Repository Access",
                                  "description": "Full control of private repositories"
                                }
                              ],
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            },
                            {
                              "object": "provider.capabilities.auth_method",
                              "id": "pam_2mNpQrStUvWxYzAb",
                              "type": "oauth",
                              "key": "oauth2",
                              "name": "OAuth 2.0",
                              "description": "Authenticate using OAuth 2.0",
                              "capabilities": {},
                              "input_schema": {
                                "type": "json_schema",
                                "schema": {}
                              },
                              "output_schema": {
                                "type": "json_schema",
                                "schema": {}
                              },
                              "scopes": [
                                {
                                  "object": "provider.capabilities.auth_method.scope",
                                  "id": "pams_8tUvWxYzAbCdEfGh",
                                  "scope": "repo",
                                  "name": "Repository Access",
                                  "description": "Full control of private repositories"
                                },
                                {
                                  "object": "provider.capabilities.auth_method.scope",
                                  "id": "pams_8tUvWxYzAbCdEfGh",
                                  "scope": "repo",
                                  "name": "Repository Access",
                                  "description": "Full control of private repositories"
                                }
                              ],
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "provider.capabilities.auth_method",
                                "id": "pam_2mNpQrStUvWxYzAb",
                                "type": "oauth",
                                "key": "oauth2",
                                "name": "OAuth 2.0",
                                "description": "Authenticate using OAuth 2.0",
                                "capabilities": {},
                                "input_schema": {
                                  "type": "json_schema",
                                  "schema": {}
                                },
                                "output_schema": {
                                  "type": "json_schema",
                                  "schema": {}
                                },
                                "scopes": [
                                  {
                                    "object": "provider.capabilities.auth_method.scope",
                                    "id": "pams_8tUvWxYzAbCdEfGh",
                                    "scope": "repo",
                                    "name": "Repository Access",
                                    "description": "Full control of private repositories"
                                  },
                                  {
                                    "object": "provider.capabilities.auth_method.scope",
                                    "id": "pams_8tUvWxYzAbCdEfGh",
                                    "scope": "repo",
                                    "name": "Repository Access",
                                    "description": "Full control of private repositories"
                                  }
                                ],
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.capabilities.auth_method"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pam_2mNpQrStUvWxYzAb"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique auth method identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "oauth",
                                  "token",
                                  "custom"
                                ],
                                "type": "enum",
                                "name": "type",
                                "description": "Authentication type",
                                "optional": false,
                                "nullable": false
                              },
                              "key": {
                                "examples": [
                                  "oauth2"
                                ],
                                "type": "string",
                                "name": "key",
                                "description": "Auth method key",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "OAuth 2.0"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Display name",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [
                                  "Authenticate using OAuth 2.0"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Auth method description",
                                "optional": false,
                                "nullable": true
                              },
                              "capabilities": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "capabilities",
                                "description": "Auth method capabilities",
                                "optional": false,
                                "nullable": false
                              },
                              "input_schema": {
                                "examples": [
                                  {
                                    "type": "json_schema",
                                    "schema": {}
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "json_schema"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "schema": {
                                    "examples": [
                                      {}
                                    ],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "any",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "record",
                                    "name": "schema",
                                    "description": "JSON Schema defining the required auth input fields",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": true
                              },
                              "output_schema": {
                                "examples": [
                                  {
                                    "type": "json_schema",
                                    "schema": {}
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "json_schema"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "schema": {
                                    "examples": [
                                      {}
                                    ],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "any",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "record",
                                    "name": "schema",
                                    "description": "JSON Schema defining the auth output fields",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": true
                              },
                              "scopes": {
                                "examples": [
                                  [
                                    {
                                      "object": "provider.capabilities.auth_method.scope",
                                      "id": "pams_8tUvWxYzAbCdEfGh",
                                      "scope": "repo",
                                      "name": "Repository Access",
                                      "description": "Full control of private repositories"
                                    },
                                    {
                                      "object": "provider.capabilities.auth_method.scope",
                                      "id": "pams_8tUvWxYzAbCdEfGh",
                                      "scope": "repo",
                                      "name": "Repository Access",
                                      "description": "Full control of private repositories"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "object": "provider.capabilities.auth_method.scope",
                                        "id": "pams_8tUvWxYzAbCdEfGh",
                                        "scope": "repo",
                                        "name": "Repository Access",
                                        "description": "Full control of private repositories"
                                      }
                                    ],
                                    "properties": {
                                      "object": {
                                        "examples": [
                                          "provider.capabilities.auth_method.scope"
                                        ],
                                        "type": "literal",
                                        "description": "String representing the object's type",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "id": {
                                        "examples": [
                                          "pams_8tUvWxYzAbCdEfGh"
                                        ],
                                        "type": "string",
                                        "name": "id",
                                        "description": "Unique scope identifier",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "scope": {
                                        "examples": [
                                          "repo",
                                          "user:email"
                                        ],
                                        "type": "string",
                                        "name": "scope",
                                        "description": "OAuth scope string",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "name": {
                                        "examples": [
                                          "Repository Access"
                                        ],
                                        "type": "string",
                                        "name": "name",
                                        "description": "Display name of the scope",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "description": {
                                        "examples": [
                                          "Full control of private repositories"
                                        ],
                                        "type": "string",
                                        "name": "description",
                                        "description": "Scope description",
                                        "optional": false,
                                        "nullable": true
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "name": "scopes",
                                "description": "Available OAuth scopes",
                                "optional": false,
                                "nullable": true
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_id",
                                "description": "Provider ID",
                                "optional": false,
                                "nullable": false
                              },
                              "provider_specification_id": {
                                "examples": [
                                  "psp_9gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_specification_id",
                                "description": "Specification ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "object": "consumer.provider",
                        "type": "magic_mcp_server",
                        "availability": "available_now",
                        "magic_mcp_server": {
                          "object": "magic_mcp.server#preview",
                          "status": "active"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer.provider"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "readme": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "type": {
                        "examples": [
                          "magic_mcp_server"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "availability": {
                        "examples": [
                          "available_now",
                          "request_access"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "has_pending_access_request": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "consumer_access_ids": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "magic_mcp_server": {
                        "examples": [
                          {
                            "object": "magic_mcp.server#preview",
                            "status": "active"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "magic_mcp.server#preview"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1107",
      "name": "consumer.provider",
      "type": {
        "examples": [
          {
            "object": "consumer.provider",
            "type": "provider_template",
            "availability": "available_now",
            "provider_template": {
              "object": "provider.template#preview",
              "status": "active",
              "metadata": {}
            },
            "provider": {
              "object": "provider",
              "id": "pro_5gHjKlMnPqRsTuVw",
              "access": "public",
              "status": "active",
              "publisher": {
                "object": "provider.publisher",
                "id": "pub_9hJkLmNpQrStUvWx",
                "name": "Acme Corp",
                "description": "A leading provider of developer tools",
                "image_url": "https://cdn.metorial.com/images/acme.png",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "current_version": {
                "object": "provider.version",
                "id": "prv_4dEfGhJkLmNpQrSt",
                "version": "1.0.0",
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "name": "Version 1.0.0",
                "metadata": {},
                "specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              "oauth": {
                "status": "enabled",
                "auto_registration": {
                  "status": "supported"
                }
              },
              "metadata": {},
              "created_at": "2025-09-15T10:30:00.000Z",
              "updated_at": "2026-01-10T14:45:00.000Z"
            },
            "deployment": {
              "object": "provider.deployment#preview"
            },
            "tool_filter": {
              "type": "allow_all"
            },
            "config_schema": {
              "type": "json_schema",
              "schema": {}
            },
            "auth_methods": [
              {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              },
              {
                "object": "provider.capabilities.auth_method",
                "id": "pam_2mNpQrStUvWxYzAb",
                "type": "oauth",
                "key": "oauth2",
                "name": "OAuth 2.0",
                "description": "Authenticate using OAuth 2.0",
                "capabilities": {},
                "input_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "output_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "scopes": [
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  },
                  {
                    "object": "provider.capabilities.auth_method.scope",
                    "id": "pams_8tUvWxYzAbCdEfGh",
                    "scope": "repo",
                    "name": "Repository Access",
                    "description": "Full control of private repositories"
                  }
                ],
                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                "created_at": "2025-09-15T10:30:00.000Z",
                "updated_at": "2026-01-10T14:45:00.000Z"
              }
            ]
          },
          {
            "object": "consumer.provider",
            "type": "magic_mcp_server",
            "availability": "available_now",
            "magic_mcp_server": {
              "object": "magic_mcp.server#preview",
              "status": "active"
            }
          }
        ],
        "items": [
          {
            "examples": [
              {
                "object": "consumer.provider",
                "type": "provider_template",
                "availability": "available_now",
                "provider_template": {
                  "object": "provider.template#preview",
                  "status": "active",
                  "metadata": {}
                },
                "provider": {
                  "object": "provider",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "access": "public",
                  "status": "active",
                  "publisher": {
                    "object": "provider.publisher",
                    "id": "pub_9hJkLmNpQrStUvWx",
                    "name": "Acme Corp",
                    "description": "A leading provider of developer tools",
                    "image_url": "https://cdn.metorial.com/images/acme.png",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "current_version": {
                    "object": "provider.version",
                    "id": "prv_4dEfGhJkLmNpQrSt",
                    "version": "1.0.0",
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "Version 1.0.0",
                    "metadata": {},
                    "specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "oauth": {
                    "status": "enabled",
                    "auto_registration": {
                      "status": "supported"
                    }
                  },
                  "metadata": {},
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "deployment": {
                  "object": "provider.deployment#preview"
                },
                "tool_filter": {
                  "type": "allow_all"
                },
                "config_schema": {
                  "type": "json_schema",
                  "schema": {}
                },
                "auth_methods": [
                  {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ]
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "consumer.provider"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "readme": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "type": {
                "examples": [
                  "provider_template"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "availability": {
                "examples": [
                  "available_now",
                  "request_access"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "has_pending_access_request": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "consumer_access_ids": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "provider_template": {
                "examples": [
                  {
                    "object": "provider.template#preview",
                    "status": "active",
                    "metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.template#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "provider": {
                "examples": [
                  {
                    "object": "provider",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "access": "public",
                    "status": "active",
                    "publisher": {
                      "object": "provider.publisher",
                      "id": "pub_9hJkLmNpQrStUvWx",
                      "name": "Acme Corp",
                      "description": "A leading provider of developer tools",
                      "image_url": "https://cdn.metorial.com/images/acme.png",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "current_version": {
                      "object": "provider.version",
                      "id": "prv_4dEfGhJkLmNpQrSt",
                      "version": "1.0.0",
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "Version 1.0.0",
                      "metadata": {},
                      "specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "oauth": {
                      "status": "enabled",
                      "auto_registration": {
                        "status": "supported"
                      }
                    },
                    "metadata": {},
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "pro_5gHjKlMnPqRsTuVw"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "Unique provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "access": {
                    "examples": [
                      "public",
                      "tenant"
                    ],
                    "type": "enum",
                    "name": "access",
                    "description": "Access level of the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "Current status of the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "publisher": {
                    "examples": [
                      {
                        "object": "provider.publisher",
                        "id": "pub_9hJkLmNpQrStUvWx",
                        "name": "Acme Corp",
                        "description": "A leading provider of developer tools",
                        "image_url": "https://cdn.metorial.com/images/acme.png",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.publisher"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pub_9hJkLmNpQrStUvWx"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique publisher identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Acme Corp"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the publisher",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "A leading provider of developer tools"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Brief description of the publisher",
                        "optional": false,
                        "nullable": true
                      },
                      "image_url": {
                        "examples": [
                          "https://cdn.metorial.com/images/acme.png"
                        ],
                        "type": "string",
                        "name": "image_url",
                        "description": "URL of the publisher logo",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "current_version": {
                    "examples": [
                      {
                        "object": "provider.version",
                        "id": "prv_4dEfGhJkLmNpQrSt",
                        "version": "1.0.0",
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "Version 1.0.0",
                        "metadata": {},
                        "specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.version"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "prv_4dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique version identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "version": {
                        "examples": [
                          "1.0.0"
                        ],
                        "type": "string",
                        "name": "identifier",
                        "description": "Version identifier string",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_current": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_current",
                        "description": "Whether this is the current version",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Version 1.0.0"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Version name",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "name": "description",
                        "description": "Version description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "specification_id": {
                        "examples": [
                          "psp_9gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "specification_id",
                        "description": "Specification ID",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "oauth": {
                    "examples": [
                      {
                        "status": "enabled",
                        "auto_registration": {
                          "status": "supported"
                        }
                      }
                    ],
                    "properties": {
                      "status": {
                        "examples": [
                          "enabled",
                          "disabled"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "OAuth status",
                        "optional": false,
                        "nullable": false
                      },
                      "callback_url": {
                        "examples": [],
                        "type": "string",
                        "name": "callback_url",
                        "description": "OAuth callback URL",
                        "optional": false,
                        "nullable": true
                      },
                      "auto_registration": {
                        "examples": [
                          {
                            "status": "supported"
                          }
                        ],
                        "properties": {
                          "status": {
                            "examples": [
                              "supported",
                              "unsupported"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "Auto-registration status",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "identifier": {
                    "examples": [],
                    "type": "string",
                    "name": "identifier",
                    "description": "Provider identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "name": "name",
                    "description": "Display name of the provider",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "name": "description",
                    "description": "Brief description of the provider",
                    "optional": false,
                    "nullable": true
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "name": "slug",
                    "description": "URL-friendly identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "name": "metadata",
                    "description": "Custom key-value pairs for storing additional information",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [
                      "2025-09-15T10:30:00.000Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "Timestamp when created",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-10T14:45:00.000Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "Timestamp when last updated",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "deployment": {
                "examples": [
                  {
                    "object": "provider.deployment#preview"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.deployment#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "locked_version_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              "tool_filter": {
                "examples": [
                  {
                    "type": "allow_all"
                  },
                  {
                    "type": "filter",
                    "filters": [
                      {
                        "type": "tool_keys"
                      },
                      {
                        "type": "tool_keys"
                      }
                    ]
                  }
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "allow_all"
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "allow_all"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "filter"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "filters": {
                        "examples": [
                          [
                            {
                              "type": "tool_keys"
                            },
                            {
                              "type": "tool_keys"
                            }
                          ],
                          [
                            {
                              "type": "tool_regex"
                            },
                            {
                              "type": "tool_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_regex"
                            },
                            {
                              "type": "resource_regex"
                            }
                          ],
                          [
                            {
                              "type": "resource_uris"
                            },
                            {
                              "type": "resource_uris"
                            }
                          ],
                          [
                            {
                              "type": "prompt_keys"
                            },
                            {
                              "type": "prompt_keys"
                            }
                          ],
                          [
                            {
                              "type": "prompt_regex"
                            },
                            {
                              "type": "prompt_regex"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_regex"
                              },
                              {
                                "type": "resource_regex"
                              },
                              {
                                "type": "resource_uris"
                              },
                              {
                                "type": "prompt_keys"
                              },
                              {
                                "type": "prompt_regex"
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "tool_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "tool_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "resource_uris"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "resource_uris"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "uris": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_keys"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_keys"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "keys": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "prompt_regex"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "pattern": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "ignore_parent_filters": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "description": "Tool filter configuration",
                "optional": false,
                "nullable": true
              },
              "config_schema": {
                "examples": [
                  {
                    "type": "json_schema",
                    "schema": {}
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "json_schema"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "schema": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "auth_methods": {
                "examples": [
                  [
                    {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "provider.capabilities.auth_method",
                        "id": "pam_2mNpQrStUvWxYzAb",
                        "type": "oauth",
                        "key": "oauth2",
                        "name": "OAuth 2.0",
                        "description": "Authenticate using OAuth 2.0",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "scopes": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          },
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.auth_method"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pam_2mNpQrStUvWxYzAb"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique auth method identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "oauth",
                          "token",
                          "custom"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Authentication type",
                        "optional": false,
                        "nullable": false
                      },
                      "key": {
                        "examples": [
                          "oauth2"
                        ],
                        "type": "string",
                        "name": "key",
                        "description": "Auth method key",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "OAuth 2.0"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Authenticate using OAuth 2.0"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Auth method description",
                        "optional": false,
                        "nullable": true
                      },
                      "capabilities": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "capabilities",
                        "description": "Auth method capabilities",
                        "optional": false,
                        "nullable": false
                      },
                      "input_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the required auth input fields",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "output_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the auth output fields",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "scopes": {
                        "examples": [
                          [
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            },
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.capabilities.auth_method.scope"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pams_8tUvWxYzAbCdEfGh"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique scope identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "scope": {
                                "examples": [
                                  "repo",
                                  "user:email"
                                ],
                                "type": "string",
                                "name": "scope",
                                "description": "OAuth scope string",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Repository Access"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Display name of the scope",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [
                                  "Full control of private repositories"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Scope description",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "scopes",
                        "description": "Available OAuth scopes",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_specification_id": {
                        "examples": [
                          "psp_9gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_specification_id",
                        "description": "Specification ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "object": "consumer.provider",
                "type": "magic_mcp_server",
                "availability": "available_now",
                "magic_mcp_server": {
                  "object": "magic_mcp.server#preview",
                  "status": "active"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "consumer.provider"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "readme": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "type": {
                "examples": [
                  "magic_mcp_server"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "availability": {
                "examples": [
                  "available_now",
                  "request_access"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "has_pending_access_request": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "consumer_access_ids": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "magic_mcp_server": {
                "examples": [
                  {
                    "object": "magic_mcp.server#preview",
                    "status": "active"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "magic_mcp.server#preview"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "union",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1109",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {}
          }
        ],
        "properties": {
          "message": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1110",
      "name": "consumer.access_request",
      "type": {
        "examples": [
          {
            "object": "consumer.access_request",
            "status": "pending",
            "consumer_profile": {
              "object": "consumer.profile#preview"
            },
            "target": {
              "type": "provider_template",
              "provider_template": {
                "object": "provider.template#preview",
                "status": "active",
                "metadata": {}
              }
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "consumer.access_request"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "approved",
              "rejected"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "message": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "resolution_message": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "consumer_profile": {
            "examples": [
              {
                "object": "consumer.profile#preview"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "consumer.profile#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "target": {
            "examples": [
              {
                "type": "provider_template",
                "provider_template": {
                  "object": "provider.template#preview",
                  "status": "active",
                  "metadata": {}
                }
              },
              {
                "type": "magic_mcp_server",
                "magic_mcp_server": {
                  "object": "magic_mcp.server#preview",
                  "status": "active"
                }
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "provider_template",
                    "provider_template": {
                      "object": "provider.template#preview",
                      "status": "active",
                      "metadata": {}
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "provider_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_template": {
                    "examples": [
                      {
                        "object": "provider.template#preview",
                        "status": "active",
                        "metadata": {}
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.template#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": false
                      },
                      "integration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "magic_mcp_server",
                    "magic_mcp_server": {
                      "object": "magic_mcp.server#preview",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "magic_mcp_server"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server": {
                    "examples": [
                      {
                        "object": "magic_mcp.server#preview",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "magic_mcp.server#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "reviewed_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1112",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "provider_auth_method_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1113",
      "name": "integration.setup_session",
      "type": {
        "examples": [
          {
            "object": "integration.setup_session",
            "status": "pending",
            "metadata": {},
            "configuration": {},
            "integration_instance": {
              "object": "integration.instance",
              "status": "draft",
              "metadata": {},
              "implementation": {
                "type": "magic_mcp_server"
              },
              "providers": [
                {
                  "object": "integration.instance.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "integration_provider": {
                    "object": "integration.provider#snapshot",
                    "provider_version": {
                      "object": "integration.provider.version"
                    },
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "integration.instance.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "integration_provider": {
                    "object": "integration.provider#snapshot",
                    "provider_version": {
                      "object": "integration.provider.version"
                    },
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration.setup_session"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "successful",
              "expired",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "configuration": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "redirect_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "integration_instance": {
            "examples": [
              {
                "object": "integration.instance",
                "status": "draft",
                "metadata": {},
                "implementation": {
                  "type": "magic_mcp_server"
                },
                "providers": [
                  {
                    "object": "integration.instance.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "integration_provider": {
                      "object": "integration.provider#snapshot",
                      "provider_version": {
                        "object": "integration.provider.version"
                      },
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  {
                    "object": "integration.instance.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "integration_provider": {
                      "object": "integration.provider#snapshot",
                      "provider_version": {
                        "object": "integration.provider.version"
                      },
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ]
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "integration.instance"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "draft",
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "optional": false,
                "nullable": true
              },
              "integration_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "identity_actor_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "identity_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "implementation": {
                "examples": [
                  {
                    "type": "magic_mcp_server"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "magic_mcp_server"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "providers": {
                "examples": [
                  [
                    {
                      "object": "integration.instance.provider",
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "integration_provider": {
                        "object": "integration.provider#snapshot",
                        "provider_version": {
                          "object": "integration.provider.version"
                        },
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "integration.instance.provider",
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "integration_provider": {
                        "object": "integration.provider#snapshot",
                        "provider_version": {
                          "object": "integration.provider.version"
                        },
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "integration.instance.provider",
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "provider": {
                          "object": "provider#preview",
                          "id": "pro_5gHjKlMnPqRsTuVw",
                          "name": "GitHub",
                          "description": "Connect to GitHub repositories, issues, and pull requests",
                          "slug": "github",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "integration_provider": {
                          "object": "integration.provider#snapshot",
                          "provider_version": {
                            "object": "integration.provider.version"
                          },
                          "status": "active",
                          "metadata": {},
                          "tool_filter": {
                            "type": "allow_all"
                          },
                          "config": {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_config": {
                          "object": "provider.auth_config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "integration.instance.provider"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": true
                      },
                      "integration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "integration_instance_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "tool_filter": {
                        "examples": [
                          {
                            "type": "allow_all"
                          },
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "allow_all"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "allow_all"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "filter"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "filters": {
                                "examples": [
                                  [
                                    {
                                      "type": "tool_keys"
                                    },
                                    {
                                      "type": "tool_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "tool_regex"
                                    },
                                    {
                                      "type": "tool_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_regex"
                                    },
                                    {
                                      "type": "resource_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_uris"
                                    },
                                    {
                                      "type": "resource_uris"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_keys"
                                    },
                                    {
                                      "type": "prompt_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_regex"
                                    },
                                    {
                                      "type": "prompt_regex"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_regex"
                                      },
                                      {
                                        "type": "resource_regex"
                                      },
                                      {
                                        "type": "resource_uris"
                                      },
                                      {
                                        "type": "prompt_keys"
                                      },
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_uris"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_uris"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "uris": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "union",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "description": "Tool filter configuration",
                        "optional": false,
                        "nullable": true
                      },
                      "is_override_tool_filter": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "provider": {
                        "examples": [
                          {
                            "object": "provider#preview",
                            "id": "pro_5gHjKlMnPqRsTuVw",
                            "name": "GitHub",
                            "description": "Connect to GitHub repositories, issues, and pull requests",
                            "slug": "github",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique provider identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "GitHub"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the provider",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Connect to GitHub repositories, issues, and pull requests"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Brief description of the provider",
                            "optional": false,
                            "nullable": true
                          },
                          "slug": {
                            "examples": [
                              "github"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "URL-friendly identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when the provider was created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when the provider was last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "integration_provider": {
                        "examples": [
                          {
                            "object": "integration.provider#snapshot",
                            "provider_version": {
                              "object": "integration.provider.version"
                            },
                            "status": "active",
                            "metadata": {},
                            "tool_filter": {
                              "type": "allow_all"
                            },
                            "config": {
                              "object": "provider.config#preview",
                              "id": "pcf_7dEfGhJkLmNpQrSt",
                              "name": "Production Config",
                              "description": "Configuration for production environment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "integration.provider#snapshot"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_version": {
                            "examples": [
                              {
                                "object": "integration.provider.version"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "integration.provider.version"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "index": {
                                "examples": [],
                                "type": "number",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "optional": false,
                            "nullable": true
                          },
                          "tool_filter": {
                            "examples": [
                              {
                                "type": "allow_all"
                              },
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "allow_all"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "allow_all"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "ignore_parent_filters": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "filter",
                                    "filters": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_keys"
                                      }
                                    ]
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "filter"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "filters": {
                                    "examples": [
                                      [
                                        {
                                          "type": "tool_keys"
                                        },
                                        {
                                          "type": "tool_keys"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "tool_regex"
                                        },
                                        {
                                          "type": "tool_regex"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "resource_regex"
                                        },
                                        {
                                          "type": "resource_regex"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "resource_uris"
                                        },
                                        {
                                          "type": "resource_uris"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "prompt_keys"
                                        },
                                        {
                                          "type": "prompt_keys"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "prompt_regex"
                                        },
                                        {
                                          "type": "prompt_regex"
                                        }
                                      ]
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          },
                                          {
                                            "type": "tool_regex"
                                          },
                                          {
                                            "type": "resource_regex"
                                          },
                                          {
                                            "type": "resource_uris"
                                          },
                                          {
                                            "type": "prompt_keys"
                                          },
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "items": [
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_keys"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "tool_keys"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "keys": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "tool_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "resource_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "resource_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "resource_uris"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "resource_uris"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "uris": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "prompt_keys"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "prompt_keys"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "keys": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "prompt_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "prompt_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "union",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "ignore_parent_filters": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "description": "Tool filter configuration",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "deployment_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "auth_method_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "auth_credentials_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "config": {
                            "examples": [
                              {
                                "object": "provider.config#preview",
                                "id": "pcf_7dEfGhJkLmNpQrSt",
                                "name": "Production Config",
                                "description": "Configuration for production environment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.config#preview"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pcf_7dEfGhJkLmNpQrSt"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Config ID",
                                "optional": false,
                                "nullable": false
                              },
                              "is_default": {
                                "examples": [],
                                "type": "boolean",
                                "name": "is_default",
                                "description": "Whether this is the default config",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Production Config"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Config name",
                                "optional": false,
                                "nullable": true
                              },
                              "description": {
                                "examples": [
                                  "Configuration for production environment"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Description",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "metadata",
                                "description": "Custom key-value pairs for storing additional information",
                                "optional": false,
                                "nullable": true
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_id",
                                "description": "Provider ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "archived_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "config": {
                        "examples": [
                          {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.config#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pcf_7dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Config ID",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default config",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Production Config"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Config name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "Configuration for production environment"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "auth_config": {
                        "examples": [
                          {
                            "object": "provider.auth_config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.auth_config#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pcf_7dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Config ID",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default config",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Production Config"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Config name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "Configuration for production environment"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "archived_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "archived_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1115",
      "name": "integration.setup_session",
      "type": {
        "examples": [
          {
            "object": "integration.setup_session",
            "status": "pending",
            "metadata": {},
            "configuration": {},
            "integration_instance": {
              "object": "integration.instance",
              "status": "draft",
              "metadata": {},
              "implementation": {
                "type": "magic_mcp_server"
              },
              "providers": [
                {
                  "object": "integration.instance.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "integration_provider": {
                    "object": "integration.provider#snapshot",
                    "provider_version": {
                      "object": "integration.provider.version"
                    },
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "integration.instance.provider",
                  "status": "active",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "integration_provider": {
                    "object": "integration.provider#snapshot",
                    "provider_version": {
                      "object": "integration.provider.version"
                    },
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "integration.setup_session"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "successful",
              "expired",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "configuration": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": true
          },
          "redirect_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "integration_instance": {
            "examples": [
              {
                "object": "integration.instance",
                "status": "draft",
                "metadata": {},
                "implementation": {
                  "type": "magic_mcp_server"
                },
                "providers": [
                  {
                    "object": "integration.instance.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "integration_provider": {
                      "object": "integration.provider#snapshot",
                      "provider_version": {
                        "object": "integration.provider.version"
                      },
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  },
                  {
                    "object": "integration.instance.provider",
                    "status": "active",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "integration_provider": {
                      "object": "integration.provider#snapshot",
                      "provider_version": {
                        "object": "integration.provider.version"
                      },
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ]
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "integration.instance"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "draft",
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "metadata": {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "optional": false,
                "nullable": true
              },
              "integration_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "identity_actor_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "identity_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "implementation": {
                "examples": [
                  {
                    "type": "magic_mcp_server"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "magic_mcp_server"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "providers": {
                "examples": [
                  [
                    {
                      "object": "integration.instance.provider",
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "integration_provider": {
                        "object": "integration.provider#snapshot",
                        "provider_version": {
                          "object": "integration.provider.version"
                        },
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    },
                    {
                      "object": "integration.instance.provider",
                      "status": "active",
                      "metadata": {},
                      "tool_filter": {
                        "type": "allow_all"
                      },
                      "provider": {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "integration_provider": {
                        "object": "integration.provider#snapshot",
                        "provider_version": {
                          "object": "integration.provider.version"
                        },
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      },
                      "config": {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      },
                      "auth_config": {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "integration.instance.provider",
                        "status": "active",
                        "metadata": {},
                        "tool_filter": {
                          "type": "allow_all"
                        },
                        "provider": {
                          "object": "provider#preview",
                          "id": "pro_5gHjKlMnPqRsTuVw",
                          "name": "GitHub",
                          "description": "Connect to GitHub repositories, issues, and pull requests",
                          "slug": "github",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "integration_provider": {
                          "object": "integration.provider#snapshot",
                          "provider_version": {
                            "object": "integration.provider.version"
                          },
                          "status": "active",
                          "metadata": {},
                          "tool_filter": {
                            "type": "allow_all"
                          },
                          "config": {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        },
                        "config": {
                          "object": "provider.config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        },
                        "auth_config": {
                          "object": "provider.auth_config#preview",
                          "id": "pcf_7dEfGhJkLmNpQrSt",
                          "name": "Production Config",
                          "description": "Configuration for production environment",
                          "metadata": {},
                          "provider_id": "pro_5gHjKlMnPqRsTuVw",
                          "created_at": "2025-09-15T10:30:00.000Z",
                          "updated_at": "2026-01-10T14:45:00.000Z"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "integration.instance.provider"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": true
                      },
                      "integration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "integration_instance_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "tool_filter": {
                        "examples": [
                          {
                            "type": "allow_all"
                          },
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "type": "allow_all"
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "allow_all"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          {
                            "examples": [
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "properties": {
                              "type": {
                                "examples": [
                                  "filter"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "filters": {
                                "examples": [
                                  [
                                    {
                                      "type": "tool_keys"
                                    },
                                    {
                                      "type": "tool_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "tool_regex"
                                    },
                                    {
                                      "type": "tool_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_regex"
                                    },
                                    {
                                      "type": "resource_regex"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "resource_uris"
                                    },
                                    {
                                      "type": "resource_uris"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_keys"
                                    },
                                    {
                                      "type": "prompt_keys"
                                    }
                                  ],
                                  [
                                    {
                                      "type": "prompt_regex"
                                    },
                                    {
                                      "type": "prompt_regex"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_regex"
                                      },
                                      {
                                        "type": "resource_regex"
                                      },
                                      {
                                        "type": "resource_uris"
                                      },
                                      {
                                        "type": "prompt_keys"
                                      },
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "tool_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "resource_uris"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "resource_uris"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "uris": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_keys"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_keys"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "keys": {
                                            "examples": [],
                                            "items": [
                                              {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            ],
                                            "type": "array",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      {
                                        "examples": [
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "properties": {
                                          "type": {
                                            "examples": [
                                              "prompt_regex"
                                            ],
                                            "type": "literal",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          "pattern": {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        },
                                        "type": "object",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "union",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              },
                              "ignore_parent_filters": {
                                "examples": [],
                                "type": "boolean",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "union",
                        "description": "Tool filter configuration",
                        "optional": false,
                        "nullable": true
                      },
                      "is_override_tool_filter": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "provider": {
                        "examples": [
                          {
                            "object": "provider#preview",
                            "id": "pro_5gHjKlMnPqRsTuVw",
                            "name": "GitHub",
                            "description": "Connect to GitHub repositories, issues, and pull requests",
                            "slug": "github",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Unique provider identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "GitHub"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Display name of the provider",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [
                              "Connect to GitHub repositories, issues, and pull requests"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Brief description of the provider",
                            "optional": false,
                            "nullable": true
                          },
                          "slug": {
                            "examples": [
                              "github"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "URL-friendly identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when the provider was created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when the provider was last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "integration_provider": {
                        "examples": [
                          {
                            "object": "integration.provider#snapshot",
                            "provider_version": {
                              "object": "integration.provider.version"
                            },
                            "status": "active",
                            "metadata": {},
                            "tool_filter": {
                              "type": "allow_all"
                            },
                            "config": {
                              "object": "provider.config#preview",
                              "id": "pcf_7dEfGhJkLmNpQrSt",
                              "name": "Production Config",
                              "description": "Configuration for production environment",
                              "metadata": {},
                              "provider_id": "pro_5gHjKlMnPqRsTuVw",
                              "created_at": "2025-09-15T10:30:00.000Z",
                              "updated_at": "2026-01-10T14:45:00.000Z"
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "integration.provider#snapshot"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_version": {
                            "examples": [
                              {
                                "object": "integration.provider.version"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "integration.provider.version"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "index": {
                                "examples": [],
                                "type": "number",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "optional": false,
                            "nullable": true
                          },
                          "tool_filter": {
                            "examples": [
                              {
                                "type": "allow_all"
                              },
                              {
                                "type": "filter",
                                "filters": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_keys"
                                  }
                                ]
                              }
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "allow_all"
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "allow_all"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "ignore_parent_filters": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              {
                                "examples": [
                                  {
                                    "type": "filter",
                                    "filters": [
                                      {
                                        "type": "tool_keys"
                                      },
                                      {
                                        "type": "tool_keys"
                                      }
                                    ]
                                  }
                                ],
                                "properties": {
                                  "type": {
                                    "examples": [
                                      "filter"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "filters": {
                                    "examples": [
                                      [
                                        {
                                          "type": "tool_keys"
                                        },
                                        {
                                          "type": "tool_keys"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "tool_regex"
                                        },
                                        {
                                          "type": "tool_regex"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "resource_regex"
                                        },
                                        {
                                          "type": "resource_regex"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "resource_uris"
                                        },
                                        {
                                          "type": "resource_uris"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "prompt_keys"
                                        },
                                        {
                                          "type": "prompt_keys"
                                        }
                                      ],
                                      [
                                        {
                                          "type": "prompt_regex"
                                        },
                                        {
                                          "type": "prompt_regex"
                                        }
                                      ]
                                    ],
                                    "items": [
                                      {
                                        "examples": [
                                          {
                                            "type": "tool_keys"
                                          },
                                          {
                                            "type": "tool_regex"
                                          },
                                          {
                                            "type": "resource_regex"
                                          },
                                          {
                                            "type": "resource_uris"
                                          },
                                          {
                                            "type": "prompt_keys"
                                          },
                                          {
                                            "type": "prompt_regex"
                                          }
                                        ],
                                        "items": [
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_keys"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "tool_keys"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "keys": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "tool_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "tool_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "resource_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "resource_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "resource_uris"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "resource_uris"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "uris": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "prompt_keys"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "prompt_keys"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "keys": {
                                                "examples": [],
                                                "items": [
                                                  {
                                                    "examples": [],
                                                    "type": "string",
                                                    "optional": false,
                                                    "nullable": false
                                                  }
                                                ],
                                                "type": "array",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          },
                                          {
                                            "examples": [
                                              {
                                                "type": "prompt_regex"
                                              }
                                            ],
                                            "properties": {
                                              "type": {
                                                "examples": [
                                                  "prompt_regex"
                                                ],
                                                "type": "literal",
                                                "optional": false,
                                                "nullable": false
                                              },
                                              "pattern": {
                                                "examples": [],
                                                "type": "string",
                                                "optional": false,
                                                "nullable": false
                                              }
                                            },
                                            "type": "object",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "union",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "ignore_parent_filters": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "union",
                            "description": "Tool filter configuration",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "deployment_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "auth_method_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "auth_credentials_id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "config": {
                            "examples": [
                              {
                                "object": "provider.config#preview",
                                "id": "pcf_7dEfGhJkLmNpQrSt",
                                "name": "Production Config",
                                "description": "Configuration for production environment",
                                "metadata": {},
                                "provider_id": "pro_5gHjKlMnPqRsTuVw",
                                "created_at": "2025-09-15T10:30:00.000Z",
                                "updated_at": "2026-01-10T14:45:00.000Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.config#preview"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pcf_7dEfGhJkLmNpQrSt"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Config ID",
                                "optional": false,
                                "nullable": false
                              },
                              "is_default": {
                                "examples": [],
                                "type": "boolean",
                                "name": "is_default",
                                "description": "Whether this is the default config",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Production Config"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Config name",
                                "optional": false,
                                "nullable": true
                              },
                              "description": {
                                "examples": [
                                  "Configuration for production environment"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Description",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "name": "metadata",
                                "description": "Custom key-value pairs for storing additional information",
                                "optional": false,
                                "nullable": true
                              },
                              "provider_id": {
                                "examples": [
                                  "pro_5gHjKlMnPqRsTuVw"
                                ],
                                "type": "string",
                                "name": "provider_id",
                                "description": "Provider ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2025-09-15T10:30:00.000Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "Timestamp when created",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-01-10T14:45:00.000Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "Timestamp when last updated",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "archived_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "config": {
                        "examples": [
                          {
                            "object": "provider.config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.config#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pcf_7dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Config ID",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default config",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Production Config"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Config name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "Configuration for production environment"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "auth_config": {
                        "examples": [
                          {
                            "object": "provider.auth_config#preview",
                            "id": "pcf_7dEfGhJkLmNpQrSt",
                            "name": "Production Config",
                            "description": "Configuration for production environment",
                            "metadata": {},
                            "provider_id": "pro_5gHjKlMnPqRsTuVw",
                            "created_at": "2025-09-15T10:30:00.000Z",
                            "updated_at": "2026-01-10T14:45:00.000Z"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "provider.auth_config#preview"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "pcf_7dEfGhJkLmNpQrSt"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "Config ID",
                            "optional": false,
                            "nullable": false
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "name": "is_default",
                            "description": "Whether this is the default config",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Production Config"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "Config name",
                            "optional": false,
                            "nullable": true
                          },
                          "description": {
                            "examples": [
                              "Configuration for production environment"
                            ],
                            "type": "string",
                            "name": "description",
                            "description": "Description",
                            "optional": false,
                            "nullable": true
                          },
                          "metadata": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "metadata",
                            "description": "Custom key-value pairs for storing additional information",
                            "optional": false,
                            "nullable": true
                          },
                          "provider_id": {
                            "examples": [
                              "pro_5gHjKlMnPqRsTuVw"
                            ],
                            "type": "string",
                            "name": "provider_id",
                            "description": "Provider ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2025-09-15T10:30:00.000Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "Timestamp when created",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-10T14:45:00.000Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "Timestamp when last updated",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "archived_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "archived_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1117",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          },
          "integration_setup_session_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1118",
      "name": "magic_mcp.server",
      "type": {
        "examples": [
          {
            "object": "magic_mcp.server",
            "status": "active",
            "source": "manual",
            "provider_management_mode": "manual",
            "endpoints": [
              {},
              {}
            ],
            "providers": [
              {
                "object": "magic_mcp.server.provider",
                "status": "pending",
                "provider_management_mode": "manual",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_method": {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_credentials": {
                  "object": "provider.auth_credentials",
                  "id": "par_4sTuVwXyZaBcDeFg",
                  "type": "oauth",
                  "status": "active",
                  "is_default": true,
                  "is_managed": true,
                  "name": "GitHub OAuth",
                  "description": "OAuth credentials for GitHub API",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              },
              {
                "object": "magic_mcp.server.provider",
                "status": "pending",
                "provider_management_mode": "manual",
                "metadata": {},
                "tool_filter": {
                  "type": "allow_all"
                },
                "provider": {
                  "object": "provider#preview",
                  "id": "pro_5gHjKlMnPqRsTuVw",
                  "name": "GitHub",
                  "description": "Connect to GitHub repositories, issues, and pull requests",
                  "slug": "github",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "deployment": {
                  "object": "provider.deployment#preview",
                  "id": "pde_1aBcDeFgHjKlMnPq",
                  "name": "Production",
                  "description": "Production deployment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_method": {
                  "object": "provider.capabilities.auth_method",
                  "id": "pam_2mNpQrStUvWxYzAb",
                  "type": "oauth",
                  "key": "oauth2",
                  "name": "OAuth 2.0",
                  "description": "Authenticate using OAuth 2.0",
                  "capabilities": {},
                  "input_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "output_schema": {
                    "type": "json_schema",
                    "schema": {}
                  },
                  "scopes": [
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    },
                    {
                      "object": "provider.capabilities.auth_method.scope",
                      "id": "pams_8tUvWxYzAbCdEfGh",
                      "scope": "repo",
                      "name": "Repository Access",
                      "description": "Full control of private repositories"
                    }
                  ],
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_credentials": {
                  "object": "provider.auth_credentials",
                  "id": "par_4sTuVwXyZaBcDeFg",
                  "type": "oauth",
                  "status": "active",
                  "is_default": true,
                  "is_managed": true,
                  "name": "GitHub OAuth",
                  "description": "OAuth credentials for GitHub API",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "config": {
                  "object": "provider.config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                },
                "auth_config": {
                  "object": "provider.auth_config#preview",
                  "id": "pcf_7dEfGhJkLmNpQrSt",
                  "name": "Production Config",
                  "description": "Configuration for production environment",
                  "metadata": {},
                  "provider_id": "pro_5gHjKlMnPqRsTuVw",
                  "created_at": "2025-09-15T10:30:00.000Z",
                  "updated_at": "2026-01-10T14:45:00.000Z"
                }
              }
            ],
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "magic_mcp.server"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "source": {
            "examples": [
              "manual",
              "consumer_provider_template"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "provider_management_mode": {
            "examples": [
              "manual",
              "inherited_from_provider_template",
              "inherited_from_integration"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "endpoints": {
            "examples": [
              [
                {},
                {}
              ]
            ],
            "items": [
              {
                "examples": [
                  {}
                ],
                "properties": {
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "alias": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "provider_template_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "providers": {
            "examples": [
              [
                {
                  "object": "magic_mcp.server.provider",
                  "status": "pending",
                  "provider_management_mode": "manual",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_method": {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_credentials": {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                },
                {
                  "object": "magic_mcp.server.provider",
                  "status": "pending",
                  "provider_management_mode": "manual",
                  "metadata": {},
                  "tool_filter": {
                    "type": "allow_all"
                  },
                  "provider": {
                    "object": "provider#preview",
                    "id": "pro_5gHjKlMnPqRsTuVw",
                    "name": "GitHub",
                    "description": "Connect to GitHub repositories, issues, and pull requests",
                    "slug": "github",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "deployment": {
                    "object": "provider.deployment#preview",
                    "id": "pde_1aBcDeFgHjKlMnPq",
                    "name": "Production",
                    "description": "Production deployment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_method": {
                    "object": "provider.capabilities.auth_method",
                    "id": "pam_2mNpQrStUvWxYzAb",
                    "type": "oauth",
                    "key": "oauth2",
                    "name": "OAuth 2.0",
                    "description": "Authenticate using OAuth 2.0",
                    "capabilities": {},
                    "input_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "output_schema": {
                      "type": "json_schema",
                      "schema": {}
                    },
                    "scopes": [
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      },
                      {
                        "object": "provider.capabilities.auth_method.scope",
                        "id": "pams_8tUvWxYzAbCdEfGh",
                        "scope": "repo",
                        "name": "Repository Access",
                        "description": "Full control of private repositories"
                      }
                    ],
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_credentials": {
                    "object": "provider.auth_credentials",
                    "id": "par_4sTuVwXyZaBcDeFg",
                    "type": "oauth",
                    "status": "active",
                    "is_default": true,
                    "is_managed": true,
                    "name": "GitHub OAuth",
                    "description": "OAuth credentials for GitHub API",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "config": {
                    "object": "provider.config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  },
                  "auth_config": {
                    "object": "provider.auth_config#preview",
                    "id": "pcf_7dEfGhJkLmNpQrSt",
                    "name": "Production Config",
                    "description": "Configuration for production environment",
                    "metadata": {},
                    "provider_id": "pro_5gHjKlMnPqRsTuVw",
                    "created_at": "2025-09-15T10:30:00.000Z",
                    "updated_at": "2026-01-10T14:45:00.000Z"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "magic_mcp.server.provider",
                    "status": "pending",
                    "provider_management_mode": "manual",
                    "metadata": {},
                    "tool_filter": {
                      "type": "allow_all"
                    },
                    "provider": {
                      "object": "provider#preview",
                      "id": "pro_5gHjKlMnPqRsTuVw",
                      "name": "GitHub",
                      "description": "Connect to GitHub repositories, issues, and pull requests",
                      "slug": "github",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "deployment": {
                      "object": "provider.deployment#preview",
                      "id": "pde_1aBcDeFgHjKlMnPq",
                      "name": "Production",
                      "description": "Production deployment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_method": {
                      "object": "provider.capabilities.auth_method",
                      "id": "pam_2mNpQrStUvWxYzAb",
                      "type": "oauth",
                      "key": "oauth2",
                      "name": "OAuth 2.0",
                      "description": "Authenticate using OAuth 2.0",
                      "capabilities": {},
                      "input_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "output_schema": {
                        "type": "json_schema",
                        "schema": {}
                      },
                      "scopes": [
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        },
                        {
                          "object": "provider.capabilities.auth_method.scope",
                          "id": "pams_8tUvWxYzAbCdEfGh",
                          "scope": "repo",
                          "name": "Repository Access",
                          "description": "Full control of private repositories"
                        }
                      ],
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_credentials": {
                      "object": "provider.auth_credentials",
                      "id": "par_4sTuVwXyZaBcDeFg",
                      "type": "oauth",
                      "status": "active",
                      "is_default": true,
                      "is_managed": true,
                      "name": "GitHub OAuth",
                      "description": "OAuth credentials for GitHub API",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "config": {
                      "object": "provider.config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    },
                    "auth_config": {
                      "object": "provider.auth_config#preview",
                      "id": "pcf_7dEfGhJkLmNpQrSt",
                      "name": "Production Config",
                      "description": "Configuration for production environment",
                      "metadata": {},
                      "provider_id": "pro_5gHjKlMnPqRsTuVw",
                      "created_at": "2025-09-15T10:30:00.000Z",
                      "updated_at": "2026-01-10T14:45:00.000Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "magic_mcp.server.provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "pending",
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_management_mode": {
                    "examples": [
                      "manual",
                      "inherited_from_provider_template",
                      "inherited_from_integration"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": true
                  },
                  "tool_filter": {
                    "examples": [
                      {
                        "type": "allow_all"
                      },
                      {
                        "type": "filter",
                        "filters": [
                          {
                            "type": "tool_keys"
                          },
                          {
                            "type": "tool_keys"
                          }
                        ]
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "allow_all"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "allow_all"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "filter",
                            "filters": [
                              {
                                "type": "tool_keys"
                              },
                              {
                                "type": "tool_keys"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "filter"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "filters": {
                            "examples": [
                              [
                                {
                                  "type": "tool_keys"
                                },
                                {
                                  "type": "tool_keys"
                                }
                              ],
                              [
                                {
                                  "type": "tool_regex"
                                },
                                {
                                  "type": "tool_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_regex"
                                },
                                {
                                  "type": "resource_regex"
                                }
                              ],
                              [
                                {
                                  "type": "resource_uris"
                                },
                                {
                                  "type": "resource_uris"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_keys"
                                },
                                {
                                  "type": "prompt_keys"
                                }
                              ],
                              [
                                {
                                  "type": "prompt_regex"
                                },
                                {
                                  "type": "prompt_regex"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "type": "tool_keys"
                                  },
                                  {
                                    "type": "tool_regex"
                                  },
                                  {
                                    "type": "resource_regex"
                                  },
                                  {
                                    "type": "resource_uris"
                                  },
                                  {
                                    "type": "prompt_keys"
                                  },
                                  {
                                    "type": "prompt_regex"
                                  }
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "tool_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "tool_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "resource_uris"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "resource_uris"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "uris": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_keys"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_keys"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "keys": {
                                        "examples": [],
                                        "items": [
                                          {
                                            "examples": [],
                                            "type": "string",
                                            "optional": false,
                                            "nullable": false
                                          }
                                        ],
                                        "type": "array",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  {
                                    "examples": [
                                      {
                                        "type": "prompt_regex"
                                      }
                                    ],
                                    "properties": {
                                      "type": {
                                        "examples": [
                                          "prompt_regex"
                                        ],
                                        "type": "literal",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "pattern": {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "union",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "ignore_parent_filters": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "description": "Tool filter configuration",
                    "optional": false,
                    "nullable": true
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "provider#preview",
                        "id": "pro_5gHjKlMnPqRsTuVw",
                        "name": "GitHub",
                        "description": "Connect to GitHub repositories, issues, and pull requests",
                        "slug": "github",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique provider identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name of the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Connect to GitHub repositories, issues, and pull requests"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Brief description of the provider",
                        "optional": false,
                        "nullable": true
                      },
                      "slug": {
                        "examples": [
                          "github"
                        ],
                        "type": "string",
                        "name": "slug",
                        "description": "URL-friendly identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when the provider was created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when the provider was last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "deployment": {
                    "examples": [
                      {
                        "object": "provider.deployment#preview",
                        "id": "pde_1aBcDeFgHjKlMnPq",
                        "name": "Production",
                        "description": "Production deployment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.deployment#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pde_1aBcDeFgHjKlMnPq"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Deployment ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default deployment",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Deployment name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Production deployment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "auth_method": {
                    "examples": [
                      {
                        "object": "provider.capabilities.auth_method",
                        "id": "pam_2mNpQrStUvWxYzAb",
                        "type": "oauth",
                        "key": "oauth2",
                        "name": "OAuth 2.0",
                        "description": "Authenticate using OAuth 2.0",
                        "capabilities": {},
                        "input_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "output_schema": {
                          "type": "json_schema",
                          "schema": {}
                        },
                        "scopes": [
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          },
                          {
                            "object": "provider.capabilities.auth_method.scope",
                            "id": "pams_8tUvWxYzAbCdEfGh",
                            "scope": "repo",
                            "name": "Repository Access",
                            "description": "Full control of private repositories"
                          }
                        ],
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "provider_specification_id": "psp_9gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.capabilities.auth_method"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pam_2mNpQrStUvWxYzAb"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique auth method identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "oauth",
                          "token",
                          "custom"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "Authentication type",
                        "optional": false,
                        "nullable": false
                      },
                      "key": {
                        "examples": [
                          "oauth2"
                        ],
                        "type": "string",
                        "name": "key",
                        "description": "Auth method key",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "OAuth 2.0"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [
                          "Authenticate using OAuth 2.0"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Auth method description",
                        "optional": false,
                        "nullable": true
                      },
                      "capabilities": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "capabilities",
                        "description": "Auth method capabilities",
                        "optional": false,
                        "nullable": false
                      },
                      "input_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the required auth input fields",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "output_schema": {
                        "examples": [
                          {
                            "type": "json_schema",
                            "schema": {}
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "json_schema"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "schema": {
                            "examples": [
                              {}
                            ],
                            "items": [
                              {
                                "examples": [],
                                "type": "any",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "record",
                            "name": "schema",
                            "description": "JSON Schema defining the auth output fields",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "scopes": {
                        "examples": [
                          [
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            },
                            {
                              "object": "provider.capabilities.auth_method.scope",
                              "id": "pams_8tUvWxYzAbCdEfGh",
                              "scope": "repo",
                              "name": "Repository Access",
                              "description": "Full control of private repositories"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "provider.capabilities.auth_method.scope",
                                "id": "pams_8tUvWxYzAbCdEfGh",
                                "scope": "repo",
                                "name": "Repository Access",
                                "description": "Full control of private repositories"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.capabilities.auth_method.scope"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "pams_8tUvWxYzAbCdEfGh"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "Unique scope identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "scope": {
                                "examples": [
                                  "repo",
                                  "user:email"
                                ],
                                "type": "string",
                                "name": "scope",
                                "description": "OAuth scope string",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Repository Access"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "Display name of the scope",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [
                                  "Full control of private repositories"
                                ],
                                "type": "string",
                                "name": "description",
                                "description": "Scope description",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "scopes",
                        "description": "Available OAuth scopes",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "provider_specification_id": {
                        "examples": [
                          "psp_9gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_specification_id",
                        "description": "Specification ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_credentials": {
                    "examples": [
                      {
                        "object": "provider.auth_credentials",
                        "id": "par_4sTuVwXyZaBcDeFg",
                        "type": "oauth",
                        "status": "active",
                        "is_default": true,
                        "is_managed": true,
                        "name": "GitHub OAuth",
                        "description": "OAuth credentials for GitHub API",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_credentials"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "par_4sTuVwXyZaBcDeFg"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Unique credentials identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "oauth"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "Credentials status",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [
                          true,
                          false
                        ],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default credentials for the provider",
                        "optional": false,
                        "nullable": false
                      },
                      "is_managed": {
                        "examples": [
                          true,
                          false
                        ],
                        "type": "boolean",
                        "name": "is_managed",
                        "description": "Whether these credentials are managed by Metorial",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "GitHub OAuth"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Display name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "OAuth credentials for GitHub API"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "scopes": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "name": "scopes",
                        "description": "OAuth scopes requested by this credential",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "config": {
                    "examples": [
                      {
                        "object": "provider.config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "auth_config": {
                    "examples": [
                      {
                        "object": "provider.auth_config#preview",
                        "id": "pcf_7dEfGhJkLmNpQrSt",
                        "name": "Production Config",
                        "description": "Configuration for production environment",
                        "metadata": {},
                        "provider_id": "pro_5gHjKlMnPqRsTuVw",
                        "created_at": "2025-09-15T10:30:00.000Z",
                        "updated_at": "2026-01-10T14:45:00.000Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.auth_config#preview"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "pcf_7dEfGhJkLmNpQrSt"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "Config ID",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "name": "is_default",
                        "description": "Whether this is the default config",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Production Config"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "Config name",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [
                          "Configuration for production environment"
                        ],
                        "type": "string",
                        "name": "description",
                        "description": "Description",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "name": "metadata",
                        "description": "Custom key-value pairs for storing additional information",
                        "optional": false,
                        "nullable": true
                      },
                      "provider_id": {
                        "examples": [
                          "pro_5gHjKlMnPqRsTuVw"
                        ],
                        "type": "string",
                        "name": "provider_id",
                        "description": "Provider ID",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2025-09-15T10:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "Timestamp when created",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-01-10T14:45:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "Timestamp when last updated",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "archived_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1121",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "type": "organization_management_token"
              },
              {
                "type": "instance_access_token"
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "organization_management_token"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "organization_management_token"
                    ],
                    "type": "literal",
                    "description": "List organization management tokens",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "instance_access_token"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "instance_access_token"
                    ],
                    "type": "literal",
                    "description": "List instance access tokens",
                    "optional": false,
                    "nullable": false
                  },
                  "instance_id": {
                    "examples": [],
                    "type": "string",
                    "description": "Instance ID for the access token",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1122",
      "name": "api_key",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "machine_access.api_key",
                "id": "apk_4fGhJkLmNpQrStUv",
                "status": "active",
                "secret_redacted": "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc",
                "secret": "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc",
                "type": "organization_management_token",
                "name": "Production API Key",
                "description": "API key for production server access",
                "ip_filters": [
                  "192.168.1.10",
                  "192.168.1.10"
                ],
                "machine_access": {
                  "object": "machine_access",
                  "status": "active",
                  "type": "organization_management",
                  "last_used_at": "2024-01-15T09:30:00.000Z",
                  "created_at": "2024-01-15T09:30:00.000Z",
                  "updated_at": "2024-01-15T09:30:00.000Z",
                  "deleted_at": "2024-01-15T09:30:00.000Z",
                  "actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "instance": {
                    "object": "organization.instance",
                    "id": "ins_9sTuVwXyZaBcDeFg",
                    "slug": "production-env",
                    "name": "Production Environment",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                    "type": "development",
                    "created_at": "2026-01-29T12:35:22.304Z",
                    "updated_at": "2026-01-29T12:35:22.304Z",
                    "project": {
                      "object": "organization.project",
                      "id": "prj_3bCdEfGhJkLmNpQr",
                      "status": "active",
                      "slug": "api-integration",
                      "name": "API Integration",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "magic_mcp_session_duration_minutes": 1440,
                      "created_at": "2026-07-06T14:04:38.460Z",
                      "updated_at": "2026-07-06T14:04:38.460Z"
                    }
                  },
                  "organization": {
                    "object": "organization",
                    "id": "org_7hNkPqRsTuVwXyZa",
                    "type": "default",
                    "slug": "acme-corp",
                    "name": "Acme Corporation",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                  },
                  "user": {
                    "object": "user",
                    "id": "usr_2xKj8mNpQrStUvWy",
                    "status": "active",
                    "type": "user",
                    "email": "alex.chen@acme.com",
                    "name": "Alex Chen",
                    "first_name": "Alex",
                    "last_name": "Chen",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                  }
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "machine_access.api_key",
                  "id": "apk_4fGhJkLmNpQrStUv",
                  "status": "active",
                  "secret_redacted": "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc",
                  "secret": "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc",
                  "type": "organization_management_token",
                  "name": "Production API Key",
                  "description": "API key for production server access",
                  "ip_filters": [
                    "192.168.1.10",
                    "192.168.1.10"
                  ],
                  "machine_access": {
                    "object": "machine_access",
                    "status": "active",
                    "type": "organization_management",
                    "last_used_at": "2024-01-15T09:30:00.000Z",
                    "created_at": "2024-01-15T09:30:00.000Z",
                    "updated_at": "2024-01-15T09:30:00.000Z",
                    "deleted_at": "2024-01-15T09:30:00.000Z",
                    "actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "instance": {
                      "object": "organization.instance",
                      "id": "ins_9sTuVwXyZaBcDeFg",
                      "slug": "production-env",
                      "name": "Production Environment",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                      "type": "development",
                      "created_at": "2026-01-29T12:35:22.304Z",
                      "updated_at": "2026-01-29T12:35:22.304Z",
                      "project": {
                        "object": "organization.project",
                        "id": "prj_3bCdEfGhJkLmNpQr",
                        "status": "active",
                        "slug": "api-integration",
                        "name": "API Integration",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "magic_mcp_session_duration_minutes": 1440,
                        "created_at": "2026-07-06T14:04:38.460Z",
                        "updated_at": "2026-07-06T14:04:38.460Z"
                      }
                    },
                    "organization": {
                      "object": "organization",
                      "id": "org_7hNkPqRsTuVwXyZa",
                      "type": "default",
                      "slug": "acme-corp",
                      "name": "Acme Corporation",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                    },
                    "user": {
                      "object": "user",
                      "id": "usr_2xKj8mNpQrStUvWy",
                      "status": "active",
                      "type": "user",
                      "email": "alex.chen@acme.com",
                      "name": "Alex Chen",
                      "first_name": "Alex",
                      "last_name": "Chen",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                    }
                  }
                },
                {
                  "object": "machine_access.api_key",
                  "id": "apk_4fGhJkLmNpQrStUv",
                  "status": "active",
                  "secret_redacted": "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc",
                  "secret": "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc",
                  "type": "organization_management_token",
                  "name": "Production API Key",
                  "description": "API key for production server access",
                  "ip_filters": [
                    "192.168.1.10",
                    "192.168.1.10"
                  ],
                  "machine_access": {
                    "object": "machine_access",
                    "status": "active",
                    "type": "organization_management",
                    "last_used_at": "2024-01-15T09:30:00.000Z",
                    "created_at": "2024-01-15T09:30:00.000Z",
                    "updated_at": "2024-01-15T09:30:00.000Z",
                    "deleted_at": "2024-01-15T09:30:00.000Z",
                    "actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "instance": {
                      "object": "organization.instance",
                      "id": "ins_9sTuVwXyZaBcDeFg",
                      "slug": "production-env",
                      "name": "Production Environment",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                      "type": "development",
                      "created_at": "2026-01-29T12:35:22.304Z",
                      "updated_at": "2026-01-29T12:35:22.304Z",
                      "project": {
                        "object": "organization.project",
                        "id": "prj_3bCdEfGhJkLmNpQr",
                        "status": "active",
                        "slug": "api-integration",
                        "name": "API Integration",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "magic_mcp_session_duration_minutes": 1440,
                        "created_at": "2026-07-06T14:04:38.460Z",
                        "updated_at": "2026-07-06T14:04:38.460Z"
                      }
                    },
                    "organization": {
                      "object": "organization",
                      "id": "org_7hNkPqRsTuVwXyZa",
                      "type": "default",
                      "slug": "acme-corp",
                      "name": "Acme Corporation",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                    },
                    "user": {
                      "object": "user",
                      "id": "usr_2xKj8mNpQrStUvWy",
                      "status": "active",
                      "type": "user",
                      "email": "alex.chen@acme.com",
                      "name": "Alex Chen",
                      "first_name": "Alex",
                      "last_name": "Chen",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                    }
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "machine_access.api_key",
                    "id": "apk_4fGhJkLmNpQrStUv",
                    "status": "active",
                    "secret_redacted": "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc",
                    "secret": "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc",
                    "type": "organization_management_token",
                    "name": "Production API Key",
                    "description": "API key for production server access",
                    "ip_filters": [
                      "192.168.1.10",
                      "192.168.1.10"
                    ],
                    "machine_access": {
                      "object": "machine_access",
                      "status": "active",
                      "type": "organization_management",
                      "last_used_at": "2024-01-15T09:30:00.000Z",
                      "created_at": "2024-01-15T09:30:00.000Z",
                      "updated_at": "2024-01-15T09:30:00.000Z",
                      "deleted_at": "2024-01-15T09:30:00.000Z",
                      "actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "instance": {
                        "object": "organization.instance",
                        "id": "ins_9sTuVwXyZaBcDeFg",
                        "slug": "production-env",
                        "name": "Production Environment",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                        "type": "development",
                        "created_at": "2026-01-29T12:35:22.304Z",
                        "updated_at": "2026-01-29T12:35:22.304Z",
                        "project": {
                          "object": "organization.project",
                          "id": "prj_3bCdEfGhJkLmNpQr",
                          "status": "active",
                          "slug": "api-integration",
                          "name": "API Integration",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "magic_mcp_session_duration_minutes": 1440,
                          "created_at": "2026-07-06T14:04:38.460Z",
                          "updated_at": "2026-07-06T14:04:38.460Z"
                        }
                      },
                      "organization": {
                        "object": "organization",
                        "id": "org_7hNkPqRsTuVwXyZa",
                        "type": "default",
                        "slug": "acme-corp",
                        "name": "Acme Corporation",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                      },
                      "user": {
                        "object": "user",
                        "id": "usr_2xKj8mNpQrStUvWy",
                        "status": "active",
                        "type": "user",
                        "email": "alex.chen@acme.com",
                        "name": "Alex Chen",
                        "first_name": "Alex",
                        "last_name": "Chen",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                      }
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "machine_access.api_key"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "apk_4fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The apiKey's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "The apiKey's status",
                    "optional": false,
                    "nullable": false
                  },
                  "secret_redacted": {
                    "examples": [
                      "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc"
                    ],
                    "type": "string",
                    "name": "secret_redacted",
                    "description": "The apiKey's secret, redacted",
                    "optional": false,
                    "nullable": false
                  },
                  "secret": {
                    "examples": [
                      "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc"
                    ],
                    "type": "string",
                    "name": "secret",
                    "description": "The apiKey's secret",
                    "optional": false,
                    "nullable": true
                  },
                  "type": {
                    "examples": [
                      "organization_management_token",
                      "instance_access_token_secret",
                      "instance_access_token_publishable"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The apiKey's type",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production API Key"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The apiKey's name",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [
                      "API key for production server access"
                    ],
                    "type": "string",
                    "name": "description",
                    "description": "The apiKey's description",
                    "optional": false,
                    "nullable": true
                  },
                  "ip_filters": {
                    "examples": [
                      [
                        "192.168.1.10",
                        "192.168.1.10"
                      ],
                      [
                        "10.0.0.0/24",
                        "10.0.0.0/24"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "192.168.1.10",
                          "10.0.0.0/24"
                        ],
                        "type": "string",
                        "description": "Allowed IP address or CIDR entry",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "name": "ip_filters",
                    "description": "List of allowed IP addresses or CIDR ranges for this API key",
                    "optional": false,
                    "nullable": false
                  },
                  "machine_access": {
                    "examples": [
                      {
                        "object": "machine_access",
                        "status": "active",
                        "type": "organization_management",
                        "last_used_at": "2024-01-15T09:30:00.000Z",
                        "created_at": "2024-01-15T09:30:00.000Z",
                        "updated_at": "2024-01-15T09:30:00.000Z",
                        "deleted_at": "2024-01-15T09:30:00.000Z",
                        "actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "instance": {
                          "object": "organization.instance",
                          "id": "ins_9sTuVwXyZaBcDeFg",
                          "slug": "production-env",
                          "name": "Production Environment",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                          "type": "development",
                          "created_at": "2026-01-29T12:35:22.304Z",
                          "updated_at": "2026-01-29T12:35:22.304Z",
                          "project": {
                            "object": "organization.project",
                            "id": "prj_3bCdEfGhJkLmNpQr",
                            "status": "active",
                            "slug": "api-integration",
                            "name": "API Integration",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "magic_mcp_session_duration_minutes": 1440,
                            "created_at": "2026-07-06T14:04:38.460Z",
                            "updated_at": "2026-07-06T14:04:38.460Z"
                          }
                        },
                        "organization": {
                          "object": "organization",
                          "id": "org_7hNkPqRsTuVwXyZa",
                          "type": "default",
                          "slug": "acme-corp",
                          "name": "Acme Corporation",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                        },
                        "user": {
                          "object": "user",
                          "id": "usr_2xKj8mNpQrStUvWy",
                          "status": "active",
                          "type": "user",
                          "email": "alex.chen@acme.com",
                          "name": "Alex Chen",
                          "first_name": "Alex",
                          "last_name": "Chen",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "machine_access"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "name": "id",
                        "description": "The machineAccess's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "The machineAccess's status",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "organization_management",
                          "instance_secret",
                          "instance_publishable"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "The machineAccess's type",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "name": "name",
                        "description": "The machineAccess's name",
                        "optional": false,
                        "nullable": false
                      },
                      "last_used_at": {
                        "examples": [
                          "2024-01-15T09:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "last_used_at",
                        "description": "The machineAccess's last used date",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2024-01-15T09:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "The machineAccess's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2024-01-15T09:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The machineAccess's last update date",
                        "optional": false,
                        "nullable": false
                      },
                      "deleted_at": {
                        "examples": [
                          "2024-01-15T09:30:00.000Z"
                        ],
                        "type": "date",
                        "name": "deleted_at",
                        "description": "The machineAccess's deletion date",
                        "optional": false,
                        "nullable": false
                      },
                      "actor": {
                        "examples": [
                          {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "organization.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "omem_5fGhJkLmNpQrStUv"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The organization member's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "member",
                              "machine_access"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The organization member's type",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_id": {
                            "examples": [
                              "org_7hNkPqRsTuVwXyZa"
                            ],
                            "type": "string",
                            "name": "organization_id",
                            "description": "The organization member's organization ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Alex Chen"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The organization member's name",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [
                              "alex.chen@acme.com"
                            ],
                            "type": "string",
                            "name": "email",
                            "description": "The organization member's email",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [
                              "https://avatar-cdn.metorial.com/aimg_1234567890"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "The organization member's image URL",
                            "optional": false,
                            "nullable": false
                          },
                          "teams": {
                            "examples": [
                              [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ],
                                "properties": {
                                  "id": {
                                    "examples": [
                                      "tm_3eFgHjKlMnPqRsTu"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "The team ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Engineering"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "The team name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "slug": {
                                    "examples": [
                                      "engineering"
                                    ],
                                    "type": "string",
                                    "name": "slug",
                                    "description": "The team slug",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "assignment_id": {
                                    "examples": [
                                      "tmas_8jKlMnPqRsTuVwXy"
                                    ],
                                    "type": "string",
                                    "name": "assignment_id",
                                    "description": "The team assignment ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "The team assignment creation date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "The team assignment last update date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "name": "teams",
                                "description": "The teams the actor belongs to",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The organization member's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The organization member's last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "instance": {
                        "examples": [
                          {
                            "object": "organization.instance",
                            "id": "ins_9sTuVwXyZaBcDeFg",
                            "slug": "production-env",
                            "name": "Production Environment",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                            "type": "development",
                            "created_at": "2026-01-29T12:35:22.304Z",
                            "updated_at": "2026-01-29T12:35:22.304Z",
                            "project": {
                              "object": "organization.project",
                              "id": "prj_3bCdEfGhJkLmNpQr",
                              "status": "active",
                              "slug": "api-integration",
                              "name": "API Integration",
                              "organization_id": "org_7hNkPqRsTuVwXyZa",
                              "magic_mcp_session_duration_minutes": 1440,
                              "created_at": "2026-07-06T14:04:38.460Z",
                              "updated_at": "2026-07-06T14:04:38.460Z"
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "organization.instance"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "ins_9sTuVwXyZaBcDeFg"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The instance's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "production-env"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "The instance's slug",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Production Environment"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The instance's name",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_id": {
                            "examples": [
                              "org_7hNkPqRsTuVwXyZa"
                            ],
                            "type": "string",
                            "name": "organization_id",
                            "description": "The organization's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "sandbox_id": {
                            "examples": [
                              "sbx_9sTuVwXyZaBcDeFg"
                            ],
                            "type": "string",
                            "name": "sandbox_id",
                            "description": "The sandbox's unique identifier, if this instance is a sandbox",
                            "optional": false,
                            "nullable": true
                          },
                          "type": {
                            "examples": [
                              "development",
                              "production"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The instance's type",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [
                              "2026-01-29T12:35:22.304Z"
                            ],
                            "type": "date",
                            "name": "created_at",
                            "description": "The instance's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [
                              "2026-01-29T12:35:22.304Z"
                            ],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The instance's last update date",
                            "optional": false,
                            "nullable": false
                          },
                          "project": {
                            "examples": [
                              {
                                "object": "organization.project",
                                "id": "prj_3bCdEfGhJkLmNpQr",
                                "status": "active",
                                "slug": "api-integration",
                                "name": "API Integration",
                                "organization_id": "org_7hNkPqRsTuVwXyZa",
                                "magic_mcp_session_duration_minutes": 1440,
                                "created_at": "2026-07-06T14:04:38.460Z",
                                "updated_at": "2026-07-06T14:04:38.460Z"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "organization.project"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "prj_3bCdEfGhJkLmNpQr"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "The project's unique identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "deleted"
                                ],
                                "type": "enum",
                                "name": "status",
                                "description": "The project's status",
                                "optional": false,
                                "nullable": false
                              },
                              "slug": {
                                "examples": [
                                  "api-integration"
                                ],
                                "type": "string",
                                "name": "slug",
                                "description": "The project's slug",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "API Integration"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "The project's name",
                                "optional": false,
                                "nullable": false
                              },
                              "organization_id": {
                                "examples": [
                                  "org_7hNkPqRsTuVwXyZa"
                                ],
                                "type": "string",
                                "name": "organization_id",
                                "description": "The organization's unique identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "magic_mcp_session_duration_minutes": {
                                "examples": [
                                  1440
                                ],
                                "type": "number",
                                "name": "magic_mcp_session_duration_minutes",
                                "description": "How long magic MCP sessions last before they are rotated",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [
                                  "2026-07-06T14:04:38.460Z"
                                ],
                                "type": "date",
                                "name": "created_at",
                                "description": "The project's creation date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [
                                  "2026-07-06T14:04:38.460Z"
                                ],
                                "type": "date",
                                "name": "updated_at",
                                "description": "The project's last update date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "organization": {
                        "examples": [
                          {
                            "object": "organization",
                            "id": "org_7hNkPqRsTuVwXyZa",
                            "type": "default",
                            "slug": "acme-corp",
                            "name": "Acme Corporation",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "organization"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "org_7hNkPqRsTuVwXyZa"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The organization's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "default"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The organization's type",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "acme-corp"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "The organization's slug",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Acme Corporation"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The organization's name",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [
                              "https://avatar-cdn.metorial.com/aimg_1234567890"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "The organization's image URL",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The organization's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The organization's last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "user": {
                        "examples": [
                          {
                            "object": "user",
                            "id": "usr_2xKj8mNpQrStUvWy",
                            "status": "active",
                            "type": "user",
                            "email": "alex.chen@acme.com",
                            "name": "Alex Chen",
                            "first_name": "Alex",
                            "last_name": "Chen",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "user"
                            ],
                            "type": "literal",
                            "name": "object",
                            "description": "Type of the object, fixed as 'user'",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "usr_2xKj8mNpQrStUvWy"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The user's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "deleted"
                            ],
                            "type": "enum",
                            "name": "status",
                            "description": "The user's status",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "user",
                              "consumer"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The user's type",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [
                              "alex.chen@acme.com"
                            ],
                            "type": "string",
                            "name": "email",
                            "description": "The user's email address",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Alex Chen"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The user's full name",
                            "optional": false,
                            "nullable": false
                          },
                          "first_name": {
                            "examples": [
                              "Alex"
                            ],
                            "type": "string",
                            "name": "first_name",
                            "description": "The user's first name",
                            "optional": false,
                            "nullable": false
                          },
                          "last_name": {
                            "examples": [
                              "Chen"
                            ],
                            "type": "string",
                            "name": "last_name",
                            "description": "The user's last name",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [
                              "https://avatar-cdn.metorial.com/aimg_1234567890"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "The user's image URL",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The user's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The user's last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "deleted_at": {
                    "examples": [],
                    "type": "date",
                    "name": "deleted_at",
                    "description": "The apiKey's deletion date",
                    "optional": false,
                    "nullable": true
                  },
                  "last_used_at": {
                    "examples": [],
                    "type": "date",
                    "name": "last_used_at",
                    "description": "The apiKey's last usage date",
                    "optional": false,
                    "nullable": true
                  },
                  "expires_at": {
                    "examples": [],
                    "type": "date",
                    "name": "expires_at",
                    "description": "The apiKey's expiration date",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The apiKey's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The apiKey's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1124",
      "name": "api_key",
      "type": {
        "examples": [
          {
            "object": "machine_access.api_key",
            "id": "apk_4fGhJkLmNpQrStUv",
            "status": "active",
            "secret_redacted": "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc",
            "secret": "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc",
            "type": "organization_management_token",
            "name": "Production API Key",
            "description": "API key for production server access",
            "ip_filters": [
              "192.168.1.10",
              "192.168.1.10"
            ],
            "machine_access": {
              "object": "machine_access",
              "status": "active",
              "type": "organization_management",
              "last_used_at": "2024-01-15T09:30:00.000Z",
              "created_at": "2024-01-15T09:30:00.000Z",
              "updated_at": "2024-01-15T09:30:00.000Z",
              "deleted_at": "2024-01-15T09:30:00.000Z",
              "actor": {
                "object": "organization.actor",
                "id": "omem_5fGhJkLmNpQrStUv",
                "type": "member",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "name": "Alex Chen",
                "email": "alex.chen@acme.com",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                "teams": [
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  },
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  }
                ]
              },
              "instance": {
                "object": "organization.instance",
                "id": "ins_9sTuVwXyZaBcDeFg",
                "slug": "production-env",
                "name": "Production Environment",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                "type": "development",
                "created_at": "2026-01-29T12:35:22.304Z",
                "updated_at": "2026-01-29T12:35:22.304Z",
                "project": {
                  "object": "organization.project",
                  "id": "prj_3bCdEfGhJkLmNpQr",
                  "status": "active",
                  "slug": "api-integration",
                  "name": "API Integration",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "magic_mcp_session_duration_minutes": 1440,
                  "created_at": "2026-07-06T14:04:38.460Z",
                  "updated_at": "2026-07-06T14:04:38.460Z"
                }
              },
              "organization": {
                "object": "organization",
                "id": "org_7hNkPqRsTuVwXyZa",
                "type": "default",
                "slug": "acme-corp",
                "name": "Acme Corporation",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
              },
              "user": {
                "object": "user",
                "id": "usr_2xKj8mNpQrStUvWy",
                "status": "active",
                "type": "user",
                "email": "alex.chen@acme.com",
                "name": "Alex Chen",
                "first_name": "Alex",
                "last_name": "Chen",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
              }
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "machine_access.api_key"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "apk_4fGhJkLmNpQrStUv"
            ],
            "type": "string",
            "name": "id",
            "description": "The apiKey's unique identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "The apiKey's status",
            "optional": false,
            "nullable": false
          },
          "secret_redacted": {
            "examples": [
              "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc"
            ],
            "type": "string",
            "name": "secret_redacted",
            "description": "The apiKey's secret, redacted",
            "optional": false,
            "nullable": false
          },
          "secret": {
            "examples": [
              "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc"
            ],
            "type": "string",
            "name": "secret",
            "description": "The apiKey's secret",
            "optional": false,
            "nullable": true
          },
          "type": {
            "examples": [
              "organization_management_token",
              "instance_access_token_secret",
              "instance_access_token_publishable"
            ],
            "type": "enum",
            "name": "type",
            "description": "The apiKey's type",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production API Key"
            ],
            "type": "string",
            "name": "name",
            "description": "The apiKey's name",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "API key for production server access"
            ],
            "type": "string",
            "name": "description",
            "description": "The apiKey's description",
            "optional": false,
            "nullable": true
          },
          "ip_filters": {
            "examples": [
              [
                "192.168.1.10",
                "192.168.1.10"
              ],
              [
                "10.0.0.0/24",
                "10.0.0.0/24"
              ]
            ],
            "items": [
              {
                "examples": [
                  "192.168.1.10",
                  "10.0.0.0/24"
                ],
                "type": "string",
                "description": "Allowed IP address or CIDR entry",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "ip_filters",
            "description": "List of allowed IP addresses or CIDR ranges for this API key",
            "optional": false,
            "nullable": false
          },
          "machine_access": {
            "examples": [
              {
                "object": "machine_access",
                "status": "active",
                "type": "organization_management",
                "last_used_at": "2024-01-15T09:30:00.000Z",
                "created_at": "2024-01-15T09:30:00.000Z",
                "updated_at": "2024-01-15T09:30:00.000Z",
                "deleted_at": "2024-01-15T09:30:00.000Z",
                "actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "instance": {
                  "object": "organization.instance",
                  "id": "ins_9sTuVwXyZaBcDeFg",
                  "slug": "production-env",
                  "name": "Production Environment",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                  "type": "development",
                  "created_at": "2026-01-29T12:35:22.304Z",
                  "updated_at": "2026-01-29T12:35:22.304Z",
                  "project": {
                    "object": "organization.project",
                    "id": "prj_3bCdEfGhJkLmNpQr",
                    "status": "active",
                    "slug": "api-integration",
                    "name": "API Integration",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "magic_mcp_session_duration_minutes": 1440,
                    "created_at": "2026-07-06T14:04:38.460Z",
                    "updated_at": "2026-07-06T14:04:38.460Z"
                  }
                },
                "organization": {
                  "object": "organization",
                  "id": "org_7hNkPqRsTuVwXyZa",
                  "type": "default",
                  "slug": "acme-corp",
                  "name": "Acme Corporation",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                },
                "user": {
                  "object": "user",
                  "id": "usr_2xKj8mNpQrStUvWy",
                  "status": "active",
                  "type": "user",
                  "email": "alex.chen@acme.com",
                  "name": "Alex Chen",
                  "first_name": "Alex",
                  "last_name": "Chen",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "machine_access"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "name": "id",
                "description": "The machineAccess's unique identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "The machineAccess's status",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "organization_management",
                  "instance_secret",
                  "instance_publishable"
                ],
                "type": "enum",
                "name": "type",
                "description": "The machineAccess's type",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "name": "name",
                "description": "The machineAccess's name",
                "optional": false,
                "nullable": false
              },
              "last_used_at": {
                "examples": [
                  "2024-01-15T09:30:00.000Z"
                ],
                "type": "date",
                "name": "last_used_at",
                "description": "The machineAccess's last used date",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2024-01-15T09:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "The machineAccess's creation date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2024-01-15T09:30:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "The machineAccess's last update date",
                "optional": false,
                "nullable": false
              },
              "deleted_at": {
                "examples": [
                  "2024-01-15T09:30:00.000Z"
                ],
                "type": "date",
                "name": "deleted_at",
                "description": "The machineAccess's deletion date",
                "optional": false,
                "nullable": false
              },
              "actor": {
                "examples": [
                  {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "omem_5fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization member's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "member",
                      "machine_access"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization member's type",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization member's organization ID",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization member's name",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The organization member's email",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization member's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "teams": {
                    "examples": [
                      [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ],
                        "properties": {
                          "id": {
                            "examples": [
                              "tm_3eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The team ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Engineering"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The team name",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "engineering"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "The team slug",
                            "optional": false,
                            "nullable": false
                          },
                          "assignment_id": {
                            "examples": [
                              "tmas_8jKlMnPqRsTuVwXy"
                            ],
                            "type": "string",
                            "name": "assignment_id",
                            "description": "The team assignment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The team assignment creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The team assignment last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "teams",
                        "description": "The teams the actor belongs to",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization member's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization member's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "instance": {
                "examples": [
                  {
                    "object": "organization.instance",
                    "id": "ins_9sTuVwXyZaBcDeFg",
                    "slug": "production-env",
                    "name": "Production Environment",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                    "type": "development",
                    "created_at": "2026-01-29T12:35:22.304Z",
                    "updated_at": "2026-01-29T12:35:22.304Z",
                    "project": {
                      "object": "organization.project",
                      "id": "prj_3bCdEfGhJkLmNpQr",
                      "status": "active",
                      "slug": "api-integration",
                      "name": "API Integration",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "magic_mcp_session_duration_minutes": 1440,
                      "created_at": "2026-07-06T14:04:38.460Z",
                      "updated_at": "2026-07-06T14:04:38.460Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.instance"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "ins_9sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The instance's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [
                      "production-env"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "The instance's slug",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production Environment"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The instance's name",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "sandbox_id": {
                    "examples": [
                      "sbx_9sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "sandbox_id",
                    "description": "The sandbox's unique identifier, if this instance is a sandbox",
                    "optional": false,
                    "nullable": true
                  },
                  "type": {
                    "examples": [
                      "development",
                      "production"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The instance's type",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2026-01-29T12:35:22.304Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "The instance's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-29T12:35:22.304Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The instance's last update date",
                    "optional": false,
                    "nullable": false
                  },
                  "project": {
                    "examples": [
                      {
                        "object": "organization.project",
                        "id": "prj_3bCdEfGhJkLmNpQr",
                        "status": "active",
                        "slug": "api-integration",
                        "name": "API Integration",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "magic_mcp_session_duration_minutes": 1440,
                        "created_at": "2026-07-06T14:04:38.460Z",
                        "updated_at": "2026-07-06T14:04:38.460Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "organization.project"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "prj_3bCdEfGhJkLmNpQr"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The project's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "The project's status",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [
                          "api-integration"
                        ],
                        "type": "string",
                        "name": "slug",
                        "description": "The project's slug",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "API Integration"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "The project's name",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_id": {
                        "examples": [
                          "org_7hNkPqRsTuVwXyZa"
                        ],
                        "type": "string",
                        "name": "organization_id",
                        "description": "The organization's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "magic_mcp_session_duration_minutes": {
                        "examples": [
                          1440
                        ],
                        "type": "number",
                        "name": "magic_mcp_session_duration_minutes",
                        "description": "How long magic MCP sessions last before they are rotated",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2026-07-06T14:04:38.460Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "The project's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-07-06T14:04:38.460Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The project's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "organization": {
                "examples": [
                  {
                    "object": "organization",
                    "id": "org_7hNkPqRsTuVwXyZa",
                    "type": "default",
                    "slug": "acme-corp",
                    "name": "Acme Corporation",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "default"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization's type",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [
                      "acme-corp"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "The organization's slug",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Acme Corporation"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization's name",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "user": {
                "examples": [
                  {
                    "object": "user",
                    "id": "usr_2xKj8mNpQrStUvWy",
                    "status": "active",
                    "type": "user",
                    "email": "alex.chen@acme.com",
                    "name": "Alex Chen",
                    "first_name": "Alex",
                    "last_name": "Chen",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "user"
                    ],
                    "type": "literal",
                    "name": "object",
                    "description": "Type of the object, fixed as 'user'",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "usr_2xKj8mNpQrStUvWy"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The user's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "The user's status",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "user",
                      "consumer"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The user's type",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The user's email address",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The user's full name",
                    "optional": false,
                    "nullable": false
                  },
                  "first_name": {
                    "examples": [
                      "Alex"
                    ],
                    "type": "string",
                    "name": "first_name",
                    "description": "The user's first name",
                    "optional": false,
                    "nullable": false
                  },
                  "last_name": {
                    "examples": [
                      "Chen"
                    ],
                    "type": "string",
                    "name": "last_name",
                    "description": "The user's last name",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The user's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The user's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The user's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "deleted_at": {
            "examples": [],
            "type": "date",
            "name": "deleted_at",
            "description": "The apiKey's deletion date",
            "optional": false,
            "nullable": true
          },
          "last_used_at": {
            "examples": [],
            "type": "date",
            "name": "last_used_at",
            "description": "The apiKey's last usage date",
            "optional": false,
            "nullable": true
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "name": "expires_at",
            "description": "The apiKey's expiration date",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "name": "created_at",
            "description": "The apiKey's creation date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "name": "updated_at",
            "description": "The apiKey's last update date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1126",
      "name": "Body",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "type": "organization_management_token"
              },
              {
                "type": "instance_access_token_secret"
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "organization_management_token"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "organization_management_token"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "instance_access_token_secret"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "instance_access_token_secret",
                      "instance_access_token_publishable"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "instance_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "expires_at": {
                "examples": [],
                "type": "date",
                "optional": true,
                "nullable": false
              },
              "ip_filters": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1127",
      "name": "api_key",
      "type": {
        "examples": [
          {
            "object": "machine_access.api_key",
            "id": "apk_4fGhJkLmNpQrStUv",
            "status": "active",
            "secret_redacted": "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc",
            "secret": "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc",
            "type": "organization_management_token",
            "name": "Production API Key",
            "description": "API key for production server access",
            "ip_filters": [
              "192.168.1.10",
              "192.168.1.10"
            ],
            "machine_access": {
              "object": "machine_access",
              "status": "active",
              "type": "organization_management",
              "last_used_at": "2024-01-15T09:30:00.000Z",
              "created_at": "2024-01-15T09:30:00.000Z",
              "updated_at": "2024-01-15T09:30:00.000Z",
              "deleted_at": "2024-01-15T09:30:00.000Z",
              "actor": {
                "object": "organization.actor",
                "id": "omem_5fGhJkLmNpQrStUv",
                "type": "member",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "name": "Alex Chen",
                "email": "alex.chen@acme.com",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                "teams": [
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  },
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  }
                ]
              },
              "instance": {
                "object": "organization.instance",
                "id": "ins_9sTuVwXyZaBcDeFg",
                "slug": "production-env",
                "name": "Production Environment",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                "type": "development",
                "created_at": "2026-01-29T12:35:22.304Z",
                "updated_at": "2026-01-29T12:35:22.304Z",
                "project": {
                  "object": "organization.project",
                  "id": "prj_3bCdEfGhJkLmNpQr",
                  "status": "active",
                  "slug": "api-integration",
                  "name": "API Integration",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "magic_mcp_session_duration_minutes": 1440,
                  "created_at": "2026-07-06T14:04:38.460Z",
                  "updated_at": "2026-07-06T14:04:38.460Z"
                }
              },
              "organization": {
                "object": "organization",
                "id": "org_7hNkPqRsTuVwXyZa",
                "type": "default",
                "slug": "acme-corp",
                "name": "Acme Corporation",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
              },
              "user": {
                "object": "user",
                "id": "usr_2xKj8mNpQrStUvWy",
                "status": "active",
                "type": "user",
                "email": "alex.chen@acme.com",
                "name": "Alex Chen",
                "first_name": "Alex",
                "last_name": "Chen",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
              }
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "machine_access.api_key"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "apk_4fGhJkLmNpQrStUv"
            ],
            "type": "string",
            "name": "id",
            "description": "The apiKey's unique identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "The apiKey's status",
            "optional": false,
            "nullable": false
          },
          "secret_redacted": {
            "examples": [
              "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc"
            ],
            "type": "string",
            "name": "secret_redacted",
            "description": "The apiKey's secret, redacted",
            "optional": false,
            "nullable": false
          },
          "secret": {
            "examples": [
              "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc"
            ],
            "type": "string",
            "name": "secret",
            "description": "The apiKey's secret",
            "optional": false,
            "nullable": true
          },
          "type": {
            "examples": [
              "organization_management_token",
              "instance_access_token_secret",
              "instance_access_token_publishable"
            ],
            "type": "enum",
            "name": "type",
            "description": "The apiKey's type",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production API Key"
            ],
            "type": "string",
            "name": "name",
            "description": "The apiKey's name",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "API key for production server access"
            ],
            "type": "string",
            "name": "description",
            "description": "The apiKey's description",
            "optional": false,
            "nullable": true
          },
          "ip_filters": {
            "examples": [
              [
                "192.168.1.10",
                "192.168.1.10"
              ],
              [
                "10.0.0.0/24",
                "10.0.0.0/24"
              ]
            ],
            "items": [
              {
                "examples": [
                  "192.168.1.10",
                  "10.0.0.0/24"
                ],
                "type": "string",
                "description": "Allowed IP address or CIDR entry",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "ip_filters",
            "description": "List of allowed IP addresses or CIDR ranges for this API key",
            "optional": false,
            "nullable": false
          },
          "machine_access": {
            "examples": [
              {
                "object": "machine_access",
                "status": "active",
                "type": "organization_management",
                "last_used_at": "2024-01-15T09:30:00.000Z",
                "created_at": "2024-01-15T09:30:00.000Z",
                "updated_at": "2024-01-15T09:30:00.000Z",
                "deleted_at": "2024-01-15T09:30:00.000Z",
                "actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "instance": {
                  "object": "organization.instance",
                  "id": "ins_9sTuVwXyZaBcDeFg",
                  "slug": "production-env",
                  "name": "Production Environment",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                  "type": "development",
                  "created_at": "2026-01-29T12:35:22.304Z",
                  "updated_at": "2026-01-29T12:35:22.304Z",
                  "project": {
                    "object": "organization.project",
                    "id": "prj_3bCdEfGhJkLmNpQr",
                    "status": "active",
                    "slug": "api-integration",
                    "name": "API Integration",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "magic_mcp_session_duration_minutes": 1440,
                    "created_at": "2026-07-06T14:04:38.460Z",
                    "updated_at": "2026-07-06T14:04:38.460Z"
                  }
                },
                "organization": {
                  "object": "organization",
                  "id": "org_7hNkPqRsTuVwXyZa",
                  "type": "default",
                  "slug": "acme-corp",
                  "name": "Acme Corporation",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                },
                "user": {
                  "object": "user",
                  "id": "usr_2xKj8mNpQrStUvWy",
                  "status": "active",
                  "type": "user",
                  "email": "alex.chen@acme.com",
                  "name": "Alex Chen",
                  "first_name": "Alex",
                  "last_name": "Chen",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "machine_access"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "name": "id",
                "description": "The machineAccess's unique identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "The machineAccess's status",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "organization_management",
                  "instance_secret",
                  "instance_publishable"
                ],
                "type": "enum",
                "name": "type",
                "description": "The machineAccess's type",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "name": "name",
                "description": "The machineAccess's name",
                "optional": false,
                "nullable": false
              },
              "last_used_at": {
                "examples": [
                  "2024-01-15T09:30:00.000Z"
                ],
                "type": "date",
                "name": "last_used_at",
                "description": "The machineAccess's last used date",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2024-01-15T09:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "The machineAccess's creation date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2024-01-15T09:30:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "The machineAccess's last update date",
                "optional": false,
                "nullable": false
              },
              "deleted_at": {
                "examples": [
                  "2024-01-15T09:30:00.000Z"
                ],
                "type": "date",
                "name": "deleted_at",
                "description": "The machineAccess's deletion date",
                "optional": false,
                "nullable": false
              },
              "actor": {
                "examples": [
                  {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "omem_5fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization member's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "member",
                      "machine_access"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization member's type",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization member's organization ID",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization member's name",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The organization member's email",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization member's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "teams": {
                    "examples": [
                      [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ],
                        "properties": {
                          "id": {
                            "examples": [
                              "tm_3eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The team ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Engineering"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The team name",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "engineering"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "The team slug",
                            "optional": false,
                            "nullable": false
                          },
                          "assignment_id": {
                            "examples": [
                              "tmas_8jKlMnPqRsTuVwXy"
                            ],
                            "type": "string",
                            "name": "assignment_id",
                            "description": "The team assignment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The team assignment creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The team assignment last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "teams",
                        "description": "The teams the actor belongs to",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization member's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization member's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "instance": {
                "examples": [
                  {
                    "object": "organization.instance",
                    "id": "ins_9sTuVwXyZaBcDeFg",
                    "slug": "production-env",
                    "name": "Production Environment",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                    "type": "development",
                    "created_at": "2026-01-29T12:35:22.304Z",
                    "updated_at": "2026-01-29T12:35:22.304Z",
                    "project": {
                      "object": "organization.project",
                      "id": "prj_3bCdEfGhJkLmNpQr",
                      "status": "active",
                      "slug": "api-integration",
                      "name": "API Integration",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "magic_mcp_session_duration_minutes": 1440,
                      "created_at": "2026-07-06T14:04:38.460Z",
                      "updated_at": "2026-07-06T14:04:38.460Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.instance"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "ins_9sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The instance's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [
                      "production-env"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "The instance's slug",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production Environment"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The instance's name",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "sandbox_id": {
                    "examples": [
                      "sbx_9sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "sandbox_id",
                    "description": "The sandbox's unique identifier, if this instance is a sandbox",
                    "optional": false,
                    "nullable": true
                  },
                  "type": {
                    "examples": [
                      "development",
                      "production"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The instance's type",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2026-01-29T12:35:22.304Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "The instance's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-29T12:35:22.304Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The instance's last update date",
                    "optional": false,
                    "nullable": false
                  },
                  "project": {
                    "examples": [
                      {
                        "object": "organization.project",
                        "id": "prj_3bCdEfGhJkLmNpQr",
                        "status": "active",
                        "slug": "api-integration",
                        "name": "API Integration",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "magic_mcp_session_duration_minutes": 1440,
                        "created_at": "2026-07-06T14:04:38.460Z",
                        "updated_at": "2026-07-06T14:04:38.460Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "organization.project"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "prj_3bCdEfGhJkLmNpQr"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The project's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "The project's status",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [
                          "api-integration"
                        ],
                        "type": "string",
                        "name": "slug",
                        "description": "The project's slug",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "API Integration"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "The project's name",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_id": {
                        "examples": [
                          "org_7hNkPqRsTuVwXyZa"
                        ],
                        "type": "string",
                        "name": "organization_id",
                        "description": "The organization's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "magic_mcp_session_duration_minutes": {
                        "examples": [
                          1440
                        ],
                        "type": "number",
                        "name": "magic_mcp_session_duration_minutes",
                        "description": "How long magic MCP sessions last before they are rotated",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2026-07-06T14:04:38.460Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "The project's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-07-06T14:04:38.460Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The project's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "organization": {
                "examples": [
                  {
                    "object": "organization",
                    "id": "org_7hNkPqRsTuVwXyZa",
                    "type": "default",
                    "slug": "acme-corp",
                    "name": "Acme Corporation",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "default"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization's type",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [
                      "acme-corp"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "The organization's slug",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Acme Corporation"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization's name",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "user": {
                "examples": [
                  {
                    "object": "user",
                    "id": "usr_2xKj8mNpQrStUvWy",
                    "status": "active",
                    "type": "user",
                    "email": "alex.chen@acme.com",
                    "name": "Alex Chen",
                    "first_name": "Alex",
                    "last_name": "Chen",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "user"
                    ],
                    "type": "literal",
                    "name": "object",
                    "description": "Type of the object, fixed as 'user'",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "usr_2xKj8mNpQrStUvWy"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The user's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "The user's status",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "user",
                      "consumer"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The user's type",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The user's email address",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The user's full name",
                    "optional": false,
                    "nullable": false
                  },
                  "first_name": {
                    "examples": [
                      "Alex"
                    ],
                    "type": "string",
                    "name": "first_name",
                    "description": "The user's first name",
                    "optional": false,
                    "nullable": false
                  },
                  "last_name": {
                    "examples": [
                      "Chen"
                    ],
                    "type": "string",
                    "name": "last_name",
                    "description": "The user's last name",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The user's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The user's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The user's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "deleted_at": {
            "examples": [],
            "type": "date",
            "name": "deleted_at",
            "description": "The apiKey's deletion date",
            "optional": false,
            "nullable": true
          },
          "last_used_at": {
            "examples": [],
            "type": "date",
            "name": "last_used_at",
            "description": "The apiKey's last usage date",
            "optional": false,
            "nullable": true
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "name": "expires_at",
            "description": "The apiKey's expiration date",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "name": "created_at",
            "description": "The apiKey's creation date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "name": "updated_at",
            "description": "The apiKey's last update date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1129",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "optional": true,
            "nullable": false
          },
          "ip_filters": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1130",
      "name": "api_key",
      "type": {
        "examples": [
          {
            "object": "machine_access.api_key",
            "id": "apk_4fGhJkLmNpQrStUv",
            "status": "active",
            "secret_redacted": "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc",
            "secret": "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc",
            "type": "organization_management_token",
            "name": "Production API Key",
            "description": "API key for production server access",
            "ip_filters": [
              "192.168.1.10",
              "192.168.1.10"
            ],
            "machine_access": {
              "object": "machine_access",
              "status": "active",
              "type": "organization_management",
              "last_used_at": "2024-01-15T09:30:00.000Z",
              "created_at": "2024-01-15T09:30:00.000Z",
              "updated_at": "2024-01-15T09:30:00.000Z",
              "deleted_at": "2024-01-15T09:30:00.000Z",
              "actor": {
                "object": "organization.actor",
                "id": "omem_5fGhJkLmNpQrStUv",
                "type": "member",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "name": "Alex Chen",
                "email": "alex.chen@acme.com",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                "teams": [
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  },
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  }
                ]
              },
              "instance": {
                "object": "organization.instance",
                "id": "ins_9sTuVwXyZaBcDeFg",
                "slug": "production-env",
                "name": "Production Environment",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                "type": "development",
                "created_at": "2026-01-29T12:35:22.304Z",
                "updated_at": "2026-01-29T12:35:22.304Z",
                "project": {
                  "object": "organization.project",
                  "id": "prj_3bCdEfGhJkLmNpQr",
                  "status": "active",
                  "slug": "api-integration",
                  "name": "API Integration",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "magic_mcp_session_duration_minutes": 1440,
                  "created_at": "2026-07-06T14:04:38.460Z",
                  "updated_at": "2026-07-06T14:04:38.460Z"
                }
              },
              "organization": {
                "object": "organization",
                "id": "org_7hNkPqRsTuVwXyZa",
                "type": "default",
                "slug": "acme-corp",
                "name": "Acme Corporation",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
              },
              "user": {
                "object": "user",
                "id": "usr_2xKj8mNpQrStUvWy",
                "status": "active",
                "type": "user",
                "email": "alex.chen@acme.com",
                "name": "Alex Chen",
                "first_name": "Alex",
                "last_name": "Chen",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
              }
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "machine_access.api_key"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "apk_4fGhJkLmNpQrStUv"
            ],
            "type": "string",
            "name": "id",
            "description": "The apiKey's unique identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "The apiKey's status",
            "optional": false,
            "nullable": false
          },
          "secret_redacted": {
            "examples": [
              "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc"
            ],
            "type": "string",
            "name": "secret_redacted",
            "description": "The apiKey's secret, redacted",
            "optional": false,
            "nullable": false
          },
          "secret": {
            "examples": [
              "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc"
            ],
            "type": "string",
            "name": "secret",
            "description": "The apiKey's secret",
            "optional": false,
            "nullable": true
          },
          "type": {
            "examples": [
              "organization_management_token",
              "instance_access_token_secret",
              "instance_access_token_publishable"
            ],
            "type": "enum",
            "name": "type",
            "description": "The apiKey's type",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production API Key"
            ],
            "type": "string",
            "name": "name",
            "description": "The apiKey's name",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "API key for production server access"
            ],
            "type": "string",
            "name": "description",
            "description": "The apiKey's description",
            "optional": false,
            "nullable": true
          },
          "ip_filters": {
            "examples": [
              [
                "192.168.1.10",
                "192.168.1.10"
              ],
              [
                "10.0.0.0/24",
                "10.0.0.0/24"
              ]
            ],
            "items": [
              {
                "examples": [
                  "192.168.1.10",
                  "10.0.0.0/24"
                ],
                "type": "string",
                "description": "Allowed IP address or CIDR entry",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "ip_filters",
            "description": "List of allowed IP addresses or CIDR ranges for this API key",
            "optional": false,
            "nullable": false
          },
          "machine_access": {
            "examples": [
              {
                "object": "machine_access",
                "status": "active",
                "type": "organization_management",
                "last_used_at": "2024-01-15T09:30:00.000Z",
                "created_at": "2024-01-15T09:30:00.000Z",
                "updated_at": "2024-01-15T09:30:00.000Z",
                "deleted_at": "2024-01-15T09:30:00.000Z",
                "actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "instance": {
                  "object": "organization.instance",
                  "id": "ins_9sTuVwXyZaBcDeFg",
                  "slug": "production-env",
                  "name": "Production Environment",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                  "type": "development",
                  "created_at": "2026-01-29T12:35:22.304Z",
                  "updated_at": "2026-01-29T12:35:22.304Z",
                  "project": {
                    "object": "organization.project",
                    "id": "prj_3bCdEfGhJkLmNpQr",
                    "status": "active",
                    "slug": "api-integration",
                    "name": "API Integration",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "magic_mcp_session_duration_minutes": 1440,
                    "created_at": "2026-07-06T14:04:38.460Z",
                    "updated_at": "2026-07-06T14:04:38.460Z"
                  }
                },
                "organization": {
                  "object": "organization",
                  "id": "org_7hNkPqRsTuVwXyZa",
                  "type": "default",
                  "slug": "acme-corp",
                  "name": "Acme Corporation",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                },
                "user": {
                  "object": "user",
                  "id": "usr_2xKj8mNpQrStUvWy",
                  "status": "active",
                  "type": "user",
                  "email": "alex.chen@acme.com",
                  "name": "Alex Chen",
                  "first_name": "Alex",
                  "last_name": "Chen",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "machine_access"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "name": "id",
                "description": "The machineAccess's unique identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "The machineAccess's status",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "organization_management",
                  "instance_secret",
                  "instance_publishable"
                ],
                "type": "enum",
                "name": "type",
                "description": "The machineAccess's type",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "name": "name",
                "description": "The machineAccess's name",
                "optional": false,
                "nullable": false
              },
              "last_used_at": {
                "examples": [
                  "2024-01-15T09:30:00.000Z"
                ],
                "type": "date",
                "name": "last_used_at",
                "description": "The machineAccess's last used date",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2024-01-15T09:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "The machineAccess's creation date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2024-01-15T09:30:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "The machineAccess's last update date",
                "optional": false,
                "nullable": false
              },
              "deleted_at": {
                "examples": [
                  "2024-01-15T09:30:00.000Z"
                ],
                "type": "date",
                "name": "deleted_at",
                "description": "The machineAccess's deletion date",
                "optional": false,
                "nullable": false
              },
              "actor": {
                "examples": [
                  {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "omem_5fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization member's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "member",
                      "machine_access"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization member's type",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization member's organization ID",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization member's name",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The organization member's email",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization member's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "teams": {
                    "examples": [
                      [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ],
                        "properties": {
                          "id": {
                            "examples": [
                              "tm_3eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The team ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Engineering"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The team name",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "engineering"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "The team slug",
                            "optional": false,
                            "nullable": false
                          },
                          "assignment_id": {
                            "examples": [
                              "tmas_8jKlMnPqRsTuVwXy"
                            ],
                            "type": "string",
                            "name": "assignment_id",
                            "description": "The team assignment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The team assignment creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The team assignment last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "teams",
                        "description": "The teams the actor belongs to",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization member's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization member's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "instance": {
                "examples": [
                  {
                    "object": "organization.instance",
                    "id": "ins_9sTuVwXyZaBcDeFg",
                    "slug": "production-env",
                    "name": "Production Environment",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                    "type": "development",
                    "created_at": "2026-01-29T12:35:22.304Z",
                    "updated_at": "2026-01-29T12:35:22.304Z",
                    "project": {
                      "object": "organization.project",
                      "id": "prj_3bCdEfGhJkLmNpQr",
                      "status": "active",
                      "slug": "api-integration",
                      "name": "API Integration",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "magic_mcp_session_duration_minutes": 1440,
                      "created_at": "2026-07-06T14:04:38.460Z",
                      "updated_at": "2026-07-06T14:04:38.460Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.instance"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "ins_9sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The instance's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [
                      "production-env"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "The instance's slug",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production Environment"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The instance's name",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "sandbox_id": {
                    "examples": [
                      "sbx_9sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "sandbox_id",
                    "description": "The sandbox's unique identifier, if this instance is a sandbox",
                    "optional": false,
                    "nullable": true
                  },
                  "type": {
                    "examples": [
                      "development",
                      "production"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The instance's type",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2026-01-29T12:35:22.304Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "The instance's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-29T12:35:22.304Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The instance's last update date",
                    "optional": false,
                    "nullable": false
                  },
                  "project": {
                    "examples": [
                      {
                        "object": "organization.project",
                        "id": "prj_3bCdEfGhJkLmNpQr",
                        "status": "active",
                        "slug": "api-integration",
                        "name": "API Integration",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "magic_mcp_session_duration_minutes": 1440,
                        "created_at": "2026-07-06T14:04:38.460Z",
                        "updated_at": "2026-07-06T14:04:38.460Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "organization.project"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "prj_3bCdEfGhJkLmNpQr"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The project's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "The project's status",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [
                          "api-integration"
                        ],
                        "type": "string",
                        "name": "slug",
                        "description": "The project's slug",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "API Integration"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "The project's name",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_id": {
                        "examples": [
                          "org_7hNkPqRsTuVwXyZa"
                        ],
                        "type": "string",
                        "name": "organization_id",
                        "description": "The organization's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "magic_mcp_session_duration_minutes": {
                        "examples": [
                          1440
                        ],
                        "type": "number",
                        "name": "magic_mcp_session_duration_minutes",
                        "description": "How long magic MCP sessions last before they are rotated",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2026-07-06T14:04:38.460Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "The project's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-07-06T14:04:38.460Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The project's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "organization": {
                "examples": [
                  {
                    "object": "organization",
                    "id": "org_7hNkPqRsTuVwXyZa",
                    "type": "default",
                    "slug": "acme-corp",
                    "name": "Acme Corporation",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "default"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization's type",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [
                      "acme-corp"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "The organization's slug",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Acme Corporation"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization's name",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "user": {
                "examples": [
                  {
                    "object": "user",
                    "id": "usr_2xKj8mNpQrStUvWy",
                    "status": "active",
                    "type": "user",
                    "email": "alex.chen@acme.com",
                    "name": "Alex Chen",
                    "first_name": "Alex",
                    "last_name": "Chen",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "user"
                    ],
                    "type": "literal",
                    "name": "object",
                    "description": "Type of the object, fixed as 'user'",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "usr_2xKj8mNpQrStUvWy"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The user's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "The user's status",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "user",
                      "consumer"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The user's type",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The user's email address",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The user's full name",
                    "optional": false,
                    "nullable": false
                  },
                  "first_name": {
                    "examples": [
                      "Alex"
                    ],
                    "type": "string",
                    "name": "first_name",
                    "description": "The user's first name",
                    "optional": false,
                    "nullable": false
                  },
                  "last_name": {
                    "examples": [
                      "Chen"
                    ],
                    "type": "string",
                    "name": "last_name",
                    "description": "The user's last name",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The user's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The user's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The user's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "deleted_at": {
            "examples": [],
            "type": "date",
            "name": "deleted_at",
            "description": "The apiKey's deletion date",
            "optional": false,
            "nullable": true
          },
          "last_used_at": {
            "examples": [],
            "type": "date",
            "name": "last_used_at",
            "description": "The apiKey's last usage date",
            "optional": false,
            "nullable": true
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "name": "expires_at",
            "description": "The apiKey's expiration date",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "name": "created_at",
            "description": "The apiKey's creation date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "name": "updated_at",
            "description": "The apiKey's last update date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1132",
      "name": "api_key",
      "type": {
        "examples": [
          {
            "object": "machine_access.api_key",
            "id": "apk_4fGhJkLmNpQrStUv",
            "status": "active",
            "secret_redacted": "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc",
            "secret": "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc",
            "type": "organization_management_token",
            "name": "Production API Key",
            "description": "API key for production server access",
            "ip_filters": [
              "192.168.1.10",
              "192.168.1.10"
            ],
            "machine_access": {
              "object": "machine_access",
              "status": "active",
              "type": "organization_management",
              "last_used_at": "2024-01-15T09:30:00.000Z",
              "created_at": "2024-01-15T09:30:00.000Z",
              "updated_at": "2024-01-15T09:30:00.000Z",
              "deleted_at": "2024-01-15T09:30:00.000Z",
              "actor": {
                "object": "organization.actor",
                "id": "omem_5fGhJkLmNpQrStUv",
                "type": "member",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "name": "Alex Chen",
                "email": "alex.chen@acme.com",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                "teams": [
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  },
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  }
                ]
              },
              "instance": {
                "object": "organization.instance",
                "id": "ins_9sTuVwXyZaBcDeFg",
                "slug": "production-env",
                "name": "Production Environment",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                "type": "development",
                "created_at": "2026-01-29T12:35:22.304Z",
                "updated_at": "2026-01-29T12:35:22.304Z",
                "project": {
                  "object": "organization.project",
                  "id": "prj_3bCdEfGhJkLmNpQr",
                  "status": "active",
                  "slug": "api-integration",
                  "name": "API Integration",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "magic_mcp_session_duration_minutes": 1440,
                  "created_at": "2026-07-06T14:04:38.460Z",
                  "updated_at": "2026-07-06T14:04:38.460Z"
                }
              },
              "organization": {
                "object": "organization",
                "id": "org_7hNkPqRsTuVwXyZa",
                "type": "default",
                "slug": "acme-corp",
                "name": "Acme Corporation",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
              },
              "user": {
                "object": "user",
                "id": "usr_2xKj8mNpQrStUvWy",
                "status": "active",
                "type": "user",
                "email": "alex.chen@acme.com",
                "name": "Alex Chen",
                "first_name": "Alex",
                "last_name": "Chen",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
              }
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "machine_access.api_key"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "apk_4fGhJkLmNpQrStUv"
            ],
            "type": "string",
            "name": "id",
            "description": "The apiKey's unique identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "The apiKey's status",
            "optional": false,
            "nullable": false
          },
          "secret_redacted": {
            "examples": [
              "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc"
            ],
            "type": "string",
            "name": "secret_redacted",
            "description": "The apiKey's secret, redacted",
            "optional": false,
            "nullable": false
          },
          "secret": {
            "examples": [
              "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc"
            ],
            "type": "string",
            "name": "secret",
            "description": "The apiKey's secret",
            "optional": false,
            "nullable": true
          },
          "type": {
            "examples": [
              "organization_management_token",
              "instance_access_token_secret",
              "instance_access_token_publishable"
            ],
            "type": "enum",
            "name": "type",
            "description": "The apiKey's type",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production API Key"
            ],
            "type": "string",
            "name": "name",
            "description": "The apiKey's name",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "API key for production server access"
            ],
            "type": "string",
            "name": "description",
            "description": "The apiKey's description",
            "optional": false,
            "nullable": true
          },
          "ip_filters": {
            "examples": [
              [
                "192.168.1.10",
                "192.168.1.10"
              ],
              [
                "10.0.0.0/24",
                "10.0.0.0/24"
              ]
            ],
            "items": [
              {
                "examples": [
                  "192.168.1.10",
                  "10.0.0.0/24"
                ],
                "type": "string",
                "description": "Allowed IP address or CIDR entry",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "ip_filters",
            "description": "List of allowed IP addresses or CIDR ranges for this API key",
            "optional": false,
            "nullable": false
          },
          "machine_access": {
            "examples": [
              {
                "object": "machine_access",
                "status": "active",
                "type": "organization_management",
                "last_used_at": "2024-01-15T09:30:00.000Z",
                "created_at": "2024-01-15T09:30:00.000Z",
                "updated_at": "2024-01-15T09:30:00.000Z",
                "deleted_at": "2024-01-15T09:30:00.000Z",
                "actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "instance": {
                  "object": "organization.instance",
                  "id": "ins_9sTuVwXyZaBcDeFg",
                  "slug": "production-env",
                  "name": "Production Environment",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                  "type": "development",
                  "created_at": "2026-01-29T12:35:22.304Z",
                  "updated_at": "2026-01-29T12:35:22.304Z",
                  "project": {
                    "object": "organization.project",
                    "id": "prj_3bCdEfGhJkLmNpQr",
                    "status": "active",
                    "slug": "api-integration",
                    "name": "API Integration",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "magic_mcp_session_duration_minutes": 1440,
                    "created_at": "2026-07-06T14:04:38.460Z",
                    "updated_at": "2026-07-06T14:04:38.460Z"
                  }
                },
                "organization": {
                  "object": "organization",
                  "id": "org_7hNkPqRsTuVwXyZa",
                  "type": "default",
                  "slug": "acme-corp",
                  "name": "Acme Corporation",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                },
                "user": {
                  "object": "user",
                  "id": "usr_2xKj8mNpQrStUvWy",
                  "status": "active",
                  "type": "user",
                  "email": "alex.chen@acme.com",
                  "name": "Alex Chen",
                  "first_name": "Alex",
                  "last_name": "Chen",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "machine_access"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "name": "id",
                "description": "The machineAccess's unique identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "The machineAccess's status",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "organization_management",
                  "instance_secret",
                  "instance_publishable"
                ],
                "type": "enum",
                "name": "type",
                "description": "The machineAccess's type",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "name": "name",
                "description": "The machineAccess's name",
                "optional": false,
                "nullable": false
              },
              "last_used_at": {
                "examples": [
                  "2024-01-15T09:30:00.000Z"
                ],
                "type": "date",
                "name": "last_used_at",
                "description": "The machineAccess's last used date",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2024-01-15T09:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "The machineAccess's creation date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2024-01-15T09:30:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "The machineAccess's last update date",
                "optional": false,
                "nullable": false
              },
              "deleted_at": {
                "examples": [
                  "2024-01-15T09:30:00.000Z"
                ],
                "type": "date",
                "name": "deleted_at",
                "description": "The machineAccess's deletion date",
                "optional": false,
                "nullable": false
              },
              "actor": {
                "examples": [
                  {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "omem_5fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization member's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "member",
                      "machine_access"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization member's type",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization member's organization ID",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization member's name",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The organization member's email",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization member's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "teams": {
                    "examples": [
                      [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ],
                        "properties": {
                          "id": {
                            "examples": [
                              "tm_3eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The team ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Engineering"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The team name",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "engineering"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "The team slug",
                            "optional": false,
                            "nullable": false
                          },
                          "assignment_id": {
                            "examples": [
                              "tmas_8jKlMnPqRsTuVwXy"
                            ],
                            "type": "string",
                            "name": "assignment_id",
                            "description": "The team assignment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The team assignment creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The team assignment last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "teams",
                        "description": "The teams the actor belongs to",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization member's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization member's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "instance": {
                "examples": [
                  {
                    "object": "organization.instance",
                    "id": "ins_9sTuVwXyZaBcDeFg",
                    "slug": "production-env",
                    "name": "Production Environment",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                    "type": "development",
                    "created_at": "2026-01-29T12:35:22.304Z",
                    "updated_at": "2026-01-29T12:35:22.304Z",
                    "project": {
                      "object": "organization.project",
                      "id": "prj_3bCdEfGhJkLmNpQr",
                      "status": "active",
                      "slug": "api-integration",
                      "name": "API Integration",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "magic_mcp_session_duration_minutes": 1440,
                      "created_at": "2026-07-06T14:04:38.460Z",
                      "updated_at": "2026-07-06T14:04:38.460Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.instance"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "ins_9sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The instance's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [
                      "production-env"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "The instance's slug",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production Environment"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The instance's name",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "sandbox_id": {
                    "examples": [
                      "sbx_9sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "sandbox_id",
                    "description": "The sandbox's unique identifier, if this instance is a sandbox",
                    "optional": false,
                    "nullable": true
                  },
                  "type": {
                    "examples": [
                      "development",
                      "production"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The instance's type",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2026-01-29T12:35:22.304Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "The instance's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-29T12:35:22.304Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The instance's last update date",
                    "optional": false,
                    "nullable": false
                  },
                  "project": {
                    "examples": [
                      {
                        "object": "organization.project",
                        "id": "prj_3bCdEfGhJkLmNpQr",
                        "status": "active",
                        "slug": "api-integration",
                        "name": "API Integration",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "magic_mcp_session_duration_minutes": 1440,
                        "created_at": "2026-07-06T14:04:38.460Z",
                        "updated_at": "2026-07-06T14:04:38.460Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "organization.project"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "prj_3bCdEfGhJkLmNpQr"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The project's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "The project's status",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [
                          "api-integration"
                        ],
                        "type": "string",
                        "name": "slug",
                        "description": "The project's slug",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "API Integration"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "The project's name",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_id": {
                        "examples": [
                          "org_7hNkPqRsTuVwXyZa"
                        ],
                        "type": "string",
                        "name": "organization_id",
                        "description": "The organization's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "magic_mcp_session_duration_minutes": {
                        "examples": [
                          1440
                        ],
                        "type": "number",
                        "name": "magic_mcp_session_duration_minutes",
                        "description": "How long magic MCP sessions last before they are rotated",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2026-07-06T14:04:38.460Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "The project's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-07-06T14:04:38.460Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The project's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "organization": {
                "examples": [
                  {
                    "object": "organization",
                    "id": "org_7hNkPqRsTuVwXyZa",
                    "type": "default",
                    "slug": "acme-corp",
                    "name": "Acme Corporation",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "default"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization's type",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [
                      "acme-corp"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "The organization's slug",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Acme Corporation"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization's name",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "user": {
                "examples": [
                  {
                    "object": "user",
                    "id": "usr_2xKj8mNpQrStUvWy",
                    "status": "active",
                    "type": "user",
                    "email": "alex.chen@acme.com",
                    "name": "Alex Chen",
                    "first_name": "Alex",
                    "last_name": "Chen",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "user"
                    ],
                    "type": "literal",
                    "name": "object",
                    "description": "Type of the object, fixed as 'user'",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "usr_2xKj8mNpQrStUvWy"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The user's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "The user's status",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "user",
                      "consumer"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The user's type",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The user's email address",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The user's full name",
                    "optional": false,
                    "nullable": false
                  },
                  "first_name": {
                    "examples": [
                      "Alex"
                    ],
                    "type": "string",
                    "name": "first_name",
                    "description": "The user's first name",
                    "optional": false,
                    "nullable": false
                  },
                  "last_name": {
                    "examples": [
                      "Chen"
                    ],
                    "type": "string",
                    "name": "last_name",
                    "description": "The user's last name",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The user's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The user's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The user's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "deleted_at": {
            "examples": [],
            "type": "date",
            "name": "deleted_at",
            "description": "The apiKey's deletion date",
            "optional": false,
            "nullable": true
          },
          "last_used_at": {
            "examples": [],
            "type": "date",
            "name": "last_used_at",
            "description": "The apiKey's last usage date",
            "optional": false,
            "nullable": true
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "name": "expires_at",
            "description": "The apiKey's expiration date",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "name": "created_at",
            "description": "The apiKey's creation date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "name": "updated_at",
            "description": "The apiKey's last update date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1134",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "current_expires_at": {
            "examples": [],
            "type": "date",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1135",
      "name": "api_key",
      "type": {
        "examples": [
          {
            "object": "machine_access.api_key",
            "id": "apk_4fGhJkLmNpQrStUv",
            "status": "active",
            "secret_redacted": "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc",
            "secret": "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc",
            "type": "organization_management_token",
            "name": "Production API Key",
            "description": "API key for production server access",
            "ip_filters": [
              "192.168.1.10",
              "192.168.1.10"
            ],
            "machine_access": {
              "object": "machine_access",
              "status": "active",
              "type": "organization_management",
              "last_used_at": "2024-01-15T09:30:00.000Z",
              "created_at": "2024-01-15T09:30:00.000Z",
              "updated_at": "2024-01-15T09:30:00.000Z",
              "deleted_at": "2024-01-15T09:30:00.000Z",
              "actor": {
                "object": "organization.actor",
                "id": "omem_5fGhJkLmNpQrStUv",
                "type": "member",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "name": "Alex Chen",
                "email": "alex.chen@acme.com",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                "teams": [
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  },
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  }
                ]
              },
              "instance": {
                "object": "organization.instance",
                "id": "ins_9sTuVwXyZaBcDeFg",
                "slug": "production-env",
                "name": "Production Environment",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                "type": "development",
                "created_at": "2026-01-29T12:35:22.304Z",
                "updated_at": "2026-01-29T12:35:22.304Z",
                "project": {
                  "object": "organization.project",
                  "id": "prj_3bCdEfGhJkLmNpQr",
                  "status": "active",
                  "slug": "api-integration",
                  "name": "API Integration",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "magic_mcp_session_duration_minutes": 1440,
                  "created_at": "2026-07-06T14:04:38.460Z",
                  "updated_at": "2026-07-06T14:04:38.460Z"
                }
              },
              "organization": {
                "object": "organization",
                "id": "org_7hNkPqRsTuVwXyZa",
                "type": "default",
                "slug": "acme-corp",
                "name": "Acme Corporation",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
              },
              "user": {
                "object": "user",
                "id": "usr_2xKj8mNpQrStUvWy",
                "status": "active",
                "type": "user",
                "email": "alex.chen@acme.com",
                "name": "Alex Chen",
                "first_name": "Alex",
                "last_name": "Chen",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
              }
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "machine_access.api_key"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "apk_4fGhJkLmNpQrStUv"
            ],
            "type": "string",
            "name": "id",
            "description": "The apiKey's unique identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "The apiKey's status",
            "optional": false,
            "nullable": false
          },
          "secret_redacted": {
            "examples": [
              "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc"
            ],
            "type": "string",
            "name": "secret_redacted",
            "description": "The apiKey's secret, redacted",
            "optional": false,
            "nullable": false
          },
          "secret": {
            "examples": [
              "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc"
            ],
            "type": "string",
            "name": "secret",
            "description": "The apiKey's secret",
            "optional": false,
            "nullable": true
          },
          "type": {
            "examples": [
              "organization_management_token",
              "instance_access_token_secret",
              "instance_access_token_publishable"
            ],
            "type": "enum",
            "name": "type",
            "description": "The apiKey's type",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production API Key"
            ],
            "type": "string",
            "name": "name",
            "description": "The apiKey's name",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "API key for production server access"
            ],
            "type": "string",
            "name": "description",
            "description": "The apiKey's description",
            "optional": false,
            "nullable": true
          },
          "ip_filters": {
            "examples": [
              [
                "192.168.1.10",
                "192.168.1.10"
              ],
              [
                "10.0.0.0/24",
                "10.0.0.0/24"
              ]
            ],
            "items": [
              {
                "examples": [
                  "192.168.1.10",
                  "10.0.0.0/24"
                ],
                "type": "string",
                "description": "Allowed IP address or CIDR entry",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "ip_filters",
            "description": "List of allowed IP addresses or CIDR ranges for this API key",
            "optional": false,
            "nullable": false
          },
          "machine_access": {
            "examples": [
              {
                "object": "machine_access",
                "status": "active",
                "type": "organization_management",
                "last_used_at": "2024-01-15T09:30:00.000Z",
                "created_at": "2024-01-15T09:30:00.000Z",
                "updated_at": "2024-01-15T09:30:00.000Z",
                "deleted_at": "2024-01-15T09:30:00.000Z",
                "actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "instance": {
                  "object": "organization.instance",
                  "id": "ins_9sTuVwXyZaBcDeFg",
                  "slug": "production-env",
                  "name": "Production Environment",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                  "type": "development",
                  "created_at": "2026-01-29T12:35:22.304Z",
                  "updated_at": "2026-01-29T12:35:22.304Z",
                  "project": {
                    "object": "organization.project",
                    "id": "prj_3bCdEfGhJkLmNpQr",
                    "status": "active",
                    "slug": "api-integration",
                    "name": "API Integration",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "magic_mcp_session_duration_minutes": 1440,
                    "created_at": "2026-07-06T14:04:38.460Z",
                    "updated_at": "2026-07-06T14:04:38.460Z"
                  }
                },
                "organization": {
                  "object": "organization",
                  "id": "org_7hNkPqRsTuVwXyZa",
                  "type": "default",
                  "slug": "acme-corp",
                  "name": "Acme Corporation",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                },
                "user": {
                  "object": "user",
                  "id": "usr_2xKj8mNpQrStUvWy",
                  "status": "active",
                  "type": "user",
                  "email": "alex.chen@acme.com",
                  "name": "Alex Chen",
                  "first_name": "Alex",
                  "last_name": "Chen",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "machine_access"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "name": "id",
                "description": "The machineAccess's unique identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "The machineAccess's status",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "organization_management",
                  "instance_secret",
                  "instance_publishable"
                ],
                "type": "enum",
                "name": "type",
                "description": "The machineAccess's type",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "name": "name",
                "description": "The machineAccess's name",
                "optional": false,
                "nullable": false
              },
              "last_used_at": {
                "examples": [
                  "2024-01-15T09:30:00.000Z"
                ],
                "type": "date",
                "name": "last_used_at",
                "description": "The machineAccess's last used date",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2024-01-15T09:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "The machineAccess's creation date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2024-01-15T09:30:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "The machineAccess's last update date",
                "optional": false,
                "nullable": false
              },
              "deleted_at": {
                "examples": [
                  "2024-01-15T09:30:00.000Z"
                ],
                "type": "date",
                "name": "deleted_at",
                "description": "The machineAccess's deletion date",
                "optional": false,
                "nullable": false
              },
              "actor": {
                "examples": [
                  {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "omem_5fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization member's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "member",
                      "machine_access"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization member's type",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization member's organization ID",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization member's name",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The organization member's email",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization member's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "teams": {
                    "examples": [
                      [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ],
                        "properties": {
                          "id": {
                            "examples": [
                              "tm_3eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The team ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Engineering"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The team name",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "engineering"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "The team slug",
                            "optional": false,
                            "nullable": false
                          },
                          "assignment_id": {
                            "examples": [
                              "tmas_8jKlMnPqRsTuVwXy"
                            ],
                            "type": "string",
                            "name": "assignment_id",
                            "description": "The team assignment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The team assignment creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The team assignment last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "teams",
                        "description": "The teams the actor belongs to",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization member's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization member's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "instance": {
                "examples": [
                  {
                    "object": "organization.instance",
                    "id": "ins_9sTuVwXyZaBcDeFg",
                    "slug": "production-env",
                    "name": "Production Environment",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                    "type": "development",
                    "created_at": "2026-01-29T12:35:22.304Z",
                    "updated_at": "2026-01-29T12:35:22.304Z",
                    "project": {
                      "object": "organization.project",
                      "id": "prj_3bCdEfGhJkLmNpQr",
                      "status": "active",
                      "slug": "api-integration",
                      "name": "API Integration",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "magic_mcp_session_duration_minutes": 1440,
                      "created_at": "2026-07-06T14:04:38.460Z",
                      "updated_at": "2026-07-06T14:04:38.460Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.instance"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "ins_9sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The instance's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [
                      "production-env"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "The instance's slug",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production Environment"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The instance's name",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "sandbox_id": {
                    "examples": [
                      "sbx_9sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "sandbox_id",
                    "description": "The sandbox's unique identifier, if this instance is a sandbox",
                    "optional": false,
                    "nullable": true
                  },
                  "type": {
                    "examples": [
                      "development",
                      "production"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The instance's type",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2026-01-29T12:35:22.304Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "The instance's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-29T12:35:22.304Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The instance's last update date",
                    "optional": false,
                    "nullable": false
                  },
                  "project": {
                    "examples": [
                      {
                        "object": "organization.project",
                        "id": "prj_3bCdEfGhJkLmNpQr",
                        "status": "active",
                        "slug": "api-integration",
                        "name": "API Integration",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "magic_mcp_session_duration_minutes": 1440,
                        "created_at": "2026-07-06T14:04:38.460Z",
                        "updated_at": "2026-07-06T14:04:38.460Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "organization.project"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "prj_3bCdEfGhJkLmNpQr"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The project's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "The project's status",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [
                          "api-integration"
                        ],
                        "type": "string",
                        "name": "slug",
                        "description": "The project's slug",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "API Integration"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "The project's name",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_id": {
                        "examples": [
                          "org_7hNkPqRsTuVwXyZa"
                        ],
                        "type": "string",
                        "name": "organization_id",
                        "description": "The organization's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "magic_mcp_session_duration_minutes": {
                        "examples": [
                          1440
                        ],
                        "type": "number",
                        "name": "magic_mcp_session_duration_minutes",
                        "description": "How long magic MCP sessions last before they are rotated",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2026-07-06T14:04:38.460Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "The project's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-07-06T14:04:38.460Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The project's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "organization": {
                "examples": [
                  {
                    "object": "organization",
                    "id": "org_7hNkPqRsTuVwXyZa",
                    "type": "default",
                    "slug": "acme-corp",
                    "name": "Acme Corporation",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "default"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization's type",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [
                      "acme-corp"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "The organization's slug",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Acme Corporation"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization's name",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "user": {
                "examples": [
                  {
                    "object": "user",
                    "id": "usr_2xKj8mNpQrStUvWy",
                    "status": "active",
                    "type": "user",
                    "email": "alex.chen@acme.com",
                    "name": "Alex Chen",
                    "first_name": "Alex",
                    "last_name": "Chen",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "user"
                    ],
                    "type": "literal",
                    "name": "object",
                    "description": "Type of the object, fixed as 'user'",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "usr_2xKj8mNpQrStUvWy"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The user's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "The user's status",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "user",
                      "consumer"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The user's type",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The user's email address",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The user's full name",
                    "optional": false,
                    "nullable": false
                  },
                  "first_name": {
                    "examples": [
                      "Alex"
                    ],
                    "type": "string",
                    "name": "first_name",
                    "description": "The user's first name",
                    "optional": false,
                    "nullable": false
                  },
                  "last_name": {
                    "examples": [
                      "Chen"
                    ],
                    "type": "string",
                    "name": "last_name",
                    "description": "The user's last name",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The user's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The user's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The user's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "deleted_at": {
            "examples": [],
            "type": "date",
            "name": "deleted_at",
            "description": "The apiKey's deletion date",
            "optional": false,
            "nullable": true
          },
          "last_used_at": {
            "examples": [],
            "type": "date",
            "name": "last_used_at",
            "description": "The apiKey's last usage date",
            "optional": false,
            "nullable": true
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "name": "expires_at",
            "description": "The apiKey's expiration date",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "name": "created_at",
            "description": "The apiKey's creation date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "name": "updated_at",
            "description": "The apiKey's last update date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1137",
      "name": "api_key",
      "type": {
        "examples": [
          {
            "object": "machine_access.api_key",
            "id": "apk_4fGhJkLmNpQrStUv",
            "status": "active",
            "secret_redacted": "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc",
            "secret": "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc",
            "type": "organization_management_token",
            "name": "Production API Key",
            "description": "API key for production server access",
            "ip_filters": [
              "192.168.1.10",
              "192.168.1.10"
            ],
            "machine_access": {
              "object": "machine_access",
              "status": "active",
              "type": "organization_management",
              "last_used_at": "2024-01-15T09:30:00.000Z",
              "created_at": "2024-01-15T09:30:00.000Z",
              "updated_at": "2024-01-15T09:30:00.000Z",
              "deleted_at": "2024-01-15T09:30:00.000Z",
              "actor": {
                "object": "organization.actor",
                "id": "omem_5fGhJkLmNpQrStUv",
                "type": "member",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "name": "Alex Chen",
                "email": "alex.chen@acme.com",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                "teams": [
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  },
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  }
                ]
              },
              "instance": {
                "object": "organization.instance",
                "id": "ins_9sTuVwXyZaBcDeFg",
                "slug": "production-env",
                "name": "Production Environment",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                "type": "development",
                "created_at": "2026-01-29T12:35:22.304Z",
                "updated_at": "2026-01-29T12:35:22.304Z",
                "project": {
                  "object": "organization.project",
                  "id": "prj_3bCdEfGhJkLmNpQr",
                  "status": "active",
                  "slug": "api-integration",
                  "name": "API Integration",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "magic_mcp_session_duration_minutes": 1440,
                  "created_at": "2026-07-06T14:04:38.460Z",
                  "updated_at": "2026-07-06T14:04:38.460Z"
                }
              },
              "organization": {
                "object": "organization",
                "id": "org_7hNkPqRsTuVwXyZa",
                "type": "default",
                "slug": "acme-corp",
                "name": "Acme Corporation",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
              },
              "user": {
                "object": "user",
                "id": "usr_2xKj8mNpQrStUvWy",
                "status": "active",
                "type": "user",
                "email": "alex.chen@acme.com",
                "name": "Alex Chen",
                "first_name": "Alex",
                "last_name": "Chen",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
              }
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "machine_access.api_key"
            ],
            "type": "literal",
            "description": "String representing the object's type",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [
              "apk_4fGhJkLmNpQrStUv"
            ],
            "type": "string",
            "name": "id",
            "description": "The apiKey's unique identifier",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "deleted"
            ],
            "type": "enum",
            "name": "status",
            "description": "The apiKey's status",
            "optional": false,
            "nullable": false
          },
          "secret_redacted": {
            "examples": [
              "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc"
            ],
            "type": "string",
            "name": "secret_redacted",
            "description": "The apiKey's secret, redacted",
            "optional": false,
            "nullable": false
          },
          "secret": {
            "examples": [
              "metorial_sk_4eC39HqLyjWDarjtT1zdp7dc"
            ],
            "type": "string",
            "name": "secret",
            "description": "The apiKey's secret",
            "optional": false,
            "nullable": true
          },
          "type": {
            "examples": [
              "organization_management_token",
              "instance_access_token_secret",
              "instance_access_token_publishable"
            ],
            "type": "enum",
            "name": "type",
            "description": "The apiKey's type",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [
              "Production API Key"
            ],
            "type": "string",
            "name": "name",
            "description": "The apiKey's name",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [
              "API key for production server access"
            ],
            "type": "string",
            "name": "description",
            "description": "The apiKey's description",
            "optional": false,
            "nullable": true
          },
          "ip_filters": {
            "examples": [
              [
                "192.168.1.10",
                "192.168.1.10"
              ],
              [
                "10.0.0.0/24",
                "10.0.0.0/24"
              ]
            ],
            "items": [
              {
                "examples": [
                  "192.168.1.10",
                  "10.0.0.0/24"
                ],
                "type": "string",
                "description": "Allowed IP address or CIDR entry",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "name": "ip_filters",
            "description": "List of allowed IP addresses or CIDR ranges for this API key",
            "optional": false,
            "nullable": false
          },
          "machine_access": {
            "examples": [
              {
                "object": "machine_access",
                "status": "active",
                "type": "organization_management",
                "last_used_at": "2024-01-15T09:30:00.000Z",
                "created_at": "2024-01-15T09:30:00.000Z",
                "updated_at": "2024-01-15T09:30:00.000Z",
                "deleted_at": "2024-01-15T09:30:00.000Z",
                "actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "instance": {
                  "object": "organization.instance",
                  "id": "ins_9sTuVwXyZaBcDeFg",
                  "slug": "production-env",
                  "name": "Production Environment",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                  "type": "development",
                  "created_at": "2026-01-29T12:35:22.304Z",
                  "updated_at": "2026-01-29T12:35:22.304Z",
                  "project": {
                    "object": "organization.project",
                    "id": "prj_3bCdEfGhJkLmNpQr",
                    "status": "active",
                    "slug": "api-integration",
                    "name": "API Integration",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "magic_mcp_session_duration_minutes": 1440,
                    "created_at": "2026-07-06T14:04:38.460Z",
                    "updated_at": "2026-07-06T14:04:38.460Z"
                  }
                },
                "organization": {
                  "object": "organization",
                  "id": "org_7hNkPqRsTuVwXyZa",
                  "type": "default",
                  "slug": "acme-corp",
                  "name": "Acme Corporation",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                },
                "user": {
                  "object": "user",
                  "id": "usr_2xKj8mNpQrStUvWy",
                  "status": "active",
                  "type": "user",
                  "email": "alex.chen@acme.com",
                  "name": "Alex Chen",
                  "first_name": "Alex",
                  "last_name": "Chen",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "machine_access"
                ],
                "type": "literal",
                "description": "String representing the object's type",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "name": "id",
                "description": "The machineAccess's unique identifier",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "deleted"
                ],
                "type": "enum",
                "name": "status",
                "description": "The machineAccess's status",
                "optional": false,
                "nullable": false
              },
              "type": {
                "examples": [
                  "organization_management",
                  "instance_secret",
                  "instance_publishable"
                ],
                "type": "enum",
                "name": "type",
                "description": "The machineAccess's type",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "name": "name",
                "description": "The machineAccess's name",
                "optional": false,
                "nullable": false
              },
              "last_used_at": {
                "examples": [
                  "2024-01-15T09:30:00.000Z"
                ],
                "type": "date",
                "name": "last_used_at",
                "description": "The machineAccess's last used date",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [
                  "2024-01-15T09:30:00.000Z"
                ],
                "type": "date",
                "name": "created_at",
                "description": "The machineAccess's creation date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [
                  "2024-01-15T09:30:00.000Z"
                ],
                "type": "date",
                "name": "updated_at",
                "description": "The machineAccess's last update date",
                "optional": false,
                "nullable": false
              },
              "deleted_at": {
                "examples": [
                  "2024-01-15T09:30:00.000Z"
                ],
                "type": "date",
                "name": "deleted_at",
                "description": "The machineAccess's deletion date",
                "optional": false,
                "nullable": false
              },
              "actor": {
                "examples": [
                  {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "omem_5fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization member's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "member",
                      "machine_access"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization member's type",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization member's organization ID",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization member's name",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The organization member's email",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization member's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "teams": {
                    "examples": [
                      [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ],
                        "properties": {
                          "id": {
                            "examples": [
                              "tm_3eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The team ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Engineering"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The team name",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "engineering"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "The team slug",
                            "optional": false,
                            "nullable": false
                          },
                          "assignment_id": {
                            "examples": [
                              "tmas_8jKlMnPqRsTuVwXy"
                            ],
                            "type": "string",
                            "name": "assignment_id",
                            "description": "The team assignment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The team assignment creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The team assignment last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "teams",
                        "description": "The teams the actor belongs to",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization member's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization member's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "instance": {
                "examples": [
                  {
                    "object": "organization.instance",
                    "id": "ins_9sTuVwXyZaBcDeFg",
                    "slug": "production-env",
                    "name": "Production Environment",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "sandbox_id": "sbx_9sTuVwXyZaBcDeFg",
                    "type": "development",
                    "created_at": "2026-01-29T12:35:22.304Z",
                    "updated_at": "2026-01-29T12:35:22.304Z",
                    "project": {
                      "object": "organization.project",
                      "id": "prj_3bCdEfGhJkLmNpQr",
                      "status": "active",
                      "slug": "api-integration",
                      "name": "API Integration",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "magic_mcp_session_duration_minutes": 1440,
                      "created_at": "2026-07-06T14:04:38.460Z",
                      "updated_at": "2026-07-06T14:04:38.460Z"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.instance"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "ins_9sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The instance's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [
                      "production-env"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "The instance's slug",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Production Environment"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The instance's name",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "sandbox_id": {
                    "examples": [
                      "sbx_9sTuVwXyZaBcDeFg"
                    ],
                    "type": "string",
                    "name": "sandbox_id",
                    "description": "The sandbox's unique identifier, if this instance is a sandbox",
                    "optional": false,
                    "nullable": true
                  },
                  "type": {
                    "examples": [
                      "development",
                      "production"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The instance's type",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [
                      "2026-01-29T12:35:22.304Z"
                    ],
                    "type": "date",
                    "name": "created_at",
                    "description": "The instance's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [
                      "2026-01-29T12:35:22.304Z"
                    ],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The instance's last update date",
                    "optional": false,
                    "nullable": false
                  },
                  "project": {
                    "examples": [
                      {
                        "object": "organization.project",
                        "id": "prj_3bCdEfGhJkLmNpQr",
                        "status": "active",
                        "slug": "api-integration",
                        "name": "API Integration",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "magic_mcp_session_duration_minutes": 1440,
                        "created_at": "2026-07-06T14:04:38.460Z",
                        "updated_at": "2026-07-06T14:04:38.460Z"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "organization.project"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "prj_3bCdEfGhJkLmNpQr"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The project's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "deleted"
                        ],
                        "type": "enum",
                        "name": "status",
                        "description": "The project's status",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [
                          "api-integration"
                        ],
                        "type": "string",
                        "name": "slug",
                        "description": "The project's slug",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "API Integration"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "The project's name",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_id": {
                        "examples": [
                          "org_7hNkPqRsTuVwXyZa"
                        ],
                        "type": "string",
                        "name": "organization_id",
                        "description": "The organization's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "magic_mcp_session_duration_minutes": {
                        "examples": [
                          1440
                        ],
                        "type": "number",
                        "name": "magic_mcp_session_duration_minutes",
                        "description": "How long magic MCP sessions last before they are rotated",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [
                          "2026-07-06T14:04:38.460Z"
                        ],
                        "type": "date",
                        "name": "created_at",
                        "description": "The project's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [
                          "2026-07-06T14:04:38.460Z"
                        ],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The project's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "organization": {
                "examples": [
                  {
                    "object": "organization",
                    "id": "org_7hNkPqRsTuVwXyZa",
                    "type": "default",
                    "slug": "acme-corp",
                    "name": "Acme Corporation",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "default"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization's type",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [
                      "acme-corp"
                    ],
                    "type": "string",
                    "name": "slug",
                    "description": "The organization's slug",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Acme Corporation"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization's name",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "user": {
                "examples": [
                  {
                    "object": "user",
                    "id": "usr_2xKj8mNpQrStUvWy",
                    "status": "active",
                    "type": "user",
                    "email": "alex.chen@acme.com",
                    "name": "Alex Chen",
                    "first_name": "Alex",
                    "last_name": "Chen",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "user"
                    ],
                    "type": "literal",
                    "name": "object",
                    "description": "Type of the object, fixed as 'user'",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "usr_2xKj8mNpQrStUvWy"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The user's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "deleted"
                    ],
                    "type": "enum",
                    "name": "status",
                    "description": "The user's status",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "user",
                      "consumer"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The user's type",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The user's email address",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The user's full name",
                    "optional": false,
                    "nullable": false
                  },
                  "first_name": {
                    "examples": [
                      "Alex"
                    ],
                    "type": "string",
                    "name": "first_name",
                    "description": "The user's first name",
                    "optional": false,
                    "nullable": false
                  },
                  "last_name": {
                    "examples": [
                      "Chen"
                    ],
                    "type": "string",
                    "name": "last_name",
                    "description": "The user's last name",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The user's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The user's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The user's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "deleted_at": {
            "examples": [],
            "type": "date",
            "name": "deleted_at",
            "description": "The apiKey's deletion date",
            "optional": false,
            "nullable": true
          },
          "last_used_at": {
            "examples": [],
            "type": "date",
            "name": "last_used_at",
            "description": "The apiKey's last usage date",
            "optional": false,
            "nullable": true
          },
          "expires_at": {
            "examples": [],
            "type": "date",
            "name": "expires_at",
            "description": "The apiKey's expiration date",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "name": "created_at",
            "description": "The apiKey's creation date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "name": "updated_at",
            "description": "The apiKey's last update date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1140",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {},
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1141",
      "name": "assistant",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "assistant",
                "owner_type": "metorial",
                "default_model": {
                  "object": "assistant.model",
                  "provider": {
                    "object": "assistant.model_provider"
                  }
                },
                "available_models": [
                  {
                    "object": "assistant.model",
                    "provider": {
                      "object": "assistant.model_provider"
                    }
                  },
                  {
                    "object": "assistant.model",
                    "provider": {
                      "object": "assistant.model_provider"
                    }
                  }
                ]
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "assistant",
                  "owner_type": "metorial",
                  "default_model": {
                    "object": "assistant.model",
                    "provider": {
                      "object": "assistant.model_provider"
                    }
                  },
                  "available_models": [
                    {
                      "object": "assistant.model",
                      "provider": {
                        "object": "assistant.model_provider"
                      }
                    },
                    {
                      "object": "assistant.model",
                      "provider": {
                        "object": "assistant.model_provider"
                      }
                    }
                  ]
                },
                {
                  "object": "assistant",
                  "owner_type": "metorial",
                  "default_model": {
                    "object": "assistant.model",
                    "provider": {
                      "object": "assistant.model_provider"
                    }
                  },
                  "available_models": [
                    {
                      "object": "assistant.model",
                      "provider": {
                        "object": "assistant.model_provider"
                      }
                    },
                    {
                      "object": "assistant.model",
                      "provider": {
                        "object": "assistant.model_provider"
                      }
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "assistant",
                    "owner_type": "metorial",
                    "default_model": {
                      "object": "assistant.model",
                      "provider": {
                        "object": "assistant.model_provider"
                      }
                    },
                    "available_models": [
                      {
                        "object": "assistant.model",
                        "provider": {
                          "object": "assistant.model_provider"
                        }
                      },
                      {
                        "object": "assistant.model",
                        "provider": {
                          "object": "assistant.model_provider"
                        }
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "assistant"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "owner_type": {
                    "examples": [
                      "metorial",
                      "organization"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "default_model": {
                    "examples": [
                      {
                        "object": "assistant.model",
                        "provider": {
                          "object": "assistant.model_provider"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "assistant.model"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "context_window": {
                        "examples": [],
                        "type": "number",
                        "optional": false,
                        "nullable": false
                      },
                      "provider": {
                        "examples": [
                          {
                            "object": "assistant.model_provider"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "assistant.model_provider"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "available_models": {
                    "examples": [
                      [
                        {
                          "object": "assistant.model",
                          "provider": {
                            "object": "assistant.model_provider"
                          }
                        },
                        {
                          "object": "assistant.model",
                          "provider": {
                            "object": "assistant.model_provider"
                          }
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "object": "assistant.model",
                            "provider": {
                              "object": "assistant.model_provider"
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "assistant.model"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "context_window": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          },
                          "provider": {
                            "examples": [
                              {
                                "object": "assistant.model_provider"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "assistant.model_provider"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "slug": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "image_url": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1143",
      "name": "assistant",
      "type": {
        "examples": [
          {
            "object": "assistant",
            "owner_type": "metorial",
            "default_model": {
              "object": "assistant.model",
              "provider": {
                "object": "assistant.model_provider"
              }
            },
            "available_models": [
              {
                "object": "assistant.model",
                "provider": {
                  "object": "assistant.model_provider"
                }
              },
              {
                "object": "assistant.model",
                "provider": {
                  "object": "assistant.model_provider"
                }
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "assistant"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "owner_type": {
            "examples": [
              "metorial",
              "organization"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "organization_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "default_model": {
            "examples": [
              {
                "object": "assistant.model",
                "provider": {
                  "object": "assistant.model_provider"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "assistant.model"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "context_window": {
                "examples": [],
                "type": "number",
                "optional": false,
                "nullable": false
              },
              "provider": {
                "examples": [
                  {
                    "object": "assistant.model_provider"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "assistant.model_provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "available_models": {
            "examples": [
              [
                {
                  "object": "assistant.model",
                  "provider": {
                    "object": "assistant.model_provider"
                  }
                },
                {
                  "object": "assistant.model",
                  "provider": {
                    "object": "assistant.model_provider"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "assistant.model",
                    "provider": {
                      "object": "assistant.model_provider"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "assistant.model"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "context_window": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "assistant.model_provider"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "assistant.model_provider"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1145",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {
              "assistant_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1146",
      "name": "assistant_conversation",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "assistant.conversation",
                "created_by_actor": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                },
                "assistant": {
                  "object": "assistant",
                  "owner_type": "metorial",
                  "default_model": {
                    "object": "assistant.model",
                    "provider": {
                      "object": "assistant.model_provider"
                    }
                  },
                  "available_models": [
                    {
                      "object": "assistant.model",
                      "provider": {
                        "object": "assistant.model_provider"
                      }
                    },
                    {
                      "object": "assistant.model",
                      "provider": {
                        "object": "assistant.model_provider"
                      }
                    }
                  ]
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "assistant.conversation",
                  "created_by_actor": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  },
                  "assistant": {
                    "object": "assistant",
                    "owner_type": "metorial",
                    "default_model": {
                      "object": "assistant.model",
                      "provider": {
                        "object": "assistant.model_provider"
                      }
                    },
                    "available_models": [
                      {
                        "object": "assistant.model",
                        "provider": {
                          "object": "assistant.model_provider"
                        }
                      },
                      {
                        "object": "assistant.model",
                        "provider": {
                          "object": "assistant.model_provider"
                        }
                      }
                    ]
                  }
                },
                {
                  "object": "assistant.conversation",
                  "created_by_actor": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  },
                  "assistant": {
                    "object": "assistant",
                    "owner_type": "metorial",
                    "default_model": {
                      "object": "assistant.model",
                      "provider": {
                        "object": "assistant.model_provider"
                      }
                    },
                    "available_models": [
                      {
                        "object": "assistant.model",
                        "provider": {
                          "object": "assistant.model_provider"
                        }
                      },
                      {
                        "object": "assistant.model",
                        "provider": {
                          "object": "assistant.model_provider"
                        }
                      }
                    ]
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "assistant.conversation",
                    "created_by_actor": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    },
                    "assistant": {
                      "object": "assistant",
                      "owner_type": "metorial",
                      "default_model": {
                        "object": "assistant.model",
                        "provider": {
                          "object": "assistant.model_provider"
                        }
                      },
                      "available_models": [
                        {
                          "object": "assistant.model",
                          "provider": {
                            "object": "assistant.model_provider"
                          }
                        },
                        {
                          "object": "assistant.model",
                          "provider": {
                            "object": "assistant.model_provider"
                          }
                        }
                      ]
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "assistant.conversation"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "title": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "assistant_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "instance_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_by_actor": {
                    "examples": [
                      {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    ],
                    "properties": {
                      "type": {
                        "examples": [
                          "organization_actor",
                          "consumer",
                          "unknown"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "organization_actor": {
                        "examples": [
                          {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "organization.actor"
                            ],
                            "type": "literal",
                            "description": "String representing the object's type",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [
                              "omem_5fGhJkLmNpQrStUv"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The organization member's unique identifier",
                            "optional": false,
                            "nullable": false
                          },
                          "type": {
                            "examples": [
                              "member",
                              "machine_access"
                            ],
                            "type": "enum",
                            "name": "type",
                            "description": "The organization member's type",
                            "optional": false,
                            "nullable": false
                          },
                          "organization_id": {
                            "examples": [
                              "org_7hNkPqRsTuVwXyZa"
                            ],
                            "type": "string",
                            "name": "organization_id",
                            "description": "The organization member's organization ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Alex Chen"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The organization member's name",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [
                              "alex.chen@acme.com"
                            ],
                            "type": "string",
                            "name": "email",
                            "description": "The organization member's email",
                            "optional": false,
                            "nullable": true
                          },
                          "image_url": {
                            "examples": [
                              "https://avatar-cdn.metorial.com/aimg_1234567890"
                            ],
                            "type": "string",
                            "name": "image_url",
                            "description": "The organization member's image URL",
                            "optional": false,
                            "nullable": false
                          },
                          "teams": {
                            "examples": [
                              [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            ],
                            "items": [
                              {
                                "examples": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ],
                                "properties": {
                                  "id": {
                                    "examples": [
                                      "tm_3eFgHjKlMnPqRsTu"
                                    ],
                                    "type": "string",
                                    "name": "id",
                                    "description": "The team ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [
                                      "Engineering"
                                    ],
                                    "type": "string",
                                    "name": "name",
                                    "description": "The team name",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "slug": {
                                    "examples": [
                                      "engineering"
                                    ],
                                    "type": "string",
                                    "name": "slug",
                                    "description": "The team slug",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "assignment_id": {
                                    "examples": [
                                      "tmas_8jKlMnPqRsTuVwXy"
                                    ],
                                    "type": "string",
                                    "name": "assignment_id",
                                    "description": "The team assignment ID",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "created_at",
                                    "description": "The team assignment creation date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "name": "updated_at",
                                    "description": "The team assignment last update date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "name": "teams",
                                "description": "The teams the actor belongs to",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The organization member's creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The organization member's last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "consumer": {
                        "examples": [
                          {
                            "object": "consumer"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "root_message_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "assistant": {
                    "examples": [
                      {
                        "object": "assistant",
                        "owner_type": "metorial",
                        "default_model": {
                          "object": "assistant.model",
                          "provider": {
                            "object": "assistant.model_provider"
                          }
                        },
                        "available_models": [
                          {
                            "object": "assistant.model",
                            "provider": {
                              "object": "assistant.model_provider"
                            }
                          },
                          {
                            "object": "assistant.model",
                            "provider": {
                              "object": "assistant.model_provider"
                            }
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "assistant"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "owner_type": {
                        "examples": [
                          "metorial",
                          "organization"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "default_model": {
                        "examples": [
                          {
                            "object": "assistant.model",
                            "provider": {
                              "object": "assistant.model_provider"
                            }
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "assistant.model"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "context_window": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          },
                          "provider": {
                            "examples": [
                              {
                                "object": "assistant.model_provider"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "assistant.model_provider"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "slug": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "image_url": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "available_models": {
                        "examples": [
                          [
                            {
                              "object": "assistant.model",
                              "provider": {
                                "object": "assistant.model_provider"
                              }
                            },
                            {
                              "object": "assistant.model",
                              "provider": {
                                "object": "assistant.model_provider"
                              }
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "assistant.model",
                                "provider": {
                                  "object": "assistant.model_provider"
                                }
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "assistant.model"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "slug": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "context_window": {
                                "examples": [],
                                "type": "number",
                                "optional": false,
                                "nullable": false
                              },
                              "provider": {
                                "examples": [
                                  {
                                    "object": "assistant.model_provider"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "assistant.model_provider"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "slug": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "image_url": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1148",
      "name": "Body",
      "type": {
        "examples": [
          {
            "input": {}
          }
        ],
        "properties": {
          "assistant_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "title": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "input": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1149",
      "name": "assistant_conversation",
      "type": {
        "examples": [
          {
            "object": "assistant.conversation",
            "created_by_actor": {
              "type": "organization_actor",
              "organization_actor": {
                "object": "organization.actor",
                "id": "omem_5fGhJkLmNpQrStUv",
                "type": "member",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "name": "Alex Chen",
                "email": "alex.chen@acme.com",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                "teams": [
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  },
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  }
                ]
              },
              "consumer": {
                "object": "consumer"
              }
            },
            "assistant": {
              "object": "assistant",
              "owner_type": "metorial",
              "default_model": {
                "object": "assistant.model",
                "provider": {
                  "object": "assistant.model_provider"
                }
              },
              "available_models": [
                {
                  "object": "assistant.model",
                  "provider": {
                    "object": "assistant.model_provider"
                  }
                },
                {
                  "object": "assistant.model",
                  "provider": {
                    "object": "assistant.model_provider"
                  }
                }
              ]
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "assistant.conversation"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "title": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "assistant_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "instance_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "organization_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "created_by_actor": {
            "examples": [
              {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "organization_actor",
                  "consumer",
                  "unknown"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "organization_actor": {
                "examples": [
                  {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "omem_5fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization member's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "member",
                      "machine_access"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization member's type",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization member's organization ID",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization member's name",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The organization member's email",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization member's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "teams": {
                    "examples": [
                      [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ],
                        "properties": {
                          "id": {
                            "examples": [
                              "tm_3eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The team ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Engineering"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The team name",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "engineering"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "The team slug",
                            "optional": false,
                            "nullable": false
                          },
                          "assignment_id": {
                            "examples": [
                              "tmas_8jKlMnPqRsTuVwXy"
                            ],
                            "type": "string",
                            "name": "assignment_id",
                            "description": "The team assignment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The team assignment creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The team assignment last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "teams",
                        "description": "The teams the actor belongs to",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization member's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization member's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "consumer": {
                "examples": [
                  {
                    "object": "consumer"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "consumer"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "root_message_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "assistant": {
            "examples": [
              {
                "object": "assistant",
                "owner_type": "metorial",
                "default_model": {
                  "object": "assistant.model",
                  "provider": {
                    "object": "assistant.model_provider"
                  }
                },
                "available_models": [
                  {
                    "object": "assistant.model",
                    "provider": {
                      "object": "assistant.model_provider"
                    }
                  },
                  {
                    "object": "assistant.model",
                    "provider": {
                      "object": "assistant.model_provider"
                    }
                  }
                ]
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "assistant"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "owner_type": {
                "examples": [
                  "metorial",
                  "organization"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "organization_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "default_model": {
                "examples": [
                  {
                    "object": "assistant.model",
                    "provider": {
                      "object": "assistant.model_provider"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "assistant.model"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "context_window": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "assistant.model_provider"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "assistant.model_provider"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "available_models": {
                "examples": [
                  [
                    {
                      "object": "assistant.model",
                      "provider": {
                        "object": "assistant.model_provider"
                      }
                    },
                    {
                      "object": "assistant.model",
                      "provider": {
                        "object": "assistant.model_provider"
                      }
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "assistant.model",
                        "provider": {
                          "object": "assistant.model_provider"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "assistant.model"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "context_window": {
                        "examples": [],
                        "type": "number",
                        "optional": false,
                        "nullable": false
                      },
                      "provider": {
                        "examples": [
                          {
                            "object": "assistant.model_provider"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "assistant.model_provider"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1151",
      "name": "assistant_conversation",
      "type": {
        "examples": [
          {
            "object": "assistant.conversation",
            "created_by_actor": {
              "type": "organization_actor",
              "organization_actor": {
                "object": "organization.actor",
                "id": "omem_5fGhJkLmNpQrStUv",
                "type": "member",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "name": "Alex Chen",
                "email": "alex.chen@acme.com",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                "teams": [
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  },
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  }
                ]
              },
              "consumer": {
                "object": "consumer"
              }
            },
            "assistant": {
              "object": "assistant",
              "owner_type": "metorial",
              "default_model": {
                "object": "assistant.model",
                "provider": {
                  "object": "assistant.model_provider"
                }
              },
              "available_models": [
                {
                  "object": "assistant.model",
                  "provider": {
                    "object": "assistant.model_provider"
                  }
                },
                {
                  "object": "assistant.model",
                  "provider": {
                    "object": "assistant.model_provider"
                  }
                }
              ]
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "assistant.conversation"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "title": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "assistant_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "instance_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "organization_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "created_by_actor": {
            "examples": [
              {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "organization_actor",
                  "consumer",
                  "unknown"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "organization_actor": {
                "examples": [
                  {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "omem_5fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization member's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "member",
                      "machine_access"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization member's type",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization member's organization ID",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization member's name",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The organization member's email",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization member's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "teams": {
                    "examples": [
                      [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ],
                        "properties": {
                          "id": {
                            "examples": [
                              "tm_3eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The team ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Engineering"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The team name",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "engineering"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "The team slug",
                            "optional": false,
                            "nullable": false
                          },
                          "assignment_id": {
                            "examples": [
                              "tmas_8jKlMnPqRsTuVwXy"
                            ],
                            "type": "string",
                            "name": "assignment_id",
                            "description": "The team assignment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The team assignment creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The team assignment last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "teams",
                        "description": "The teams the actor belongs to",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization member's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization member's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "consumer": {
                "examples": [
                  {
                    "object": "consumer"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "consumer"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "root_message_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "assistant": {
            "examples": [
              {
                "object": "assistant",
                "owner_type": "metorial",
                "default_model": {
                  "object": "assistant.model",
                  "provider": {
                    "object": "assistant.model_provider"
                  }
                },
                "available_models": [
                  {
                    "object": "assistant.model",
                    "provider": {
                      "object": "assistant.model_provider"
                    }
                  },
                  {
                    "object": "assistant.model",
                    "provider": {
                      "object": "assistant.model_provider"
                    }
                  }
                ]
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "assistant"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "owner_type": {
                "examples": [
                  "metorial",
                  "organization"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "organization_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "default_model": {
                "examples": [
                  {
                    "object": "assistant.model",
                    "provider": {
                      "object": "assistant.model_provider"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "assistant.model"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "context_window": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "assistant.model_provider"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "assistant.model_provider"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "available_models": {
                "examples": [
                  [
                    {
                      "object": "assistant.model",
                      "provider": {
                        "object": "assistant.model_provider"
                      }
                    },
                    {
                      "object": "assistant.model",
                      "provider": {
                        "object": "assistant.model_provider"
                      }
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "assistant.model",
                        "provider": {
                          "object": "assistant.model_provider"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "assistant.model"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "context_window": {
                        "examples": [],
                        "type": "number",
                        "optional": false,
                        "nullable": false
                      },
                      "provider": {
                        "examples": [
                          {
                            "object": "assistant.model_provider"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "assistant.model_provider"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1153",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "title": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1154",
      "name": "assistant_conversation",
      "type": {
        "examples": [
          {
            "object": "assistant.conversation",
            "created_by_actor": {
              "type": "organization_actor",
              "organization_actor": {
                "object": "organization.actor",
                "id": "omem_5fGhJkLmNpQrStUv",
                "type": "member",
                "organization_id": "org_7hNkPqRsTuVwXyZa",
                "name": "Alex Chen",
                "email": "alex.chen@acme.com",
                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                "teams": [
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  },
                  {
                    "id": "tm_3eFgHjKlMnPqRsTu",
                    "name": "Engineering",
                    "slug": "engineering",
                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                  }
                ]
              },
              "consumer": {
                "object": "consumer"
              }
            },
            "assistant": {
              "object": "assistant",
              "owner_type": "metorial",
              "default_model": {
                "object": "assistant.model",
                "provider": {
                  "object": "assistant.model_provider"
                }
              },
              "available_models": [
                {
                  "object": "assistant.model",
                  "provider": {
                    "object": "assistant.model_provider"
                  }
                },
                {
                  "object": "assistant.model",
                  "provider": {
                    "object": "assistant.model_provider"
                  }
                }
              ]
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "assistant.conversation"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "title": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "assistant_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "instance_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "organization_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "created_by_actor": {
            "examples": [
              {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              }
            ],
            "properties": {
              "type": {
                "examples": [
                  "organization_actor",
                  "consumer",
                  "unknown"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "organization_actor": {
                "examples": [
                  {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "organization.actor"
                    ],
                    "type": "literal",
                    "description": "String representing the object's type",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [
                      "omem_5fGhJkLmNpQrStUv"
                    ],
                    "type": "string",
                    "name": "id",
                    "description": "The organization member's unique identifier",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "member",
                      "machine_access"
                    ],
                    "type": "enum",
                    "name": "type",
                    "description": "The organization member's type",
                    "optional": false,
                    "nullable": false
                  },
                  "organization_id": {
                    "examples": [
                      "org_7hNkPqRsTuVwXyZa"
                    ],
                    "type": "string",
                    "name": "organization_id",
                    "description": "The organization member's organization ID",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [
                      "Alex Chen"
                    ],
                    "type": "string",
                    "name": "name",
                    "description": "The organization member's name",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [
                      "alex.chen@acme.com"
                    ],
                    "type": "string",
                    "name": "email",
                    "description": "The organization member's email",
                    "optional": false,
                    "nullable": true
                  },
                  "image_url": {
                    "examples": [
                      "https://avatar-cdn.metorial.com/aimg_1234567890"
                    ],
                    "type": "string",
                    "name": "image_url",
                    "description": "The organization member's image URL",
                    "optional": false,
                    "nullable": false
                  },
                  "teams": {
                    "examples": [
                      [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ],
                        "properties": {
                          "id": {
                            "examples": [
                              "tm_3eFgHjKlMnPqRsTu"
                            ],
                            "type": "string",
                            "name": "id",
                            "description": "The team ID",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [
                              "Engineering"
                            ],
                            "type": "string",
                            "name": "name",
                            "description": "The team name",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [
                              "engineering"
                            ],
                            "type": "string",
                            "name": "slug",
                            "description": "The team slug",
                            "optional": false,
                            "nullable": false
                          },
                          "assignment_id": {
                            "examples": [
                              "tmas_8jKlMnPqRsTuVwXy"
                            ],
                            "type": "string",
                            "name": "assignment_id",
                            "description": "The team assignment ID",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "name": "created_at",
                            "description": "The team assignment creation date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "name": "updated_at",
                            "description": "The team assignment last update date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "name": "teams",
                        "description": "The teams the actor belongs to",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "name": "created_at",
                    "description": "The organization member's creation date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "name": "updated_at",
                    "description": "The organization member's last update date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "consumer": {
                "examples": [
                  {
                    "object": "consumer"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "consumer"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "root_message_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "assistant": {
            "examples": [
              {
                "object": "assistant",
                "owner_type": "metorial",
                "default_model": {
                  "object": "assistant.model",
                  "provider": {
                    "object": "assistant.model_provider"
                  }
                },
                "available_models": [
                  {
                    "object": "assistant.model",
                    "provider": {
                      "object": "assistant.model_provider"
                    }
                  },
                  {
                    "object": "assistant.model",
                    "provider": {
                      "object": "assistant.model_provider"
                    }
                  }
                ]
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "assistant"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "owner_type": {
                "examples": [
                  "metorial",
                  "organization"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "organization_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "default_model": {
                "examples": [
                  {
                    "object": "assistant.model",
                    "provider": {
                      "object": "assistant.model_provider"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "assistant.model"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "context_window": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  },
                  "provider": {
                    "examples": [
                      {
                        "object": "assistant.model_provider"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "assistant.model_provider"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "available_models": {
                "examples": [
                  [
                    {
                      "object": "assistant.model",
                      "provider": {
                        "object": "assistant.model_provider"
                      }
                    },
                    {
                      "object": "assistant.model",
                      "provider": {
                        "object": "assistant.model_provider"
                      }
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "assistant.model",
                        "provider": {
                          "object": "assistant.model_provider"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "assistant.model"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "context_window": {
                        "examples": [],
                        "type": "number",
                        "optional": false,
                        "nullable": false
                      },
                      "provider": {
                        "examples": [
                          {
                            "object": "assistant.model_provider"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "assistant.model_provider"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1156",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {},
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1157",
      "name": "assistant_message",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "assistant.message",
                "type": "root",
                "status": "pending",
                "model": {
                  "object": "assistant.model",
                  "provider": {
                    "object": "assistant.model_provider"
                  }
                },
                "request": {
                  "object": "assistant.request",
                  "status": "pending",
                  "actor": {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                },
                "items": [
                  {},
                  {}
                ]
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "assistant.message",
                  "type": "root",
                  "status": "pending",
                  "model": {
                    "object": "assistant.model",
                    "provider": {
                      "object": "assistant.model_provider"
                    }
                  },
                  "request": {
                    "object": "assistant.request",
                    "status": "pending",
                    "actor": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  },
                  "items": [
                    {},
                    {}
                  ]
                },
                {
                  "object": "assistant.message",
                  "type": "root",
                  "status": "pending",
                  "model": {
                    "object": "assistant.model",
                    "provider": {
                      "object": "assistant.model_provider"
                    }
                  },
                  "request": {
                    "object": "assistant.request",
                    "status": "pending",
                    "actor": {
                      "type": "organization_actor",
                      "organization_actor": {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      },
                      "consumer": {
                        "object": "consumer"
                      }
                    }
                  },
                  "items": [
                    {},
                    {}
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "assistant.message",
                    "type": "root",
                    "status": "pending",
                    "model": {
                      "object": "assistant.model",
                      "provider": {
                        "object": "assistant.model_provider"
                      }
                    },
                    "request": {
                      "object": "assistant.request",
                      "status": "pending",
                      "actor": {
                        "type": "organization_actor",
                        "organization_actor": {
                          "object": "organization.actor",
                          "id": "omem_5fGhJkLmNpQrStUv",
                          "type": "member",
                          "organization_id": "org_7hNkPqRsTuVwXyZa",
                          "name": "Alex Chen",
                          "email": "alex.chen@acme.com",
                          "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                          "teams": [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        },
                        "consumer": {
                          "object": "consumer"
                        }
                      }
                    },
                    "items": [
                      {},
                      {}
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "assistant.message"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "conversation_item_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "type": {
                    "examples": [
                      "root",
                      "user",
                      "assistant"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "pending",
                      "waiting_for_user",
                      "completed"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "assistant_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "parent_message_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "model": {
                    "examples": [
                      {
                        "object": "assistant.model",
                        "provider": {
                          "object": "assistant.model_provider"
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "assistant.model"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "slug": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "context_window": {
                        "examples": [],
                        "type": "number",
                        "optional": false,
                        "nullable": false
                      },
                      "provider": {
                        "examples": [
                          {
                            "object": "assistant.model_provider"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "assistant.model_provider"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "slug": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "request": {
                    "examples": [
                      {
                        "object": "assistant.request",
                        "status": "pending",
                        "actor": {
                          "type": "organization_actor",
                          "organization_actor": {
                            "object": "organization.actor",
                            "id": "omem_5fGhJkLmNpQrStUv",
                            "type": "member",
                            "organization_id": "org_7hNkPqRsTuVwXyZa",
                            "name": "Alex Chen",
                            "email": "alex.chen@acme.com",
                            "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                            "teams": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              },
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ]
                          },
                          "consumer": {
                            "object": "consumer"
                          }
                        }
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "assistant.request"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "pending",
                          "waiting_for_user",
                          "completed",
                          "cancelled",
                          "failed"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "actor": {
                        "examples": [
                          {
                            "type": "organization_actor",
                            "organization_actor": {
                              "object": "organization.actor",
                              "id": "omem_5fGhJkLmNpQrStUv",
                              "type": "member",
                              "organization_id": "org_7hNkPqRsTuVwXyZa",
                              "name": "Alex Chen",
                              "email": "alex.chen@acme.com",
                              "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                              "teams": [
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                },
                                {
                                  "id": "tm_3eFgHjKlMnPqRsTu",
                                  "name": "Engineering",
                                  "slug": "engineering",
                                  "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                }
                              ]
                            },
                            "consumer": {
                              "object": "consumer"
                            }
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "organization_actor",
                              "consumer",
                              "unknown"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "image_url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "email": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "organization_actor": {
                            "examples": [
                              {
                                "object": "organization.actor",
                                "id": "omem_5fGhJkLmNpQrStUv",
                                "type": "member",
                                "organization_id": "org_7hNkPqRsTuVwXyZa",
                                "name": "Alex Chen",
                                "email": "alex.chen@acme.com",
                                "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                                "teams": [
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  },
                                  {
                                    "id": "tm_3eFgHjKlMnPqRsTu",
                                    "name": "Engineering",
                                    "slug": "engineering",
                                    "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                  }
                                ]
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "organization.actor"
                                ],
                                "type": "literal",
                                "description": "String representing the object's type",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [
                                  "omem_5fGhJkLmNpQrStUv"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "The organization member's unique identifier",
                                "optional": false,
                                "nullable": false
                              },
                              "type": {
                                "examples": [
                                  "member",
                                  "machine_access"
                                ],
                                "type": "enum",
                                "name": "type",
                                "description": "The organization member's type",
                                "optional": false,
                                "nullable": false
                              },
                              "organization_id": {
                                "examples": [
                                  "org_7hNkPqRsTuVwXyZa"
                                ],
                                "type": "string",
                                "name": "organization_id",
                                "description": "The organization member's organization ID",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Alex Chen"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "The organization member's name",
                                "optional": false,
                                "nullable": false
                              },
                              "email": {
                                "examples": [
                                  "alex.chen@acme.com"
                                ],
                                "type": "string",
                                "name": "email",
                                "description": "The organization member's email",
                                "optional": false,
                                "nullable": true
                              },
                              "image_url": {
                                "examples": [
                                  "https://avatar-cdn.metorial.com/aimg_1234567890"
                                ],
                                "type": "string",
                                "name": "image_url",
                                "description": "The organization member's image URL",
                                "optional": false,
                                "nullable": false
                              },
                              "teams": {
                                "examples": [
                                  [
                                    {
                                      "id": "tm_3eFgHjKlMnPqRsTu",
                                      "name": "Engineering",
                                      "slug": "engineering",
                                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                    },
                                    {
                                      "id": "tm_3eFgHjKlMnPqRsTu",
                                      "name": "Engineering",
                                      "slug": "engineering",
                                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                    }
                                  ]
                                ],
                                "items": [
                                  {
                                    "examples": [
                                      {
                                        "id": "tm_3eFgHjKlMnPqRsTu",
                                        "name": "Engineering",
                                        "slug": "engineering",
                                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                                      }
                                    ],
                                    "properties": {
                                      "id": {
                                        "examples": [
                                          "tm_3eFgHjKlMnPqRsTu"
                                        ],
                                        "type": "string",
                                        "name": "id",
                                        "description": "The team ID",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "name": {
                                        "examples": [
                                          "Engineering"
                                        ],
                                        "type": "string",
                                        "name": "name",
                                        "description": "The team name",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "slug": {
                                        "examples": [
                                          "engineering"
                                        ],
                                        "type": "string",
                                        "name": "slug",
                                        "description": "The team slug",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "assignment_id": {
                                        "examples": [
                                          "tmas_8jKlMnPqRsTuVwXy"
                                        ],
                                        "type": "string",
                                        "name": "assignment_id",
                                        "description": "The team assignment ID",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "created_at": {
                                        "examples": [],
                                        "type": "date",
                                        "name": "created_at",
                                        "description": "The team assignment creation date",
                                        "optional": false,
                                        "nullable": false
                                      },
                                      "updated_at": {
                                        "examples": [],
                                        "type": "date",
                                        "name": "updated_at",
                                        "description": "The team assignment last update date",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    },
                                    "type": "object",
                                    "name": "teams",
                                    "description": "The teams the actor belongs to",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "array",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "The organization member's creation date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "name": "updated_at",
                                "description": "The organization member's last update date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          },
                          "consumer": {
                            "examples": [
                              {
                                "object": "consumer"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "consumer"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "email": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "image_url": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": true
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "items": {
                    "examples": [
                      [
                        {},
                        {}
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1159",
      "name": "Body",
      "type": {
        "examples": [
          {
            "message": {
              "parts": [
                {
                  "type": "text"
                },
                {
                  "type": "text"
                }
              ]
            }
          }
        ],
        "properties": {
          "message": {
            "examples": [
              {
                "parts": [
                  {
                    "type": "text"
                  },
                  {
                    "type": "text"
                  }
                ]
              }
            ],
            "properties": {
              "parts": {
                "examples": [
                  [
                    {
                      "type": "text"
                    },
                    {
                      "type": "text"
                    }
                  ],
                  [
                    {
                      "type": "file",
                      "encoding": "utf-8"
                    },
                    {
                      "type": "file",
                      "encoding": "utf-8"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "type": "text"
                      },
                      {
                        "type": "file",
                        "encoding": "utf-8"
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "text"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "text"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "text": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "file",
                            "encoding": "utf-8"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "file"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "data": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "encoding": {
                            "examples": [
                              "utf-8",
                              "base64"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "media_type": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "filename": {
                            "examples": [],
                            "type": "string",
                            "optional": true,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "parent_message_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "model_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1160",
      "name": "assistant_message",
      "type": {
        "examples": [
          {
            "object": "assistant.message",
            "type": "root",
            "status": "pending",
            "model": {
              "object": "assistant.model",
              "provider": {
                "object": "assistant.model_provider"
              }
            },
            "request": {
              "object": "assistant.request",
              "status": "pending",
              "actor": {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              }
            },
            "items": [
              {},
              {}
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "assistant.message"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "conversation_item_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "root",
              "user",
              "assistant"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "waiting_for_user",
              "completed"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "assistant_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "parent_message_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "model": {
            "examples": [
              {
                "object": "assistant.model",
                "provider": {
                  "object": "assistant.model_provider"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "assistant.model"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "context_window": {
                "examples": [],
                "type": "number",
                "optional": false,
                "nullable": false
              },
              "provider": {
                "examples": [
                  {
                    "object": "assistant.model_provider"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "assistant.model_provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "request": {
            "examples": [
              {
                "object": "assistant.request",
                "status": "pending",
                "actor": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "assistant.request"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "pending",
                  "waiting_for_user",
                  "completed",
                  "cancelled",
                  "failed"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "actor": {
                "examples": [
                  {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "organization_actor",
                      "consumer",
                      "unknown"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "organization_actor": {
                    "examples": [
                      {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "organization.actor"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "omem_5fGhJkLmNpQrStUv"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The organization member's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "member",
                          "machine_access"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "The organization member's type",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_id": {
                        "examples": [
                          "org_7hNkPqRsTuVwXyZa"
                        ],
                        "type": "string",
                        "name": "organization_id",
                        "description": "The organization member's organization ID",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Alex Chen"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "The organization member's name",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [
                          "alex.chen@acme.com"
                        ],
                        "type": "string",
                        "name": "email",
                        "description": "The organization member's email",
                        "optional": false,
                        "nullable": true
                      },
                      "image_url": {
                        "examples": [
                          "https://avatar-cdn.metorial.com/aimg_1234567890"
                        ],
                        "type": "string",
                        "name": "image_url",
                        "description": "The organization member's image URL",
                        "optional": false,
                        "nullable": false
                      },
                      "teams": {
                        "examples": [
                          [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ],
                            "properties": {
                              "id": {
                                "examples": [
                                  "tm_3eFgHjKlMnPqRsTu"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "The team ID",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Engineering"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "The team name",
                                "optional": false,
                                "nullable": false
                              },
                              "slug": {
                                "examples": [
                                  "engineering"
                                ],
                                "type": "string",
                                "name": "slug",
                                "description": "The team slug",
                                "optional": false,
                                "nullable": false
                              },
                              "assignment_id": {
                                "examples": [
                                  "tmas_8jKlMnPqRsTuVwXy"
                                ],
                                "type": "string",
                                "name": "assignment_id",
                                "description": "The team assignment ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "The team assignment creation date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "name": "updated_at",
                                "description": "The team assignment last update date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "name": "teams",
                            "description": "The teams the actor belongs to",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "The organization member's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The organization member's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer": {
                    "examples": [
                      {
                        "object": "consumer"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "items": {
            "examples": [
              [
                {},
                {}
              ]
            ],
            "items": [
              {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1162",
      "name": "assistant_message",
      "type": {
        "examples": [
          {
            "object": "assistant.message",
            "type": "root",
            "status": "pending",
            "model": {
              "object": "assistant.model",
              "provider": {
                "object": "assistant.model_provider"
              }
            },
            "request": {
              "object": "assistant.request",
              "status": "pending",
              "actor": {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              }
            },
            "items": [
              {},
              {}
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "assistant.message"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "conversation_item_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "root",
              "user",
              "assistant"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "waiting_for_user",
              "completed"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "assistant_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "parent_message_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "model": {
            "examples": [
              {
                "object": "assistant.model",
                "provider": {
                  "object": "assistant.model_provider"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "assistant.model"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "context_window": {
                "examples": [],
                "type": "number",
                "optional": false,
                "nullable": false
              },
              "provider": {
                "examples": [
                  {
                    "object": "assistant.model_provider"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "assistant.model_provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "request": {
            "examples": [
              {
                "object": "assistant.request",
                "status": "pending",
                "actor": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "assistant.request"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "pending",
                  "waiting_for_user",
                  "completed",
                  "cancelled",
                  "failed"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "actor": {
                "examples": [
                  {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "organization_actor",
                      "consumer",
                      "unknown"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "organization_actor": {
                    "examples": [
                      {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "organization.actor"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "omem_5fGhJkLmNpQrStUv"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The organization member's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "member",
                          "machine_access"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "The organization member's type",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_id": {
                        "examples": [
                          "org_7hNkPqRsTuVwXyZa"
                        ],
                        "type": "string",
                        "name": "organization_id",
                        "description": "The organization member's organization ID",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Alex Chen"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "The organization member's name",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [
                          "alex.chen@acme.com"
                        ],
                        "type": "string",
                        "name": "email",
                        "description": "The organization member's email",
                        "optional": false,
                        "nullable": true
                      },
                      "image_url": {
                        "examples": [
                          "https://avatar-cdn.metorial.com/aimg_1234567890"
                        ],
                        "type": "string",
                        "name": "image_url",
                        "description": "The organization member's image URL",
                        "optional": false,
                        "nullable": false
                      },
                      "teams": {
                        "examples": [
                          [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ],
                            "properties": {
                              "id": {
                                "examples": [
                                  "tm_3eFgHjKlMnPqRsTu"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "The team ID",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Engineering"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "The team name",
                                "optional": false,
                                "nullable": false
                              },
                              "slug": {
                                "examples": [
                                  "engineering"
                                ],
                                "type": "string",
                                "name": "slug",
                                "description": "The team slug",
                                "optional": false,
                                "nullable": false
                              },
                              "assignment_id": {
                                "examples": [
                                  "tmas_8jKlMnPqRsTuVwXy"
                                ],
                                "type": "string",
                                "name": "assignment_id",
                                "description": "The team assignment ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "The team assignment creation date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "name": "updated_at",
                                "description": "The team assignment last update date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "name": "teams",
                            "description": "The teams the actor belongs to",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "The organization member's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The organization member's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer": {
                    "examples": [
                      {
                        "object": "consumer"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "items": {
            "examples": [
              [
                {},
                {}
              ]
            ],
            "items": [
              {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1164",
      "name": "Body",
      "type": {
        "examples": [
          {
            "responses": [
              {},
              {}
            ]
          }
        ],
        "properties": {
          "responses": {
            "examples": [
              [
                {},
                {}
              ]
            ],
            "items": [
              {
                "examples": [
                  {}
                ],
                "properties": {
                  "tool_call_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "output": {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1165",
      "name": "assistant_message",
      "type": {
        "examples": [
          {
            "object": "assistant.message",
            "type": "root",
            "status": "pending",
            "model": {
              "object": "assistant.model",
              "provider": {
                "object": "assistant.model_provider"
              }
            },
            "request": {
              "object": "assistant.request",
              "status": "pending",
              "actor": {
                "type": "organization_actor",
                "organization_actor": {
                  "object": "organization.actor",
                  "id": "omem_5fGhJkLmNpQrStUv",
                  "type": "member",
                  "organization_id": "org_7hNkPqRsTuVwXyZa",
                  "name": "Alex Chen",
                  "email": "alex.chen@acme.com",
                  "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                  "teams": [
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    },
                    {
                      "id": "tm_3eFgHjKlMnPqRsTu",
                      "name": "Engineering",
                      "slug": "engineering",
                      "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                    }
                  ]
                },
                "consumer": {
                  "object": "consumer"
                }
              }
            },
            "items": [
              {},
              {}
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "assistant.message"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "conversation_item_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "type": {
            "examples": [
              "root",
              "user",
              "assistant"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "waiting_for_user",
              "completed"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "assistant_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "parent_message_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "model": {
            "examples": [
              {
                "object": "assistant.model",
                "provider": {
                  "object": "assistant.model_provider"
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "assistant.model"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "slug": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "context_window": {
                "examples": [],
                "type": "number",
                "optional": false,
                "nullable": false
              },
              "provider": {
                "examples": [
                  {
                    "object": "assistant.model_provider"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "assistant.model_provider"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "request": {
            "examples": [
              {
                "object": "assistant.request",
                "status": "pending",
                "actor": {
                  "type": "organization_actor",
                  "organization_actor": {
                    "object": "organization.actor",
                    "id": "omem_5fGhJkLmNpQrStUv",
                    "type": "member",
                    "organization_id": "org_7hNkPqRsTuVwXyZa",
                    "name": "Alex Chen",
                    "email": "alex.chen@acme.com",
                    "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                    "teams": [
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      },
                      {
                        "id": "tm_3eFgHjKlMnPqRsTu",
                        "name": "Engineering",
                        "slug": "engineering",
                        "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                      }
                    ]
                  },
                  "consumer": {
                    "object": "consumer"
                  }
                }
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "assistant.request"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "pending",
                  "waiting_for_user",
                  "completed",
                  "cancelled",
                  "failed"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "actor": {
                "examples": [
                  {
                    "type": "organization_actor",
                    "organization_actor": {
                      "object": "organization.actor",
                      "id": "omem_5fGhJkLmNpQrStUv",
                      "type": "member",
                      "organization_id": "org_7hNkPqRsTuVwXyZa",
                      "name": "Alex Chen",
                      "email": "alex.chen@acme.com",
                      "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                      "teams": [
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        },
                        {
                          "id": "tm_3eFgHjKlMnPqRsTu",
                          "name": "Engineering",
                          "slug": "engineering",
                          "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                        }
                      ]
                    },
                    "consumer": {
                      "object": "consumer"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "organization_actor",
                      "consumer",
                      "unknown"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "organization_actor": {
                    "examples": [
                      {
                        "object": "organization.actor",
                        "id": "omem_5fGhJkLmNpQrStUv",
                        "type": "member",
                        "organization_id": "org_7hNkPqRsTuVwXyZa",
                        "name": "Alex Chen",
                        "email": "alex.chen@acme.com",
                        "image_url": "https://avatar-cdn.metorial.com/aimg_1234567890",
                        "teams": [
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          },
                          {
                            "id": "tm_3eFgHjKlMnPqRsTu",
                            "name": "Engineering",
                            "slug": "engineering",
                            "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "organization.actor"
                        ],
                        "type": "literal",
                        "description": "String representing the object's type",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [
                          "omem_5fGhJkLmNpQrStUv"
                        ],
                        "type": "string",
                        "name": "id",
                        "description": "The organization member's unique identifier",
                        "optional": false,
                        "nullable": false
                      },
                      "type": {
                        "examples": [
                          "member",
                          "machine_access"
                        ],
                        "type": "enum",
                        "name": "type",
                        "description": "The organization member's type",
                        "optional": false,
                        "nullable": false
                      },
                      "organization_id": {
                        "examples": [
                          "org_7hNkPqRsTuVwXyZa"
                        ],
                        "type": "string",
                        "name": "organization_id",
                        "description": "The organization member's organization ID",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [
                          "Alex Chen"
                        ],
                        "type": "string",
                        "name": "name",
                        "description": "The organization member's name",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [
                          "alex.chen@acme.com"
                        ],
                        "type": "string",
                        "name": "email",
                        "description": "The organization member's email",
                        "optional": false,
                        "nullable": true
                      },
                      "image_url": {
                        "examples": [
                          "https://avatar-cdn.metorial.com/aimg_1234567890"
                        ],
                        "type": "string",
                        "name": "image_url",
                        "description": "The organization member's image URL",
                        "optional": false,
                        "nullable": false
                      },
                      "teams": {
                        "examples": [
                          [
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            },
                            {
                              "id": "tm_3eFgHjKlMnPqRsTu",
                              "name": "Engineering",
                              "slug": "engineering",
                              "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "id": "tm_3eFgHjKlMnPqRsTu",
                                "name": "Engineering",
                                "slug": "engineering",
                                "assignment_id": "tmas_8jKlMnPqRsTuVwXy"
                              }
                            ],
                            "properties": {
                              "id": {
                                "examples": [
                                  "tm_3eFgHjKlMnPqRsTu"
                                ],
                                "type": "string",
                                "name": "id",
                                "description": "The team ID",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [
                                  "Engineering"
                                ],
                                "type": "string",
                                "name": "name",
                                "description": "The team name",
                                "optional": false,
                                "nullable": false
                              },
                              "slug": {
                                "examples": [
                                  "engineering"
                                ],
                                "type": "string",
                                "name": "slug",
                                "description": "The team slug",
                                "optional": false,
                                "nullable": false
                              },
                              "assignment_id": {
                                "examples": [
                                  "tmas_8jKlMnPqRsTuVwXy"
                                ],
                                "type": "string",
                                "name": "assignment_id",
                                "description": "The team assignment ID",
                                "optional": false,
                                "nullable": false
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "name": "created_at",
                                "description": "The team assignment creation date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "name": "updated_at",
                                "description": "The team assignment last update date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "name": "teams",
                            "description": "The teams the actor belongs to",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "name": "created_at",
                        "description": "The organization member's creation date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "name": "updated_at",
                        "description": "The organization member's last update date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer": {
                    "examples": [
                      {
                        "object": "consumer"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": true
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "items": {
            "examples": [
              [
                {},
                {}
              ]
            ],
            "items": [
              {
                "examples": [
                  {}
                ],
                "items": [
                  {
                    "examples": [],
                    "type": "any",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "record",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1168",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "email": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1169",
      "name": "consumer",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "consumer"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "consumer"
                },
                {
                  "object": "consumer"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "consumer"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "consumer"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "email": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "image_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1171",
      "name": "consumer",
      "type": {
        "examples": [
          {
            "object": "consumer"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "consumer"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "email": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "image_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1173",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "email": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1174",
      "name": "consumer",
      "type": {
        "examples": [
          {
            "object": "consumer"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "consumer"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "email": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "image_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1176",
      "name": "Body",
      "type": {
        "examples": [
          {
            "surface_identifier": "cli"
          }
        ],
        "properties": {
          "surface_identifier": {
            "examples": [
              "cli"
            ],
            "type": "enum",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1177",
      "name": "consumer_and_profile",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "object": "consumer"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "consumer"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {
              "profile": {
                "examples": [],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "consumer.profile",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer.profile"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "consumer_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "invited"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "groups": [
                          {
                            "object": "consumer.profile.group_assignment",
                            "group": {
                              "object": "consumer.group",
                              "status": "active"
                            },
                            "assigned_via": "default"
                          },
                          {
                            "object": "consumer.profile.group_assignment",
                            "group": {
                              "object": "consumer.group",
                              "status": "active"
                            },
                            "assigned_via": "default"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "groups": {
                        "examples": [
                          [
                            {
                              "object": "consumer.profile.group_assignment",
                              "group": {
                                "object": "consumer.group",
                                "status": "active"
                              },
                              "assigned_via": "default"
                            },
                            {
                              "object": "consumer.profile.group_assignment",
                              "group": {
                                "object": "consumer.group",
                                "status": "active"
                              },
                              "assigned_via": "default"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "consumer.profile.group_assignment",
                                "group": {
                                  "object": "consumer.group",
                                  "status": "active"
                                },
                                "assigned_via": "default"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "consumer.profile.group_assignment"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "group": {
                                "examples": [
                                  {
                                    "object": "consumer.group",
                                    "status": "active"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "consumer.group"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "status": {
                                    "examples": [
                                      "active",
                                      "archived",
                                      "deleted"
                                    ],
                                    "type": "enum",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "description": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "is_default": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "sso_group_ids": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "assigned_via": {
                                "examples": [
                                  "default",
                                  "manual",
                                  "sso",
                                  "user"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "intersection",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1179",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "email": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1180",
      "name": "consumer",
      "type": {
        "examples": [
          {
            "object": "consumer"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "consumer"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "email": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "image_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1182",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {},
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1183",
      "name": "consumer.profile",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                null,
                null
              ]
            ],
            "items": [
              {
                "examples": [],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "consumer.profile",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer.profile"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "consumer_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "invited"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "groups": [
                          {
                            "object": "consumer.profile.group_assignment",
                            "group": {
                              "object": "consumer.group",
                              "status": "active"
                            },
                            "assigned_via": "default"
                          },
                          {
                            "object": "consumer.profile.group_assignment",
                            "group": {
                              "object": "consumer.group",
                              "status": "active"
                            },
                            "assigned_via": "default"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "groups": {
                        "examples": [
                          [
                            {
                              "object": "consumer.profile.group_assignment",
                              "group": {
                                "object": "consumer.group",
                                "status": "active"
                              },
                              "assigned_via": "default"
                            },
                            {
                              "object": "consumer.profile.group_assignment",
                              "group": {
                                "object": "consumer.group",
                                "status": "active"
                              },
                              "assigned_via": "default"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "consumer.profile.group_assignment",
                                "group": {
                                  "object": "consumer.group",
                                  "status": "active"
                                },
                                "assigned_via": "default"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "consumer.profile.group_assignment"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "group": {
                                "examples": [
                                  {
                                    "object": "consumer.group",
                                    "status": "active"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "consumer.group"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "status": {
                                    "examples": [
                                      "active",
                                      "archived",
                                      "deleted"
                                    ],
                                    "type": "enum",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "description": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "is_default": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "sso_group_ids": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "assigned_via": {
                                "examples": [
                                  "default",
                                  "manual",
                                  "sso",
                                  "user"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "intersection",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1185",
      "name": "consumer.profile",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "object": "consumer.profile",
                "status": "active"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "consumer.profile"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "consumer_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "invited"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "groups": [
                  {
                    "object": "consumer.profile.group_assignment",
                    "group": {
                      "object": "consumer.group",
                      "status": "active"
                    },
                    "assigned_via": "default"
                  },
                  {
                    "object": "consumer.profile.group_assignment",
                    "group": {
                      "object": "consumer.group",
                      "status": "active"
                    },
                    "assigned_via": "default"
                  }
                ]
              }
            ],
            "properties": {
              "groups": {
                "examples": [
                  [
                    {
                      "object": "consumer.profile.group_assignment",
                      "group": {
                        "object": "consumer.group",
                        "status": "active"
                      },
                      "assigned_via": "default"
                    },
                    {
                      "object": "consumer.profile.group_assignment",
                      "group": {
                        "object": "consumer.group",
                        "status": "active"
                      },
                      "assigned_via": "default"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "consumer.profile.group_assignment",
                        "group": {
                          "object": "consumer.group",
                          "status": "active"
                        },
                        "assigned_via": "default"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer.profile.group_assignment"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "group": {
                        "examples": [
                          {
                            "object": "consumer.group",
                            "status": "active"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer.group"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "sso_group_ids": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "assigned_via": {
                        "examples": [
                          "default",
                          "manual",
                          "sso",
                          "user"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1188",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {},
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1189",
      "name": "consumer.surface",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "consumer.surface",
                "status": "active",
                "skill_configuration": {},
                "auth": {
                  "object": "consumer.surface.auth"
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "consumer.surface",
                  "status": "active",
                  "skill_configuration": {},
                  "auth": {
                    "object": "consumer.surface.auth"
                  }
                },
                {
                  "object": "consumer.surface",
                  "status": "active",
                  "skill_configuration": {},
                  "auth": {
                    "object": "consumer.surface.auth"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "consumer.surface",
                    "status": "active",
                    "skill_configuration": {},
                    "auth": {
                      "object": "consumer.surface.auth"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "consumer.surface"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "allow_consumer_skill_authoring": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "allow_consumer_skill_publishing": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_configuration": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "allow_scripts": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "allowed_file_extensions": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "allow_non_standard_directories": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "auth": {
                    "examples": [
                      {
                        "object": "consumer.surface.auth"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer.surface.auth"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "session_expiry_time_in_seconds": {
                        "examples": [],
                        "type": "number",
                        "optional": false,
                        "nullable": false
                      },
                      "email_whitelist": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1191",
      "name": "consumer.surface",
      "type": {
        "examples": [
          {
            "object": "consumer.surface",
            "status": "active",
            "skill_configuration": {},
            "auth": {
              "object": "consumer.surface.auth"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "consumer.surface"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "allow_consumer_skill_authoring": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "allow_consumer_skill_publishing": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "skill_configuration": {
            "examples": [
              {}
            ],
            "properties": {
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "allow_scripts": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "allowed_file_extensions": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "allow_non_standard_directories": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "auth": {
            "examples": [
              {
                "object": "consumer.surface.auth"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "consumer.surface.auth"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "session_expiry_time_in_seconds": {
                "examples": [],
                "type": "number",
                "optional": false,
                "nullable": false
              },
              "email_whitelist": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1194",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {
              "search": {
                "examples": [],
                "type": "string",
                "description": "Search by name or description",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1195",
      "name": "portal",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "portal",
                "status": "active",
                "skill_configuration": {
                  "object": "portal.skill_configuration"
                },
                "auth": {
                  "object": "portal.auth",
                  "allowed_redirect_url_filters": [
                    {},
                    {}
                  ]
                },
                "urls": [
                  {
                    "type": "default"
                  },
                  {
                    "type": "default"
                  }
                ]
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "portal",
                  "status": "active",
                  "skill_configuration": {
                    "object": "portal.skill_configuration"
                  },
                  "auth": {
                    "object": "portal.auth",
                    "allowed_redirect_url_filters": [
                      {},
                      {}
                    ]
                  },
                  "urls": [
                    {
                      "type": "default"
                    },
                    {
                      "type": "default"
                    }
                  ]
                },
                {
                  "object": "portal",
                  "status": "active",
                  "skill_configuration": {
                    "object": "portal.skill_configuration"
                  },
                  "auth": {
                    "object": "portal.auth",
                    "allowed_redirect_url_filters": [
                      {},
                      {}
                    ]
                  },
                  "urls": [
                    {
                      "type": "default"
                    },
                    {
                      "type": "default"
                    }
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "portal",
                    "status": "active",
                    "skill_configuration": {
                      "object": "portal.skill_configuration"
                    },
                    "auth": {
                      "object": "portal.auth",
                      "allowed_redirect_url_filters": [
                        {},
                        {}
                      ]
                    },
                    "urls": [
                      {
                        "type": "default"
                      },
                      {
                        "type": "default"
                      }
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "portal"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "slug": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "allow_consumer_skill_authoring": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "allow_consumer_skill_publishing": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_configuration": {
                    "examples": [
                      {
                        "object": "portal.skill_configuration"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "portal.skill_configuration"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "allow_scripts": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "allowed_file_extensions": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "allow_non_standard_directories": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "auth": {
                    "examples": [
                      {
                        "object": "portal.auth",
                        "allowed_redirect_url_filters": [
                          {},
                          {}
                        ]
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "portal.auth"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "session_expiry_time_in_seconds": {
                        "examples": [],
                        "type": "number",
                        "optional": false,
                        "nullable": false
                      },
                      "allowed_redirect_url_filters": {
                        "examples": [
                          [
                            {},
                            {}
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {}
                            ],
                            "properties": {
                              "url": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "urls": {
                    "examples": [
                      [
                        {
                          "type": "default"
                        },
                        {
                          "type": "default"
                        }
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "default"
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "default"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "url": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1197",
      "name": "portal",
      "type": {
        "examples": [
          {
            "object": "portal",
            "status": "active",
            "skill_configuration": {
              "object": "portal.skill_configuration"
            },
            "auth": {
              "object": "portal.auth",
              "allowed_redirect_url_filters": [
                {},
                {}
              ]
            },
            "urls": [
              {
                "type": "default"
              },
              {
                "type": "default"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "portal"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "allow_consumer_skill_authoring": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "allow_consumer_skill_publishing": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "skill_configuration": {
            "examples": [
              {
                "object": "portal.skill_configuration"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "portal.skill_configuration"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "allow_scripts": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "allowed_file_extensions": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "allow_non_standard_directories": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "auth": {
            "examples": [
              {
                "object": "portal.auth",
                "allowed_redirect_url_filters": [
                  {},
                  {}
                ]
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "portal.auth"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "session_expiry_time_in_seconds": {
                "examples": [],
                "type": "number",
                "optional": false,
                "nullable": false
              },
              "allowed_redirect_url_filters": {
                "examples": [
                  [
                    {},
                    {}
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "urls": {
            "examples": [
              [
                {
                  "type": "default"
                },
                {
                  "type": "default"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "default"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "default"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1199",
      "name": "Body",
      "type": {
        "examples": [
          {
            "allowed_redirect_url_filters": [
              {},
              {}
            ]
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "allowed_redirect_url_filters": {
            "examples": [
              [
                {},
                {}
              ]
            ],
            "items": [
              {
                "examples": [
                  {}
                ],
                "properties": {
                  "url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          },
          "session_expiry_time_in_seconds": {
            "examples": [],
            "type": "number",
            "optional": true,
            "nullable": false
          },
          "allow_consumer_skill_authoring": {
            "examples": [],
            "type": "boolean",
            "optional": true,
            "nullable": false
          },
          "allow_consumer_skill_publishing": {
            "examples": [],
            "type": "boolean",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1200",
      "name": "portal",
      "type": {
        "examples": [
          {
            "object": "portal",
            "status": "active",
            "skill_configuration": {
              "object": "portal.skill_configuration"
            },
            "auth": {
              "object": "portal.auth",
              "allowed_redirect_url_filters": [
                {},
                {}
              ]
            },
            "urls": [
              {
                "type": "default"
              },
              {
                "type": "default"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "portal"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "allow_consumer_skill_authoring": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "allow_consumer_skill_publishing": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "skill_configuration": {
            "examples": [
              {
                "object": "portal.skill_configuration"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "portal.skill_configuration"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "allow_scripts": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "allowed_file_extensions": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "allow_non_standard_directories": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "auth": {
            "examples": [
              {
                "object": "portal.auth",
                "allowed_redirect_url_filters": [
                  {},
                  {}
                ]
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "portal.auth"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "session_expiry_time_in_seconds": {
                "examples": [],
                "type": "number",
                "optional": false,
                "nullable": false
              },
              "allowed_redirect_url_filters": {
                "examples": [
                  [
                    {},
                    {}
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "urls": {
            "examples": [
              [
                {
                  "type": "default"
                },
                {
                  "type": "default"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "default"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "default"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1202",
      "name": "Body",
      "type": {
        "examples": [
          {
            "allowed_redirect_url_filters": [
              {},
              {}
            ],
            "skill_configuration": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "allowed_redirect_url_filters": {
            "examples": [
              [
                {},
                {}
              ]
            ],
            "items": [
              {
                "examples": [
                  {}
                ],
                "properties": {
                  "url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          },
          "session_expiry_time_in_seconds": {
            "examples": [],
            "type": "number",
            "optional": true,
            "nullable": false
          },
          "allow_consumer_skill_authoring": {
            "examples": [],
            "type": "boolean",
            "optional": true,
            "nullable": false
          },
          "allow_consumer_skill_publishing": {
            "examples": [],
            "type": "boolean",
            "optional": true,
            "nullable": false
          },
          "skill_configuration": {
            "examples": [
              {}
            ],
            "properties": {
              "allow_scripts": {
                "examples": [],
                "type": "boolean",
                "optional": true,
                "nullable": false
              },
              "allowed_file_extensions": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": true,
                "nullable": true
              },
              "allow_non_standard_directories": {
                "examples": [],
                "type": "boolean",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1203",
      "name": "portal",
      "type": {
        "examples": [
          {
            "object": "portal",
            "status": "active",
            "skill_configuration": {
              "object": "portal.skill_configuration"
            },
            "auth": {
              "object": "portal.auth",
              "allowed_redirect_url_filters": [
                {},
                {}
              ]
            },
            "urls": [
              {
                "type": "default"
              },
              {
                "type": "default"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "portal"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "allow_consumer_skill_authoring": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "allow_consumer_skill_publishing": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "skill_configuration": {
            "examples": [
              {
                "object": "portal.skill_configuration"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "portal.skill_configuration"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "allow_scripts": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "allowed_file_extensions": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "allow_non_standard_directories": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "auth": {
            "examples": [
              {
                "object": "portal.auth",
                "allowed_redirect_url_filters": [
                  {},
                  {}
                ]
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "portal.auth"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "session_expiry_time_in_seconds": {
                "examples": [],
                "type": "number",
                "optional": false,
                "nullable": false
              },
              "allowed_redirect_url_filters": {
                "examples": [
                  [
                    {},
                    {}
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "urls": {
            "examples": [
              [
                {
                  "type": "default"
                },
                {
                  "type": "default"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "default"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "default"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1205",
      "name": "portal",
      "type": {
        "examples": [
          {
            "object": "portal",
            "status": "active",
            "skill_configuration": {
              "object": "portal.skill_configuration"
            },
            "auth": {
              "object": "portal.auth",
              "allowed_redirect_url_filters": [
                {},
                {}
              ]
            },
            "urls": [
              {
                "type": "default"
              },
              {
                "type": "default"
              }
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "portal"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "allow_consumer_skill_authoring": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "allow_consumer_skill_publishing": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "skill_configuration": {
            "examples": [
              {
                "object": "portal.skill_configuration"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "portal.skill_configuration"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "allow_scripts": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "allowed_file_extensions": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "allow_non_standard_directories": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "auth": {
            "examples": [
              {
                "object": "portal.auth",
                "allowed_redirect_url_filters": [
                  {},
                  {}
                ]
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "portal.auth"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "session_expiry_time_in_seconds": {
                "examples": [],
                "type": "number",
                "optional": false,
                "nullable": false
              },
              "allowed_redirect_url_filters": {
                "examples": [
                  [
                    {},
                    {}
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "urls": {
            "examples": [
              [
                {
                  "type": "default"
                },
                {
                  "type": "default"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "default"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "default"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1208",
      "name": "portal.auth.app",
      "type": {
        "examples": [
          {
            "object": "portal.auth.app"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "portal.auth.app"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "description": "The Ares app identifier for this portal.",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "description": "The Ares app slug.",
            "optional": false,
            "nullable": true
          },
          "email_whitelist": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "description": "Allowed email whitelist entries in the format \"*@domain\", \"domain\", or \"email@domain\".",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1210",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "email_whitelist": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1211",
      "name": "portal.auth.app",
      "type": {
        "examples": [
          {
            "object": "portal.auth.app"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "portal.auth.app"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "description": "The Ares app identifier for this portal.",
            "optional": false,
            "nullable": false
          },
          "slug": {
            "examples": [],
            "type": "string",
            "description": "The Ares app slug.",
            "optional": false,
            "nullable": true
          },
          "email_whitelist": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "description": "Allowed email whitelist entries in the format \"*@domain\", \"domain\", or \"email@domain\".",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1213",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {},
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1214",
      "name": "portal.auth.sso_tenant",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "portal.auth.sso_tenant",
                "status": "pending",
                "counts": {}
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "portal.auth.sso_tenant",
                  "status": "pending",
                  "counts": {}
                },
                {
                  "object": "portal.auth.sso_tenant",
                  "status": "pending",
                  "counts": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "portal.auth.sso_tenant",
                    "status": "pending",
                    "counts": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "portal.auth.sso_tenant"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "pending",
                      "completed"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "client_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "counts": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "connections": {
                        "examples": [],
                        "type": "number",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1216",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1217",
      "name": "portal.auth.sso_tenant",
      "type": {
        "examples": [
          {
            "object": "portal.auth.sso_tenant",
            "status": "pending",
            "counts": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "portal.auth.sso_tenant"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "completed"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "client_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "counts": {
            "examples": [
              {}
            ],
            "properties": {
              "connections": {
                "examples": [],
                "type": "number",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1219",
      "name": "portal.auth.sso_tenant_setup",
      "type": {
        "examples": [
          {
            "object": "portal.auth.sso_tenant_setup"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "portal.auth.sso_tenant_setup"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1221",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {}
            ],
            "properties": {},
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1222",
      "name": "portal.auth.sso_connection",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "portal.auth.sso_connection",
                "provider_type": "saml"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "portal.auth.sso_connection",
                  "provider_type": "saml"
                },
                {
                  "object": "portal.auth.sso_connection",
                  "provider_type": "saml"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "portal.auth.sso_connection",
                    "provider_type": "saml"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "portal.auth.sso_connection"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_type": {
                    "examples": [
                      "saml",
                      "oidc"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1225",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "type": "provider_template"
              }
            ],
            "properties": {
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "consumer_group_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_template_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "magic_mcp_server_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "skill_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "skill_template_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "skill_group_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "skill_marketplace_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "consumer_access_listing_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "type": {
                "examples": [
                  "provider_template",
                  "magic_mcp_server",
                  "skill",
                  "skill_template",
                  "skill_group",
                  "skill_marketplace",
                  [
                    "provider_template",
                    "provider_template"
                  ],
                  [
                    "magic_mcp_server",
                    "magic_mcp_server"
                  ],
                  [
                    "skill",
                    "skill"
                  ],
                  [
                    "skill_template",
                    "skill_template"
                  ],
                  [
                    "skill_group",
                    "skill_group"
                  ],
                  [
                    "skill_marketplace",
                    "skill_marketplace"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "provider_template",
                      "magic_mcp_server",
                      "skill",
                      "skill_template",
                      "skill_group",
                      "skill_marketplace"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "provider_template",
                        "provider_template"
                      ],
                      [
                        "magic_mcp_server",
                        "magic_mcp_server"
                      ],
                      [
                        "skill",
                        "skill"
                      ],
                      [
                        "skill_template",
                        "skill_template"
                      ],
                      [
                        "skill_group",
                        "skill_group"
                      ],
                      [
                        "skill_marketplace",
                        "skill_marketplace"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "provider_template",
                          "magic_mcp_server",
                          "skill",
                          "skill_template",
                          "skill_group",
                          "skill_marketplace"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1226",
      "name": "consumer.access",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "consumer.access",
                "listing": {},
                "access": {
                  "type": "provider_template",
                  "provider_template": {
                    "object": "provider.template#preview",
                    "status": "active",
                    "metadata": {}
                  }
                },
                "consumer_group": {
                  "object": "consumer.group",
                  "status": "active"
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "consumer.access",
                  "listing": {},
                  "access": {
                    "type": "provider_template",
                    "provider_template": {
                      "object": "provider.template#preview",
                      "status": "active",
                      "metadata": {}
                    }
                  },
                  "consumer_group": {
                    "object": "consumer.group",
                    "status": "active"
                  }
                },
                {
                  "object": "consumer.access",
                  "listing": {},
                  "access": {
                    "type": "provider_template",
                    "provider_template": {
                      "object": "provider.template#preview",
                      "status": "active",
                      "metadata": {}
                    }
                  },
                  "consumer_group": {
                    "object": "consumer.group",
                    "status": "active"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "consumer.access",
                    "listing": {},
                    "access": {
                      "type": "provider_template",
                      "provider_template": {
                        "object": "provider.template#preview",
                        "status": "active",
                        "metadata": {}
                      }
                    },
                    "consumer_group": {
                      "object": "consumer.group",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "consumer.access"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "readme": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "listing": {
                    "examples": [
                      {}
                    ],
                    "properties": {
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": true
                  },
                  "access": {
                    "examples": [
                      {
                        "type": "provider_template",
                        "provider_template": {
                          "object": "provider.template#preview",
                          "status": "active",
                          "metadata": {}
                        }
                      },
                      {
                        "type": "magic_mcp_server",
                        "magic_mcp_server": {
                          "object": "magic_mcp.server#preview",
                          "status": "active"
                        }
                      },
                      {
                        "type": "skill",
                        "skill": {
                          "object": "skill",
                          "status": "active"
                        }
                      },
                      {
                        "type": "skill_template",
                        "skill_template": {
                          "object": "skill.template",
                          "status": "active",
                          "owner": "system"
                        }
                      },
                      {
                        "type": "skill_group",
                        "skill_group": {
                          "object": "skill.group",
                          "status": "active"
                        }
                      },
                      {
                        "type": "skill_marketplace",
                        "skill_marketplace": {
                          "object": "skill.marketplace",
                          "status": "active"
                        }
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "provider_template",
                            "provider_template": {
                              "object": "provider.template#preview",
                              "status": "active",
                              "metadata": {}
                            }
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "provider_template"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_template": {
                            "examples": [
                              {
                                "object": "provider.template#preview",
                                "status": "active",
                                "metadata": {}
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.template#preview"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "optional": false,
                                "nullable": false
                              },
                              "integration_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "magic_mcp_server",
                            "magic_mcp_server": {
                              "object": "magic_mcp.server#preview",
                              "status": "active"
                            }
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "magic_mcp_server"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "magic_mcp_server": {
                            "examples": [
                              {
                                "object": "magic_mcp.server#preview",
                                "status": "active"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "magic_mcp.server#preview"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "description": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "skill",
                            "skill": {
                              "object": "skill",
                              "status": "active"
                            }
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "skill"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "skill": {
                            "examples": [
                              {
                                "object": "skill",
                                "status": "active"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "skill"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "skill_template",
                            "skill_template": {
                              "object": "skill.template",
                              "status": "active",
                              "owner": "system"
                            }
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "skill_template"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "skill_template": {
                            "examples": [
                              {
                                "object": "skill.template",
                                "status": "active",
                                "owner": "system"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "skill.template"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "owner": {
                                "examples": [
                                  "system",
                                  "tenant"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "skill_group",
                            "skill_group": {
                              "object": "skill.group",
                              "status": "active"
                            }
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "skill_group"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "skill_group": {
                            "examples": [
                              {
                                "object": "skill.group",
                                "status": "active"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "skill.group"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "skill_marketplace",
                            "skill_marketplace": {
                              "object": "skill.marketplace",
                              "status": "active"
                            }
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "skill_marketplace"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "skill_marketplace": {
                            "examples": [
                              {
                                "object": "skill.marketplace",
                                "status": "active"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "skill.marketplace"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  },
                  "consumer_group": {
                    "examples": [
                      {
                        "object": "consumer.group",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer.group"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "is_default": {
                        "examples": [],
                        "type": "boolean",
                        "optional": false,
                        "nullable": false
                      },
                      "sso_group_ids": {
                        "examples": [],
                        "items": [
                          {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1228",
      "name": "consumer.access",
      "type": {
        "examples": [
          {
            "object": "consumer.access",
            "listing": {},
            "access": {
              "type": "provider_template",
              "provider_template": {
                "object": "provider.template#preview",
                "status": "active",
                "metadata": {}
              }
            },
            "consumer_group": {
              "object": "consumer.group",
              "status": "active"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "consumer.access"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "readme": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "listing": {
            "examples": [
              {}
            ],
            "properties": {
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "access": {
            "examples": [
              {
                "type": "provider_template",
                "provider_template": {
                  "object": "provider.template#preview",
                  "status": "active",
                  "metadata": {}
                }
              },
              {
                "type": "magic_mcp_server",
                "magic_mcp_server": {
                  "object": "magic_mcp.server#preview",
                  "status": "active"
                }
              },
              {
                "type": "skill",
                "skill": {
                  "object": "skill",
                  "status": "active"
                }
              },
              {
                "type": "skill_template",
                "skill_template": {
                  "object": "skill.template",
                  "status": "active",
                  "owner": "system"
                }
              },
              {
                "type": "skill_group",
                "skill_group": {
                  "object": "skill.group",
                  "status": "active"
                }
              },
              {
                "type": "skill_marketplace",
                "skill_marketplace": {
                  "object": "skill.marketplace",
                  "status": "active"
                }
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "provider_template",
                    "provider_template": {
                      "object": "provider.template#preview",
                      "status": "active",
                      "metadata": {}
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "provider_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_template": {
                    "examples": [
                      {
                        "object": "provider.template#preview",
                        "status": "active",
                        "metadata": {}
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.template#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": false
                      },
                      "integration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "magic_mcp_server",
                    "magic_mcp_server": {
                      "object": "magic_mcp.server#preview",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "magic_mcp_server"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server": {
                    "examples": [
                      {
                        "object": "magic_mcp.server#preview",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "magic_mcp.server#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill",
                    "skill": {
                      "object": "skill",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill": {
                    "examples": [
                      {
                        "object": "skill",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_template",
                    "skill_template": {
                      "object": "skill.template",
                      "status": "active",
                      "owner": "system"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_template": {
                    "examples": [
                      {
                        "object": "skill.template",
                        "status": "active",
                        "owner": "system"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.template"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "owner": {
                        "examples": [
                          "system",
                          "tenant"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_group",
                    "skill_group": {
                      "object": "skill.group",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_group"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_group": {
                    "examples": [
                      {
                        "object": "skill.group",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.group"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_marketplace",
                    "skill_marketplace": {
                      "object": "skill.marketplace",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_marketplace"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_marketplace": {
                    "examples": [
                      {
                        "object": "skill.marketplace",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.marketplace"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": false
          },
          "consumer_group": {
            "examples": [
              {
                "object": "consumer.group",
                "status": "active"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "consumer.group"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "sso_group_ids": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1230",
      "name": "Body",
      "type": {
        "examples": [
          {
            "access": {
              "type": "provider_template"
            }
          }
        ],
        "properties": {
          "consumer_group_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "readme": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "access": {
            "examples": [
              {
                "type": "provider_template"
              },
              {
                "type": "magic_mcp_server"
              },
              {
                "type": "skill"
              },
              {
                "type": "skill_template"
              },
              {
                "type": "skill_group"
              },
              {
                "type": "skill_marketplace"
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "provider_template"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "provider_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_template_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "magic_mcp_server"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "magic_mcp_server"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_template"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_template_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_group"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_group"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_group_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_marketplace"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_marketplace"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_marketplace_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1231",
      "name": "consumer.access",
      "type": {
        "examples": [
          {
            "object": "consumer.access",
            "listing": {},
            "access": {
              "type": "provider_template",
              "provider_template": {
                "object": "provider.template#preview",
                "status": "active",
                "metadata": {}
              }
            },
            "consumer_group": {
              "object": "consumer.group",
              "status": "active"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "consumer.access"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "readme": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "listing": {
            "examples": [
              {}
            ],
            "properties": {
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "access": {
            "examples": [
              {
                "type": "provider_template",
                "provider_template": {
                  "object": "provider.template#preview",
                  "status": "active",
                  "metadata": {}
                }
              },
              {
                "type": "magic_mcp_server",
                "magic_mcp_server": {
                  "object": "magic_mcp.server#preview",
                  "status": "active"
                }
              },
              {
                "type": "skill",
                "skill": {
                  "object": "skill",
                  "status": "active"
                }
              },
              {
                "type": "skill_template",
                "skill_template": {
                  "object": "skill.template",
                  "status": "active",
                  "owner": "system"
                }
              },
              {
                "type": "skill_group",
                "skill_group": {
                  "object": "skill.group",
                  "status": "active"
                }
              },
              {
                "type": "skill_marketplace",
                "skill_marketplace": {
                  "object": "skill.marketplace",
                  "status": "active"
                }
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "provider_template",
                    "provider_template": {
                      "object": "provider.template#preview",
                      "status": "active",
                      "metadata": {}
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "provider_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_template": {
                    "examples": [
                      {
                        "object": "provider.template#preview",
                        "status": "active",
                        "metadata": {}
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.template#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": false
                      },
                      "integration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "magic_mcp_server",
                    "magic_mcp_server": {
                      "object": "magic_mcp.server#preview",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "magic_mcp_server"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server": {
                    "examples": [
                      {
                        "object": "magic_mcp.server#preview",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "magic_mcp.server#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill",
                    "skill": {
                      "object": "skill",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill": {
                    "examples": [
                      {
                        "object": "skill",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_template",
                    "skill_template": {
                      "object": "skill.template",
                      "status": "active",
                      "owner": "system"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_template": {
                    "examples": [
                      {
                        "object": "skill.template",
                        "status": "active",
                        "owner": "system"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.template"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "owner": {
                        "examples": [
                          "system",
                          "tenant"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_group",
                    "skill_group": {
                      "object": "skill.group",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_group"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_group": {
                    "examples": [
                      {
                        "object": "skill.group",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.group"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_marketplace",
                    "skill_marketplace": {
                      "object": "skill.marketplace",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_marketplace"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_marketplace": {
                    "examples": [
                      {
                        "object": "skill.marketplace",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.marketplace"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": false
          },
          "consumer_group": {
            "examples": [
              {
                "object": "consumer.group",
                "status": "active"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "consumer.group"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "sso_group_ids": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1233",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "readme": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1234",
      "name": "consumer.access",
      "type": {
        "examples": [
          {
            "object": "consumer.access",
            "listing": {},
            "access": {
              "type": "provider_template",
              "provider_template": {
                "object": "provider.template#preview",
                "status": "active",
                "metadata": {}
              }
            },
            "consumer_group": {
              "object": "consumer.group",
              "status": "active"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "consumer.access"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "readme": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "listing": {
            "examples": [
              {}
            ],
            "properties": {
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "access": {
            "examples": [
              {
                "type": "provider_template",
                "provider_template": {
                  "object": "provider.template#preview",
                  "status": "active",
                  "metadata": {}
                }
              },
              {
                "type": "magic_mcp_server",
                "magic_mcp_server": {
                  "object": "magic_mcp.server#preview",
                  "status": "active"
                }
              },
              {
                "type": "skill",
                "skill": {
                  "object": "skill",
                  "status": "active"
                }
              },
              {
                "type": "skill_template",
                "skill_template": {
                  "object": "skill.template",
                  "status": "active",
                  "owner": "system"
                }
              },
              {
                "type": "skill_group",
                "skill_group": {
                  "object": "skill.group",
                  "status": "active"
                }
              },
              {
                "type": "skill_marketplace",
                "skill_marketplace": {
                  "object": "skill.marketplace",
                  "status": "active"
                }
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "provider_template",
                    "provider_template": {
                      "object": "provider.template#preview",
                      "status": "active",
                      "metadata": {}
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "provider_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_template": {
                    "examples": [
                      {
                        "object": "provider.template#preview",
                        "status": "active",
                        "metadata": {}
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.template#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": false
                      },
                      "integration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "magic_mcp_server",
                    "magic_mcp_server": {
                      "object": "magic_mcp.server#preview",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "magic_mcp_server"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server": {
                    "examples": [
                      {
                        "object": "magic_mcp.server#preview",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "magic_mcp.server#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill",
                    "skill": {
                      "object": "skill",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill": {
                    "examples": [
                      {
                        "object": "skill",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_template",
                    "skill_template": {
                      "object": "skill.template",
                      "status": "active",
                      "owner": "system"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_template": {
                    "examples": [
                      {
                        "object": "skill.template",
                        "status": "active",
                        "owner": "system"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.template"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "owner": {
                        "examples": [
                          "system",
                          "tenant"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_group",
                    "skill_group": {
                      "object": "skill.group",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_group"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_group": {
                    "examples": [
                      {
                        "object": "skill.group",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.group"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_marketplace",
                    "skill_marketplace": {
                      "object": "skill.marketplace",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_marketplace"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_marketplace": {
                    "examples": [
                      {
                        "object": "skill.marketplace",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.marketplace"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": false
          },
          "consumer_group": {
            "examples": [
              {
                "object": "consumer.group",
                "status": "active"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "consumer.group"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "sso_group_ids": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1236",
      "name": "consumer.access",
      "type": {
        "examples": [
          {
            "object": "consumer.access",
            "listing": {},
            "access": {
              "type": "provider_template",
              "provider_template": {
                "object": "provider.template#preview",
                "status": "active",
                "metadata": {}
              }
            },
            "consumer_group": {
              "object": "consumer.group",
              "status": "active"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "consumer.access"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "readme": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "listing": {
            "examples": [
              {}
            ],
            "properties": {
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": true
          },
          "access": {
            "examples": [
              {
                "type": "provider_template",
                "provider_template": {
                  "object": "provider.template#preview",
                  "status": "active",
                  "metadata": {}
                }
              },
              {
                "type": "magic_mcp_server",
                "magic_mcp_server": {
                  "object": "magic_mcp.server#preview",
                  "status": "active"
                }
              },
              {
                "type": "skill",
                "skill": {
                  "object": "skill",
                  "status": "active"
                }
              },
              {
                "type": "skill_template",
                "skill_template": {
                  "object": "skill.template",
                  "status": "active",
                  "owner": "system"
                }
              },
              {
                "type": "skill_group",
                "skill_group": {
                  "object": "skill.group",
                  "status": "active"
                }
              },
              {
                "type": "skill_marketplace",
                "skill_marketplace": {
                  "object": "skill.marketplace",
                  "status": "active"
                }
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "provider_template",
                    "provider_template": {
                      "object": "provider.template#preview",
                      "status": "active",
                      "metadata": {}
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "provider_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_template": {
                    "examples": [
                      {
                        "object": "provider.template#preview",
                        "status": "active",
                        "metadata": {}
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.template#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": false
                      },
                      "integration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "magic_mcp_server",
                    "magic_mcp_server": {
                      "object": "magic_mcp.server#preview",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "magic_mcp_server"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server": {
                    "examples": [
                      {
                        "object": "magic_mcp.server#preview",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "magic_mcp.server#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill",
                    "skill": {
                      "object": "skill",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill": {
                    "examples": [
                      {
                        "object": "skill",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_template",
                    "skill_template": {
                      "object": "skill.template",
                      "status": "active",
                      "owner": "system"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_template": {
                    "examples": [
                      {
                        "object": "skill.template",
                        "status": "active",
                        "owner": "system"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.template"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "owner": {
                        "examples": [
                          "system",
                          "tenant"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_group",
                    "skill_group": {
                      "object": "skill.group",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_group"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_group": {
                    "examples": [
                      {
                        "object": "skill.group",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.group"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_marketplace",
                    "skill_marketplace": {
                      "object": "skill.marketplace",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_marketplace"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_marketplace": {
                    "examples": [
                      {
                        "object": "skill.marketplace",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.marketplace"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": false
          },
          "consumer_group": {
            "examples": [
              {
                "object": "consumer.group",
                "status": "active"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "consumer.group"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "description": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              },
              "is_default": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "sso_group_ids": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1239",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "type": "provider_template"
              }
            ],
            "properties": {
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "consumer_surface_provider_group_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "provider_template_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "magic_mcp_server_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "skill_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "skill_template_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "skill_group_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "skill_marketplace_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "type": {
                "examples": [
                  "provider_template",
                  "magic_mcp_server",
                  "skill",
                  "skill_template",
                  "skill_group",
                  "skill_marketplace",
                  [
                    "provider_template",
                    "provider_template"
                  ],
                  [
                    "magic_mcp_server",
                    "magic_mcp_server"
                  ],
                  [
                    "skill",
                    "skill"
                  ],
                  [
                    "skill_template",
                    "skill_template"
                  ],
                  [
                    "skill_group",
                    "skill_group"
                  ],
                  [
                    "skill_marketplace",
                    "skill_marketplace"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "provider_template",
                      "magic_mcp_server",
                      "skill",
                      "skill_template",
                      "skill_group",
                      "skill_marketplace"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "provider_template",
                        "provider_template"
                      ],
                      [
                        "magic_mcp_server",
                        "magic_mcp_server"
                      ],
                      [
                        "skill",
                        "skill"
                      ],
                      [
                        "skill_template",
                        "skill_template"
                      ],
                      [
                        "skill_group",
                        "skill_group"
                      ],
                      [
                        "skill_marketplace",
                        "skill_marketplace"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "provider_template",
                          "magic_mcp_server",
                          "skill",
                          "skill_template",
                          "skill_group",
                          "skill_marketplace"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1240",
      "name": "consumer.access_listing",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "consumer.access_listing",
                "access": {
                  "type": "provider_template",
                  "provider_template": {
                    "object": "provider.template#preview",
                    "status": "active",
                    "metadata": {}
                  }
                },
                "groups": [
                  {},
                  {}
                ]
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "consumer.access_listing",
                  "access": {
                    "type": "provider_template",
                    "provider_template": {
                      "object": "provider.template#preview",
                      "status": "active",
                      "metadata": {}
                    }
                  },
                  "groups": [
                    {},
                    {}
                  ]
                },
                {
                  "object": "consumer.access_listing",
                  "access": {
                    "type": "provider_template",
                    "provider_template": {
                      "object": "provider.template#preview",
                      "status": "active",
                      "metadata": {}
                    }
                  },
                  "groups": [
                    {},
                    {}
                  ]
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "consumer.access_listing",
                    "access": {
                      "type": "provider_template",
                      "provider_template": {
                        "object": "provider.template#preview",
                        "status": "active",
                        "metadata": {}
                      }
                    },
                    "groups": [
                      {},
                      {}
                    ]
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "consumer.access_listing"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "readme": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "access": {
                    "examples": [
                      {
                        "type": "provider_template",
                        "provider_template": {
                          "object": "provider.template#preview",
                          "status": "active",
                          "metadata": {}
                        }
                      },
                      {
                        "type": "magic_mcp_server",
                        "magic_mcp_server": {
                          "object": "magic_mcp.server#preview",
                          "status": "active"
                        }
                      },
                      {
                        "type": "skill",
                        "skill": {
                          "object": "skill",
                          "status": "active"
                        }
                      },
                      {
                        "type": "skill_template",
                        "skill_template": {
                          "object": "skill.template",
                          "status": "active",
                          "owner": "system"
                        }
                      },
                      {
                        "type": "skill_group",
                        "skill_group": {
                          "object": "skill.group",
                          "status": "active"
                        }
                      },
                      {
                        "type": "skill_marketplace",
                        "skill_marketplace": {
                          "object": "skill.marketplace",
                          "status": "active"
                        }
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "provider_template",
                            "provider_template": {
                              "object": "provider.template#preview",
                              "status": "active",
                              "metadata": {}
                            }
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "provider_template"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_template": {
                            "examples": [
                              {
                                "object": "provider.template#preview",
                                "status": "active",
                                "metadata": {}
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.template#preview"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "optional": false,
                                "nullable": false
                              },
                              "integration_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "magic_mcp_server",
                            "magic_mcp_server": {
                              "object": "magic_mcp.server#preview",
                              "status": "active"
                            }
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "magic_mcp_server"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "magic_mcp_server": {
                            "examples": [
                              {
                                "object": "magic_mcp.server#preview",
                                "status": "active"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "magic_mcp.server#preview"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "description": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "skill",
                            "skill": {
                              "object": "skill",
                              "status": "active"
                            }
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "skill"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "skill": {
                            "examples": [
                              {
                                "object": "skill",
                                "status": "active"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "skill"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "skill_template",
                            "skill_template": {
                              "object": "skill.template",
                              "status": "active",
                              "owner": "system"
                            }
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "skill_template"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "skill_template": {
                            "examples": [
                              {
                                "object": "skill.template",
                                "status": "active",
                                "owner": "system"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "skill.template"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "owner": {
                                "examples": [
                                  "system",
                                  "tenant"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "skill_group",
                            "skill_group": {
                              "object": "skill.group",
                              "status": "active"
                            }
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "skill_group"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "skill_group": {
                            "examples": [
                              {
                                "object": "skill.group",
                                "status": "active"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "skill.group"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "skill_marketplace",
                            "skill_marketplace": {
                              "object": "skill.marketplace",
                              "status": "active"
                            }
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "skill_marketplace"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "skill_marketplace": {
                            "examples": [
                              {
                                "object": "skill.marketplace",
                                "status": "active"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "skill.marketplace"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  },
                  "groups": {
                    "examples": [
                      [
                        {},
                        {}
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          {}
                        ],
                        "properties": {
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "index": {
                            "examples": [],
                            "type": "number",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1242",
      "name": "consumer.access_listing",
      "type": {
        "examples": [
          {
            "object": "consumer.access_listing",
            "access": {
              "type": "provider_template",
              "provider_template": {
                "object": "provider.template#preview",
                "status": "active",
                "metadata": {}
              }
            },
            "groups": [
              {},
              {}
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "consumer.access_listing"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "readme": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "access": {
            "examples": [
              {
                "type": "provider_template",
                "provider_template": {
                  "object": "provider.template#preview",
                  "status": "active",
                  "metadata": {}
                }
              },
              {
                "type": "magic_mcp_server",
                "magic_mcp_server": {
                  "object": "magic_mcp.server#preview",
                  "status": "active"
                }
              },
              {
                "type": "skill",
                "skill": {
                  "object": "skill",
                  "status": "active"
                }
              },
              {
                "type": "skill_template",
                "skill_template": {
                  "object": "skill.template",
                  "status": "active",
                  "owner": "system"
                }
              },
              {
                "type": "skill_group",
                "skill_group": {
                  "object": "skill.group",
                  "status": "active"
                }
              },
              {
                "type": "skill_marketplace",
                "skill_marketplace": {
                  "object": "skill.marketplace",
                  "status": "active"
                }
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "provider_template",
                    "provider_template": {
                      "object": "provider.template#preview",
                      "status": "active",
                      "metadata": {}
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "provider_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_template": {
                    "examples": [
                      {
                        "object": "provider.template#preview",
                        "status": "active",
                        "metadata": {}
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.template#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": false
                      },
                      "integration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "magic_mcp_server",
                    "magic_mcp_server": {
                      "object": "magic_mcp.server#preview",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "magic_mcp_server"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server": {
                    "examples": [
                      {
                        "object": "magic_mcp.server#preview",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "magic_mcp.server#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill",
                    "skill": {
                      "object": "skill",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill": {
                    "examples": [
                      {
                        "object": "skill",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_template",
                    "skill_template": {
                      "object": "skill.template",
                      "status": "active",
                      "owner": "system"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_template": {
                    "examples": [
                      {
                        "object": "skill.template",
                        "status": "active",
                        "owner": "system"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.template"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "owner": {
                        "examples": [
                          "system",
                          "tenant"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_group",
                    "skill_group": {
                      "object": "skill.group",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_group"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_group": {
                    "examples": [
                      {
                        "object": "skill.group",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.group"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_marketplace",
                    "skill_marketplace": {
                      "object": "skill.marketplace",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_marketplace"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_marketplace": {
                    "examples": [
                      {
                        "object": "skill.marketplace",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.marketplace"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": false
          },
          "groups": {
            "examples": [
              [
                {},
                {}
              ]
            ],
            "items": [
              {
                "examples": [
                  {}
                ],
                "properties": {
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "index": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1244",
      "name": "Body",
      "type": {
        "examples": [
          {
            "access": {
              "type": "provider_template"
            }
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "readme": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "access": {
            "examples": [
              {
                "type": "provider_template"
              },
              {
                "type": "magic_mcp_server"
              },
              {
                "type": "skill"
              },
              {
                "type": "skill_template"
              },
              {
                "type": "skill_group"
              },
              {
                "type": "skill_marketplace"
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "provider_template"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "provider_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_template_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "magic_mcp_server"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "magic_mcp_server"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_template"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_template_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_group"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_group"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_group_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_marketplace"
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_marketplace"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_marketplace_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1245",
      "name": "consumer.access_listing",
      "type": {
        "examples": [
          {
            "object": "consumer.access_listing",
            "access": {
              "type": "provider_template",
              "provider_template": {
                "object": "provider.template#preview",
                "status": "active",
                "metadata": {}
              }
            },
            "groups": [
              {},
              {}
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "consumer.access_listing"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "readme": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "access": {
            "examples": [
              {
                "type": "provider_template",
                "provider_template": {
                  "object": "provider.template#preview",
                  "status": "active",
                  "metadata": {}
                }
              },
              {
                "type": "magic_mcp_server",
                "magic_mcp_server": {
                  "object": "magic_mcp.server#preview",
                  "status": "active"
                }
              },
              {
                "type": "skill",
                "skill": {
                  "object": "skill",
                  "status": "active"
                }
              },
              {
                "type": "skill_template",
                "skill_template": {
                  "object": "skill.template",
                  "status": "active",
                  "owner": "system"
                }
              },
              {
                "type": "skill_group",
                "skill_group": {
                  "object": "skill.group",
                  "status": "active"
                }
              },
              {
                "type": "skill_marketplace",
                "skill_marketplace": {
                  "object": "skill.marketplace",
                  "status": "active"
                }
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "provider_template",
                    "provider_template": {
                      "object": "provider.template#preview",
                      "status": "active",
                      "metadata": {}
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "provider_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_template": {
                    "examples": [
                      {
                        "object": "provider.template#preview",
                        "status": "active",
                        "metadata": {}
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.template#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": false
                      },
                      "integration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "magic_mcp_server",
                    "magic_mcp_server": {
                      "object": "magic_mcp.server#preview",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "magic_mcp_server"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server": {
                    "examples": [
                      {
                        "object": "magic_mcp.server#preview",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "magic_mcp.server#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill",
                    "skill": {
                      "object": "skill",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill": {
                    "examples": [
                      {
                        "object": "skill",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_template",
                    "skill_template": {
                      "object": "skill.template",
                      "status": "active",
                      "owner": "system"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_template": {
                    "examples": [
                      {
                        "object": "skill.template",
                        "status": "active",
                        "owner": "system"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.template"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "owner": {
                        "examples": [
                          "system",
                          "tenant"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_group",
                    "skill_group": {
                      "object": "skill.group",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_group"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_group": {
                    "examples": [
                      {
                        "object": "skill.group",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.group"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_marketplace",
                    "skill_marketplace": {
                      "object": "skill.marketplace",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_marketplace"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_marketplace": {
                    "examples": [
                      {
                        "object": "skill.marketplace",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.marketplace"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": false
          },
          "groups": {
            "examples": [
              [
                {},
                {}
              ]
            ],
            "items": [
              {
                "examples": [
                  {}
                ],
                "properties": {
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "index": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1247",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          },
          "readme": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1248",
      "name": "consumer.access_listing",
      "type": {
        "examples": [
          {
            "object": "consumer.access_listing",
            "access": {
              "type": "provider_template",
              "provider_template": {
                "object": "provider.template#preview",
                "status": "active",
                "metadata": {}
              }
            },
            "groups": [
              {},
              {}
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "consumer.access_listing"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "readme": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "access": {
            "examples": [
              {
                "type": "provider_template",
                "provider_template": {
                  "object": "provider.template#preview",
                  "status": "active",
                  "metadata": {}
                }
              },
              {
                "type": "magic_mcp_server",
                "magic_mcp_server": {
                  "object": "magic_mcp.server#preview",
                  "status": "active"
                }
              },
              {
                "type": "skill",
                "skill": {
                  "object": "skill",
                  "status": "active"
                }
              },
              {
                "type": "skill_template",
                "skill_template": {
                  "object": "skill.template",
                  "status": "active",
                  "owner": "system"
                }
              },
              {
                "type": "skill_group",
                "skill_group": {
                  "object": "skill.group",
                  "status": "active"
                }
              },
              {
                "type": "skill_marketplace",
                "skill_marketplace": {
                  "object": "skill.marketplace",
                  "status": "active"
                }
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "provider_template",
                    "provider_template": {
                      "object": "provider.template#preview",
                      "status": "active",
                      "metadata": {}
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "provider_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_template": {
                    "examples": [
                      {
                        "object": "provider.template#preview",
                        "status": "active",
                        "metadata": {}
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.template#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": false
                      },
                      "integration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "magic_mcp_server",
                    "magic_mcp_server": {
                      "object": "magic_mcp.server#preview",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "magic_mcp_server"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server": {
                    "examples": [
                      {
                        "object": "magic_mcp.server#preview",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "magic_mcp.server#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill",
                    "skill": {
                      "object": "skill",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill": {
                    "examples": [
                      {
                        "object": "skill",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_template",
                    "skill_template": {
                      "object": "skill.template",
                      "status": "active",
                      "owner": "system"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_template": {
                    "examples": [
                      {
                        "object": "skill.template",
                        "status": "active",
                        "owner": "system"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.template"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "owner": {
                        "examples": [
                          "system",
                          "tenant"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_group",
                    "skill_group": {
                      "object": "skill.group",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_group"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_group": {
                    "examples": [
                      {
                        "object": "skill.group",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.group"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_marketplace",
                    "skill_marketplace": {
                      "object": "skill.marketplace",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_marketplace"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_marketplace": {
                    "examples": [
                      {
                        "object": "skill.marketplace",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.marketplace"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": false
          },
          "groups": {
            "examples": [
              [
                {},
                {}
              ]
            ],
            "items": [
              {
                "examples": [
                  {}
                ],
                "properties": {
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "index": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1250",
      "name": "consumer.access_listing",
      "type": {
        "examples": [
          {
            "object": "consumer.access_listing",
            "access": {
              "type": "provider_template",
              "provider_template": {
                "object": "provider.template#preview",
                "status": "active",
                "metadata": {}
              }
            },
            "groups": [
              {},
              {}
            ]
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "consumer.access_listing"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "readme": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "access": {
            "examples": [
              {
                "type": "provider_template",
                "provider_template": {
                  "object": "provider.template#preview",
                  "status": "active",
                  "metadata": {}
                }
              },
              {
                "type": "magic_mcp_server",
                "magic_mcp_server": {
                  "object": "magic_mcp.server#preview",
                  "status": "active"
                }
              },
              {
                "type": "skill",
                "skill": {
                  "object": "skill",
                  "status": "active"
                }
              },
              {
                "type": "skill_template",
                "skill_template": {
                  "object": "skill.template",
                  "status": "active",
                  "owner": "system"
                }
              },
              {
                "type": "skill_group",
                "skill_group": {
                  "object": "skill.group",
                  "status": "active"
                }
              },
              {
                "type": "skill_marketplace",
                "skill_marketplace": {
                  "object": "skill.marketplace",
                  "status": "active"
                }
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "provider_template",
                    "provider_template": {
                      "object": "provider.template#preview",
                      "status": "active",
                      "metadata": {}
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "provider_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_template": {
                    "examples": [
                      {
                        "object": "provider.template#preview",
                        "status": "active",
                        "metadata": {}
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.template#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": false
                      },
                      "integration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "magic_mcp_server",
                    "magic_mcp_server": {
                      "object": "magic_mcp.server#preview",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "magic_mcp_server"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server": {
                    "examples": [
                      {
                        "object": "magic_mcp.server#preview",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "magic_mcp.server#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill",
                    "skill": {
                      "object": "skill",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill": {
                    "examples": [
                      {
                        "object": "skill",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_template",
                    "skill_template": {
                      "object": "skill.template",
                      "status": "active",
                      "owner": "system"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_template": {
                    "examples": [
                      {
                        "object": "skill.template",
                        "status": "active",
                        "owner": "system"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.template"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "owner": {
                        "examples": [
                          "system",
                          "tenant"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_group",
                    "skill_group": {
                      "object": "skill.group",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_group"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_group": {
                    "examples": [
                      {
                        "object": "skill.group",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.group"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "skill_marketplace",
                    "skill_marketplace": {
                      "object": "skill.marketplace",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "skill_marketplace"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "skill_marketplace": {
                    "examples": [
                      {
                        "object": "skill.marketplace",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "skill.marketplace"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": false
          },
          "groups": {
            "examples": [
              [
                {},
                {}
              ]
            ],
            "items": [
              {
                "examples": [
                  {}
                ],
                "properties": {
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "index": {
                    "examples": [],
                    "type": "number",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1253",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "pending"
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "pending",
                  "approved",
                  "rejected",
                  [
                    "pending",
                    "pending"
                  ],
                  [
                    "approved",
                    "approved"
                  ],
                  [
                    "rejected",
                    "rejected"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "pending",
                      "approved",
                      "rejected"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "pending",
                        "pending"
                      ],
                      [
                        "approved",
                        "approved"
                      ],
                      [
                        "rejected",
                        "rejected"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "pending",
                          "approved",
                          "rejected"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "consumer_profile_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1254",
      "name": "consumer.access_request",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "consumer.access_request",
                "status": "pending",
                "consumer_profile": {
                  "object": "consumer.profile#preview"
                },
                "target": {
                  "type": "provider_template",
                  "provider_template": {
                    "object": "provider.template#preview",
                    "status": "active",
                    "metadata": {}
                  }
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "consumer.access_request",
                  "status": "pending",
                  "consumer_profile": {
                    "object": "consumer.profile#preview"
                  },
                  "target": {
                    "type": "provider_template",
                    "provider_template": {
                      "object": "provider.template#preview",
                      "status": "active",
                      "metadata": {}
                    }
                  }
                },
                {
                  "object": "consumer.access_request",
                  "status": "pending",
                  "consumer_profile": {
                    "object": "consumer.profile#preview"
                  },
                  "target": {
                    "type": "provider_template",
                    "provider_template": {
                      "object": "provider.template#preview",
                      "status": "active",
                      "metadata": {}
                    }
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "consumer.access_request",
                    "status": "pending",
                    "consumer_profile": {
                      "object": "consumer.profile#preview"
                    },
                    "target": {
                      "type": "provider_template",
                      "provider_template": {
                        "object": "provider.template#preview",
                        "status": "active",
                        "metadata": {}
                      }
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "consumer.access_request"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "pending",
                      "approved",
                      "rejected"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "message": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "resolution_message": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer_profile": {
                    "examples": [
                      {
                        "object": "consumer.profile#preview"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer.profile#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "target": {
                    "examples": [
                      {
                        "type": "provider_template",
                        "provider_template": {
                          "object": "provider.template#preview",
                          "status": "active",
                          "metadata": {}
                        }
                      },
                      {
                        "type": "magic_mcp_server",
                        "magic_mcp_server": {
                          "object": "magic_mcp.server#preview",
                          "status": "active"
                        }
                      }
                    ],
                    "items": [
                      {
                        "examples": [
                          {
                            "type": "provider_template",
                            "provider_template": {
                              "object": "provider.template#preview",
                              "status": "active",
                              "metadata": {}
                            }
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "provider_template"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "provider_template": {
                            "examples": [
                              {
                                "object": "provider.template#preview",
                                "status": "active",
                                "metadata": {}
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "provider.template#preview"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "description": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "metadata": {
                                "examples": [
                                  {}
                                ],
                                "items": [
                                  {
                                    "examples": [],
                                    "type": "any",
                                    "optional": false,
                                    "nullable": false
                                  }
                                ],
                                "type": "record",
                                "optional": false,
                                "nullable": false
                              },
                              "integration_id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "created_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              },
                              "updated_at": {
                                "examples": [],
                                "type": "date",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      {
                        "examples": [
                          {
                            "type": "magic_mcp_server",
                            "magic_mcp_server": {
                              "object": "magic_mcp.server#preview",
                              "status": "active"
                            }
                          }
                        ],
                        "properties": {
                          "type": {
                            "examples": [
                              "magic_mcp_server"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "magic_mcp_server": {
                            "examples": [
                              {
                                "object": "magic_mcp.server#preview",
                                "status": "active"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "magic_mcp.server#preview"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "id": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              },
                              "status": {
                                "examples": [
                                  "active",
                                  "archived",
                                  "deleted"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              },
                              "name": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              },
                              "description": {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": true
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "union",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "reviewed_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1256",
      "name": "consumer.access_request",
      "type": {
        "examples": [
          {
            "object": "consumer.access_request",
            "status": "pending",
            "consumer_profile": {
              "object": "consumer.profile#preview"
            },
            "target": {
              "type": "provider_template",
              "provider_template": {
                "object": "provider.template#preview",
                "status": "active",
                "metadata": {}
              }
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "consumer.access_request"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "approved",
              "rejected"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "message": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "resolution_message": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "consumer_profile": {
            "examples": [
              {
                "object": "consumer.profile#preview"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "consumer.profile#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "target": {
            "examples": [
              {
                "type": "provider_template",
                "provider_template": {
                  "object": "provider.template#preview",
                  "status": "active",
                  "metadata": {}
                }
              },
              {
                "type": "magic_mcp_server",
                "magic_mcp_server": {
                  "object": "magic_mcp.server#preview",
                  "status": "active"
                }
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "provider_template",
                    "provider_template": {
                      "object": "provider.template#preview",
                      "status": "active",
                      "metadata": {}
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "provider_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_template": {
                    "examples": [
                      {
                        "object": "provider.template#preview",
                        "status": "active",
                        "metadata": {}
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.template#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": false
                      },
                      "integration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "magic_mcp_server",
                    "magic_mcp_server": {
                      "object": "magic_mcp.server#preview",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "magic_mcp_server"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server": {
                    "examples": [
                      {
                        "object": "magic_mcp.server#preview",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "magic_mcp.server#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "reviewed_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1258",
      "name": "Body",
      "type": {
        "examples": [
          {
            "status": "approved"
          }
        ],
        "properties": {
          "status": {
            "examples": [
              "approved",
              "rejected"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "resolution_message": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "consumer_group_id": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1259",
      "name": "consumer.access_request",
      "type": {
        "examples": [
          {
            "object": "consumer.access_request",
            "status": "pending",
            "consumer_profile": {
              "object": "consumer.profile#preview"
            },
            "target": {
              "type": "provider_template",
              "provider_template": {
                "object": "provider.template#preview",
                "status": "active",
                "metadata": {}
              }
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "consumer.access_request"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "approved",
              "rejected"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "message": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "resolution_message": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "consumer_profile": {
            "examples": [
              {
                "object": "consumer.profile#preview"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "consumer.profile#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "target": {
            "examples": [
              {
                "type": "provider_template",
                "provider_template": {
                  "object": "provider.template#preview",
                  "status": "active",
                  "metadata": {}
                }
              },
              {
                "type": "magic_mcp_server",
                "magic_mcp_server": {
                  "object": "magic_mcp.server#preview",
                  "status": "active"
                }
              }
            ],
            "items": [
              {
                "examples": [
                  {
                    "type": "provider_template",
                    "provider_template": {
                      "object": "provider.template#preview",
                      "status": "active",
                      "metadata": {}
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "provider_template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "provider_template": {
                    "examples": [
                      {
                        "object": "provider.template#preview",
                        "status": "active",
                        "metadata": {}
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "provider.template#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "metadata": {
                        "examples": [
                          {}
                        ],
                        "items": [
                          {
                            "examples": [],
                            "type": "any",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "record",
                        "optional": false,
                        "nullable": false
                      },
                      "integration_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              },
              {
                "examples": [
                  {
                    "type": "magic_mcp_server",
                    "magic_mcp_server": {
                      "object": "magic_mcp.server#preview",
                      "status": "active"
                    }
                  }
                ],
                "properties": {
                  "type": {
                    "examples": [
                      "magic_mcp_server"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "magic_mcp_server": {
                    "examples": [
                      {
                        "object": "magic_mcp.server#preview",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "magic_mcp.server#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      },
                      "description": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "union",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "reviewed_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1262",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active"
              }
            ],
            "properties": {
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1263",
      "name": "consumer.group",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "consumer.group",
                "status": "active"
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "consumer.group",
                  "status": "active"
                },
                {
                  "object": "consumer.group",
                  "status": "active"
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "consumer.group",
                    "status": "active"
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "consumer.group"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "is_default": {
                    "examples": [],
                    "type": "boolean",
                    "optional": false,
                    "nullable": false
                  },
                  "sso_group_ids": {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1265",
      "name": "consumer.group",
      "type": {
        "examples": [
          {
            "object": "consumer.group",
            "status": "active"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "consumer.group"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "sso_group_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1267",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "sso_group_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1268",
      "name": "consumer.group",
      "type": {
        "examples": [
          {
            "object": "consumer.group",
            "status": "active"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "consumer.group"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "sso_group_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1270",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "sso_group_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": true,
            "nullable": false
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1271",
      "name": "consumer.group",
      "type": {
        "examples": [
          {
            "object": "consumer.group",
            "status": "active"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "consumer.group"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "sso_group_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1273",
      "name": "consumer.group",
      "type": {
        "examples": [
          {
            "object": "consumer.group",
            "status": "active"
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "consumer.group"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "is_default": {
            "examples": [],
            "type": "boolean",
            "optional": false,
            "nullable": false
          },
          "sso_group_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1276",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active"
              }
            ],
            "properties": {
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "email": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "consumer_group_id": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "invited",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "invited",
                    "invited"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "invited"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "invited",
                        "invited"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "invited"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1277",
      "name": "consumer.profile",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                null,
                null
              ]
            ],
            "items": [
              {
                "examples": [],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "consumer.profile",
                        "status": "active"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer.profile"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "image_url": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "consumer_id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "status": {
                        "examples": [
                          "active",
                          "invited"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      },
                      "created_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      },
                      "updated_at": {
                        "examples": [],
                        "type": "date",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      {
                        "groups": [
                          {
                            "object": "consumer.profile.group_assignment",
                            "group": {
                              "object": "consumer.group",
                              "status": "active"
                            },
                            "assigned_via": "default"
                          },
                          {
                            "object": "consumer.profile.group_assignment",
                            "group": {
                              "object": "consumer.group",
                              "status": "active"
                            },
                            "assigned_via": "default"
                          }
                        ]
                      }
                    ],
                    "properties": {
                      "groups": {
                        "examples": [
                          [
                            {
                              "object": "consumer.profile.group_assignment",
                              "group": {
                                "object": "consumer.group",
                                "status": "active"
                              },
                              "assigned_via": "default"
                            },
                            {
                              "object": "consumer.profile.group_assignment",
                              "group": {
                                "object": "consumer.group",
                                "status": "active"
                              },
                              "assigned_via": "default"
                            }
                          ]
                        ],
                        "items": [
                          {
                            "examples": [
                              {
                                "object": "consumer.profile.group_assignment",
                                "group": {
                                  "object": "consumer.group",
                                  "status": "active"
                                },
                                "assigned_via": "default"
                              }
                            ],
                            "properties": {
                              "object": {
                                "examples": [
                                  "consumer.profile.group_assignment"
                                ],
                                "type": "literal",
                                "optional": false,
                                "nullable": false
                              },
                              "group": {
                                "examples": [
                                  {
                                    "object": "consumer.group",
                                    "status": "active"
                                  }
                                ],
                                "properties": {
                                  "object": {
                                    "examples": [
                                      "consumer.group"
                                    ],
                                    "type": "literal",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "id": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "status": {
                                    "examples": [
                                      "active",
                                      "archived",
                                      "deleted"
                                    ],
                                    "type": "enum",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "name": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "description": {
                                    "examples": [],
                                    "type": "string",
                                    "optional": false,
                                    "nullable": true
                                  },
                                  "is_default": {
                                    "examples": [],
                                    "type": "boolean",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "sso_group_ids": {
                                    "examples": [],
                                    "items": [
                                      {
                                        "examples": [],
                                        "type": "string",
                                        "optional": false,
                                        "nullable": false
                                      }
                                    ],
                                    "type": "array",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "created_at": {
                                    "examples": [],
                                    "type": "date",
                                    "optional": false,
                                    "nullable": false
                                  },
                                  "updated_at": {
                                    "examples": [],
                                    "type": "date",
                                    "optional": false,
                                    "nullable": false
                                  }
                                },
                                "type": "object",
                                "optional": false,
                                "nullable": false
                              },
                              "assigned_via": {
                                "examples": [
                                  "default",
                                  "manual",
                                  "sso",
                                  "user"
                                ],
                                "type": "enum",
                                "optional": false,
                                "nullable": false
                              }
                            },
                            "type": "object",
                            "optional": false,
                            "nullable": false
                          }
                        ],
                        "type": "array",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "intersection",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1279",
      "name": "consumer.profile",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "object": "consumer.profile",
                "status": "active"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "consumer.profile"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "consumer_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "invited"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "groups": [
                  {
                    "object": "consumer.profile.group_assignment",
                    "group": {
                      "object": "consumer.group",
                      "status": "active"
                    },
                    "assigned_via": "default"
                  },
                  {
                    "object": "consumer.profile.group_assignment",
                    "group": {
                      "object": "consumer.group",
                      "status": "active"
                    },
                    "assigned_via": "default"
                  }
                ]
              }
            ],
            "properties": {
              "groups": {
                "examples": [
                  [
                    {
                      "object": "consumer.profile.group_assignment",
                      "group": {
                        "object": "consumer.group",
                        "status": "active"
                      },
                      "assigned_via": "default"
                    },
                    {
                      "object": "consumer.profile.group_assignment",
                      "group": {
                        "object": "consumer.group",
                        "status": "active"
                      },
                      "assigned_via": "default"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "consumer.profile.group_assignment",
                        "group": {
                          "object": "consumer.group",
                          "status": "active"
                        },
                        "assigned_via": "default"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer.profile.group_assignment"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "group": {
                        "examples": [
                          {
                            "object": "consumer.group",
                            "status": "active"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer.group"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "sso_group_ids": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "assigned_via": {
                        "examples": [
                          "default",
                          "manual",
                          "sso",
                          "user"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1281",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "email": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1282",
      "name": "consumer.profile",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "object": "consumer.profile",
                "status": "active"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "consumer.profile"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "consumer_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "invited"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "groups": [
                  {
                    "object": "consumer.profile.group_assignment",
                    "group": {
                      "object": "consumer.group",
                      "status": "active"
                    },
                    "assigned_via": "default"
                  },
                  {
                    "object": "consumer.profile.group_assignment",
                    "group": {
                      "object": "consumer.group",
                      "status": "active"
                    },
                    "assigned_via": "default"
                  }
                ]
              }
            ],
            "properties": {
              "groups": {
                "examples": [
                  [
                    {
                      "object": "consumer.profile.group_assignment",
                      "group": {
                        "object": "consumer.group",
                        "status": "active"
                      },
                      "assigned_via": "default"
                    },
                    {
                      "object": "consumer.profile.group_assignment",
                      "group": {
                        "object": "consumer.group",
                        "status": "active"
                      },
                      "assigned_via": "default"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "consumer.profile.group_assignment",
                        "group": {
                          "object": "consumer.group",
                          "status": "active"
                        },
                        "assigned_via": "default"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer.profile.group_assignment"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "group": {
                        "examples": [
                          {
                            "object": "consumer.group",
                            "status": "active"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer.group"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "sso_group_ids": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "assigned_via": {
                        "examples": [
                          "default",
                          "manual",
                          "sso",
                          "user"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1284",
      "name": "consumer.profile",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "object": "consumer.profile",
                "status": "active"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "consumer.profile"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "consumer_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "invited"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "groups": [
                  {
                    "object": "consumer.profile.group_assignment",
                    "group": {
                      "object": "consumer.group",
                      "status": "active"
                    },
                    "assigned_via": "default"
                  },
                  {
                    "object": "consumer.profile.group_assignment",
                    "group": {
                      "object": "consumer.group",
                      "status": "active"
                    },
                    "assigned_via": "default"
                  }
                ]
              }
            ],
            "properties": {
              "groups": {
                "examples": [
                  [
                    {
                      "object": "consumer.profile.group_assignment",
                      "group": {
                        "object": "consumer.group",
                        "status": "active"
                      },
                      "assigned_via": "default"
                    },
                    {
                      "object": "consumer.profile.group_assignment",
                      "group": {
                        "object": "consumer.group",
                        "status": "active"
                      },
                      "assigned_via": "default"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "consumer.profile.group_assignment",
                        "group": {
                          "object": "consumer.group",
                          "status": "active"
                        },
                        "assigned_via": "default"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer.profile.group_assignment"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "group": {
                        "examples": [
                          {
                            "object": "consumer.group",
                            "status": "active"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer.group"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "sso_group_ids": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "assigned_via": {
                        "examples": [
                          "default",
                          "manual",
                          "sso",
                          "user"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1286",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "group_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1287",
      "name": "consumer.profile",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "object": "consumer.profile",
                "status": "active"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "consumer.profile"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "consumer_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "invited"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "groups": [
                  {
                    "object": "consumer.profile.group_assignment",
                    "group": {
                      "object": "consumer.group",
                      "status": "active"
                    },
                    "assigned_via": "default"
                  },
                  {
                    "object": "consumer.profile.group_assignment",
                    "group": {
                      "object": "consumer.group",
                      "status": "active"
                    },
                    "assigned_via": "default"
                  }
                ]
              }
            ],
            "properties": {
              "groups": {
                "examples": [
                  [
                    {
                      "object": "consumer.profile.group_assignment",
                      "group": {
                        "object": "consumer.group",
                        "status": "active"
                      },
                      "assigned_via": "default"
                    },
                    {
                      "object": "consumer.profile.group_assignment",
                      "group": {
                        "object": "consumer.group",
                        "status": "active"
                      },
                      "assigned_via": "default"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "consumer.profile.group_assignment",
                        "group": {
                          "object": "consumer.group",
                          "status": "active"
                        },
                        "assigned_via": "default"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer.profile.group_assignment"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "group": {
                        "examples": [
                          {
                            "object": "consumer.group",
                            "status": "active"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer.group"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "sso_group_ids": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "assigned_via": {
                        "examples": [
                          "default",
                          "manual",
                          "sso",
                          "user"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1289",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "group_ids": {
            "examples": [],
            "items": [
              {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "array",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1290",
      "name": "consumer.profile",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "object": "consumer.profile",
                "status": "active"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "consumer.profile"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "image_url": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "consumer_id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "invited"
                ],
                "type": "enum",
                "optional": false,
                "nullable": false
              },
              "created_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              },
              "updated_at": {
                "examples": [],
                "type": "date",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "groups": [
                  {
                    "object": "consumer.profile.group_assignment",
                    "group": {
                      "object": "consumer.group",
                      "status": "active"
                    },
                    "assigned_via": "default"
                  },
                  {
                    "object": "consumer.profile.group_assignment",
                    "group": {
                      "object": "consumer.group",
                      "status": "active"
                    },
                    "assigned_via": "default"
                  }
                ]
              }
            ],
            "properties": {
              "groups": {
                "examples": [
                  [
                    {
                      "object": "consumer.profile.group_assignment",
                      "group": {
                        "object": "consumer.group",
                        "status": "active"
                      },
                      "assigned_via": "default"
                    },
                    {
                      "object": "consumer.profile.group_assignment",
                      "group": {
                        "object": "consumer.group",
                        "status": "active"
                      },
                      "assigned_via": "default"
                    }
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      {
                        "object": "consumer.profile.group_assignment",
                        "group": {
                          "object": "consumer.group",
                          "status": "active"
                        },
                        "assigned_via": "default"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer.profile.group_assignment"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "group": {
                        "examples": [
                          {
                            "object": "consumer.group",
                            "status": "active"
                          }
                        ],
                        "properties": {
                          "object": {
                            "examples": [
                              "consumer.group"
                            ],
                            "type": "literal",
                            "optional": false,
                            "nullable": false
                          },
                          "id": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "status": {
                            "examples": [
                              "active",
                              "archived",
                              "deleted"
                            ],
                            "type": "enum",
                            "optional": false,
                            "nullable": false
                          },
                          "name": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": false
                          },
                          "description": {
                            "examples": [],
                            "type": "string",
                            "optional": false,
                            "nullable": true
                          },
                          "is_default": {
                            "examples": [],
                            "type": "boolean",
                            "optional": false,
                            "nullable": false
                          },
                          "sso_group_ids": {
                            "examples": [],
                            "items": [
                              {
                                "examples": [],
                                "type": "string",
                                "optional": false,
                                "nullable": false
                              }
                            ],
                            "type": "array",
                            "optional": false,
                            "nullable": false
                          },
                          "created_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          },
                          "updated_at": {
                            "examples": [],
                            "type": "date",
                            "optional": false,
                            "nullable": false
                          }
                        },
                        "type": "object",
                        "optional": false,
                        "nullable": false
                      },
                      "assigned_via": {
                        "examples": [
                          "default",
                          "manual",
                          "sso",
                          "user"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "array",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1293",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "pending"
              }
            ],
            "properties": {
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "email": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "pending",
                  "accepted",
                  [
                    "pending",
                    "pending"
                  ],
                  [
                    "accepted",
                    "accepted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "pending",
                      "accepted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "pending",
                        "pending"
                      ],
                      [
                        "accepted",
                        "accepted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "pending",
                          "accepted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1294",
      "name": "consumer.invite",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "consumer.invite",
                "status": "pending",
                "consumer_profile": {
                  "object": "consumer.profile#preview"
                },
                "invited_by": {
                  "object": "organization.actor#preview"
                }
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "consumer.invite",
                  "status": "pending",
                  "consumer_profile": {
                    "object": "consumer.profile#preview"
                  },
                  "invited_by": {
                    "object": "organization.actor#preview"
                  }
                },
                {
                  "object": "consumer.invite",
                  "status": "pending",
                  "consumer_profile": {
                    "object": "consumer.profile#preview"
                  },
                  "invited_by": {
                    "object": "organization.actor#preview"
                  }
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "consumer.invite",
                    "status": "pending",
                    "consumer_profile": {
                      "object": "consumer.profile#preview"
                    },
                    "invited_by": {
                      "object": "organization.actor#preview"
                    }
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "consumer.invite"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "pending",
                      "accepted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "portal_url": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "consumer_profile": {
                    "examples": [
                      {
                        "object": "consumer.profile#preview"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "consumer.profile#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "invited_by": {
                    "examples": [
                      {
                        "object": "organization.actor#preview"
                      }
                    ],
                    "properties": {
                      "object": {
                        "examples": [
                          "organization.actor#preview"
                        ],
                        "type": "literal",
                        "optional": false,
                        "nullable": false
                      },
                      "id": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "name": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      },
                      "email": {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": true
                      }
                    },
                    "type": "object",
                    "optional": false,
                    "nullable": false
                  },
                  "message": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "accepted_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1296",
      "name": "Body",
      "type": {
        "examples": [
          {}
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "email": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "message": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1297",
      "name": "consumer.invite",
      "type": {
        "examples": [
          {
            "object": "consumer.invite",
            "status": "pending",
            "consumer_profile": {
              "object": "consumer.profile#preview"
            },
            "invited_by": {
              "object": "organization.actor#preview"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "consumer.invite"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "accepted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "portal_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "consumer_profile": {
            "examples": [
              {
                "object": "consumer.profile#preview"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "consumer.profile#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "invited_by": {
            "examples": [
              {
                "object": "organization.actor#preview"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "organization.actor#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "message": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "accepted_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1299",
      "name": "consumer.invite",
      "type": {
        "examples": [
          {
            "object": "consumer.invite",
            "status": "pending",
            "consumer_profile": {
              "object": "consumer.profile#preview"
            },
            "invited_by": {
              "object": "organization.actor#preview"
            }
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "consumer.invite"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "pending",
              "accepted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "portal_url": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "consumer_profile": {
            "examples": [
              {
                "object": "consumer.profile#preview"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "consumer.profile#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "invited_by": {
            "examples": [
              {
                "object": "organization.actor#preview"
              }
            ],
            "properties": {
              "object": {
                "examples": [
                  "organization.actor#preview"
                ],
                "type": "literal",
                "optional": false,
                "nullable": false
              },
              "id": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "name": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": false
              },
              "email": {
                "examples": [],
                "type": "string",
                "optional": false,
                "nullable": true
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          "message": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "accepted_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1302",
      "name": "Query",
      "type": {
        "examples": [],
        "items": [
          {
            "examples": [
              {
                "order": "asc"
              }
            ],
            "properties": {
              "limit": {
                "examples": [],
                "type": "number",
                "optional": true,
                "nullable": false
              },
              "after": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "before": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "cursor": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "order": {
                "examples": [
                  "asc",
                  "desc"
                ],
                "type": "enum",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          },
          {
            "examples": [
              {
                "status": "active"
              }
            ],
            "properties": {
              "id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "integration_id": {
                "examples": [],
                "items": [
                  {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [],
                    "items": [
                      {
                        "examples": [],
                        "type": "string",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              },
              "search": {
                "examples": [],
                "type": "string",
                "optional": true,
                "nullable": false
              },
              "status": {
                "examples": [
                  "active",
                  "archived",
                  "deleted",
                  [
                    "active",
                    "active"
                  ],
                  [
                    "archived",
                    "archived"
                  ],
                  [
                    "deleted",
                    "deleted"
                  ]
                ],
                "items": [
                  {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  {
                    "examples": [
                      [
                        "active",
                        "active"
                      ],
                      [
                        "archived",
                        "archived"
                      ],
                      [
                        "deleted",
                        "deleted"
                      ]
                    ],
                    "items": [
                      {
                        "examples": [
                          "active",
                          "archived",
                          "deleted"
                        ],
                        "type": "enum",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "array",
                    "optional": false,
                    "nullable": false
                  }
                ],
                "type": "union",
                "optional": true,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        ],
        "type": "intersection",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1303",
      "name": "provider.template",
      "type": {
        "type": "object",
        "optional": false,
        "nullable": false,
        "examples": [
          {
            "items": [
              {
                "object": "provider.template",
                "status": "active",
                "metadata": {}
              }
            ],
            "pagination": {
              "has_more_after": false,
              "has_more_before": false
            }
          }
        ],
        "properties": {
          "items": {
            "type": "array",
            "examples": [
              [
                {
                  "object": "provider.template",
                  "status": "active",
                  "metadata": {}
                },
                {
                  "object": "provider.template",
                  "status": "active",
                  "metadata": {}
                }
              ]
            ],
            "items": [
              {
                "examples": [
                  {
                    "object": "provider.template",
                    "status": "active",
                    "metadata": {}
                  }
                ],
                "properties": {
                  "object": {
                    "examples": [
                      "provider.template"
                    ],
                    "type": "literal",
                    "optional": false,
                    "nullable": false
                  },
                  "id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "status": {
                    "examples": [
                      "active",
                      "archived",
                      "deleted"
                    ],
                    "type": "enum",
                    "optional": false,
                    "nullable": false
                  },
                  "name": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": false
                  },
                  "description": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "metadata": {
                    "examples": [
                      {}
                    ],
                    "items": [
                      {
                        "examples": [],
                        "type": "any",
                        "optional": false,
                        "nullable": false
                      }
                    ],
                    "type": "record",
                    "optional": false,
                    "nullable": false
                  },
                  "integration_id": {
                    "examples": [],
                    "type": "string",
                    "optional": false,
                    "nullable": true
                  },
                  "created_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  },
                  "updated_at": {
                    "examples": [],
                    "type": "date",
                    "optional": false,
                    "nullable": false
                  }
                },
                "type": "object",
                "optional": false,
                "nullable": false
              }
            ],
            "optional": false,
            "nullable": false
          },
          "pagination": {
            "examples": [
              {}
            ],
            "properties": {
              "has_more_before": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              },
              "has_more_after": {
                "examples": [],
                "type": "boolean",
                "optional": false,
                "nullable": false
              }
            },
            "type": "object",
            "optional": false,
            "nullable": false
          }
        }
      }
    },
    {
      "id": "type_1305",
      "name": "provider.template",
      "type": {
        "examples": [
          {
            "object": "provider.template",
            "status": "active",
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.template"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1307",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          },
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1308",
      "name": "provider.template",
      "type": {
        "examples": [
          {
            "object": "provider.template",
            "status": "active",
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.template"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1310",
      "name": "Body",
      "type": {
        "examples": [
          {
            "metadata": {}
          }
        ],
        "properties": {
          "name": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": true,
            "nullable": false
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": true,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1311",
      "name": "provider.template",
      "type": {
        "examples": [
          {
            "object": "provider.template",
            "status": "active",
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.template"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    },
    {
      "id": "type_1313",
      "name": "provider.template",
      "type": {
        "examples": [
          {
            "object": "provider.template",
            "status": "active",
            "metadata": {}
          }
        ],
        "properties": {
          "object": {
            "examples": [
              "provider.template"
            ],
            "type": "literal",
            "optional": false,
            "nullable": false
          },
          "id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "status": {
            "examples": [
              "active",
              "archived",
              "deleted"
            ],
            "type": "enum",
            "optional": false,
            "nullable": false
          },
          "name": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": false
          },
          "description": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "metadata": {
            "examples": [
              {}
            ],
            "items": [
              {
                "examples": [],
                "type": "any",
                "optional": false,
                "nullable": false
              }
            ],
            "type": "record",
            "optional": false,
            "nullable": false
          },
          "integration_id": {
            "examples": [],
            "type": "string",
            "optional": false,
            "nullable": true
          },
          "created_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          },
          "updated_at": {
            "examples": [],
            "type": "date",
            "optional": false,
            "nullable": false
          }
        },
        "type": "object",
        "optional": false,
        "nullable": false
      }
    }
  ]
}
